/* 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);
}

.g707359ac {
  color: #5b8f35;
}

.bd621352 {
  color: #eb8348;
}

.s72437e4e,
.f5d41c5e {
  width: 14px;
  height: 14px;
}

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

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

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

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

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

.b5e46daff {
  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;
}

.b5e46daff: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);
}

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

.l4f15d491 {
  display: flex;
}

.l4f15d491 .b6b714c7 {
  cursor: pointer;
  display: flex;
  align-items: center;
}

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

.l4f15d491 .a88c6d14 {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.l4f15d491 .b6b714c7 .a88c6d14 {
  margin-left: 0;
}

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

.fe19cb7e {
  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;
}

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

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

.t4d5b97da .l74272aa6 {
  width: 29%;
}

.t4d5b97da .r658def5a {
  width: 69%;
}

.c61f3c4a {

}

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

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

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

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

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

.a6d408bc .a5082de1 {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .a6d408bc {
    margin-bottom: 20px;
  }
  .c61f3c4a {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .c71570f5a {
    margin: 0 15px;
  }
}

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

.c612c7c21.a086c8d9 {
  background: rgba(255, 255, 255, 0.4);
}

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

.c7e82bd50 .c612c7c21 {
  width: 69%;
  margin-top: 0;
}
.c7e82bd50 .c18f067e3 {
  width: 69%;
  margin-top: 0;
}
.c7e82bd50 .c18f067e3 .c612c7c21 {
  width: 100%;
}

.c9728eb56 {
  width: 29%;
}

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

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

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

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

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

.t2d54dcf4 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;
}

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

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

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

.ff7d29c5 {
  margin-bottom: 40px;
}

.ad360c86 {
  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;
}

.ad360c86 .d2b78ec8b {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.ad360c86 .d6049a43d {
  display: flex;
  align-items: center;
}

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

.ad360c86 .d1329bba7 span {
  font-size: 14px;
  font-weight: 700;
}

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

.ad360c86 .d4764e549 {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.ad360c86 .d821e305b {
  margin-left: 10px;
}

.ad360c86 .d34d4f685 {
  width: 115px;
  margin-left: 20px;
}

.ad360c86 .d34d4f685 img {
  width: 100%;
}

.d5c373ac7 {
  padding: 0 15px;
}

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

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

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

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

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

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

.d8ec73da .p1cbcf8db {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.fcd2f4eb .p1cbcf8db,
.fcd2f4eb li::marker {
  color: #5b8f35;
}

.c2f2561bb .p1cbcf8db,
.c2f2561bb li::marker {
  color: #eb8348;
}

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

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

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

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

.p43442c67 .p5f86878a {
  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;
}

.p43442c67 .p5f86878a.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.p43442c67 .p32ed57b0 {
  color: #5b8f35;
}

.p43442c67 .c3d2bbcdc {
  color: #eb8348;
}

.p43442c67 .p4c10de17 {
  margin: 0;
  padding: 15px 0 0 0;
}

.p43442c67 .eff234eb {
  display: none;
}

.p43442c67 .eff234eb.active {
  display: block;
}

.m5c8b905f {
  margin-left: 5px;
}

.m5c8b905f .a336bc56 {
  font-weight: 700;
  color: var(--color-primary);
}

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

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

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

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

  .c9728eb56 {
    display: none;
  }
}

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

  .t4d5b97da .l74272aa6,
  .t4d5b97da .r658def5a {
    width: 100%;
  }

  .t4d5b97da .l74272aa6 {
    width: 60%;
    margin-bottom: 15px;
  }
}

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

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

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

  .ad360c86 .d2b78ec8b {
    text-align: center;
  }

  .p43442c67 {
    display: block;
  }

  .d8ec73da {
    display: none;
  }
}

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

  .e6c7be29 .t2d54dcf4 {
    margin-bottom: 15px;
  }

  .c1c9c8800 {
    top: -5px;
  }

  .l4f15d491 .b6b714c7 {
    font-size: 12px;
  }

  .l4f15d491 .a88c6d14 {
    width: 18px;
    height: 18px;
  }

  .ad360c86 .d2b78ec8b {
    font-size: 12px;
  }

  .ff7d29c5 {
    margin-bottom: 15px;
  }

  .ad360c86 {
    margin-bottom: 15px;
  }

  .ad360c86 .d6049a43d {
    margin-top: 0;
    justify-content: space-between;
  }

  .ad360c86 .d4764e549 {
    width: 40px;
    height: 40px;
  }

  .ad360c86 .d34d4f685 {
    width: 72px;
  }

  .ad360c86 .d821e305b {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .ad360c86 .d1309559b {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .ad360c86 .d1329bba7:after {
    height: 14px;
    top: 11px;
  }

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

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

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

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

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

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

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

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

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

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

.h9e1ff298 .f430c2e3 {
  position: relative;
  width: 65%;
}

.h9e1ff298 .h231bb263 {
  position: relative;
  width: 35%;
}

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

.h9e1ff298 .a7d3fe65 {
  text-align: left;
}

.h9e1ff298 .dc315d2a .a7d3fe65 {
  max-width: 1128px;
  text-align: center;
}

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

.h9e1ff298 .h7af9b8e7 a {
  color: var(--color-primary);
}

.h9e1ff298 .dc315d2a .h7af9b8e7 {
  max-width: 870px;
  text-align: center;
}

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

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

.h9e1ff298 .h9f57091e {
  margin-top: 30px;
  font-size: 12px;
}

.h9e1ff298 .h231bb263 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.h9e1ff298 .h6a768998 {
  justify-content: center;
  padding: 10px;
}

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

.h9e1ff298 .h61aa2258 {
  margin-top: 36px;
}

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

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

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

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

.h61aa2258 .h1981ea76 {
  margin-right: 16px;
}

.h61aa2258 .h32c91fd2 {
  font-size: 12px;
  line-height: 19px;
}

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

.h61aa2258 .h77a103ad {
  margin-right: 32px;
}

.h61aa2258 .h1294938a {
  font-size: 12px;
  line-height: 19px;
}

.h61aa2258 .h91af59fd {
  font-weight: 700;
}

.h61aa2258 .h3e3bd879 {
  display: none;
}

.h61aa2258 .h40257afd {
  display: flex;
  align-items: center;
}

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

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

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

.d6904299 {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.c1501f1ec .d6904299 {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.h88968fb6:hover .d6904299 {
  display: block;
}
.c1501f1ec:hover .d6904299 {
  display: block;
}
.d6904299 .a1c4c26b0 {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.d6904299 .a02ddade2 {
  margin-bottom: 4px;
}
.d6904299 .a4c6d7a7d {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .h61aa2258 .h1fe7d9da {
    position: static;
  }
  .h61aa2258 {
    position: relative;
  }
  .d6904299 {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

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

.c0443916 {
  position: relative;
}

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

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

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

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

.aed1f4dd {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.a83251e6 .h5284c0b4 {
  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;
}

.a83251e6 .h97a717ef {
  width: 44px;
  height: 44px;
}

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

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

.h9e1ff298.b66ee23c {
  margin-bottom: 0;
}

.h4fcb94ec {
  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;
}

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

.h1b18a9ef .h0e7589ba {
  max-width: 270px;
  max-height: 35px;
}

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

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

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

  .h9e1ff298 .f0560a6a {
    margin-top: 40px;
  }

  .a83251e6 .h2d8077fc {
    width: 190px;
  }
}

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

  .h9e1ff298 .f430c2e3,
  .h9e1ff298 .h231bb263 {
    width: 100%;
  }

  .h2299f529 .h6a7eabd6 {
    margin-top: 50px;
  }

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

  .a83251e6 .h2d8077fc {
    margin: 0 32px 48px 0;
  }
}

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

  .h1b18a9ef .h0e7589ba {
    max-width: 200px;
  }

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

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

  .h1b18a9ef .h0e7589ba {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .h9e1ff298 .h61aa2258 {
    font-size: 12px;
    margin-top: 16px;
  }
  .h61aa2258 .h88968fb6 a {
    font-size: 12px;
  }

  .h61aa2258 .h1fe7d9da {
    margin-right: 12px;
    padding-right: 12px;
  }

  .h61aa2258 .h5efa6f3f {
    width: 28px;
    height: 28px;
  }

  .h61aa2258 .h32c91fd2,
  .h61aa2258 .h1294938a {
    font-size: 10px;
    line-height: 13px;
  }

  .h61aa2258 .h9787dd17 {
    width: 49px;
  }

  .h61aa2258 .h1981ea76 {
    margin-right: 8px;
  }

  .h61aa2258 .h77a103ad {
    margin-right: 12px;
  }

  .h61aa2258 .h9dd5c057 {
    position: relative;
  }

  .h61aa2258 .h3e3bd879 {
    display: block;
  }

  .h61aa2258 .h40257afd {
    display: none;
  }

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

  .c71570f5a {
    padding: 0;
  }

  .a6d408bc {
  }

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

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

  .h9e1ff298 .a7d3fe65 {
    text-align: center;
  }

  .h9e1ff298 .h7af9b8e7 {
    font-size: 14px;
  }

  .h9e1ff298 .f0560a6a {
    margin-top: 20px;
    justify-content: center;
  }

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

  .h9e1ff298 .h231bb263 {
    margin-top: 40px;
  }

  .h9e1ff298 .h0e72bf33 {
    font-size: 8px;
  }

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

  .c0443916 .ccc088a4 {
    width: 100%;
    justify-content: space-between;
  }

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

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

  .c0443916 .c1437a76 {
    font-size: 14px;
  }

  .c0443916 .c1437a76 span {
    font-size: 16px;
  }

  .c0443916 .h593a7336 {
    font-size: 12px;
  }

  .c0443916 .e309676d {
    width: 48px;
    height: 48px;
    order: 2;
  }

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

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

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

  .a83251e6 .h2d8077fc {
    width: 158px;
    margin-right: 12px;
  }

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

  .a83251e6 .h97a717ef {
    width: 32px;
    height: 32px;
  }

  .a83251e6 .h51c7a701 {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .a83251e6 .h51c7a701::after {
    bottom: 10px;
  }

  .h4fcb94ec {
    margin-bottom: 12px;
  }

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

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

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

  .h1b18a9ef .h0e7589ba {
    max-height: 26px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f34deafb0 .defef26d:hover {
  background: rgba(255, 255, 255, 0.7);
}

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

.f34deafb0 .d729b64c {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.f34deafb0 .d729b64c.active {
  display: block;
}

.f34deafb0 .e042d045,
.f34deafb0 .f806ed0ea {
  display: none;
  width: 18px;
  height: 18px;
}

.f34deafb0 .e042d045.active {
  display: block;
}

.f34deafb0 .f806ed0ea.active {
  display: block;
}

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

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

  .f34deafb0 .f8d07db38 {
    font-size: 10px;
    padding: 15px;
  }

  .f34deafb0 .f854f34ac {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .f34deafb0 .d729b64c {
    margin-left: 0;
    font-size: 10px;
  }

  .f34deafb0 .f6cc9a5f1 {
    max-width: 90%;
    font-size: 12px;
  }

  .f34deafb0 .e042d045,
  .f34deafb0 .f806ed0ea {
    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 */
.p6ad0cacd {
  padding: 100px 15px;
}

.d3de04f1 {
  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);
}

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

.d3de04f1 .p589bd8e2 {
  margin: 20px 0;
}

.d3de04f1 .p49bf163c {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

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

.d3de04f1 .b9c4f35b {
  font-size: 14px;
  margin-bottom: 20px;
}

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

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

  .p589bd8e2 svg {
    height: 70px;
  }

  .d3de04f1 .p49bf163c {
    font-size: 16px;
  }

  .d3de04f1 .b9c4f35b {
    font-size: 10px;
  }
}
/* 404 PAGE END */

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

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

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

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

.d965bb8e4 .d6d8eb9cb {
  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;
}

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

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

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

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

  .d965bb8e4 .d92632f5d {
    height: 160px;
  }
}

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

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

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

  .d965bb8e4 .d92632f5d {
    height: 180px;
  }

  .d965bb8e4 .d32cde9ad {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

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

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

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

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

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

.c3d256a4 .h61aa2258 {
  margin-top: 65px;
  margin-bottom: 125px;
}

.c54e1e3f {
  width: 69%;
}

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

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

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

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

.ba22c5fe .i421b8682 {
  padding: 32px;
}

.ba22c5fe .i421b8682 img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.ba22c5fe .i421b8682 table {
  width: 100%;
}

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

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

  .ba22c5fe .cef320c7 {
    height: 320px;
  }
}

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

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

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

  .ba22c5fe .i421b8682 {
    padding: 12px;
  }

  .ba22c5fe .i421b8682 p {
    font-size: 12px;
    line-height: 20px;
  }

  .ba22c5fe .i421b8682 li {
    margin-bottom: 12px;
  }
}

/* INFO END */

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

.a07c570c {
  max-width: none;
}

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

.a8ba22d72 .a30abf7fe {
  display: flex;
  align-items: center;
}

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

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

.a8ba22d72 .a5c241df4 {
  display: none;
}

.a8ba22d72 .de00668f {
  display: flex;
  align-items: center;
}

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

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

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

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

.a8ba22d72 .a411e922c {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.a8ba22d72 .c6d917bd {
  margin-top: 20px;
}

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

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

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

  .a8ba22d72 .a2d2de2c1 {
    width: 48px;
    height: 48px;
  }

  .a8ba22d72 .c6d917bd {
    margin-top: 16px;
  }

  .a8ba22d72 .a462a54f4 {
    font-size: 12px;
    line-height: 20.4px;
  }

  .a8ba22d72 .a8bb86e8e {
    font-size: 12px;
  }

  .a8ba22d72 .b1a11549 {
    order: 2;
  }

  .a8ba22d72 .a411e922c {
    font-size: 10px;
  }

  .a8ba22d72 .a58ed2d89 {
    font-size: 12px;
  }

  .a8ba22d72 .cc3f7f39 img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

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

.h2299f529 {
  flex-wrap: wrap;
}

.h2299f529 .a7d3fe65 {
  width: 90%;
  z-index: 10;
}

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

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

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

.f1ae5738 .h7af9b8e7 {
  line-height: 27px;
}

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

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

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

.h02d4a7a3 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);
}

.h02d4a7a3 .cd7b53ac {
  width: 250px;
}

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

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

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

.h02d4a7a3 .ae74990e {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.ae74990e {
  display: flex;
}

.ae74990e .g4dd08c4e {
  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;
}

.ae74990e .g4dd08c4e svg {
  margin-right: 8px;
}

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

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

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

.a736a793 .h6d589765 {
  width: 50%;
}

.a736a793 .h51c7ab57 {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

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

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

  .a736a793 {
    width: 39%;
  }
}

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

  .h02d4a7a3,
  .a736a793 {
    width: 100%;
  }
}

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

  .h73a9dae5 {
    margin-top: 20px;
  }

  .h02d4a7a3 .c69ef2ed {
    justify-content: center;
    width: 240px;
  }

  .a736a793 {
    font-size: 16px;
  }

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

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

  .h02d4a7a3 .ae74990e {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .h02d4a7a3 .cd7b53ac {
    width: 192px;
  }

  .h02d4a7a3 .h7d6e7062 {
    display: none;
  }

  .a736a793 .h6d589765 {
    width: 55%;
  }

  .a736a793 .h51c7ab57 {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.g28a9fd65 {
  max-width: 900px;
}

.c7e82bd50 .g28a9fd65 {
  width: 69%;
}

.g1587083a {
  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) {
  .g28a9fd65 {
    width: 100% !important;
    max-width: none;
  }
}
/* GAME REVIEW END */

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

.s1ac9b374 .s44396943 {
  text-align: left;
  margin-bottom: 24px;
}

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

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

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

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

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

.s4fd082d1 .s39c1ca11:hover {
  background: rgba(255, 255, 255, 0.7);
}

.s4fd082d1 .s624dd2cd {
  display: block;
  padding: 12px;
}

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

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

.s4fd082d1 .a112d29f {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

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

.s4fd082d1 .df77aac0 {
  display: flex;
}

.s4fd082d1 .s717dc9d2 {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.s4fd082d1 .s717dc9d2 img {
  margin-right: 6px;
}

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

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

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

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

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

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

  .s4fd082d1 .s39c1ca11 {
    width: 48%;
    margin-bottom: 16px;
  }

  .s4fd082d1 .s9d90c0c9 {
    height: 90px;
  }

  .s4fd082d1 .e53cfc7a {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .s4fd082d1 .a112d29f {
    font-size: 12px;
    padding-bottom: 12px;
  }

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

  .s4fd082d1 .s717dc9d2 {
    margin-right: 8px;
  }

  .s4fd082d1 .s717dc9d2 img {
    width: 15px;
  }
}

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

  .s4fd082d1 .s717dc9d2 {
    margin-right: 4px;
  }
}

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

  .s4fd082d1 .bbf66fc8 span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

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

.s2e8aaebe {
  background: #fff;
}

.s2e8aaebe .c11fe092e {
  border: none;
}

.s2e8aaebe .c9f1d1f11 {
  padding: 0;
}

.s2e8aaebe .c5eb94582 {
  margin-left: 0;
}

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

/* SLOT SEARCH START */
.s28e1cb95 {
  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;
}

.a189124d {
  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;
}

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

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

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

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

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

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

  .a189124d {
    padding-left: 46px;
  }

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

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

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

.adc42711 {
  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;
}

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

.f4db9740c {
  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;
}

.f1d6d64b3.open .f4db9740c {
  display: block;
}

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

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

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

  .adc42711 {
    height: 40px;
  }

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

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

.h3dedbaea {
  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;
}

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

.c429b687.open .h74f3e665.open {
  display: none;
}

.c429b687.open .h74f3e665.close {
  display: inline-block;
}

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

.h74f3e665.close {
  display: none;
}

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

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

.r5a28b0d7 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.cf6a64a7 {
  margin-right: 8px;
}

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

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

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

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

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

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

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

  .f7c13de9 {
    margin-top: 8px;
  }

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

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

.dd7df872 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.b15917eb {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .a2448a18 {
    width: 48%;
  }

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

  .l38fe1b29 {
    height: 86px;
  }

  .l5dcf7a9a {
    height: 86px;
  }

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

  .a301a048 {
    font-size: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

/* IMPORTANT BLOCK END */

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

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

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

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

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

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

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

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

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

  .d8ec73da .e82aeaf1,
  .d8ec73da .c99728bfc {
    width: 100%;
    margin-bottom: 16px;
  }

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

/* MODAL START */
.m539dad22 {
  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;
}

.m539dad22.open {
  display: flex;
}

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

.m7546fcc8 {
  position: relative;
}

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

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

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

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

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

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

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

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

.a22441544 {
  width: 100%;
}

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

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

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

.a6a53c1b1 {
  margin-right: 12px;
}

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

.a27d8f5c3 {
  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;
}

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

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

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

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

.a92b4d8ee .a8180550a {
  display: none;
}

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

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

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

  .a8180550a {
    display: none;
  }

  .a92b4d8ee .a8180550a {
    display: block;
  }
}

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

  .a292782d0 {
    display: block;
  }

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

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

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

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

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

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

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

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

    .a68442b20 {
      height: 120px;
    }

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

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

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

    .a8180550a {
      margin-top: 0;
    }

    .a285bad6f {
      height: 36px;
    }

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

    .fb609629 {
      font-size: 16px;
    }

    .e46ccee4 {
      font-size: 12px;
    }

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

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

.e91d8e1a.a3209f868 {
  max-width: none;
}
.a3a7d3bbe {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.a3dbdf3e7 {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.a3dbdf3e7 {}
.c5758054 {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.fb116df5 {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.a0ed2e2db {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.d5e668c5 {}
.a8224b649 {
  width: 64%;
}
.a3209f868 .rank-math-breadcrumb a, .a3209f868 .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .c5758054 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .fb116df5 {
    margin: 0 auto 16px auto;
  }
  .a8224b649 {
    width: 100%;
  }
}

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