/* 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);
}

.g3a7f62fa {
  color: #5b8f35;
}

.a71e299f {
  color: #eb8348;
}

.s184b3bf2,
.efa82693 {
  width: 14px;
  height: 14px;
}

.s184b3bf2 path {
  fill: var(--color-primary);
}

.efa82693 path {
  fill: none;
  stroke: var(--color-primary);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  align-items: flex-start !important;
}

.c51550374 {
  display: block;
  width: 24px;
  height: 22px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.b144ae1a9 {
  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;
}

.b144ae1a9: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);
}

.b144ae1a9 img {
  max-width: 100px;
  max-height: 53px;
  margin-left: 5px;
}

.l47fb26d6 {
  display: flex;
}

.l47fb26d6 .l1639a529 {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.l47fb26d6 .l67817154 {
  color: #fff;
  padding-right: 10px;
  border-right: 1px solid #f2f2f2;
  font-size: 14px;
}

.l47fb26d6 .f974601e {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.l47fb26d6 .l1639a529 .f974601e {
  margin-left: 0;
}

.c4d64850a {
  position: absolute;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.c31f763c5 {
  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;
}

.c41b2a0bb {
  width: 100%;
  position: relative;
}

.t1ca39ad0 {
  display: flex;
  justify-content: space-between;
}

.t1ca39ad0 .l3e2b11f0 {
  width: 29%;
}

.t1ca39ad0 .d021f203 {
  width: 69%;
}

.c97e73140 {

}

.c6ede9464 {
  display: flex;
  padding: 0 16px;
  gap: 0 10px;
}

.c9780ee1d {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #a9adb9;
  text-decoration: none;
  padding: 8px 40px;
}

.c9780ee1d.b833e80a {
  color: #fff;
  background: #203b6b;
  border-radius: 8px 8px 0 0;
  cursor: default;
}

.b95d9382 {
  position: relative;
  padding: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f4f4f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.b95d9382::before {
  content: '';
  border-top: 2px solid #203b6b;
  border-radius: 10px;
  height: 65px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.c97e73140 {
  width: 100%;
}
.c4d5cc009 .b95d9382::before {
  content: none;
  border: none;
  height: 0;
}

.b95d9382 .ba81b6df {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .b95d9382 {
    margin-bottom: 20px;
  }
  .c97e73140 {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .c6ede9464 {
    margin: 0 15px;
  }
}

.c3fb241f9 {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 20px 32px;
  margin: 64px 0;
}

.c3fb241f9.fbfe4a9f {
  background: rgba(255, 255, 255, 0.4);
}

.b16c15eb {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.b16c15eb .c3fb241f9 {
  width: 69%;
  margin-top: 0;
}
.b16c15eb .d71ecf58 {
  width: 69%;
  margin-top: 0;
}
.b16c15eb .d71ecf58 .c3fb241f9 {
  width: 100%;
}

.c6fc504e {
  width: 29%;
}

.b7130531 {
  max-width: 1320px;
  margin: 0 auto;
}

.b7130531 img {
  max-width: 100%;
}

.b7130531 .t25ba2eb3 {
  width: 100%;
  overflow-x: auto;
  border: 8px solid #203b6b;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .b7130531 .t25ba2eb3 {
    border-width: 6px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8fb;
  color: var(--color-text-dark);
  max-width: 100%;
}

.t25ba2eb3 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;
}

.h70c8338f th {
  padding: 20px 32px;
  border-radius: 0;
}

.h70c8338f td {
  padding: 20px 28px;
}

.h70c8338f td:first-child {
  font-weight: 700;
  background: #e7eaee;
  text-align: left;
  padding: 20px 32px;
}

.ae8524cf {
  margin-bottom: 40px;
}

.b74a364b {
  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;
}

.b74a364b .d75e6d153 {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.b74a364b .d31b1a937 {
  display: flex;
  align-items: center;
}

.b74a364b .d4db7867f {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
}

.b74a364b .d4db7867f span {
  font-size: 14px;
  font-weight: 700;
}

.b74a364b .d4db7867f:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 1px;
  background: var(--color-secondary);
  height: 22px;
}

.b74a364b .d34424c01 {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.b74a364b .f1389913 {
  margin-left: 10px;
}

.b74a364b .d945a476b {
  width: 115px;
  margin-left: 20px;
}

.b74a364b .d945a476b img {
  width: 100%;
}

.d0de381df {
  padding: 0 15px;
}

.s000a04bb {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.s57782d3d {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: 400px;
  padding: 10px;
  margin-right: 10px;
}

.af1cd89f {
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
}

.aa555cf3 {
  position: relative;
  right: 40px;
  bottom: 1px;
}

.b4719f10 {
  display: flex;
  justify-content: space-between;
}

.p8938c8c2 {
  width: 49%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.p8938c8c2 .p4d6843c3 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.e6aece26 .p4d6843c3,
.e6aece26 li::marker {
  color: #5b8f35;
}

.c35595b76 .p4d6843c3,
.c35595b76 li::marker {
  color: #eb8348;
}

.p3e38f1cf {
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

.p3e38f1cf li:last-of-type {
  margin-bottom: 0;
}

.p8b23e1b6 {
  width: 100%;
  display: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.p8b23e1b6 .p65e3c513 {
  display: flex;
  justify-content: space-between;
}

.p8b23e1b6 .d1dda169 {
  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;
}

.p8b23e1b6 .d1dda169.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.p8b23e1b6 .p6339eca8 {
  color: #5b8f35;
}

.p8b23e1b6 .c6cff07c4 {
  color: #eb8348;
}

.p8b23e1b6 .p3e38f1cf {
  margin: 0;
  padding: 15px 0 0 0;
}

.p8b23e1b6 .p9cd49da3 {
  display: none;
}

.p8b23e1b6 .p9cd49da3.active {
  display: block;
}

.m0d5f2b47 {
  margin-left: 5px;
}

.m0d5f2b47 .f84e3e10 {
  font-weight: 700;
  color: var(--color-primary);
}

.m0d5f2b47 .m6df78503 {
  color: #fff;
  margin-left: -4px;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .b7130531 {
    padding: 15px;
  }

  .b144ae1a9 img {
    max-width: 65px;
  }
}

@media (max-width: 1100px) {
  .b16c15eb .c3fb241f9 {
    width: 100%;
  }
  .b16c15eb .d71ecf58 {
    width: 100%;
  }

  .c6fc504e {
    display: none;
  }
}

@media (max-width: 1024px) {
  .t1ca39ad0 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .t1ca39ad0 .l3e2b11f0,
  .t1ca39ad0 .d021f203 {
    width: 100%;
  }

  .t1ca39ad0 .l3e2b11f0 {
    width: 60%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .t1ca39ad0 .l3e2b11f0 {
    width: 100%;
  }

  .b74a364b {
    background: transparent;
    flex-direction: column;
    padding: 0;
  }

  .b74a364b .d31b1a937 {
    width: 100%;
    background: #fff;
    padding: 3px 6px;
    border-radius: 7px;
    margin-top: 15px;
    justify-content: center;
  }

  .b74a364b .d75e6d153 {
    text-align: center;
  }

  .p8b23e1b6 {
    display: block;
  }

  .p8938c8c2 {
    display: none;
  }
}

@media (max-width: 480px) {
  .c3fb241f9 {
    padding: 16px 12px;
    margin: 36px 0;
  }

  .b7130531 .t25ba2eb3 {
    margin-bottom: 15px;
  }

  .c4d64850a {
    top: -5px;
  }

  .l47fb26d6 .l1639a529 {
    font-size: 12px;
  }

  .l47fb26d6 .f974601e {
    width: 18px;
    height: 18px;
  }

  .b74a364b .d75e6d153 {
    font-size: 12px;
  }

  .ae8524cf {
    margin-bottom: 15px;
  }

  .b74a364b {
    margin-bottom: 15px;
  }

  .b74a364b .d31b1a937 {
    margin-top: 0;
    justify-content: space-between;
  }

  .b74a364b .d34424c01 {
    width: 40px;
    height: 40px;
  }

  .b74a364b .d945a476b {
    width: 72px;
  }

  .b74a364b .f1389913 {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .b74a364b .d602ffcd3 {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .b74a364b .d4db7867f:after {
    height: 14px;
    top: 11px;
  }

  .b74a364b .d602ffcd3:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    background: var(--color-secondary);
    height: 14px;
  }
}

/* QUOTE START */
.q4361106d {
  background: #f7f8fb;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 20px;
}

.q4638b581 .q2ce8af2d {
  font-size: 34px;
  font-weight: 900;
  line-height: 45px;
  color: var(--color-text-dark);
  border-left: 5px solid var(--color-primary);
  padding-left: 20px;
}

.q4638b581 .q79e0ce3b {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px 0 25px;
}

@media (max-width: 480px) {
  .q4361106d {
    margin: 15px 0;
    padding: 15px;
  }

  .q4638b581 .q2ce8af2d {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-left: 15px;
  }

  .q4638b581 .q79e0ce3b {
    padding: 20px 0 0 0;
    font-size: 10px;
    line-height: 17px;
  }
}
/* QUOTE END */

/* HEADER CONTENT START */
.h7fba5e9b {
  background-size: cover;
}

.h7fba5e9b .rank-math-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
}

.ec37dd40 {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
  margin-bottom: 40px;
}

.ec37dd40 .h22b7b0c1 {
  position: relative;
  width: 65%;
}

.ec37dd40 .ad409480 {
  position: relative;
  width: 35%;
}

.ec37dd40 .d4dfaf6d {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ec37dd40 .h127fe33c {
  text-align: left;
}

.ec37dd40 .d4dfaf6d .h127fe33c {
  max-width: 1128px;
  text-align: center;
}

.ec37dd40 .h2b2d03ff {
  color: var(--color-text-add);
  line-height: 25px;
}

.ec37dd40 .h2b2d03ff a {
  color: var(--color-primary);
}

.ec37dd40 .d4dfaf6d .h2b2d03ff {
  max-width: 870px;
  text-align: center;
}

.ec37dd40 .f8b8f82d {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.ec37dd40 .e6da6ab4 {
  max-width: 24%;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 10px;
}

.ec37dd40 .d55b3248 {
  margin-top: 30px;
  font-size: 12px;
}

.ec37dd40 .ad409480 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.ec37dd40 .h207ab2ce {
  justify-content: center;
  padding: 10px;
}

.ec37dd40 .c61572e2 {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 5px 10px;
}

.ec37dd40 .h2ba6190e {
  margin-top: 36px;
}

.h2ba6190e {
  display: flex;
  align-items: center;
  color: #7e8394;
  font-size: 14px;
}

.h2ba6190e .h4e1fd4d0 {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.h2ba6190e .h4e1fd4d0::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h2ba6190e .h9114c784 {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin-right: 12px;
}

.h2ba6190e .h06087148 {
  margin-right: 16px;
}

.h2ba6190e .fd27b769 {
  font-size: 12px;
  line-height: 19px;
}

.h2ba6190e .h971f1488 {
  font-weight: 700;
}
.h2ba6190e .h971f1488 a {
  font-weight: 700;
  color: #7e8394;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
}

.h2ba6190e .h26590ea7 {
  margin-right: 32px;
}

.h2ba6190e .h0d1d08b4 {
  font-size: 12px;
  line-height: 19px;
}

.h2ba6190e .h8e26c2c3 {
  font-weight: 700;
}

.h2ba6190e .h6fa3ea6b {
  display: none;
}

.h2ba6190e .daf74f8e {
  display: flex;
  align-items: center;
}

.h2ba6190e .header-meta-socials__item {
  display: flex;
  align-items: center;
  position: relative;
}

.h2ba6190e .header-meta-socials__item:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.h2ba6190e .header-meta-socials__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h761ef377 {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.c2ba0d434 .h761ef377 {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.h971f1488:hover .h761ef377 {
  display: block;
}
.c2ba0d434:hover .h761ef377 {
  display: block;
}
.h761ef377 .a62d36b66 {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.h761ef377 .a70f5823a {
  margin-bottom: 4px;
}
.h761ef377 .f9c16724 {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .h2ba6190e .h4e1fd4d0 {
    position: static;
  }
  .h2ba6190e {
    position: relative;
  }
  .h761ef377 {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

.h54c6e10e {
  position: absolute;
  top: -170px;
  z-index: 0;
}

.h91bc341c {
  position: relative;
}

.h821744c7 .h3be699c4 {
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.h91bc341c .f261ad7c {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  width: 345px;
  margin-bottom: 4px;
}

.h91bc341c .h97951012 {
  max-width: 263px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 12px;
}

.h91bc341c .fc80fc53 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h0e5f4533 {
  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;
}

.h31bd1c63 {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.h31bd1c63:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
}

.h31bd1c63:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 38px;
  background: #b0b4bf;
}

.h90db4864 {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.h90db4864 .h7da99588 {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #7e8394;
}

.h90db4864 span {
  font-size: 20px;
}

.h90db4864 small {
  font-size: 16px;
  margin: 0 4px;
}

.c3e84645 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.h14512938 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.h14512938 .c8737b39 {
  font-size: 14px;
  font-weight: 700;
  color: #7e8394;
}

.h26697705 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.h26697705 .b752428f {
  position: relative;
  width: 240px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid;
}

.h26697705 .h113b961f {
  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;
}

.h26697705 .h1a15f4e5 {
  width: 44px;
  height: 44px;
}

.h26697705 .dc75440b {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-add);
  text-align: center;
  padding: 36px 12px 24px 12px;
}

.h26697705 .dc75440b::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: var(--color-primary);
}

.ec37dd40.ed16607a {
  margin-bottom: 0;
}

.c190b20f {
  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;
}

.aeb4b4b6 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  overflow: auto;
}

.aeb4b4b6 .h5f8d84b0 {
  max-width: 270px;
  max-height: 35px;
}

.aeb4b4b6 .h5f8d84b0:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 1350px) {
  .ec37dd40 {
    padding: 15px !important;
  }

  .h7fba5e9b .rank-math-breadcrumb {
    padding: 15px 15px 0 15px !important;
  }

  .ec37dd40 .f8b8f82d {
    margin-top: 40px;
  }

  .h26697705 .b752428f {
    width: 190px;
  }
}

@media (max-width: 1024px) {
  .ec37dd40 {
    flex-wrap: wrap;
  }

  .ec37dd40 .h22b7b0c1,
  .ec37dd40 .ad409480 {
    width: 100%;
  }

  .h821744c7 .h3be699c4 {
    margin-top: 50px;
  }

  .h26697705 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .h26697705 .b752428f {
    margin: 0 32px 48px 0;
  }
}

@media (max-width: 900px) {
  .aeb4b4b6 {
    justify-content: flex-start;
  }

  .aeb4b4b6 .h5f8d84b0 {
    max-width: 200px;
  }

  .aeb4b4b6 .h5f8d84b0:not(:last-of-type) {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .ec37dd40 .h2b2d03ff {
    font-size: 14px;
  }

  .aeb4b4b6 .h5f8d84b0 {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .ec37dd40 .h2ba6190e {
    font-size: 12px;
    margin-top: 16px;
  }
  .h2ba6190e .h971f1488 a {
    font-size: 12px;
  }

  .h2ba6190e .h4e1fd4d0 {
    margin-right: 12px;
    padding-right: 12px;
  }

  .h2ba6190e .h9114c784 {
    width: 28px;
    height: 28px;
  }

  .h2ba6190e .fd27b769,
  .h2ba6190e .h0d1d08b4 {
    font-size: 10px;
    line-height: 13px;
  }

  .h2ba6190e .h880e4629 {
    width: 49px;
  }

  .h2ba6190e .h06087148 {
    margin-right: 8px;
  }

  .h2ba6190e .h26590ea7 {
    margin-right: 12px;
  }

  .h2ba6190e .h4b52b275 {
    position: relative;
  }

  .h2ba6190e .h6fa3ea6b {
    display: block;
  }

  .h2ba6190e .daf74f8e {
    display: none;
  }

  .h2ba6190e .h4b52b275:hover .daf74f8e {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #162a4d;
    padding: 5px 10px;
    border-radius: 8px;
  }

  .c6ede9464 {
    padding: 0;
  }

  .b95d9382 {
  }

  .c9780ee1d {
    line-height: 140%;
    border-radius: 8px;
    padding: 6px 16px;
  }
}

@media (max-width: 480px) {
  .ec37dd40 {
    margin-bottom: 0;
  }

  .ec37dd40 .h127fe33c {
    text-align: center;
  }

  .ec37dd40 .h2b2d03ff {
    font-size: 14px;
  }

  .ec37dd40 .f8b8f82d {
    margin-top: 20px;
    justify-content: center;
  }

  .ec37dd40 .d55b3248 {
    margin-top: 20px;
    font-size: 8px;
    line-height: 12px;
  }

  .ec37dd40 .ad409480 {
    margin-top: 40px;
  }

  .ec37dd40 .c61572e2 {
    font-size: 8px;
  }

  .h54c6e10e {
    max-width: 238px;
    top: -65px;
    opacity: 0.5;
  }

  .h91bc341c .f261ad7c {
    width: 100%;
    justify-content: space-between;
  }

  .h91bc341c .h97951012 {
    max-width: none;
    margin-right: 0;
    margin-top: 12px;
    order: 3;
    font-size: 16px;
    height: 54px;
  }

  .h91bc341c .h0e5f4533 {
    max-width: 320px;
    width: 83%;
    height: 48px;
    order: 1;
    padding: 7px 20px;
    margin-top: 0;
    margin-right: 8px;
  }

  .h91bc341c .h90db4864 {
    font-size: 14px;
  }

  .h91bc341c .h90db4864 span {
    font-size: 16px;
  }

  .h91bc341c .c3e84645 {
    font-size: 12px;
  }

  .h91bc341c .fc80fc53 {
    width: 48px;
    height: 48px;
    order: 2;
  }

  .h14512938 .c8737b39 {
    font-size: 12px;
    font-weight: 400;
  }

  .h91bc341c .h31bd1c63:nth-of-type(2)::before {
    height: 25px;
  }

  .h26697705 {
    margin-top: 50px;
    justify-content: space-evenly;
  }

  .h26697705 .b752428f {
    width: 158px;
    margin-right: 12px;
  }

  .h26697705 .h113b961f {
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
  }

  .h26697705 .h1a15f4e5 {
    width: 32px;
    height: 32px;
  }

  .h26697705 .dc75440b {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .h26697705 .dc75440b::after {
    bottom: 10px;
  }

  .c190b20f {
    margin-bottom: 12px;
  }

  .aeb4b4b6 {
    padding: 8px 0 8px 0;
  }

  .aeb4b4b6::-webkit-scrollbar {
    width: 0;
  }

  .aeb4b4b6 {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .aeb4b4b6 .h5f8d84b0 {
    max-height: 26px;
  }

  .aeb4b4b6 .h5f8d84b0 {
    margin-right: 10px !important;
    margin-left: 10px;
  }
}
/* HEADER CONTENT END */

/* CONTENT BANNER START */
.c94529a7d {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 336px;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .c94529a7d {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .c94529a7d {
    height: 85px;
    border-radius: 5px;
  }
}
/* CONTENT BANNER END */

/* CUSTOM LIST START */
.ea6831d5 {
  display: flex;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid #dcdfe4;
  border-radius: 20px;
  margin: 20px;
  padding: 0 20px;
}

.d7e8ced3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0 !important;
  list-style: none !important;
}

.d7e8ced3 .c087613e7 {
  width: 24%;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-dark);
}

.d7e8ced3 .c087613e7::before {
  content: url(../images/li_before.svg);
  margin-right: 15px;
}

@media (max-width: 768px) {
  .d7e8ced3 .c087613e7 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .ea6831d5 {
    padding: 0 35px;
  }

  .d7e8ced3 .c087613e7 {
    width: 49%;
    margin-bottom: 10px;
  }
}
/* CUSTOM LIST END */

/* FAQ START */
.f084ba7c3 {
  width: 100% !important;
  margin: 0;
}

.f084ba7c3 .c9d9e412 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 52px;
  color: var(--color-text-dark);
}

.f084ba7c3 .f977be1f5 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.f084ba7c3 .f1b988ac1 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
}

.f084ba7c3 .f1b988ac1:hover {
  background: rgba(255, 255, 255, 0.7);
}

.f084ba7c3 .f30e329f5 {
  cursor: pointer;
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.f084ba7c3 .cd558c81 {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.f084ba7c3 .cd558c81.active {
  display: block;
}

.f084ba7c3 .f2fac78fe,
.f084ba7c3 .f9fe74bd4 {
  display: none;
  width: 18px;
  height: 18px;
}

.f084ba7c3 .f2fac78fe.active {
  display: block;
}

.f084ba7c3 .f9fe74bd4.active {
  display: block;
}

@media (max-width: 480px) {
  .f084ba7c3 {
    margin: 15px 0;
  }

  .f084ba7c3 .c9d9e412 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .f084ba7c3 .f977be1f5 {
    font-size: 10px;
    padding: 15px;
  }

  .f084ba7c3 .f30e329f5 {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .f084ba7c3 .cd558c81 {
    margin-left: 0;
    font-size: 10px;
  }

  .f084ba7c3 .f3d31a8fb {
    max-width: 90%;
    font-size: 12px;
  }

  .f084ba7c3 .f2fac78fe,
  .f084ba7c3 .f9fe74bd4 {
    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 */
.a2b7071c {
  padding: 100px 15px;
}

.p16b87c5d {
  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);
}

.p16b87c5d .page-404__logo {
  max-width: 130px;
}

.p16b87c5d .p0963d5e8 {
  margin: 20px 0;
}

.p16b87c5d .p186bad24 {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.p16b87c5d .p186bad24::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.p16b87c5d .cbecdc83 {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .p16b87c5d {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .a2b7071c {
    padding: 50px 15px;
  }

  .p0963d5e8 svg {
    height: 70px;
  }

  .p16b87c5d .p186bad24 {
    font-size: 16px;
  }

  .p16b87c5d .cbecdc83 {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* STATIC PAGE START */
.a311b54c {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 30px;
}

.a311b54c .e4c4fe7c {
  background: #ffffff;
  opacity: 0.8;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 480px) {
  .a311b54c {
    padding-top: 15px;
  }
}
/* STATIC PAGE END */

/* DEFAULT GRID START */
.d23f7a5bd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.d23f7a5bd .d33108413 {
  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;
}

.d23f7a5bd .d33108413:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.d23f7a5bd .e1458615 {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.d23f7a5bd .d2d447293 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}

@media (max-width: 1024px) {
  .d23f7a5bd .d33108413 {
    width: 23%;
  }

  .d23f7a5bd .e1458615 {
    height: 160px;
  }
}

@media (max-width: 800px) {
  .d23f7a5bd .d33108413 {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .d23f7a5bd .d33108413 {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .d23f7a5bd .d33108413 {
    width: 100%;
  }

  .d23f7a5bd .e1458615 {
    height: 180px;
  }

  .d23f7a5bd .d2d447293 {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.a36c2d8e {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .a36c2d8e {
    padding-top: 15px;
  }
}
/* SEARCH END */

/* CATEGORY START */
.c5cfb6e90 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .c5cfb6e90 {
    padding-top: 15px;
  }
}
/* CATEGORY END */

/* INFO START */
.h89de6df2 {
  flex-direction: column;
  padding: 0;
}

.h89de6df2 .h2ba6190e {
  margin-top: 65px;
  margin-bottom: 125px;
}

.a73a30e3 {
  width: 69%;
}

.c1a606810 {
  width: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 32px;
  margin: -125px auto 0 auto;
}

.i4a3853e4 {
  margin: 30px auto 0 auto;
}

.i8425a71b .i13e2a6eb {
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 32px;
  color: var(--color-text-dark);
}

.i8425a71b .a4fb657b {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.i8425a71b .f7b79bdb {
  padding: 32px;
}

.i8425a71b .f7b79bdb img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.i8425a71b .f7b79bdb table {
  width: 100%;
}

@media (max-width: 1100px) {
  .a73a30e3 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .h89de6df2 {
    padding: 0 15px;
  }

  .i8425a71b .a4fb657b {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .h89de6df2 .h2ba6190e {
    margin-top: 16px;
    margin-bottom: 85px;
  }

  .i8425a71b {
    margin-top: -50px;
  }

  .i8425a71b .i13e2a6eb {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .i8425a71b .f7b79bdb {
    padding: 12px;
  }

  .i8425a71b .f7b79bdb p {
    font-size: 12px;
    line-height: 20px;
  }

  .i8425a71b .f7b79bdb li {
    margin-bottom: 12px;
  }
}

/* INFO END */

/* AUTHOR BLOCK START */
.a3e0e302b {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 32px auto;
  padding: 24px 32px;
  max-width: 925px;
}

.d35afe44 {
  max-width: none;
}

.a3e0e302b .a7000c16f {
  display: flex;
  justify-content: space-between;
}

.a3e0e302b .e62c85dc {
  display: flex;
  align-items: center;
}

.a3e0e302b .a73b3df19 {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 16px;
}

.a3e0e302b .author-block-links__item img {
  width: 100%;
  padding: 8px;
}

.a3e0e302b .a42951683 {
  display: none;
}

.a3e0e302b .e0a14357 {
  display: flex;
  align-items: center;
}

.a3e0e302b .e0a14357 a {
  display: flex;
  align-items: center;
  position: relative;
  border: none;
}

.a3e0e302b .e0a14357 a:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.a3e0e302b .e0a14357 a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.a3e0e302b .da406384 {
  color: var(--color-text-dark);
  font-weight: 700;
}
.a3e0e302b .da406384 a {
  color: var(--color-text-dark);
  font-weight: 700;
  text-decoration: none;
}

.a3e0e302b .a1f80aff4 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.a3e0e302b .a98472a65 {
  margin-top: 20px;
}

.a3e0e302b .a1ab80d1b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.a3e0e302b .a69779fc6 {
  margin-left: 10px;
  font-weight: 700;
  color: var(--color-text-dark);
}

@media (max-width: 480px) {
  .a3e0e302b {
    flex-wrap: wrap;
    padding: 12px;
  }

  .a3e0e302b .a73b3df19 {
    width: 48px;
    height: 48px;
  }

  .a3e0e302b .a98472a65 {
    margin-top: 16px;
  }

  .a3e0e302b .a17d259fe {
    font-size: 12px;
    line-height: 20.4px;
  }

  .a3e0e302b .da406384 {
    font-size: 12px;
  }

  .a3e0e302b .e0591843 {
    order: 2;
  }

  .a3e0e302b .a1f80aff4 {
    font-size: 10px;
  }

  .a3e0e302b .a8e6a5fab {
    font-size: 12px;
  }

  .a3e0e302b .a1ab80d1b img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

/* CONTENT CASINO REVIEW START */
.c97b1cb09 .content-casino-review__disclaimer {
  padding: 0 20px 20px 20px;
}

.h821744c7 {
  flex-wrap: wrap;
}

.h821744c7 .h127fe33c {
  width: 90%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .h821744c7 .h127fe33c {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h821744c7 .h2b2d03ff {
    text-align: center;
  }
}
/* CONTENT CASINO REVIEW END */

/* GAME REVIEW START */
.cf0f72e0 {
  padding: 0 0 24px 0;
  display: block;
}

.cf0f72e0 .h2b2d03ff {
  line-height: 27px;
}

.h2251d7ef {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.cab36a72 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69%;
  border-radius: 10px;
  height: 500px;
}

.cab36a72 .h9800cf35 {
  max-width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.cab36a72 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);
}

.cab36a72 .h2f281159 {
  width: 250px;
}

.cab36a72 .h2312c24c {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-top: 16px;
  color: #fff;
}

.cab36a72 .h07bede10 {
  width: 100%;
  text-align: center;
  color: #a9adb9;
  margin-top: 8px;
}

.cab36a72 .b280d8d9 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.cab36a72 .e478a258 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.e478a258 {
  display: flex;
}

.e478a258 .g134eb196 {
  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;
}

.e478a258 .g134eb196 svg {
  margin-right: 8px;
}

.h6f516a42 {
  width: 29%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #a9adb9;
}

.h6f516a42 .h9f4b0db2 {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.h6f516a42 .h0c3cc769 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.h6f516a42 .h53f9b2bd {
  width: 50%;
}

.h6f516a42 .h9e2903ec {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.h6f516a42 .h9e2903ec span {
  display: flex;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin: 0 10px 5px 0;
}

@media (max-width: 1200px) {
  .cab36a72 {
    width: 59%;
  }

  .h6f516a42 {
    width: 39%;
  }
}

@media (max-width: 768px) {
  .h2251d7ef {
    flex-wrap: wrap;
  }

  .cab36a72,
  .h6f516a42 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .cf0f72e0 .h2b2d03ff {
    max-width: 100%;
    text-align: center;
  }

  .h2251d7ef {
    margin-top: 20px;
  }

  .cab36a72 .h9800cf35 {
    justify-content: center;
    width: 240px;
  }

  .h6f516a42 {
    font-size: 16px;
  }

  .cab36a72 a {
    font-size: 16px;
    height: 57px;
  }

  .cab36a72 {
    height: 300px;
    margin-bottom: 24px;
  }

  .cab36a72 .e478a258 {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .cab36a72 .h2f281159 {
    width: 192px;
  }

  .cab36a72 .b280d8d9 {
    display: none;
  }

  .h6f516a42 .h53f9b2bd {
    width: 55%;
  }

  .h6f516a42 .h9e2903ec {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.g7931cf77 {
  max-width: 900px;
}

.b16c15eb .g7931cf77 {
  width: 69%;
}

.c3007a18 {
  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) {
  .g7931cf77 {
    width: 100% !important;
    max-width: none;
  }
}
/* GAME REVIEW END */

/* SLOT GRID START */
.s44578eac {
  margin-bottom: 30px;
}

.s44578eac .s15edd25b {
  text-align: left;
  margin-bottom: 24px;
}

.s8b3115ed {
  width: 100%;
  display: flex;
  justify-content: center;
}

.a47b83e8 {
  cursor: pointer;
  padding: 10px 28px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--color-text-dark);
}

.s25d8c76d {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.s25d8c76d a {
  color: var(--color-text-main) !important;
  border: none !important;
}

.s25d8c76d .s4be9e5c9 {
  width: 19%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}

.s25d8c76d .s4be9e5c9:hover {
  background: rgba(255, 255, 255, 0.7);
}

.s25d8c76d .s7cfcd9ba {
  display: block;
  padding: 12px;
}

.s25d8c76d .s13cbe62a {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 10px;
}

.s25d8c76d .s6b67da99 {
  display: block;
  font-weight: 700;
  padding: 0 12px 8px 12px;
}

.s25d8c76d .be9b49a1 {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

.s25d8c76d .b954f6df {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  color: #4a5b68;
  font-size: 14px;
}

.s25d8c76d .s7ff91b2e {
  display: flex;
}

.s25d8c76d .s20e5fbc0 {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.s25d8c76d .s20e5fbc0 img {
  margin-right: 6px;
}

.s25d8c76d .s6d711dea span {
  color: var(--color-primary);
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .s25d8c76d .b954f6df {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .s25d8c76d .s4be9e5c9 {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .s25d8c76d .s4be9e5c9 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .s44578eac .s15edd25b {
    margin-bottom: 16px;
  }

  .s25d8c76d {
    justify-content: space-between;
  }

  .s25d8c76d .s4be9e5c9 {
    width: 48%;
    margin-bottom: 16px;
  }

  .s25d8c76d .s13cbe62a {
    height: 90px;
  }

  .s25d8c76d .s6b67da99 {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .s25d8c76d .be9b49a1 {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .s25d8c76d .b954f6df {
    flex-direction: row;
    font-size: 10px;
    padding: 6px 12px;
  }

  .s25d8c76d .s20e5fbc0 {
    margin-right: 8px;
  }

  .s25d8c76d .s20e5fbc0 img {
    width: 15px;
  }
}

@media (max-width: 400px) {
  .s25d8c76d .b954f6df {
    padding: 6px;
  }

  .s25d8c76d .s20e5fbc0 {
    margin-right: 4px;
  }
}

@media (max-width: 375px) {
  .s25d8c76d .s20e5fbc0 img {
    margin-right: 2px;
  }

  .s25d8c76d .s6d711dea span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

/* SLOTS HUB START */
.h7abddffc .h2b2d03ff {
  max-width: 1082px !important;
  margin-bottom: 70px;
}

.f80ddc9c {
  background: #fff;
}

.f80ddc9c .c9fa52fcd {
  border: none;
}

.f80ddc9c .c2ab10248 {
  padding: 0;
}

.f80ddc9c .c0027785a {
  margin-left: 0;
}

@media (max-width: 480px) {
  .h7abddffc .h2b2d03ff {
    margin-bottom: 20px;
  }
}
/* SLOTS HUB END */

/* SLOT SEARCH START */
.s62edf0c3 {
  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;
}

.f0711f47 {
  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;
}

.f0711f47:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.f0711f47::placeholder {
  font-size: 16px;
}

.s62edf0c3::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  z-index: 10;
}

@media (max-width: 600px) {
  .f0711f47 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .s62edf0c3::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .s62edf0c3 {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .f0711f47 {
    padding-left: 46px;
  }

  .f0711f47::placeholder {
    font-size: 14px;
  }

  .s62edf0c3::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.f4cb9dfab {
  position: relative;
  width: 30%;
}

.f37161262 {
  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;
}

.f37161262::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.ed37c5e2 {
  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;
}

.f4cb9dfab.open .ed37c5e2 {
  display: block;
}

.f465cf7cc {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.f465cf7cc:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .f4cb9dfab {
    width: 100%;
  }

  .f37161262 {
    height: 40px;
  }

  .ed37c5e2 {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* HIDE SUBTITLE START */
.h64a70769 {
  position: relative;
}

.h350348ad {
  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;
}

.h64a70769.open .h350348ad {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  max-height: none;
  overflow: visible;
}

.h64a70769.open .h2a6ddbbd.open {
  display: none;
}

.h64a70769.open .h2a6ddbbd.close {
  display: inline-block;
}

.h2a6ddbbd {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
  margin-top: 4px;
}

.h2a6ddbbd.close {
  display: none;
}

@media (max-width: 480px) {
  .h64a70769 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* HIDE SUBTITLE END */

/* RECOMMENDED GRID START*/
.ce222be1 {
  width: 100%;
  margin-bottom: 48px;
}

.faa60139 {
  width: 100%;
}

.r51cd3317 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
}

.r51cd3317:not(:last-of-type) {
  margin-bottom: 16px;
}

.d5289459 {
  width: 180px;
  padding: 10px;
}

.r16f59a37 {
  width: 123px;
  height: 50px;
  font-size: 14px;
  justify-content: center;
  margin-top: 13px;
}

.r50511c19 {
  width: 70px;
  height: 70px;
}

.b07a74dc {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.r2878e565 {
  font-size: 14px;
  font-weight: 700;
  color: #171e34;
  text-decoration: none;
}

.ae31d8c7 {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.ae31d8c7 span {
  font-size: 16px;
  font-weight: 700;
}

.d1db6fd0 {
  margin-right: 8px;
}

.d1db6fd0 svg {
  width: 12px;
  height: 12px;
}

.r95b51335 {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px 0;
  margin-top: 4px;
}

.r40e83848 {
  position: relative;
  color: #171e34;
  font-weight: 700;
}

.r40e83848 span {
  font-size: 20px;
}

.r40e83848:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -25px;
  width: 1px;
  height: 22px;
  background: #a9adb9;
}

@media (max-width: 1350px) {
  .d5289459 {
    width: auto;
  }

  .r16f59a37 {
    width: 95%;
    margin: 6px auto 0 auto;
  }

  .r95b51335 {
    margin-top: 8px;
  }

  .r40e83848:not(:last-of-type)::after {
    right: -15px;
  }
}
/* RECOMMENDED GRID END*/

/* ARTICLES GRID START */
.a1fd867b5 {
  width: 100%;
  margin-bottom: 48px;
}

.a8c85f578 {
  width: 100%;
}

.a27eec756 {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #4a5b68 !important;
}

.a27eec756:not(:last-of-type) {
  margin-bottom: 16px;
}

.a93b225d8 {
  display: flex;
  padding: 16px 12px;
}

.a888e6395 {
  display: block;
  width: 109px;
  height: 67px;
  margin-right: 16px;
}

.ca8f5028 {
  max-width: none !important;
  width: 109px;
  height: 67px;
  border-radius: 8px;
}

.a644cc37f {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171e34 !important;
  text-decoration: none;
  line-height: 170%;
}

.a49954f0c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 8px 12px;
}

.b3205cd6 {
  font-size: 12px;
  font-weight: 400;
}

.c53a1627 {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.c53a1627::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: 2.5px;
}
/* ARTICLES GRID END */

/* LINKING SIDEBART START */
.l73b3bb57 {
  width: 100%;
  margin-bottom: 48px;
}

.l3f023108 {
  width: 100%;
}

.l94690326 {
  position: relative;
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #171e34;
  text-decoration: none;
  padding: 16px 12px;
}

.l94690326:not(:last-of-type) {
  margin-bottom: 12px;
}

.l6665e8f1 {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l94690326::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
/* LINKING SIDEBART END */

/* LINKING GRID START */
.l5a9f46d5 {
  width: 100%;
  margin-bottom: 48px;
}

.l57b185ee {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.fcdab7c0 {
  width: 24%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
  margin-bottom: 16px;
}

.l5a8a35f5 {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 12px;
}

.l2ee9d3d2 {
  width: 100%;
  height: 172px;
  border-radius: 8px;
}

.ef4eeaa4 {
  display: block;
  height: 54px;
  overflow: hidden;
  color: #171e34;
  text-decoration: none;
  margin-bottom: 20px;
}

.c19e9d1f {
  display: flex;
  justify-content: space-between;
}

.l6cef08f3 {
  font-size: 12px;
  color: #4a5b68;
}

.l1af54202 {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}

.l1af54202::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

@media (max-width: 1100px) {
  .fcdab7c0 {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .l57b185ee {
    justify-content: space-between;
  }

  .fcdab7c0 {
    width: 48%;
  }

  .linking-sidebar-item__title{
    width: calc(90% - 24px);
  }
}
@media (max-width: 480px) {
  .fcdab7c0 {
    padding: 8px;
    margin-bottom: 12px;
  }

  .l5a8a35f5 {
    height: 86px;
  }

  .l2ee9d3d2 {
    height: 86px;
  }

  .ef4eeaa4 {
    font-size: 12px;
    line-height: 120%;
    height: 28px;
  }

  .l6cef08f3 {
    font-size: 10px;
  }

  .l1af54202 span {
    display: none;
  }
}
/* LINKING GRID END */

/* IMPORTANT BLOCK START */
.i07ebf450 {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  margin: 20px 0;
}

.i26b867fd {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  color: #203b6b;
}

.i07ebf450::before,
.i07ebf450::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 4px;
  background: var(--color-primary);
}

.i07ebf450::before {
  top: 20px;
  left: 32px;
}

.i07ebf450::after {
  bottom: 20px;
  right: 32px;
}

@media (max-width: 600px) {
  .i07ebf450 {
    padding: 28px 12px;
  }

  .i07ebf450::before,
  .i07ebf450::after {
    width: 94px;
  }

  .i07ebf450::before {
    top: 16px;
    left: 12px;
  }

  .i07ebf450::after {
    bottom: 16px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .i26b867fd {
    font-size: 14px;
    line-height: 140%;
  }
}

/* IMPORTANT BLOCK END */

/* CASINO PROS CONS LISTS START */
.c204d2720,
.c5115462d {
  width: 49%;
  border-radius: 10px;
  background: #e7eaee;
  padding: 16px;
}

.d33fd412 {
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dcdfe4;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.d33fd412 li {
  margin-left: 20px !important;
  margin-bottom: 15px !important;
}

.d33fd412 li:last-of-type {
  margin-bottom: 0 !important;
}

.casino-pros-list__title {
  text-align: center;
  font-weight: 700;
  color: #5b8f35;
}

.c204d2720 li::marker {
  color: #5b8f35;
}

.casino-cons-list__title {
  text-align: center;
  font-weight: 700;
  color: #eb8348;
}

.c5115462d li::marker {
  color: #eb8348;
}

@media (max-width: 480px) {
  .p8938c8c2 {
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }

  .p8938c8c2 .c204d2720,
  .p8938c8c2 .c5115462d {
    width: 100%;
    margin-bottom: 16px;
  }

  .d33fd412 li {
    margin-left: 15px !important;
  }
}
/* CASINO PROS CONS LISTS END */

/* MODAL START */
.m5b735f65 {
  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;
}

.m5b735f65.open {
  display: flex;
}

.m5795187a {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 10, 19, 0.72);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.m67359778 {
  position: relative;
}

.m67359778 .m92951e7c {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 20px;
}

@media (max-width: 480px) {
  .m67359778 .m92951e7c {
    top: 12px;
    right: 8px;
  }
}
/* MODAL END */

/* MODAL ALTERNATIVE CASINOS START */
.a871f4514 {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(186deg, #162a4d 0%, #060a13 100%);
  padding: 24px 20px;
}

.ac539568 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.a36ae19ee {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.a9dc52bc0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.a0a3005fc {
  display: block;
  width: 100%;
  height: 204px;
  margin-bottom: 8px;
}

.a0a3005fc img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.f41f2d88 {
  width: 100%;
}

.a95e2924b {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.a729c394f {
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
}

.a580a0c0d {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #a9adb9;
  margin-bottom: 8px;
}

.e7e122bb {
  margin-right: 12px;
}

.a580a0c0d span {
  font-size: 18px;
  font-weight: 700;
}

.da052893 {
  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;
}

.b0c580d9 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a9adb9;
}

.b0c580d9 img {
  margin-right: 8px;
}

.a76d27523 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.a76d27523 span {
  font-size: 32px;
  line-height: 170%;
  padding: 0 5px;
}

.a95e2924b .d5291b37 {
  display: none;
}

.d5291b37 {
  width: 100%;
  padding: 18px 16px;
}

.a4a2f83b3 {
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

@media (max-width: 900px) {
  .a76d27523 span {
    font-size: 24px;
  }

  .d5291b37 {
    display: none;
  }

  .a95e2924b .d5291b37 {
    display: block;
  }
}

@media (max-width: 768px) {
  .ac539568 {
    width: 95%;
    text-align: left;
    margin: 0 0 24px 0;
  }

  .a36ae19ee {
    display: block;
  }

  .a9dc52bc0 {
    width: 100%;
    margin-bottom: 12px;
  }

  .f41f2d88 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .a0a3005fc {
    width: 40%;
    height: 180px;
    margin-bottom: 0;
  }

  .a95e2924b {
    width: 60%;
    padding: 12px 12px 0 12px;
  }

  .d5291b37 {
    margin-top: 40px;
    padding: 0;
  }

  .a76d27523 span {
    font-size: 32px;
  }

  @media (max-width: 480px) {
    .a871f4514 {
      padding: 12px;
    }

    .ac539568 {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .a0a3005fc {
      height: 120px;
    }

    .a95e2924b {
      padding: 8px 8px 0 8px;
    }

    .a729c394f {
      font-size: 14px;
      margin-bottom: 0;
    }

    .a580a0c0d span {
      font-size: 16px;
    }

    .d5291b37 {
      margin-top: 0;
    }

    .a4a2f83b3 {
      height: 36px;
    }

    .da052893 {
      height: 94px;
      padding: 0;
    }

    .a76d27523 {
      font-size: 16px;
    }

    .b0c580d9 {
      font-size: 12px;
    }

    .a76d27523 span {
      font-size: 24px;
    }
  }

  @media (max-width: 375px) {
    .a0a3005fc {
      height: 100px;
    }
  }
}
/* MODAL ALTERNATIVE CASINOS END */

.a311b54c.a63f1f562 {
  max-width: none;
}
.ff1b4312 {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.f8db8b4b {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.f8db8b4b {}
.a8f79bb02 {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.a91192849 {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.cbb49a77 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.a9fea5393 {}
.a4742cee5 {
  width: 64%;
}
.a63f1f562 .rank-math-breadcrumb a, .a63f1f562 .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .a8f79bb02 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .a91192849 {
    margin: 0 auto 16px auto;
  }
  .a4742cee5 {
    width: 100%;
  }
}

.d5970887 {
  position: relative;
  max-width: 1320px;
  margin: 30px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.d5970887 h2 {
  text-align: center;
}
@media (max-width: 768px) {
}
