/* 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);
}

.f53bbcd1 {
  color: #5b8f35;
}

.b7e4e10d7 {
  color: #eb8348;
}

.s6e317ef1,
.s36f81fdb {
  width: 14px;
  height: 14px;
}

.s6e317ef1 path {
  fill: var(--color-primary);
}

.s36f81fdb path {
  fill: none;
  stroke: var(--color-primary);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  align-items: flex-start !important;
}

.c9e11dd5f {
  display: block;
  width: 24px;
  height: 22px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.db0e3f82 {
  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;
}

.db0e3f82: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);
}

.db0e3f82 img {
  max-width: 100px;
  max-height: 53px;
  margin-left: 5px;
}

.l033afc67 {
  display: flex;
}

.l033afc67 .l45aa4903 {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.l033afc67 .f3923fb5 {
  color: #fff;
  padding-right: 10px;
  border-right: 1px solid #f2f2f2;
  font-size: 14px;
}

.l033afc67 .l71a99880 {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.l033afc67 .l45aa4903 .l71a99880 {
  margin-left: 0;
}

.c5b97d94 {
  position: absolute;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.c57a18cac {
  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;
}

.c27e44fd2 {
  width: 100%;
  position: relative;
}

.t947e624e {
  display: flex;
  justify-content: space-between;
}

.t947e624e .f16fcfdb {
  width: 29%;
}

.t947e624e .r5193de6e {
  width: 69%;
}

.c1f3ac9de {

}

.f68eae05 {
  display: flex;
  padding: 0 16px;
  gap: 0 10px;
}

.c0fd0d47c {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #a9adb9;
  text-decoration: none;
  padding: 8px 40px;
}

.c0fd0d47c.c57e70005 {
  color: #fff;
  background: #203b6b;
  border-radius: 8px 8px 0 0;
  cursor: default;
}

.c210da9e3 {
  position: relative;
  padding: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f4f4f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c210da9e3::before {
  content: '';
  border-top: 2px solid #203b6b;
  border-radius: 10px;
  height: 65px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.c1f3ac9de {
  width: 100%;
}
.c6d1ff49b .c210da9e3::before {
  content: none;
  border: none;
  height: 0;
}

.c210da9e3 .c22d18cbe {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .c210da9e3 {
    margin-bottom: 20px;
  }
  .c1f3ac9de {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .f68eae05 {
    margin: 0 15px;
  }
}

.c629ae522 {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 20px 32px;
  margin: 64px 0;
}

.c629ae522.o730ffc8b {
  background: rgba(255, 255, 255, 0.4);
}

.d73afa82 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.d73afa82 .c629ae522 {
  width: 69%;
  margin-top: 0;
}
.d73afa82 .b1482031 {
  width: 69%;
  margin-top: 0;
}
.d73afa82 .b1482031 .c629ae522 {
  width: 100%;
}

.c88d562d1 {
  width: 29%;
}

.f93a37ae {
  max-width: 1320px;
  margin: 0 auto;
}

.f93a37ae img {
  max-width: 100%;
}

.f93a37ae .t617bf402 {
  width: 100%;
  overflow-x: auto;
  border: 8px solid #203b6b;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .f93a37ae .t617bf402 {
    border-width: 6px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8fb;
  color: var(--color-text-dark);
  max-width: 100%;
}

.t617bf402 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;
}

.h530048a0 th {
  padding: 20px 32px;
  border-radius: 0;
}

.h530048a0 td {
  padding: 20px 28px;
}

.h530048a0 td:first-child {
  font-weight: 700;
  background: #e7eaee;
  text-align: left;
  padding: 20px 32px;
}

.d2658dc51 {
  margin-bottom: 40px;
}

.d6e1a0f03 {
  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;
}

.d6e1a0f03 .d28ce7588 {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.d6e1a0f03 .b96c51a9 {
  display: flex;
  align-items: center;
}

.d6e1a0f03 .d109f22a4 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
}

.d6e1a0f03 .d109f22a4 span {
  font-size: 14px;
  font-weight: 700;
}

.d6e1a0f03 .d109f22a4:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 1px;
  background: var(--color-secondary);
  height: 22px;
}

.d6e1a0f03 .d0271765a {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.d6e1a0f03 .c70ba348 {
  margin-left: 10px;
}

.d6e1a0f03 .c7c9ab41 {
  width: 115px;
  margin-left: 20px;
}

.d6e1a0f03 .c7c9ab41 img {
  width: 100%;
}

.d43cab340 {
  padding: 0 15px;
}

.cf4eda90 {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.dfa5d5a3 {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: 400px;
  padding: 10px;
  margin-right: 10px;
}

.s3b0f967e {
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
}

.f77df828 {
  position: relative;
  right: 40px;
  bottom: 1px;
}

.e9593bcb {
  display: flex;
  justify-content: space-between;
}

.c711fa5d {
  width: 49%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.c711fa5d .p0341715c {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.p3ffef76e .p0341715c,
.p3ffef76e li::marker {
  color: #5b8f35;
}

.ec09623e .p0341715c,
.ec09623e li::marker {
  color: #eb8348;
}

.f7eccfac {
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

.f7eccfac li:last-of-type {
  margin-bottom: 0;
}

.a8eb9a99 {
  width: 100%;
  display: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.a8eb9a99 .ac37fb70 {
  display: flex;
  justify-content: space-between;
}

.a8eb9a99 .p1f72dae6 {
  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;
}

.a8eb9a99 .p1f72dae6.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.a8eb9a99 .p2d10de37 {
  color: #5b8f35;
}

.a8eb9a99 .c22d6355b {
  color: #eb8348;
}

.a8eb9a99 .f7eccfac {
  margin: 0;
  padding: 15px 0 0 0;
}

.a8eb9a99 .aae7a7f8 {
  display: none;
}

.a8eb9a99 .aae7a7f8.active {
  display: block;
}

.m437619d8 {
  margin-left: 5px;
}

.m437619d8 .m70bf8804 {
  font-weight: 700;
  color: var(--color-primary);
}

.m437619d8 .a423bb60 {
  color: #fff;
  margin-left: -4px;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .f93a37ae {
    padding: 15px;
  }

  .db0e3f82 img {
    max-width: 65px;
  }
}

@media (max-width: 1100px) {
  .d73afa82 .c629ae522 {
    width: 100%;
  }
  .d73afa82 .b1482031 {
    width: 100%;
  }

  .c88d562d1 {
    display: none;
  }
}

@media (max-width: 1024px) {
  .t947e624e {
    flex-wrap: wrap;
    justify-content: center;
  }

  .t947e624e .f16fcfdb,
  .t947e624e .r5193de6e {
    width: 100%;
  }

  .t947e624e .f16fcfdb {
    width: 60%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .t947e624e .f16fcfdb {
    width: 100%;
  }

  .d6e1a0f03 {
    background: transparent;
    flex-direction: column;
    padding: 0;
  }

  .d6e1a0f03 .b96c51a9 {
    width: 100%;
    background: #fff;
    padding: 3px 6px;
    border-radius: 7px;
    margin-top: 15px;
    justify-content: center;
  }

  .d6e1a0f03 .d28ce7588 {
    text-align: center;
  }

  .a8eb9a99 {
    display: block;
  }

  .c711fa5d {
    display: none;
  }
}

@media (max-width: 480px) {
  .c629ae522 {
    padding: 16px 12px;
    margin: 36px 0;
  }

  .f93a37ae .t617bf402 {
    margin-bottom: 15px;
  }

  .c5b97d94 {
    top: -5px;
  }

  .l033afc67 .l45aa4903 {
    font-size: 12px;
  }

  .l033afc67 .l71a99880 {
    width: 18px;
    height: 18px;
  }

  .d6e1a0f03 .d28ce7588 {
    font-size: 12px;
  }

  .d2658dc51 {
    margin-bottom: 15px;
  }

  .d6e1a0f03 {
    margin-bottom: 15px;
  }

  .d6e1a0f03 .b96c51a9 {
    margin-top: 0;
    justify-content: space-between;
  }

  .d6e1a0f03 .d0271765a {
    width: 40px;
    height: 40px;
  }

  .d6e1a0f03 .c7c9ab41 {
    width: 72px;
  }

  .d6e1a0f03 .c70ba348 {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .d6e1a0f03 .d561cc688 {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .d6e1a0f03 .d109f22a4:after {
    height: 14px;
    top: 11px;
  }

  .d6e1a0f03 .d561cc688:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    background: var(--color-secondary);
    height: 14px;
  }
}

/* QUOTE START */
.q07a0cadc {
  background: #f7f8fb;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 20px;
}

.q5de1f138 .ad5a8340 {
  font-size: 34px;
  font-weight: 900;
  line-height: 45px;
  color: var(--color-text-dark);
  border-left: 5px solid var(--color-primary);
  padding-left: 20px;
}

.q5de1f138 .b6a41010 {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px 0 25px;
}

@media (max-width: 480px) {
  .q07a0cadc {
    margin: 15px 0;
    padding: 15px;
  }

  .q5de1f138 .ad5a8340 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-left: 15px;
  }

  .q5de1f138 .b6a41010 {
    padding: 20px 0 0 0;
    font-size: 10px;
    line-height: 17px;
  }
}
/* QUOTE END */

/* HEADER CONTENT START */
.h498964c0 {
  background-size: cover;
}

.h498964c0 .rank-math-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
}

.h25e3e323 {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
  margin-bottom: 40px;
}

.h25e3e323 .b6a4fe20 {
  position: relative;
  width: 65%;
}

.h25e3e323 .h63efef0f {
  position: relative;
  width: 35%;
}

.h25e3e323 .h901e75dc {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.h25e3e323 .h93cdcf51 {
  text-align: left;
}

.h25e3e323 .h901e75dc .h93cdcf51 {
  max-width: 1128px;
  text-align: center;
}

.h25e3e323 .h65043160 {
  color: var(--color-text-add);
  line-height: 25px;
}

.h25e3e323 .h65043160 a {
  color: var(--color-primary);
}

.h25e3e323 .h901e75dc .h65043160 {
  max-width: 870px;
  text-align: center;
}

.h25e3e323 .bc79229c {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.h25e3e323 .h6e07922a {
  max-width: 24%;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 10px;
}

.h25e3e323 .h1a1fec63 {
  margin-top: 30px;
  font-size: 12px;
}

.h25e3e323 .h63efef0f {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.h25e3e323 .ef3e6ce5 {
  justify-content: center;
  padding: 10px;
}

.h25e3e323 .e5dd09cd {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 5px 10px;
}

.h25e3e323 .e4e2c725 {
  margin-top: 36px;
}

.e4e2c725 {
  display: flex;
  align-items: center;
  color: #7e8394;
  font-size: 14px;
}

.e4e2c725 .c6c22c4e {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.e4e2c725 .c6c22c4e::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.e4e2c725 .f74228ed {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin-right: 12px;
}

.e4e2c725 .h9e584b29 {
  margin-right: 16px;
}

.e4e2c725 .h9b715800 {
  font-size: 12px;
  line-height: 19px;
}

.e4e2c725 .h0f4f2ee9 {
  font-weight: 700;
}
.e4e2c725 .h0f4f2ee9 a {
  font-weight: 700;
  color: #7e8394;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
}

.e4e2c725 .ae84f639 {
  margin-right: 32px;
}

.e4e2c725 .h954d32d5 {
  font-size: 12px;
  line-height: 19px;
}

.e4e2c725 .h1676f8a2 {
  font-weight: 700;
}

.e4e2c725 .a765d3dd {
  display: none;
}

.e4e2c725 .fab47b1c {
  display: flex;
  align-items: center;
}

.e4e2c725 .header-meta-socials__item {
  display: flex;
  align-items: center;
  position: relative;
}

.e4e2c725 .header-meta-socials__item:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.e4e2c725 .header-meta-socials__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h258d1f5d {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.db80082c .h258d1f5d {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.h0f4f2ee9:hover .h258d1f5d {
  display: block;
}
.db80082c:hover .h258d1f5d {
  display: block;
}
.h258d1f5d .a13b545bd {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.h258d1f5d .b921bc59 {
  margin-bottom: 4px;
}
.h258d1f5d .a78734b49 {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .e4e2c725 .c6c22c4e {
    position: static;
  }
  .e4e2c725 {
    position: relative;
  }
  .h258d1f5d {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

.dc1b1990 {
  position: absolute;
  top: -170px;
  z-index: 0;
}

.h1961cc82 {
  position: relative;
}

.d184a8ed .f320a072 {
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.h1961cc82 .h02417164 {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  width: 345px;
  margin-bottom: 4px;
}

.h1961cc82 .b7d62480 {
  max-width: 263px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 12px;
}

.h1961cc82 .h64d0c632 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h5dcca919 {
  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;
}

.a5ae5282 {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.a5ae5282:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
}

.a5ae5282:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 38px;
  background: #b0b4bf;
}

.h581d71d2 {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.h581d71d2 .a4f9acc0 {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #7e8394;
}

.h581d71d2 span {
  font-size: 20px;
}

.h581d71d2 small {
  font-size: 16px;
  margin: 0 4px;
}

.e3ab72d7 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.h804267d9 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.h804267d9 .ebbb0016 {
  font-size: 14px;
  font-weight: 700;
  color: #7e8394;
}

.e8c60c8a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.e8c60c8a .h9711761d {
  position: relative;
  width: 240px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid;
}

.e8c60c8a .h428d6552 {
  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;
}

.e8c60c8a .f5c11cea {
  width: 44px;
  height: 44px;
}

.e8c60c8a .h33a1ac04 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-add);
  text-align: center;
  padding: 36px 12px 24px 12px;
}

.e8c60c8a .h33a1ac04::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: var(--color-primary);
}

.h25e3e323.m65e7d66e {
  margin-bottom: 0;
}

.h0f3fc980 {
  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;
}

.h2f0698db {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  overflow: auto;
}

.h2f0698db .d7507c2e {
  max-width: 270px;
  max-height: 35px;
}

.h2f0698db .d7507c2e:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 1350px) {
  .h25e3e323 {
    padding: 15px !important;
  }

  .h498964c0 .rank-math-breadcrumb {
    padding: 15px 15px 0 15px !important;
  }

  .h25e3e323 .bc79229c {
    margin-top: 40px;
  }

  .e8c60c8a .h9711761d {
    width: 190px;
  }
}

@media (max-width: 1024px) {
  .h25e3e323 {
    flex-wrap: wrap;
  }

  .h25e3e323 .b6a4fe20,
  .h25e3e323 .h63efef0f {
    width: 100%;
  }

  .d184a8ed .f320a072 {
    margin-top: 50px;
  }

  .e8c60c8a {
    flex-wrap: wrap;
    justify-content: center;
  }

  .e8c60c8a .h9711761d {
    margin: 0 32px 48px 0;
  }
}

@media (max-width: 900px) {
  .h2f0698db {
    justify-content: flex-start;
  }

  .h2f0698db .d7507c2e {
    max-width: 200px;
  }

  .h2f0698db .d7507c2e:not(:last-of-type) {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .h25e3e323 .h65043160 {
    font-size: 14px;
  }

  .h2f0698db .d7507c2e {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .h25e3e323 .e4e2c725 {
    font-size: 12px;
    margin-top: 16px;
  }
  .e4e2c725 .h0f4f2ee9 a {
    font-size: 12px;
  }

  .e4e2c725 .c6c22c4e {
    margin-right: 12px;
    padding-right: 12px;
  }

  .e4e2c725 .f74228ed {
    width: 28px;
    height: 28px;
  }

  .e4e2c725 .h9b715800,
  .e4e2c725 .h954d32d5 {
    font-size: 10px;
    line-height: 13px;
  }

  .e4e2c725 .h105e7c48 {
    width: 49px;
  }

  .e4e2c725 .h9e584b29 {
    margin-right: 8px;
  }

  .e4e2c725 .ae84f639 {
    margin-right: 12px;
  }

  .e4e2c725 .df41fc94 {
    position: relative;
  }

  .e4e2c725 .a765d3dd {
    display: block;
  }

  .e4e2c725 .fab47b1c {
    display: none;
  }

  .e4e2c725 .df41fc94:hover .fab47b1c {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #162a4d;
    padding: 5px 10px;
    border-radius: 8px;
  }

  .f68eae05 {
    padding: 0;
  }

  .c210da9e3 {
  }

  .c0fd0d47c {
    line-height: 140%;
    border-radius: 8px;
    padding: 6px 16px;
  }
}

@media (max-width: 480px) {
  .h25e3e323 {
    margin-bottom: 0;
  }

  .h25e3e323 .h93cdcf51 {
    text-align: center;
  }

  .h25e3e323 .h65043160 {
    font-size: 14px;
  }

  .h25e3e323 .bc79229c {
    margin-top: 20px;
    justify-content: center;
  }

  .h25e3e323 .h1a1fec63 {
    margin-top: 20px;
    font-size: 8px;
    line-height: 12px;
  }

  .h25e3e323 .h63efef0f {
    margin-top: 40px;
  }

  .h25e3e323 .e5dd09cd {
    font-size: 8px;
  }

  .dc1b1990 {
    max-width: 238px;
    top: -65px;
    opacity: 0.5;
  }

  .h1961cc82 .h02417164 {
    width: 100%;
    justify-content: space-between;
  }

  .h1961cc82 .b7d62480 {
    max-width: none;
    margin-right: 0;
    margin-top: 12px;
    order: 3;
    font-size: 16px;
    height: 54px;
  }

  .h1961cc82 .h5dcca919 {
    max-width: 320px;
    width: 83%;
    height: 48px;
    order: 1;
    padding: 7px 20px;
    margin-top: 0;
    margin-right: 8px;
  }

  .h1961cc82 .h581d71d2 {
    font-size: 14px;
  }

  .h1961cc82 .h581d71d2 span {
    font-size: 16px;
  }

  .h1961cc82 .e3ab72d7 {
    font-size: 12px;
  }

  .h1961cc82 .h64d0c632 {
    width: 48px;
    height: 48px;
    order: 2;
  }

  .h804267d9 .ebbb0016 {
    font-size: 12px;
    font-weight: 400;
  }

  .h1961cc82 .a5ae5282:nth-of-type(2)::before {
    height: 25px;
  }

  .e8c60c8a {
    margin-top: 50px;
    justify-content: space-evenly;
  }

  .e8c60c8a .h9711761d {
    width: 158px;
    margin-right: 12px;
  }

  .e8c60c8a .h428d6552 {
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
  }

  .e8c60c8a .f5c11cea {
    width: 32px;
    height: 32px;
  }

  .e8c60c8a .h33a1ac04 {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .e8c60c8a .h33a1ac04::after {
    bottom: 10px;
  }

  .h0f3fc980 {
    margin-bottom: 12px;
  }

  .h2f0698db {
    padding: 8px 0 8px 0;
  }

  .h2f0698db::-webkit-scrollbar {
    width: 0;
  }

  .h2f0698db {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .h2f0698db .d7507c2e {
    max-height: 26px;
  }

  .h2f0698db .d7507c2e {
    margin-right: 10px !important;
    margin-left: 10px;
  }
}
/* HEADER CONTENT END */

/* CONTENT BANNER START */
.c5d86a41e {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 336px;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .c5d86a41e {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .c5d86a41e {
    height: 85px;
    border-radius: 5px;
  }
}
/* CONTENT BANNER END */

/* CUSTOM LIST START */
.c7e7b7f34 {
  display: flex;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid #dcdfe4;
  border-radius: 20px;
  margin: 20px;
  padding: 0 20px;
}

.c18ac10f8 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0 !important;
  list-style: none !important;
}

.c18ac10f8 .c2bbe68c8 {
  width: 24%;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-dark);
}

.c18ac10f8 .c2bbe68c8::before {
  content: url(../images/li_before.svg);
  margin-right: 15px;
}

@media (max-width: 768px) {
  .c18ac10f8 .c2bbe68c8 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .c7e7b7f34 {
    padding: 0 35px;
  }

  .c18ac10f8 .c2bbe68c8 {
    width: 49%;
    margin-bottom: 10px;
  }
}
/* CUSTOM LIST END */

/* FAQ START */
.f08bcc391 {
  width: 100% !important;
  margin: 0;
}

.f08bcc391 .f1089dd5a {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 52px;
  color: var(--color-text-dark);
}

.f08bcc391 .f4e2bd8bd {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.f08bcc391 .b7bd6e28 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
}

.f08bcc391 .b7bd6e28:hover {
  background: rgba(255, 255, 255, 0.7);
}

.f08bcc391 .b1510598 {
  cursor: pointer;
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.f08bcc391 .f1405b5c9 {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.f08bcc391 .f1405b5c9.active {
  display: block;
}

.f08bcc391 .f49fa9797,
.f08bcc391 .f07b771b5 {
  display: none;
  width: 18px;
  height: 18px;
}

.f08bcc391 .f49fa9797.active {
  display: block;
}

.f08bcc391 .f07b771b5.active {
  display: block;
}

@media (max-width: 480px) {
  .f08bcc391 {
    margin: 15px 0;
  }

  .f08bcc391 .f1089dd5a {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .f08bcc391 .f4e2bd8bd {
    font-size: 10px;
    padding: 15px;
  }

  .f08bcc391 .b1510598 {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .f08bcc391 .f1405b5c9 {
    margin-left: 0;
    font-size: 10px;
  }

  .f08bcc391 .b5ec5065 {
    max-width: 90%;
    font-size: 12px;
  }

  .f08bcc391 .f49fa9797,
  .f08bcc391 .f07b771b5 {
    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 */
.p817f7c33 {
  padding: 100px 15px;
}

.ba9d98b4 {
  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);
}

.ba9d98b4 .page-404__logo {
  max-width: 130px;
}

.ba9d98b4 .p81be2d76 {
  margin: 20px 0;
}

.ba9d98b4 .p56429fbb {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.ba9d98b4 .p56429fbb::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.ba9d98b4 .p0238e2e0 {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .ba9d98b4 {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .p817f7c33 {
    padding: 50px 15px;
  }

  .p81be2d76 svg {
    height: 70px;
  }

  .ba9d98b4 .p56429fbb {
    font-size: 16px;
  }

  .ba9d98b4 .p0238e2e0 {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* STATIC PAGE START */
.s6c556b67 {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 30px;
}

.s6c556b67 .s70d7b09d {
  background: #ffffff;
  opacity: 0.8;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 480px) {
  .s6c556b67 {
    padding-top: 15px;
  }
}
/* STATIC PAGE END */

/* DEFAULT GRID START */
.a24589d0 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.a24589d0 .d6e3820c8 {
  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;
}

.a24589d0 .d6e3820c8:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.a24589d0 .d776bc4e {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.a24589d0 .b51448f2 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}

@media (max-width: 1024px) {
  .a24589d0 .d6e3820c8 {
    width: 23%;
  }

  .a24589d0 .d776bc4e {
    height: 160px;
  }
}

@media (max-width: 800px) {
  .a24589d0 .d6e3820c8 {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .a24589d0 .d6e3820c8 {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .a24589d0 .d6e3820c8 {
    width: 100%;
  }

  .a24589d0 .d776bc4e {
    height: 180px;
  }

  .a24589d0 .b51448f2 {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.d20a0355 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .d20a0355 {
    padding-top: 15px;
  }
}
/* SEARCH END */

/* CATEGORY START */
.f0de8a79 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .f0de8a79 {
    padding-top: 15px;
  }
}
/* CATEGORY END */

/* INFO START */
.h469ab3d9 {
  flex-direction: column;
  padding: 0;
}

.h469ab3d9 .e4e2c725 {
  margin-top: 65px;
  margin-bottom: 125px;
}

.c353885ca {
  width: 69%;
}

.c2c53524b {
  width: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 32px;
  margin: -125px auto 0 auto;
}

.e61db70d {
  margin: 30px auto 0 auto;
}

.edb5450e .dca678c0 {
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 32px;
  color: var(--color-text-dark);
}

.edb5450e .d2812078 {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.edb5450e .i7605b7b6 {
  padding: 32px;
}

.edb5450e .i7605b7b6 img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.edb5450e .i7605b7b6 table {
  width: 100%;
}

@media (max-width: 1100px) {
  .c353885ca {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .h469ab3d9 {
    padding: 0 15px;
  }

  .edb5450e .d2812078 {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .h469ab3d9 .e4e2c725 {
    margin-top: 16px;
    margin-bottom: 85px;
  }

  .edb5450e {
    margin-top: -50px;
  }

  .edb5450e .dca678c0 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .edb5450e .i7605b7b6 {
    padding: 12px;
  }

  .edb5450e .i7605b7b6 p {
    font-size: 12px;
    line-height: 20px;
  }

  .edb5450e .i7605b7b6 li {
    margin-bottom: 12px;
  }
}

/* INFO END */

/* AUTHOR BLOCK START */
.bfbc1c46 {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 32px auto;
  padding: 24px 32px;
  max-width: 925px;
}

.e569c41f {
  max-width: none;
}

.bfbc1c46 .e4138f8e {
  display: flex;
  justify-content: space-between;
}

.bfbc1c46 .a723fcb3d {
  display: flex;
  align-items: center;
}

.bfbc1c46 .a2e9b7bc2 {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 16px;
}

.bfbc1c46 .author-block-links__item img {
  width: 100%;
  padding: 8px;
}

.bfbc1c46 .a8e9d681d {
  display: none;
}

.bfbc1c46 .a10819f4f {
  display: flex;
  align-items: center;
}

.bfbc1c46 .a10819f4f a {
  display: flex;
  align-items: center;
  position: relative;
  border: none;
}

.bfbc1c46 .a10819f4f a:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.bfbc1c46 .a10819f4f a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.bfbc1c46 .a529d9b1a {
  color: var(--color-text-dark);
  font-weight: 700;
}
.bfbc1c46 .a529d9b1a a {
  color: var(--color-text-dark);
  font-weight: 700;
  text-decoration: none;
}

.bfbc1c46 .a42a80b2f {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.bfbc1c46 .c56f8ebe {
  margin-top: 20px;
}

.bfbc1c46 .a8eab43fa {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.bfbc1c46 .a345f3b1d {
  margin-left: 10px;
  font-weight: 700;
  color: var(--color-text-dark);
}

@media (max-width: 480px) {
  .bfbc1c46 {
    flex-wrap: wrap;
    padding: 12px;
  }

  .bfbc1c46 .a2e9b7bc2 {
    width: 48px;
    height: 48px;
  }

  .bfbc1c46 .c56f8ebe {
    margin-top: 16px;
  }

  .bfbc1c46 .a9f0fa160 {
    font-size: 12px;
    line-height: 20.4px;
  }

  .bfbc1c46 .a529d9b1a {
    font-size: 12px;
  }

  .bfbc1c46 .a6884e0dd {
    order: 2;
  }

  .bfbc1c46 .a42a80b2f {
    font-size: 10px;
  }

  .bfbc1c46 .a1a79114a {
    font-size: 12px;
  }

  .bfbc1c46 .a8eab43fa img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

/* CONTENT CASINO REVIEW START */
.c4222723 .content-casino-review__disclaimer {
  padding: 0 20px 20px 20px;
}

.d184a8ed {
  flex-wrap: wrap;
}

.d184a8ed .h93cdcf51 {
  width: 90%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .d184a8ed .h93cdcf51 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .d184a8ed .h65043160 {
    text-align: center;
  }
}
/* CONTENT CASINO REVIEW END */

/* GAME REVIEW START */
.h3f2faef8 {
  padding: 0 0 24px 0;
  display: block;
}

.h3f2faef8 .h65043160 {
  line-height: 27px;
}

.aa8c2f71 {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.e97b115d {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69%;
  border-radius: 10px;
  height: 500px;
}

.e97b115d .c5286bee {
  max-width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.e97b115d 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);
}

.e97b115d .bb7f8a3e {
  width: 250px;
}

.e97b115d .b1107765 {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-top: 16px;
  color: #fff;
}

.e97b115d .h61e83179 {
  width: 100%;
  text-align: center;
  color: #a9adb9;
  margin-top: 8px;
}

.e97b115d .d4d637b0 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.e97b115d .g2b3c7c73 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.g2b3c7c73 {
  display: flex;
}

.g2b3c7c73 .g4e66154d {
  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;
}

.g2b3c7c73 .g4e66154d svg {
  margin-right: 8px;
}

.h4c99116d {
  width: 29%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #a9adb9;
}

.h4c99116d .a97837e9 {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.h4c99116d .h5faf2b43 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.h4c99116d .a3d96ea5 {
  width: 50%;
}

.h4c99116d .f87fec85 {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.h4c99116d .f87fec85 span {
  display: flex;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin: 0 10px 5px 0;
}

@media (max-width: 1200px) {
  .e97b115d {
    width: 59%;
  }

  .h4c99116d {
    width: 39%;
  }
}

@media (max-width: 768px) {
  .aa8c2f71 {
    flex-wrap: wrap;
  }

  .e97b115d,
  .h4c99116d {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h3f2faef8 .h65043160 {
    max-width: 100%;
    text-align: center;
  }

  .aa8c2f71 {
    margin-top: 20px;
  }

  .e97b115d .c5286bee {
    justify-content: center;
    width: 240px;
  }

  .h4c99116d {
    font-size: 16px;
  }

  .e97b115d a {
    font-size: 16px;
    height: 57px;
  }

  .e97b115d {
    height: 300px;
    margin-bottom: 24px;
  }

  .e97b115d .g2b3c7c73 {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .e97b115d .bb7f8a3e {
    width: 192px;
  }

  .e97b115d .d4d637b0 {
    display: none;
  }

  .h4c99116d .a3d96ea5 {
    width: 55%;
  }

  .h4c99116d .f87fec85 {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.b1f7f6c1 {
  max-width: 900px;
}

.d73afa82 .b1f7f6c1 {
  width: 69%;
}

.g571334f9 {
  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) {
  .b1f7f6c1 {
    width: 100% !important;
    max-width: none;
  }
}
/* GAME REVIEW END */

/* SLOT GRID START */
.s197f2a77 {
  margin-bottom: 30px;
}

.s197f2a77 .s5bc4e0c4 {
  text-align: left;
  margin-bottom: 24px;
}

.ed67fa84 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.ea52b177 {
  cursor: pointer;
  padding: 10px 28px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--color-text-dark);
}

.s53a2826e {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.s53a2826e a {
  color: var(--color-text-main) !important;
  border: none !important;
}

.s53a2826e .s823ddbaa {
  width: 19%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}

.s53a2826e .s823ddbaa:hover {
  background: rgba(255, 255, 255, 0.7);
}

.s53a2826e .b0f4a724 {
  display: block;
  padding: 12px;
}

.s53a2826e .dd649da5 {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 10px;
}

.s53a2826e .a5c8a116 {
  display: block;
  font-weight: 700;
  padding: 0 12px 8px 12px;
}

.s53a2826e .s26cb73c0 {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

.s53a2826e .eac71af5 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  color: #4a5b68;
  font-size: 14px;
}

.s53a2826e .s2c6af704 {
  display: flex;
}

.s53a2826e .e823c276 {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.s53a2826e .e823c276 img {
  margin-right: 6px;
}

.s53a2826e .f962530b span {
  color: var(--color-primary);
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .s53a2826e .eac71af5 {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .s53a2826e .s823ddbaa {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .s53a2826e .s823ddbaa {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .s197f2a77 .s5bc4e0c4 {
    margin-bottom: 16px;
  }

  .s53a2826e {
    justify-content: space-between;
  }

  .s53a2826e .s823ddbaa {
    width: 48%;
    margin-bottom: 16px;
  }

  .s53a2826e .dd649da5 {
    height: 90px;
  }

  .s53a2826e .a5c8a116 {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .s53a2826e .s26cb73c0 {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .s53a2826e .eac71af5 {
    flex-direction: row;
    font-size: 10px;
    padding: 6px 12px;
  }

  .s53a2826e .e823c276 {
    margin-right: 8px;
  }

  .s53a2826e .e823c276 img {
    width: 15px;
  }
}

@media (max-width: 400px) {
  .s53a2826e .eac71af5 {
    padding: 6px;
  }

  .s53a2826e .e823c276 {
    margin-right: 4px;
  }
}

@media (max-width: 375px) {
  .s53a2826e .e823c276 img {
    margin-right: 2px;
  }

  .s53a2826e .f962530b span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

/* SLOTS HUB START */
.e2ede59d .h65043160 {
  max-width: 1082px !important;
  margin-bottom: 70px;
}

.s6c1e927d {
  background: #fff;
}

.s6c1e927d .c510a5442 {
  border: none;
}

.s6c1e927d .ab032e25 {
  padding: 0;
}

.s6c1e927d .c5d0fdc81 {
  margin-left: 0;
}

@media (max-width: 480px) {
  .e2ede59d .h65043160 {
    margin-bottom: 20px;
  }
}
/* SLOTS HUB END */

/* SLOT SEARCH START */
.ada92ee8 {
  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;
}

.s78ace7d9 {
  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;
}

.s78ace7d9:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.s78ace7d9::placeholder {
  font-size: 16px;
}

.ada92ee8::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  z-index: 10;
}

@media (max-width: 600px) {
  .s78ace7d9 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .ada92ee8::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .ada92ee8 {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .s78ace7d9 {
    padding-left: 46px;
  }

  .s78ace7d9::placeholder {
    font-size: 14px;
  }

  .ada92ee8::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.f0290ed34 {
  position: relative;
  width: 30%;
}

.f175526f0 {
  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;
}

.f175526f0::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.bea429c8 {
  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;
}

.f0290ed34.open .bea429c8 {
  display: block;
}

.f15cf1be6 {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.f15cf1be6:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .f0290ed34 {
    width: 100%;
  }

  .f175526f0 {
    height: 40px;
  }

  .bea429c8 {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* HIDE SUBTITLE START */
.h3734eb43 {
  position: relative;
}

.h71c2921c {
  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;
}

.h3734eb43.open .h71c2921c {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  max-height: none;
  overflow: visible;
}

.h3734eb43.open .h77457f66.open {
  display: none;
}

.h3734eb43.open .h77457f66.close {
  display: inline-block;
}

.h77457f66 {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
  margin-top: 4px;
}

.h77457f66.close {
  display: none;
}

@media (max-width: 480px) {
  .h3734eb43 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* HIDE SUBTITLE END */

/* RECOMMENDED GRID START*/
.edea50ce {
  width: 100%;
  margin-bottom: 48px;
}

.a935ed13 {
  width: 100%;
}

.r025edf3d {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
}

.r025edf3d:not(:last-of-type) {
  margin-bottom: 16px;
}

.r472a2170 {
  width: 180px;
  padding: 10px;
}

.r82a20150 {
  width: 123px;
  height: 50px;
  font-size: 14px;
  justify-content: center;
  margin-top: 13px;
}

.c406877e {
  width: 70px;
  height: 70px;
}

.r405aa8c4 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.e0bedcd3 {
  font-size: 14px;
  font-weight: 700;
  color: #171e34;
  text-decoration: none;
}

.r3a6643a0 {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.r3a6643a0 span {
  font-size: 16px;
  font-weight: 700;
}

.r1dd3114e {
  margin-right: 8px;
}

.r1dd3114e svg {
  width: 12px;
  height: 12px;
}

.r07b7a61c {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px 0;
  margin-top: 4px;
}

.r8ce046d6 {
  position: relative;
  color: #171e34;
  font-weight: 700;
}

.r8ce046d6 span {
  font-size: 20px;
}

.r8ce046d6:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -25px;
  width: 1px;
  height: 22px;
  background: #a9adb9;
}

@media (max-width: 1350px) {
  .r472a2170 {
    width: auto;
  }

  .r82a20150 {
    width: 95%;
    margin: 6px auto 0 auto;
  }

  .r07b7a61c {
    margin-top: 8px;
  }

  .r8ce046d6:not(:last-of-type)::after {
    right: -15px;
  }
}
/* RECOMMENDED GRID END*/

/* ARTICLES GRID START */
.a5b19bd04 {
  width: 100%;
  margin-bottom: 48px;
}

.a04580de6 {
  width: 100%;
}

.af333fc8 {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #4a5b68 !important;
}

.af333fc8:not(:last-of-type) {
  margin-bottom: 16px;
}

.a5b741c6e {
  display: flex;
  padding: 16px 12px;
}

.a675a8b9a {
  display: block;
  width: 109px;
  height: 67px;
  margin-right: 16px;
}

.acd9bf41 {
  max-width: none !important;
  width: 109px;
  height: 67px;
  border-radius: 8px;
}

.a440ff7ed {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171e34 !important;
  text-decoration: none;
  line-height: 170%;
}

.b9b59314 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 8px 12px;
}

.a2b7066b7 {
  font-size: 12px;
  font-weight: 400;
}

.a5d6a2c46 {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.a5d6a2c46::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: 2.5px;
}
/* ARTICLES GRID END */

/* LINKING SIDEBART START */
.l3d9a89c8 {
  width: 100%;
  margin-bottom: 48px;
}

.f1ad4a87 {
  width: 100%;
}

.l5ac678a9 {
  position: relative;
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #171e34;
  text-decoration: none;
  padding: 16px 12px;
}

.l5ac678a9:not(:last-of-type) {
  margin-bottom: 12px;
}

.aea3d147 {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.l5ac678a9::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
/* LINKING SIDEBART END */

/* LINKING GRID START */
.db2d6ab8 {
  width: 100%;
  margin-bottom: 48px;
}

.l0a992135 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.a1f2131b {
  width: 24%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
  margin-bottom: 16px;
}

.c88880dc {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 12px;
}

.l18dae989 {
  width: 100%;
  height: 172px;
  border-radius: 8px;
}

.l771ed0c5 {
  display: block;
  height: 54px;
  overflow: hidden;
  color: #171e34;
  text-decoration: none;
  margin-bottom: 20px;
}

.e1dda98d {
  display: flex;
  justify-content: space-between;
}

.l0ab9e79a {
  font-size: 12px;
  color: #4a5b68;
}

.l7ca3ad6b {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}

.l7ca3ad6b::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

@media (max-width: 1100px) {
  .a1f2131b {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .l0a992135 {
    justify-content: space-between;
  }

  .a1f2131b {
    width: 48%;
  }

  .linking-sidebar-item__title{
    width: calc(90% - 24px);
  }
}
@media (max-width: 480px) {
  .a1f2131b {
    padding: 8px;
    margin-bottom: 12px;
  }

  .c88880dc {
    height: 86px;
  }

  .l18dae989 {
    height: 86px;
  }

  .l771ed0c5 {
    font-size: 12px;
    line-height: 120%;
    height: 28px;
  }

  .l0ab9e79a {
    font-size: 10px;
  }

  .l7ca3ad6b span {
    display: none;
  }
}
/* LINKING GRID END */

/* IMPORTANT BLOCK START */
.i49c2c6cf {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  margin: 20px 0;
}

.bee85d9c {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  color: #203b6b;
}

.i49c2c6cf::before,
.i49c2c6cf::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 4px;
  background: var(--color-primary);
}

.i49c2c6cf::before {
  top: 20px;
  left: 32px;
}

.i49c2c6cf::after {
  bottom: 20px;
  right: 32px;
}

@media (max-width: 600px) {
  .i49c2c6cf {
    padding: 28px 12px;
  }

  .i49c2c6cf::before,
  .i49c2c6cf::after {
    width: 94px;
  }

  .i49c2c6cf::before {
    top: 16px;
    left: 12px;
  }

  .i49c2c6cf::after {
    bottom: 16px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .bee85d9c {
    font-size: 14px;
    line-height: 140%;
  }
}

/* IMPORTANT BLOCK END */

/* CASINO PROS CONS LISTS START */
.c03855c0f,
.c72dd3d02 {
  width: 49%;
  border-radius: 10px;
  background: #e7eaee;
  padding: 16px;
}

.c80ac3838 {
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dcdfe4;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.c80ac3838 li {
  margin-left: 20px !important;
  margin-bottom: 15px !important;
}

.c80ac3838 li:last-of-type {
  margin-bottom: 0 !important;
}

.casino-pros-list__title {
  text-align: center;
  font-weight: 700;
  color: #5b8f35;
}

.c03855c0f li::marker {
  color: #5b8f35;
}

.casino-cons-list__title {
  text-align: center;
  font-weight: 700;
  color: #eb8348;
}

.c72dd3d02 li::marker {
  color: #eb8348;
}

@media (max-width: 480px) {
  .c711fa5d {
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }

  .c711fa5d .c03855c0f,
  .c711fa5d .c72dd3d02 {
    width: 100%;
    margin-bottom: 16px;
  }

  .c80ac3838 li {
    margin-left: 15px !important;
  }
}
/* CASINO PROS CONS LISTS END */

/* MODAL START */
.m1fb285d4 {
  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;
}

.m1fb285d4.open {
  display: flex;
}

.m1354c2cb {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 10, 19, 0.72);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.m7cecd3c1 {
  position: relative;
}

.m7cecd3c1 .m0686509d {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 20px;
}

@media (max-width: 480px) {
  .m7cecd3c1 .m0686509d {
    top: 12px;
    right: 8px;
  }
}
/* MODAL END */

/* MODAL ALTERNATIVE CASINOS START */
.a130c0bf5 {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(186deg, #162a4d 0%, #060a13 100%);
  padding: 24px 20px;
}

.a5c734970 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.aefe238f {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.a059511a1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.a9832b0d5 {
  display: block;
  width: 100%;
  height: 204px;
  margin-bottom: 8px;
}

.a9832b0d5 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.a494db658 {
  width: 100%;
}

.ad3de2c4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.e09e8c66 {
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
}

.e55897dd {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #a9adb9;
  margin-bottom: 8px;
}

.a0835cab4 {
  margin-right: 12px;
}

.e55897dd span {
  font-size: 18px;
  font-weight: 700;
}

.a33f3e119 {
  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;
}

.a5b759c56 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a9adb9;
}

.a5b759c56 img {
  margin-right: 8px;
}

.a99069d2c {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.a99069d2c span {
  font-size: 32px;
  line-height: 170%;
  padding: 0 5px;
}

.ad3de2c4 .a3e9907b8 {
  display: none;
}

.a3e9907b8 {
  width: 100%;
  padding: 18px 16px;
}

.d82d369a {
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

@media (max-width: 900px) {
  .a99069d2c span {
    font-size: 24px;
  }

  .a3e9907b8 {
    display: none;
  }

  .ad3de2c4 .a3e9907b8 {
    display: block;
  }
}

@media (max-width: 768px) {
  .a5c734970 {
    width: 95%;
    text-align: left;
    margin: 0 0 24px 0;
  }

  .aefe238f {
    display: block;
  }

  .a059511a1 {
    width: 100%;
    margin-bottom: 12px;
  }

  .a494db658 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .a9832b0d5 {
    width: 40%;
    height: 180px;
    margin-bottom: 0;
  }

  .ad3de2c4 {
    width: 60%;
    padding: 12px 12px 0 12px;
  }

  .a3e9907b8 {
    margin-top: 40px;
    padding: 0;
  }

  .a99069d2c span {
    font-size: 32px;
  }

  @media (max-width: 480px) {
    .a130c0bf5 {
      padding: 12px;
    }

    .a5c734970 {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .a9832b0d5 {
      height: 120px;
    }

    .ad3de2c4 {
      padding: 8px 8px 0 8px;
    }

    .e09e8c66 {
      font-size: 14px;
      margin-bottom: 0;
    }

    .e55897dd span {
      font-size: 16px;
    }

    .a3e9907b8 {
      margin-top: 0;
    }

    .d82d369a {
      height: 36px;
    }

    .a33f3e119 {
      height: 94px;
      padding: 0;
    }

    .a99069d2c {
      font-size: 16px;
    }

    .a5b759c56 {
      font-size: 12px;
    }

    .a99069d2c span {
      font-size: 24px;
    }
  }

  @media (max-width: 375px) {
    .a9832b0d5 {
      height: 100px;
    }
  }
}
/* MODAL ALTERNATIVE CASINOS END */

.s6c556b67.eb2c0dfc {
  max-width: none;
}
.a533ea7fb {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.a54fe6fa2 {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.a54fe6fa2 {}
.a403d6529 {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.e7636d4a {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.a67917e9e {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.a50ae8db8 {}
.eb672a0c {
  width: 64%;
}
.eb2c0dfc .rank-math-breadcrumb a, .eb2c0dfc .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .a403d6529 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .e7636d4a {
    margin: 0 auto 16px auto;
  }
  .eb672a0c {
    width: 100%;
  }
}

.a79b2ec6e {
  position: relative;
  max-width: 1320px;
  margin: 30px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.a79b2ec6e h2 {
  text-align: center;
}
@media (max-width: 768px) {
}
