/* COLORS START */
.primary-text-color {
  color: var(--color-primary) !important;
}

.primary-border-color {
  border-color: var(--color-primary) !important;
}

.primary-bg-color {
  background-color: var(--color-primary) !important;
}

.color-white {
  color: #fff !important;
}
/* COLORS END */

/* FONTS START */
/*@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), url("../fonts/NotoSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans"), url("../fonts/NotoSans-Bold.woff2")  format("woff2");
}*/
/* FONTS END */

body {
  box-sizing: border-box;
  color: var(--color-text-main);
  background: #e1e3e7;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  width: 100%;
}

body * {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

button,
input {
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: var(--color-text-dark);
}

.fe69fb5c {
  color: #5b8f35;
}

.b2a617270 {
  color: #eb8348;
}

.b787f02e,
.s62d77d7c {
  width: 14px;
  height: 14px;
}

.b787f02e path {
  fill: var(--color-primary);
}

.s62d77d7c path {
  fill: none;
  stroke: var(--color-primary);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  align-items: flex-start !important;
}

.c95439ad2 {
  display: block;
  width: 24px;
  height: 22px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.d05c780f {
  cursor: pointer;
  display: flex;
  align-items: center;
  background: var(--color-primary);
  border-radius: 10px;
  padding: 13px 15px;
  font-weight: 700;
  text-align: center;
  color: var(--color-text-dark) !important;
  text-decoration: none;
}

.d05c780f:hover {
  box-shadow: 0px 61px 24px rgba(65, 77, 98, 0.01), 0px 34px 20px rgba(65, 77, 98, 0.05), 0px 15px 15px rgba(65, 77, 98, 0.09),
    0px 4px 8px rgba(65, 77, 98, 0.1), 0px 0px 0px rgba(65, 77, 98, 0.1);
}

.d05c780f img {
  max-width: 100px;
  max-height: 53px;
  margin-left: 5px;
}

.ce61cf80 {
  display: flex;
}

.ce61cf80 .l23fc6053 {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.ce61cf80 .l6638d39f {
  color: #fff;
  padding-right: 10px;
  border-right: 1px solid #f2f2f2;
  font-size: 14px;
}

.ce61cf80 .e63078b7 {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.ce61cf80 .l23fc6053 .e63078b7 {
  margin-left: 0;
}

.c52209da3 {
  position: absolute;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.e7101711 {
  position: absolute;
  width: 100%;
  top: 50px;
  height: 500px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(248, 248, 249, 0.16) 16.67%,
    rgba(237, 238, 241, 0.46) 40.63%,
    rgba(236, 237, 240, 0.85) 74.48%,
    rgba(236, 237, 240, 0.94) 86.46%,
    #e1e3e7 100%
  );
  z-index: -1;
}

.c9755d46f {
  width: 100%;
  position: relative;
}

.t03e78279 {
  display: flex;
  justify-content: space-between;
}

.t03e78279 .fa3d8856 {
  width: 29%;
}

.t03e78279 .r6cfe4d71 {
  width: 69%;
}

.c88a329e9 {

}

.c5b35ec12 {
  display: flex;
  padding: 0 16px;
  gap: 0 10px;
}

.a26b966b {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #a9adb9;
  text-decoration: none;
  padding: 8px 40px;
}

.a26b966b.c38f62ef {
  color: #fff;
  background: #203b6b;
  border-radius: 8px 8px 0 0;
  cursor: default;
}

.c8cb6ebf4 {
  position: relative;
  padding: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f4f4f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c8cb6ebf4::before {
  content: '';
  border-top: 2px solid #203b6b;
  border-radius: 10px;
  height: 65px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.c88a329e9 {
  width: 100%;
}
.c1839198b .c8cb6ebf4::before {
  content: none;
  border: none;
  height: 0;
}

.c8cb6ebf4 .c8f6acea9 {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .c8cb6ebf4 {
    margin-bottom: 20px;
  }
  .c88a329e9 {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .c5b35ec12 {
    margin: 0 15px;
  }
}

.c3ddf7e42 {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 20px 32px;
  margin: 64px 0;
}

.c3ddf7e42.d3ef2bbb {
  background: rgba(255, 255, 255, 0.4);
}

.c678b613f {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.c678b613f .c3ddf7e42 {
  width: 69%;
  margin-top: 0;
}
.c678b613f .c01f9bb8c {
  width: 69%;
  margin-top: 0;
}
.c678b613f .c01f9bb8c .c3ddf7e42 {
  width: 100%;
}

.c49627887 {
  width: 29%;
}

.c388d2df8 {
  max-width: 1320px;
  margin: 0 auto;
}

.c388d2df8 img {
  max-width: 100%;
}

.c388d2df8 .ac20c7e5 {
  width: 100%;
  overflow-x: auto;
  border: 8px solid #203b6b;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .c388d2df8 .ac20c7e5 {
    border-width: 6px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8fb;
  color: var(--color-text-dark);
  max-width: 100%;
}

.ac20c7e5 table {
  max-width: none;
}

thead tr {
  border-bottom: 1px solid #dcdfe4;
}

tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #dcdfe4;
}

th {
  background: #e7eaee;
  text-align: left;
  padding: 12px 20px;
}

th:first-of-type {
  border-top-left-radius: 10px;
}

th:last-of-type {
  border-top-right-radius: 10px;
}

th:not(:last-of-type),
td:not(:last-of-type) {
  border-right: 1px solid #dcdfe4;
}

td {
  padding: 12px 20px;
}

.e627eed8 th {
  padding: 20px 32px;
  border-radius: 0;
}

.e627eed8 td {
  padding: 20px 28px;
}

.e627eed8 td:first-child {
  font-weight: 700;
  background: #e7eaee;
  text-align: left;
  padding: 20px 32px;
}

.b1c13c66 {
  margin-bottom: 40px;
}

.d3a356da4 {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
  padding: 10px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-text-dark);
  margin-bottom: 40px;
}

.d3a356da4 .d778beee8 {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.d3a356da4 .d2ef5b19e {
  display: flex;
  align-items: center;
}

.d3a356da4 .d4fdab9c4 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
}

.d3a356da4 .d4fdab9c4 span {
  font-size: 14px;
  font-weight: 700;
}

.d3a356da4 .d4fdab9c4:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 1px;
  background: var(--color-secondary);
  height: 22px;
}

.d3a356da4 .d05bcb70b {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.d3a356da4 .c0c66219 {
  margin-left: 10px;
}

.d3a356da4 .a19f8211 {
  width: 115px;
  margin-left: 20px;
}

.d3a356da4 .a19f8211 img {
  width: 100%;
}

.d827da916 {
  padding: 0 15px;
}

.c41c9d1d {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.s483c3594 {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: 400px;
  padding: 10px;
  margin-right: 10px;
}

.aea57a54 {
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
}

.a8386348 {
  position: relative;
  right: 40px;
  bottom: 1px;
}

.b61ca0ab {
  display: flex;
  justify-content: space-between;
}

.p06a6e00b {
  width: 49%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.p06a6e00b .c2f66b0a {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.p6bd195c9 .c2f66b0a,
.p6bd195c9 li::marker {
  color: #5b8f35;
}

.b8260099 .c2f66b0a,
.b8260099 li::marker {
  color: #eb8348;
}

.p8b577a44 {
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

.p8b577a44 li:last-of-type {
  margin-bottom: 0;
}

.p1dcc3ce1 {
  width: 100%;
  display: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.p1dcc3ce1 .d08c4e98 {
  display: flex;
  justify-content: space-between;
}

.p1dcc3ce1 .p2987d9bd {
  cursor: pointer;
  width: 49%;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 0;
  text-align: center;
}

.p1dcc3ce1 .p2987d9bd.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.p1dcc3ce1 .eca7c461 {
  color: #5b8f35;
}

.p1dcc3ce1 .e3612f0d {
  color: #eb8348;
}

.p1dcc3ce1 .p8b577a44 {
  margin: 0;
  padding: 15px 0 0 0;
}

.p1dcc3ce1 .ad2a66a9 {
  display: none;
}

.p1dcc3ce1 .ad2a66a9.active {
  display: block;
}

.m82c1038e {
  margin-left: 5px;
}

.m82c1038e .d05f5f34 {
  font-weight: 700;
  color: var(--color-primary);
}

.m82c1038e .d8980e88 {
  color: #fff;
  margin-left: -4px;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .c388d2df8 {
    padding: 15px;
  }

  .d05c780f img {
    max-width: 65px;
  }
}

@media (max-width: 1100px) {
  .c678b613f .c3ddf7e42 {
    width: 100%;
  }
  .c678b613f .c01f9bb8c {
    width: 100%;
  }

  .c49627887 {
    display: none;
  }
}

@media (max-width: 1024px) {
  .t03e78279 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .t03e78279 .fa3d8856,
  .t03e78279 .r6cfe4d71 {
    width: 100%;
  }

  .t03e78279 .fa3d8856 {
    width: 60%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .t03e78279 .fa3d8856 {
    width: 100%;
  }

  .d3a356da4 {
    background: transparent;
    flex-direction: column;
    padding: 0;
  }

  .d3a356da4 .d2ef5b19e {
    width: 100%;
    background: #fff;
    padding: 3px 6px;
    border-radius: 7px;
    margin-top: 15px;
    justify-content: center;
  }

  .d3a356da4 .d778beee8 {
    text-align: center;
  }

  .p1dcc3ce1 {
    display: block;
  }

  .p06a6e00b {
    display: none;
  }
}

@media (max-width: 480px) {
  .c3ddf7e42 {
    padding: 16px 12px;
    margin: 36px 0;
  }

  .c388d2df8 .ac20c7e5 {
    margin-bottom: 15px;
  }

  .c52209da3 {
    top: -5px;
  }

  .ce61cf80 .l23fc6053 {
    font-size: 12px;
  }

  .ce61cf80 .e63078b7 {
    width: 18px;
    height: 18px;
  }

  .d3a356da4 .d778beee8 {
    font-size: 12px;
  }

  .b1c13c66 {
    margin-bottom: 15px;
  }

  .d3a356da4 {
    margin-bottom: 15px;
  }

  .d3a356da4 .d2ef5b19e {
    margin-top: 0;
    justify-content: space-between;
  }

  .d3a356da4 .d05bcb70b {
    width: 40px;
    height: 40px;
  }

  .d3a356da4 .a19f8211 {
    width: 72px;
  }

  .d3a356da4 .c0c66219 {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .d3a356da4 .d51d107d9 {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .d3a356da4 .d4fdab9c4:after {
    height: 14px;
    top: 11px;
  }

  .d3a356da4 .d51d107d9:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    background: var(--color-secondary);
    height: 14px;
  }
}

/* QUOTE START */
.cafbf93b {
  background: #f7f8fb;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 20px;
}

.d63a8a18 .q9037105f {
  font-size: 34px;
  font-weight: 900;
  line-height: 45px;
  color: var(--color-text-dark);
  border-left: 5px solid var(--color-primary);
  padding-left: 20px;
}

.d63a8a18 .bdf6579d {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px 0 25px;
}

@media (max-width: 480px) {
  .cafbf93b {
    margin: 15px 0;
    padding: 15px;
  }

  .d63a8a18 .q9037105f {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-left: 15px;
  }

  .d63a8a18 .bdf6579d {
    padding: 20px 0 0 0;
    font-size: 10px;
    line-height: 17px;
  }
}
/* QUOTE END */

/* HEADER CONTENT START */
.h4e44a591 {
  background-size: cover;
}

.h4e44a591 .rank-math-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
}

.h595856cb {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
  margin-bottom: 40px;
}

.h595856cb .h230e120a {
  position: relative;
  width: 65%;
}

.h595856cb .h551aec54 {
  position: relative;
  width: 35%;
}

.h595856cb .h5d45463b {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.h595856cb .aea05c4e {
  text-align: left;
}

.h595856cb .h5d45463b .aea05c4e {
  max-width: 1128px;
  text-align: center;
}

.h595856cb .a4b32b36 {
  color: var(--color-text-add);
  line-height: 25px;
}

.h595856cb .a4b32b36 a {
  color: var(--color-primary);
}

.h595856cb .h5d45463b .a4b32b36 {
  max-width: 870px;
  text-align: center;
}

.h595856cb .h7122117b {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.h595856cb .f99e721d {
  max-width: 24%;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 10px;
}

.h595856cb .h114dabee {
  margin-top: 30px;
  font-size: 12px;
}

.h595856cb .h551aec54 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.h595856cb .e46c2b68 {
  justify-content: center;
  padding: 10px;
}

.h595856cb .h50faafb5 {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 5px 10px;
}

.h595856cb .efb080a8 {
  margin-top: 36px;
}

.efb080a8 {
  display: flex;
  align-items: center;
  color: #7e8394;
  font-size: 14px;
}

.efb080a8 .h515bcc79 {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.efb080a8 .h515bcc79::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.efb080a8 .h47f3b350 {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin-right: 12px;
}

.efb080a8 .h33e3093e {
  margin-right: 16px;
}

.efb080a8 .h2bc0c3bd {
  font-size: 12px;
  line-height: 19px;
}

.efb080a8 .a2f46cfe {
  font-weight: 700;
}
.efb080a8 .a2f46cfe a {
  font-weight: 700;
  color: #7e8394;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
}

.efb080a8 .h391d160e {
  margin-right: 32px;
}

.efb080a8 .h38f670c2 {
  font-size: 12px;
  line-height: 19px;
}

.efb080a8 .bbcdbab5 {
  font-weight: 700;
}

.efb080a8 .h1e5e931f {
  display: none;
}

.efb080a8 .h8f92960c {
  display: flex;
  align-items: center;
}

.efb080a8 .header-meta-socials__item {
  display: flex;
  align-items: center;
  position: relative;
}

.efb080a8 .header-meta-socials__item:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.efb080a8 .header-meta-socials__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h43db360d {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.ab2e3f8d .h43db360d {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.a2f46cfe:hover .h43db360d {
  display: block;
}
.ab2e3f8d:hover .h43db360d {
  display: block;
}
.h43db360d .f388bd5e {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.h43db360d .c59a09b1 {
  margin-bottom: 4px;
}
.h43db360d .a451ed856 {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .efb080a8 .h515bcc79 {
    position: static;
  }
  .efb080a8 {
    position: relative;
  }
  .h43db360d {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

.h4b82f9a7 {
  position: absolute;
  top: -170px;
  z-index: 0;
}

.h8ef82cb5 {
  position: relative;
}

.b7d281bd .h4a1be0b0 {
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.h8ef82cb5 .h72ef46c5 {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  width: 345px;
  margin-bottom: 4px;
}

.h8ef82cb5 .c2f0c990 {
  max-width: 263px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 12px;
}

.h8ef82cb5 .c96b8425 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h3b9a8049 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-top: 12px;
  border: 1px solid;
}

.h3004bea8 {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.h3004bea8:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
}

.h3004bea8:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 38px;
  background: #b0b4bf;
}

.e1263110 {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.e1263110 .f0d6ce67 {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #7e8394;
}

.e1263110 span {
  font-size: 20px;
}

.e1263110 small {
  font-size: 16px;
  margin: 0 4px;
}

.h968d9fc7 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.h15e88bf3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.h15e88bf3 .c5e9ca66e {
  font-size: 14px;
  font-weight: 700;
  color: #7e8394;
}

.de330fd1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.de330fd1 .e2379b0d {
  position: relative;
  width: 240px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid;
}

.de330fd1 .c4eb0da4 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background: var(--color-primary);
  border-radius: 10px;
}

.de330fd1 .h61a97e00 {
  width: 44px;
  height: 44px;
}

.de330fd1 .a7c9ceee {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-add);
  text-align: center;
  padding: 36px 12px 24px 12px;
}

.de330fd1 .a7c9ceee::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: var(--color-primary);
}

.h595856cb.c507015e {
  margin-bottom: 0;
}

.h39cacadb {
  width: 100%;
  background: #1f3866;
  opacity: 0.85;
  display: flex;
  justify-content: center;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin-bottom: 50px;
}

.h126b0bc4 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  overflow: auto;
}

.h126b0bc4 .h40c99c19 {
  max-width: 270px;
  max-height: 35px;
}

.h126b0bc4 .h40c99c19:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 1350px) {
  .h595856cb {
    padding: 15px !important;
  }

  .h4e44a591 .rank-math-breadcrumb {
    padding: 15px 15px 0 15px !important;
  }

  .h595856cb .h7122117b {
    margin-top: 40px;
  }

  .de330fd1 .e2379b0d {
    width: 190px;
  }
}

@media (max-width: 1024px) {
  .h595856cb {
    flex-wrap: wrap;
  }

  .h595856cb .h230e120a,
  .h595856cb .h551aec54 {
    width: 100%;
  }

  .b7d281bd .h4a1be0b0 {
    margin-top: 50px;
  }

  .de330fd1 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .de330fd1 .e2379b0d {
    margin: 0 32px 48px 0;
  }
}

@media (max-width: 900px) {
  .h126b0bc4 {
    justify-content: flex-start;
  }

  .h126b0bc4 .h40c99c19 {
    max-width: 200px;
  }

  .h126b0bc4 .h40c99c19:not(:last-of-type) {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .h595856cb .a4b32b36 {
    font-size: 14px;
  }

  .h126b0bc4 .h40c99c19 {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .h595856cb .efb080a8 {
    font-size: 12px;
    margin-top: 16px;
  }
  .efb080a8 .a2f46cfe a {
    font-size: 12px;
  }

  .efb080a8 .h515bcc79 {
    margin-right: 12px;
    padding-right: 12px;
  }

  .efb080a8 .h47f3b350 {
    width: 28px;
    height: 28px;
  }

  .efb080a8 .h2bc0c3bd,
  .efb080a8 .h38f670c2 {
    font-size: 10px;
    line-height: 13px;
  }

  .efb080a8 .bde53e5f {
    width: 49px;
  }

  .efb080a8 .h33e3093e {
    margin-right: 8px;
  }

  .efb080a8 .h391d160e {
    margin-right: 12px;
  }

  .efb080a8 .h4aeb10be {
    position: relative;
  }

  .efb080a8 .h1e5e931f {
    display: block;
  }

  .efb080a8 .h8f92960c {
    display: none;
  }

  .efb080a8 .h4aeb10be:hover .h8f92960c {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #162a4d;
    padding: 5px 10px;
    border-radius: 8px;
  }

  .c5b35ec12 {
    padding: 0;
  }

  .c8cb6ebf4 {
  }

  .a26b966b {
    line-height: 140%;
    border-radius: 8px;
    padding: 6px 16px;
  }
}

@media (max-width: 480px) {
  .h595856cb {
    margin-bottom: 0;
  }

  .h595856cb .aea05c4e {
    text-align: center;
  }

  .h595856cb .a4b32b36 {
    font-size: 14px;
  }

  .h595856cb .h7122117b {
    margin-top: 20px;
    justify-content: center;
  }

  .h595856cb .h114dabee {
    margin-top: 20px;
    font-size: 8px;
    line-height: 12px;
  }

  .h595856cb .h551aec54 {
    margin-top: 40px;
  }

  .h595856cb .h50faafb5 {
    font-size: 8px;
  }

  .h4b82f9a7 {
    max-width: 238px;
    top: -65px;
    opacity: 0.5;
  }

  .h8ef82cb5 .h72ef46c5 {
    width: 100%;
    justify-content: space-between;
  }

  .h8ef82cb5 .c2f0c990 {
    max-width: none;
    margin-right: 0;
    margin-top: 12px;
    order: 3;
    font-size: 16px;
    height: 54px;
  }

  .h8ef82cb5 .h3b9a8049 {
    max-width: 320px;
    width: 83%;
    height: 48px;
    order: 1;
    padding: 7px 20px;
    margin-top: 0;
    margin-right: 8px;
  }

  .h8ef82cb5 .e1263110 {
    font-size: 14px;
  }

  .h8ef82cb5 .e1263110 span {
    font-size: 16px;
  }

  .h8ef82cb5 .h968d9fc7 {
    font-size: 12px;
  }

  .h8ef82cb5 .c96b8425 {
    width: 48px;
    height: 48px;
    order: 2;
  }

  .h15e88bf3 .c5e9ca66e {
    font-size: 12px;
    font-weight: 400;
  }

  .h8ef82cb5 .h3004bea8:nth-of-type(2)::before {
    height: 25px;
  }

  .de330fd1 {
    margin-top: 50px;
    justify-content: space-evenly;
  }

  .de330fd1 .e2379b0d {
    width: 158px;
    margin-right: 12px;
  }

  .de330fd1 .c4eb0da4 {
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
  }

  .de330fd1 .h61a97e00 {
    width: 32px;
    height: 32px;
  }

  .de330fd1 .a7c9ceee {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .de330fd1 .a7c9ceee::after {
    bottom: 10px;
  }

  .h39cacadb {
    margin-bottom: 12px;
  }

  .h126b0bc4 {
    padding: 8px 0 8px 0;
  }

  .h126b0bc4::-webkit-scrollbar {
    width: 0;
  }

  .h126b0bc4 {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .h126b0bc4 .h40c99c19 {
    max-height: 26px;
  }

  .h126b0bc4 .h40c99c19 {
    margin-right: 10px !important;
    margin-left: 10px;
  }
}
/* HEADER CONTENT END */

/* CONTENT BANNER START */
.c213d11f6 {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 336px;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .c213d11f6 {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .c213d11f6 {
    height: 85px;
    border-radius: 5px;
  }
}
/* CONTENT BANNER END */

/* CUSTOM LIST START */
.ebd1931e {
  display: flex;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid #dcdfe4;
  border-radius: 20px;
  margin: 20px;
  padding: 0 20px;
}

.c13fe5775 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0 !important;
  list-style: none !important;
}

.c13fe5775 .c9e99ceb0 {
  width: 24%;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-dark);
}

.c13fe5775 .c9e99ceb0::before {
  content: url(../images/li_before.svg);
  margin-right: 15px;
}

@media (max-width: 768px) {
  .c13fe5775 .c9e99ceb0 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .ebd1931e {
    padding: 0 35px;
  }

  .c13fe5775 .c9e99ceb0 {
    width: 49%;
    margin-bottom: 10px;
  }
}
/* CUSTOM LIST END */

/* FAQ START */
.f98624d68 {
  width: 100% !important;
  margin: 0;
}

.f98624d68 .f44a6bffd {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 52px;
  color: var(--color-text-dark);
}

.f98624d68 .f1a04ba1a {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.f98624d68 .f2770bc2b {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
}

.f98624d68 .f2770bc2b:hover {
  background: rgba(255, 255, 255, 0.7);
}

.f98624d68 .f8c3c9687 {
  cursor: pointer;
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.f98624d68 .f402ad76e {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.f98624d68 .f402ad76e.active {
  display: block;
}

.f98624d68 .f94b0c2a,
.f98624d68 .aa0c33a2 {
  display: none;
  width: 18px;
  height: 18px;
}

.f98624d68 .f94b0c2a.active {
  display: block;
}

.f98624d68 .aa0c33a2.active {
  display: block;
}

@media (max-width: 480px) {
  .f98624d68 {
    margin: 15px 0;
  }

  .f98624d68 .f44a6bffd {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .f98624d68 .f1a04ba1a {
    font-size: 10px;
    padding: 15px;
  }

  .f98624d68 .f8c3c9687 {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .f98624d68 .f402ad76e {
    margin-left: 0;
    font-size: 10px;
  }

  .f98624d68 .f2275b052 {
    max-width: 90%;
    font-size: 12px;
  }

  .f98624d68 .f94b0c2a,
  .f98624d68 .aa0c33a2 {
    width: 12px;
    height: 12px;
  }
}
/* FAQ END */

/* BREADCRUMBS START */
.rank-math-breadcrumb {
  padding: 10px 0;
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
  color: #cdd6dd !important;
  text-decoration: none;
  font-size: 12px;
}

.rank-math-breadcrumb p {
  margin: 0;
}

.rank-math-breadcrumb p a:last-of-type {
  color: #7b8c98;
}
/* BREADCRUMBS END */

/* 404 PAGE START */
.p3458da4b {
  padding: 100px 15px;
}

.p2a504ab7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, #ffffff 100%);
  border-radius: 10px;
  padding: 60px 100px;
  max-width: 750px;
  text-align: center;
  margin: auto;
  color: var(--color-text-dark);
}

.p2a504ab7 .page-404__logo {
  max-width: 130px;
}

.p2a504ab7 .p1627cd41 {
  margin: 20px 0;
}

.p2a504ab7 .p97f585ed {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.p2a504ab7 .p97f585ed::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.p2a504ab7 .p7e835708 {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .p2a504ab7 {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .p3458da4b {
    padding: 50px 15px;
  }

  .p1627cd41 svg {
    height: 70px;
  }

  .p2a504ab7 .p97f585ed {
    font-size: 16px;
  }

  .p2a504ab7 .p7e835708 {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* STATIC PAGE START */
.s67072cea {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 30px;
}

.s67072cea .e57d5cb7 {
  background: #ffffff;
  opacity: 0.8;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 480px) {
  .s67072cea {
    padding-top: 15px;
  }
}
/* STATIC PAGE END */

/* DEFAULT GRID START */
.d9f281acf {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.d9f281acf .d317dbba8 {
  width: 24%;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8.40772px);
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
  text-decoration: none;
}

.d9f281acf .d317dbba8:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.d9f281acf .d0bb7d1f {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.d9f281acf .d18af0ae5 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}

@media (max-width: 1024px) {
  .d9f281acf .d317dbba8 {
    width: 23%;
  }

  .d9f281acf .d0bb7d1f {
    height: 160px;
  }
}

@media (max-width: 800px) {
  .d9f281acf .d317dbba8 {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .d9f281acf .d317dbba8 {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .d9f281acf .d317dbba8 {
    width: 100%;
  }

  .d9f281acf .d0bb7d1f {
    height: 180px;
  }

  .d9f281acf .d18af0ae5 {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.s3237fbb6 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .s3237fbb6 {
    padding-top: 15px;
  }
}
/* SEARCH END */

/* CATEGORY START */
.c6013587a {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .c6013587a {
    padding-top: 15px;
  }
}
/* CATEGORY END */

/* INFO START */
.h4dc8f454 {
  flex-direction: column;
  padding: 0;
}

.h4dc8f454 .efb080a8 {
  margin-top: 65px;
  margin-bottom: 125px;
}

.c6c97654 {
  width: 69%;
}

.c2b9e931a {
  width: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 32px;
  margin: -125px auto 0 auto;
}

.i76d0650e {
  margin: 30px auto 0 auto;
}

.eb28ea2b .d7f43f4d {
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 32px;
  color: var(--color-text-dark);
}

.eb28ea2b .i0b37aea7 {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.eb28ea2b .i4b6824a9 {
  padding: 32px;
}

.eb28ea2b .i4b6824a9 img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.eb28ea2b .i4b6824a9 table {
  width: 100%;
}

@media (max-width: 1100px) {
  .c6c97654 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .h4dc8f454 {
    padding: 0 15px;
  }

  .eb28ea2b .i0b37aea7 {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .h4dc8f454 .efb080a8 {
    margin-top: 16px;
    margin-bottom: 85px;
  }

  .eb28ea2b {
    margin-top: -50px;
  }

  .eb28ea2b .d7f43f4d {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .eb28ea2b .i4b6824a9 {
    padding: 12px;
  }

  .eb28ea2b .i4b6824a9 p {
    font-size: 12px;
    line-height: 20px;
  }

  .eb28ea2b .i4b6824a9 li {
    margin-bottom: 12px;
  }
}

/* INFO END */

/* AUTHOR BLOCK START */
.a82d18f59 {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 32px auto;
  padding: 24px 32px;
  max-width: 925px;
}

.e2a4054e {
  max-width: none;
}

.a82d18f59 .a71b963a4 {
  display: flex;
  justify-content: space-between;
}

.a82d18f59 .e7952717 {
  display: flex;
  align-items: center;
}

.a82d18f59 .a71dee0a2 {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 16px;
}

.a82d18f59 .author-block-links__item img {
  width: 100%;
  padding: 8px;
}

.a82d18f59 .a798f5b09 {
  display: none;
}

.a82d18f59 .a602fa8ee {
  display: flex;
  align-items: center;
}

.a82d18f59 .a602fa8ee a {
  display: flex;
  align-items: center;
  position: relative;
  border: none;
}

.a82d18f59 .a602fa8ee a:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.a82d18f59 .a602fa8ee a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.a82d18f59 .c5047b2d {
  color: var(--color-text-dark);
  font-weight: 700;
}
.a82d18f59 .c5047b2d a {
  color: var(--color-text-dark);
  font-weight: 700;
  text-decoration: none;
}

.a82d18f59 .a1ded904f {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.a82d18f59 .a9a2a15de {
  margin-top: 20px;
}

.a82d18f59 .a1b01afd0 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.a82d18f59 .a6b1aa07d {
  margin-left: 10px;
  font-weight: 700;
  color: var(--color-text-dark);
}

@media (max-width: 480px) {
  .a82d18f59 {
    flex-wrap: wrap;
    padding: 12px;
  }

  .a82d18f59 .a71dee0a2 {
    width: 48px;
    height: 48px;
  }

  .a82d18f59 .a9a2a15de {
    margin-top: 16px;
  }

  .a82d18f59 .a08964157 {
    font-size: 12px;
    line-height: 20.4px;
  }

  .a82d18f59 .c5047b2d {
    font-size: 12px;
  }

  .a82d18f59 .ff1d00ea {
    order: 2;
  }

  .a82d18f59 .a1ded904f {
    font-size: 10px;
  }

  .a82d18f59 .a8fd3fd60 {
    font-size: 12px;
  }

  .a82d18f59 .a1b01afd0 img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

/* CONTENT CASINO REVIEW START */
.a2740e73 .content-casino-review__disclaimer {
  padding: 0 20px 20px 20px;
}

.b7d281bd {
  flex-wrap: wrap;
}

.b7d281bd .aea05c4e {
  width: 90%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .b7d281bd .aea05c4e {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .b7d281bd .a4b32b36 {
    text-align: center;
  }
}
/* CONTENT CASINO REVIEW END */

/* GAME REVIEW START */
.h4f819959 {
  padding: 0 0 24px 0;
  display: block;
}

.h4f819959 .a4b32b36 {
  line-height: 27px;
}

.h3d15cf46 {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.h5c5cb725 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69%;
  border-radius: 10px;
  height: 500px;
}

.h5c5cb725 .h9a6df08e {
  max-width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.h5c5cb725 a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  height: 70px;
  color: var(--color-text-main);
}

.h5c5cb725 .h17258d52 {
  width: 250px;
}

.h5c5cb725 .h42e184fb {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-top: 16px;
  color: #fff;
}

.h5c5cb725 .d159aac4 {
  width: 100%;
  text-align: center;
  color: #a9adb9;
  margin-top: 8px;
}

.h5c5cb725 .h6467ac0d {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h5c5cb725 .g206e3bfe {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.g206e3bfe {
  display: flex;
}

.g206e3bfe .g11238e2d {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid #ffffff;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  margin-right: 12px;
}

.g206e3bfe .g11238e2d svg {
  margin-right: 8px;
}

.f9beb715 {
  width: 29%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #a9adb9;
}

.f9beb715 .aeb5f6b8 {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.f9beb715 .h39f90213 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.f9beb715 .d3775904 {
  width: 50%;
}

.f9beb715 .h48ce7738 {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.f9beb715 .h48ce7738 span {
  display: flex;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin: 0 10px 5px 0;
}

@media (max-width: 1200px) {
  .h5c5cb725 {
    width: 59%;
  }

  .f9beb715 {
    width: 39%;
  }
}

@media (max-width: 768px) {
  .h3d15cf46 {
    flex-wrap: wrap;
  }

  .h5c5cb725,
  .f9beb715 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h4f819959 .a4b32b36 {
    max-width: 100%;
    text-align: center;
  }

  .h3d15cf46 {
    margin-top: 20px;
  }

  .h5c5cb725 .h9a6df08e {
    justify-content: center;
    width: 240px;
  }

  .f9beb715 {
    font-size: 16px;
  }

  .h5c5cb725 a {
    font-size: 16px;
    height: 57px;
  }

  .h5c5cb725 {
    height: 300px;
    margin-bottom: 24px;
  }

  .h5c5cb725 .g206e3bfe {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .h5c5cb725 .h17258d52 {
    width: 192px;
  }

  .h5c5cb725 .h6467ac0d {
    display: none;
  }

  .f9beb715 .d3775904 {
    width: 55%;
  }

  .f9beb715 .h48ce7738 {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.g08ccb603 {
  max-width: 900px;
}

.c678b613f .g08ccb603 {
  width: 69%;
}

.c2b9d8d3 {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  width: 100%;
  padding: 20px 32px;
  margin-bottom: 50px;
}

@media (max-width: 1100px) {
  .g08ccb603 {
    width: 100% !important;
    max-width: none;
  }
}
/* GAME REVIEW END */

/* SLOT GRID START */
.s463ab117 {
  margin-bottom: 30px;
}

.s463ab117 .s9a73fa92 {
  text-align: left;
  margin-bottom: 24px;
}

.s5dd66139 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s2be5ab21 {
  cursor: pointer;
  padding: 10px 28px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--color-text-dark);
}

.s8a140cb1 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.s8a140cb1 a {
  color: var(--color-text-main) !important;
  border: none !important;
}

.s8a140cb1 .fe866e42 {
  width: 19%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}

.s8a140cb1 .fe866e42:hover {
  background: rgba(255, 255, 255, 0.7);
}

.s8a140cb1 .s47e69430 {
  display: block;
  padding: 12px;
}

.s8a140cb1 .eb919efe {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 10px;
}

.s8a140cb1 .s933da24d {
  display: block;
  font-weight: 700;
  padding: 0 12px 8px 12px;
}

.s8a140cb1 .s8b7031d7 {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

.s8a140cb1 .s8c9133a5 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  color: #4a5b68;
  font-size: 14px;
}

.s8a140cb1 .s4a3cde54 {
  display: flex;
}

.s8a140cb1 .s511882b4 {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.s8a140cb1 .s511882b4 img {
  margin-right: 6px;
}

.s8a140cb1 .s6cc8bf21 span {
  color: var(--color-primary);
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .s8a140cb1 .s8c9133a5 {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .s8a140cb1 .fe866e42 {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .s8a140cb1 .fe866e42 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .s463ab117 .s9a73fa92 {
    margin-bottom: 16px;
  }

  .s8a140cb1 {
    justify-content: space-between;
  }

  .s8a140cb1 .fe866e42 {
    width: 48%;
    margin-bottom: 16px;
  }

  .s8a140cb1 .eb919efe {
    height: 90px;
  }

  .s8a140cb1 .s933da24d {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .s8a140cb1 .s8b7031d7 {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .s8a140cb1 .s8c9133a5 {
    flex-direction: row;
    font-size: 10px;
    padding: 6px 12px;
  }

  .s8a140cb1 .s511882b4 {
    margin-right: 8px;
  }

  .s8a140cb1 .s511882b4 img {
    width: 15px;
  }
}

@media (max-width: 400px) {
  .s8a140cb1 .s8c9133a5 {
    padding: 6px;
  }

  .s8a140cb1 .s511882b4 {
    margin-right: 4px;
  }
}

@media (max-width: 375px) {
  .s8a140cb1 .s511882b4 img {
    margin-right: 2px;
  }

  .s8a140cb1 .s6cc8bf21 span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

/* SLOTS HUB START */
.h4f56a78a .a4b32b36 {
  max-width: 1082px !important;
  margin-bottom: 70px;
}

.f9b47e57 {
  background: #fff;
}

.f9b47e57 .c67ff5719 {
  border: none;
}

.f9b47e57 .c966ebd3a {
  padding: 0;
}

.f9b47e57 .c024a47e1 {
  margin-left: 0;
}

@media (max-width: 480px) {
  .h4f56a78a .a4b32b36 {
    margin-bottom: 20px;
  }
}
/* SLOTS HUB END */

/* SLOT SEARCH START */
.a6fb6965 {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 16px 24px;
  margin-bottom: 28px;
}

.ef3507ee {
  width: 69%;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(169, 173, 185, 0.3);
  border-radius: 8px;
  height: 48px;
  padding-left: 56px;
}

.ef3507ee:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.ef3507ee::placeholder {
  font-size: 16px;
}

.a6fb6965::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  z-index: 10;
}

@media (max-width: 600px) {
  .ef3507ee {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .a6fb6965::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .a6fb6965 {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .ef3507ee {
    padding-left: 46px;
  }

  .ef3507ee::placeholder {
    font-size: 14px;
  }

  .a6fb6965::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.c327f762 {
  position: relative;
  width: 30%;
}

.f6273cbe0 {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(169, 173, 185, 0.3);
  border-radius: 8px;
}

.f6273cbe0::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.d8f20098 {
  display: none;
  width: 100%;
  position: absolute;
  top: 55px;
  left: 0;
  background: #ffffff;
  border: 1px solid rgba(169, 173, 185, 0.3);
  border-radius: 8px;
  max-height: 313px;
  overflow: auto;
}

.c327f762.open .d8f20098 {
  display: block;
}

.f739932b6 {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.f739932b6:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .c327f762 {
    width: 100%;
  }

  .f6273cbe0 {
    height: 40px;
  }

  .d8f20098 {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* HIDE SUBTITLE START */
.h5162c213 {
  position: relative;
}

.bc99a1fb {
  max-height: 80px;
  overflow: hidden;
  background: linear-gradient(180deg, #a9adb9 33.95%, rgba(169, 173, 185, 0.27) 80.45%, rgba(169, 173, 185, 0) 97.67%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h5162c213.open .bc99a1fb {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  max-height: none;
  overflow: visible;
}

.h5162c213.open .h2800e406.open {
  display: none;
}

.h5162c213.open .h2800e406.close {
  display: inline-block;
}

.h2800e406 {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
  margin-top: 4px;
}

.h2800e406.close {
  display: none;
}

@media (max-width: 480px) {
  .h5162c213 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* HIDE SUBTITLE END */

/* RECOMMENDED GRID START*/
.r58cdf6b6 {
  width: 100%;
  margin-bottom: 48px;
}

.cf63c443 {
  width: 100%;
}

.r6408f66d {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
}

.r6408f66d:not(:last-of-type) {
  margin-bottom: 16px;
}

.b4dbd2ee {
  width: 180px;
  padding: 10px;
}

.r2ef8063c {
  width: 123px;
  height: 50px;
  font-size: 14px;
  justify-content: center;
  margin-top: 13px;
}

.r685c8012 {
  width: 70px;
  height: 70px;
}

.r30f49f65 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.r59859c11 {
  font-size: 14px;
  font-weight: 700;
  color: #171e34;
  text-decoration: none;
}

.r963c44cc {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.r963c44cc span {
  font-size: 16px;
  font-weight: 700;
}

.eac1225a {
  margin-right: 8px;
}

.eac1225a svg {
  width: 12px;
  height: 12px;
}

.f4465582 {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px 0;
  margin-top: 4px;
}

.r7bf275c2 {
  position: relative;
  color: #171e34;
  font-weight: 700;
}

.r7bf275c2 span {
  font-size: 20px;
}

.r7bf275c2:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -25px;
  width: 1px;
  height: 22px;
  background: #a9adb9;
}

@media (max-width: 1350px) {
  .b4dbd2ee {
    width: auto;
  }

  .r2ef8063c {
    width: 95%;
    margin: 6px auto 0 auto;
  }

  .f4465582 {
    margin-top: 8px;
  }

  .r7bf275c2:not(:last-of-type)::after {
    right: -15px;
  }
}
/* RECOMMENDED GRID END*/

/* ARTICLES GRID START */
.a96428ee3 {
  width: 100%;
  margin-bottom: 48px;
}

.a93c1edd1 {
  width: 100%;
}

.a38aadfff {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #4a5b68 !important;
}

.a38aadfff:not(:last-of-type) {
  margin-bottom: 16px;
}

.e24f5cac {
  display: flex;
  padding: 16px 12px;
}

.f332e970 {
  display: block;
  width: 109px;
  height: 67px;
  margin-right: 16px;
}

.a1c6824fc {
  max-width: none !important;
  width: 109px;
  height: 67px;
  border-radius: 8px;
}

.a31291afd {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171e34 !important;
  text-decoration: none;
  line-height: 170%;
}

.c91ba4b5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 8px 12px;
}

.a86cb24a0 {
  font-size: 12px;
  font-weight: 400;
}

.f0d16e51 {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.f0d16e51::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: 2.5px;
}
/* ARTICLES GRID END */

/* LINKING SIDEBART START */
.fc2d939e {
  width: 100%;
  margin-bottom: 48px;
}

.c75849dc {
  width: 100%;
}

.l6c337bf2 {
  position: relative;
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #171e34;
  text-decoration: none;
  padding: 16px 12px;
}

.l6c337bf2:not(:last-of-type) {
  margin-bottom: 12px;
}

.l17989185 {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l6c337bf2::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
/* LINKING SIDEBART END */

/* LINKING GRID START */
.e640f9a7 {
  width: 100%;
  margin-bottom: 48px;
}

.l55dcba55 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.feb7887b {
  width: 24%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
  margin-bottom: 16px;
}

.l3b797342 {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 12px;
}

.l1f1728d8 {
  width: 100%;
  height: 172px;
  border-radius: 8px;
}

.daa592d2 {
  display: block;
  height: 54px;
  overflow: hidden;
  color: #171e34;
  text-decoration: none;
  margin-bottom: 20px;
}

.l94fb449d {
  display: flex;
  justify-content: space-between;
}

.ba087c27 {
  font-size: 12px;
  color: #4a5b68;
}

.cc1236d6 {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}

.cc1236d6::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

@media (max-width: 1100px) {
  .feb7887b {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .l55dcba55 {
    justify-content: space-between;
  }

  .feb7887b {
    width: 48%;
  }

  .linking-sidebar-item__title{
    width: calc(90% - 24px);
  }
}
@media (max-width: 480px) {
  .feb7887b {
    padding: 8px;
    margin-bottom: 12px;
  }

  .l3b797342 {
    height: 86px;
  }

  .l1f1728d8 {
    height: 86px;
  }

  .daa592d2 {
    font-size: 12px;
    line-height: 120%;
    height: 28px;
  }

  .ba087c27 {
    font-size: 10px;
  }

  .cc1236d6 span {
    display: none;
  }
}
/* LINKING GRID END */

/* IMPORTANT BLOCK START */
.i8875dc99 {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  margin: 20px 0;
}

.i13531f8b {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  color: #203b6b;
}

.i8875dc99::before,
.i8875dc99::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 4px;
  background: var(--color-primary);
}

.i8875dc99::before {
  top: 20px;
  left: 32px;
}

.i8875dc99::after {
  bottom: 20px;
  right: 32px;
}

@media (max-width: 600px) {
  .i8875dc99 {
    padding: 28px 12px;
  }

  .i8875dc99::before,
  .i8875dc99::after {
    width: 94px;
  }

  .i8875dc99::before {
    top: 16px;
    left: 12px;
  }

  .i8875dc99::after {
    bottom: 16px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .i13531f8b {
    font-size: 14px;
    line-height: 140%;
  }
}

/* IMPORTANT BLOCK END */

/* CASINO PROS CONS LISTS START */
.b6a2fa77,
.c7fa9b7a {
  width: 49%;
  border-radius: 10px;
  background: #e7eaee;
  padding: 16px;
}

.e6fa1168 {
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dcdfe4;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.e6fa1168 li {
  margin-left: 20px !important;
  margin-bottom: 15px !important;
}

.e6fa1168 li:last-of-type {
  margin-bottom: 0 !important;
}

.casino-pros-list__title {
  text-align: center;
  font-weight: 700;
  color: #5b8f35;
}

.b6a2fa77 li::marker {
  color: #5b8f35;
}

.casino-cons-list__title {
  text-align: center;
  font-weight: 700;
  color: #eb8348;
}

.c7fa9b7a li::marker {
  color: #eb8348;
}

@media (max-width: 480px) {
  .p06a6e00b {
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }

  .p06a6e00b .b6a2fa77,
  .p06a6e00b .c7fa9b7a {
    width: 100%;
    margin-bottom: 16px;
  }

  .e6fa1168 li {
    margin-left: 15px !important;
  }
}
/* CASINO PROS CONS LISTS END */

/* MODAL START */
.d2e9b633 {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  padding: 16px;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.d2e9b633.open {
  display: flex;
}

.de0ff12c {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 10, 19, 0.72);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.f737a8e1 {
  position: relative;
}

.f737a8e1 .m932cbcb7 {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 20px;
}

@media (max-width: 480px) {
  .f737a8e1 .m932cbcb7 {
    top: 12px;
    right: 8px;
  }
}
/* MODAL END */

/* MODAL ALTERNATIVE CASINOS START */
.a86a6e7df {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(186deg, #162a4d 0%, #060a13 100%);
  padding: 24px 20px;
}

.a2cdd7ed1 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.a03456198 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.a82e53b6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.a6bc3434b {
  display: block;
  width: 100%;
  height: 204px;
  margin-bottom: 8px;
}

.a6bc3434b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.e629fdd0 {
  width: 100%;
}

.a711d44b7 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.a136f7ff8 {
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
}

.a4a3cdc55 {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #a9adb9;
  margin-bottom: 8px;
}

.a9c5da85e {
  margin-right: 12px;
}

.a4a3cdc55 span {
  font-size: 18px;
  font-weight: 700;
}

.a6551811d {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 150px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

.ebe2a12d {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a9adb9;
}

.ebe2a12d img {
  margin-right: 8px;
}

.a0d6effc6 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.a0d6effc6 span {
  font-size: 32px;
  line-height: 170%;
  padding: 0 5px;
}

.a711d44b7 .a8e0e3ac3 {
  display: none;
}

.a8e0e3ac3 {
  width: 100%;
  padding: 18px 16px;
}

.a2bdcc504 {
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

@media (max-width: 900px) {
  .a0d6effc6 span {
    font-size: 24px;
  }

  .a8e0e3ac3 {
    display: none;
  }

  .a711d44b7 .a8e0e3ac3 {
    display: block;
  }
}

@media (max-width: 768px) {
  .a2cdd7ed1 {
    width: 95%;
    text-align: left;
    margin: 0 0 24px 0;
  }

  .a03456198 {
    display: block;
  }

  .a82e53b6 {
    width: 100%;
    margin-bottom: 12px;
  }

  .e629fdd0 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .a6bc3434b {
    width: 40%;
    height: 180px;
    margin-bottom: 0;
  }

  .a711d44b7 {
    width: 60%;
    padding: 12px 12px 0 12px;
  }

  .a8e0e3ac3 {
    margin-top: 40px;
    padding: 0;
  }

  .a0d6effc6 span {
    font-size: 32px;
  }

  @media (max-width: 480px) {
    .a86a6e7df {
      padding: 12px;
    }

    .a2cdd7ed1 {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .a6bc3434b {
      height: 120px;
    }

    .a711d44b7 {
      padding: 8px 8px 0 8px;
    }

    .a136f7ff8 {
      font-size: 14px;
      margin-bottom: 0;
    }

    .a4a3cdc55 span {
      font-size: 16px;
    }

    .a8e0e3ac3 {
      margin-top: 0;
    }

    .a2bdcc504 {
      height: 36px;
    }

    .a6551811d {
      height: 94px;
      padding: 0;
    }

    .a0d6effc6 {
      font-size: 16px;
    }

    .ebe2a12d {
      font-size: 12px;
    }

    .a0d6effc6 span {
      font-size: 24px;
    }
  }

  @media (max-width: 375px) {
    .a6bc3434b {
      height: 100px;
    }
  }
}
/* MODAL ALTERNATIVE CASINOS END */

.s67072cea.a7cb5edcb {
  max-width: none;
}
.c3f375f8 {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.c433bda1 {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.c433bda1 {}
.a4b6f22a4 {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.a3ed5e395 {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.f75cac9d {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.a5bfcca35 {}
.a7baaf80f {
  width: 64%;
}
.a7cb5edcb .rank-math-breadcrumb a, .a7cb5edcb .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .a4b6f22a4 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .a3ed5e395 {
    margin: 0 auto 16px auto;
  }
  .a7baaf80f {
    width: 100%;
  }
}

.e97f3e6d {
  position: relative;
  max-width: 1320px;
  margin: 30px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.e97f3e6d h2 {
  text-align: center;
}
@media (max-width: 768px) {
}
