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

.g7e3a335d {
  color: #5b8f35;
}

.a22713f2 {
  color: #eb8348;
}

.s713648f5,
.ea911cfe {
  width: 14px;
  height: 14px;
}

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

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

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

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

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

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

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

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

.l33ddd47a {
  display: flex;
}

.l33ddd47a .l5f66842c {
  cursor: pointer;
  display: flex;
  align-items: center;
}

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

.l33ddd47a .l8e82c8ac {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.l33ddd47a .l5f66842c .l8e82c8ac {
  margin-left: 0;
}

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

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

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

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

.t6b553262 .l7a6e4057 {
  width: 29%;
}

.t6b553262 .db63dfbd {
  width: 69%;
}

.e01199f2 {

}

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

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

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

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

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

.c62a24b7f .c617e6e22 {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .c62a24b7f {
    margin-bottom: 20px;
  }
  .e01199f2 {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .b5214c99 {
    margin: 0 15px;
  }
}

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

.b99cc7b9.o20b2c4e1 {
  background: rgba(255, 255, 255, 0.4);
}

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

.c932783bf .b99cc7b9 {
  width: 69%;
  margin-top: 0;
}
.c932783bf .f555590c {
  width: 69%;
  margin-top: 0;
}
.c932783bf .f555590c .b99cc7b9 {
  width: 100%;
}

.e4b65d85 {
  width: 29%;
}

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

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

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

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

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

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

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

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

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

.d9738c7d {
  margin-bottom: 40px;
}

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

.b2730c26 .f3c85713 {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.b2730c26 .d46470185 {
  display: flex;
  align-items: center;
}

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

.b2730c26 .cb99003f span {
  font-size: 14px;
  font-weight: 700;
}

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

.b2730c26 .d5f60d637 {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.b2730c26 .d9a1a0325 {
  margin-left: 10px;
}

.b2730c26 .dd05666e {
  width: 115px;
  margin-left: 20px;
}

.b2730c26 .dd05666e img {
  width: 100%;
}

.d2fa98c14 {
  padding: 0 15px;
}

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

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

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

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

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

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

.ab72c509 .p6f224e08 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.e397f44b .p6f224e08,
.e397f44b li::marker {
  color: #5b8f35;
}

.c3060611b .p6f224e08,
.c3060611b li::marker {
  color: #eb8348;
}

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

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

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

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

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

.p735a6acd .c58d7d5a.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.p735a6acd .p4173e163 {
  color: #5b8f35;
}

.p735a6acd .c4eb50a0f {
  color: #eb8348;
}

.p735a6acd .p5481f4f9 {
  margin: 0;
  padding: 15px 0 0 0;
}

.p735a6acd .f7f60795 {
  display: none;
}

.p735a6acd .f7f60795.active {
  display: block;
}

.m2f15268c {
  margin-left: 5px;
}

.m2f15268c .m2302b06e {
  font-weight: 700;
  color: var(--color-primary);
}

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

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

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

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

  .e4b65d85 {
    display: none;
  }
}

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

  .t6b553262 .l7a6e4057,
  .t6b553262 .db63dfbd {
    width: 100%;
  }

  .t6b553262 .l7a6e4057 {
    width: 60%;
    margin-bottom: 15px;
  }
}

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

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

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

  .b2730c26 .f3c85713 {
    text-align: center;
  }

  .p735a6acd {
    display: block;
  }

  .ab72c509 {
    display: none;
  }
}

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

  .c955908fa .t519cdc1f {
    margin-bottom: 15px;
  }

  .c3a922db8 {
    top: -5px;
  }

  .l33ddd47a .l5f66842c {
    font-size: 12px;
  }

  .l33ddd47a .l8e82c8ac {
    width: 18px;
    height: 18px;
  }

  .b2730c26 .f3c85713 {
    font-size: 12px;
  }

  .d9738c7d {
    margin-bottom: 15px;
  }

  .b2730c26 {
    margin-bottom: 15px;
  }

  .b2730c26 .d46470185 {
    margin-top: 0;
    justify-content: space-between;
  }

  .b2730c26 .d5f60d637 {
    width: 40px;
    height: 40px;
  }

  .b2730c26 .dd05666e {
    width: 72px;
  }

  .b2730c26 .d9a1a0325 {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .b2730c26 .d0b0d66e5 {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .b2730c26 .cb99003f:after {
    height: 14px;
    top: 11px;
  }

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

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

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

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

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

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

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

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

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

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

.h868ed876 .h3276fadd {
  position: relative;
  width: 65%;
}

.h868ed876 .b91048b3 {
  position: relative;
  width: 35%;
}

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

.h868ed876 .h193dce82 {
  text-align: left;
}

.h868ed876 .a0f95dc1 .h193dce82 {
  max-width: 1128px;
  text-align: center;
}

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

.h868ed876 .h09670e34 a {
  color: var(--color-primary);
}

.h868ed876 .a0f95dc1 .h09670e34 {
  max-width: 870px;
  text-align: center;
}

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

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

.h868ed876 .h911e63ef {
  margin-top: 30px;
  font-size: 12px;
}

.h868ed876 .b91048b3 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.h868ed876 .h643fe369 {
  justify-content: center;
  padding: 10px;
}

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

.h868ed876 .h6fe348a9 {
  margin-top: 36px;
}

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

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

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

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

.h6fe348a9 .ddf7a9b5 {
  margin-right: 16px;
}

.h6fe348a9 .df6c213d {
  font-size: 12px;
  line-height: 19px;
}

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

.h6fe348a9 .h51afa615 {
  margin-right: 32px;
}

.h6fe348a9 .d6e2d049 {
  font-size: 12px;
  line-height: 19px;
}

.h6fe348a9 .h55d91a3e {
  font-weight: 700;
}

.h6fe348a9 .h3dcf53ec {
  display: none;
}

.h6fe348a9 .h0057c5ee {
  display: flex;
  align-items: center;
}

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

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

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

.h3f41d272 {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.bcbcd112 .h3f41d272 {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.h4ce0cc75:hover .h3f41d272 {
  display: block;
}
.bcbcd112:hover .h3f41d272 {
  display: block;
}
.h3f41d272 .f3ce7e32 {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.h3f41d272 .a1a4c870c {
  margin-bottom: 4px;
}
.h3f41d272 .f2834a9a {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .h6fe348a9 .h39e97c62 {
    position: static;
  }
  .h6fe348a9 {
    position: relative;
  }
  .h3f41d272 {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

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

.e64a9cae {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h3239ab36 .h3badd845 {
  width: 44px;
  height: 44px;
}

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

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

.h868ed876.m365aee04 {
  margin-bottom: 0;
}

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

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

.a5f69908 .h287b2c02 {
  max-width: 270px;
  max-height: 35px;
}

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

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

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

  .h868ed876 .h8c9e0a81 {
    margin-top: 40px;
  }

  .h3239ab36 .h6df2c8ef {
    width: 190px;
  }
}

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

  .h868ed876 .h3276fadd,
  .h868ed876 .b91048b3 {
    width: 100%;
  }

  .cb4865c2 .h698a2043 {
    margin-top: 50px;
  }

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

  .h3239ab36 .h6df2c8ef {
    margin: 0 32px 48px 0;
  }
}

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

  .a5f69908 .h287b2c02 {
    max-width: 200px;
  }

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

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

  .a5f69908 .h287b2c02 {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .h868ed876 .h6fe348a9 {
    font-size: 12px;
    margin-top: 16px;
  }
  .h6fe348a9 .h4ce0cc75 a {
    font-size: 12px;
  }

  .h6fe348a9 .h39e97c62 {
    margin-right: 12px;
    padding-right: 12px;
  }

  .h6fe348a9 .b35f51d0 {
    width: 28px;
    height: 28px;
  }

  .h6fe348a9 .df6c213d,
  .h6fe348a9 .d6e2d049 {
    font-size: 10px;
    line-height: 13px;
  }

  .h6fe348a9 .h53f19ed4 {
    width: 49px;
  }

  .h6fe348a9 .ddf7a9b5 {
    margin-right: 8px;
  }

  .h6fe348a9 .h51afa615 {
    margin-right: 12px;
  }

  .h6fe348a9 .h5b93f869 {
    position: relative;
  }

  .h6fe348a9 .h3dcf53ec {
    display: block;
  }

  .h6fe348a9 .h0057c5ee {
    display: none;
  }

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

  .b5214c99 {
    padding: 0;
  }

  .c62a24b7f {
  }

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

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

  .h868ed876 .h193dce82 {
    text-align: center;
  }

  .h868ed876 .h09670e34 {
    font-size: 14px;
  }

  .h868ed876 .h8c9e0a81 {
    margin-top: 20px;
    justify-content: center;
  }

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

  .h868ed876 .b91048b3 {
    margin-top: 40px;
  }

  .h868ed876 .h3e6cf999 {
    font-size: 8px;
  }

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

  .e64a9cae .h657da85a {
    width: 100%;
    justify-content: space-between;
  }

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

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

  .e64a9cae .c2b7f1e3 {
    font-size: 14px;
  }

  .e64a9cae .c2b7f1e3 span {
    font-size: 16px;
  }

  .e64a9cae .h1948cc25 {
    font-size: 12px;
  }

  .e64a9cae .h277f24ae {
    width: 48px;
    height: 48px;
    order: 2;
  }

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

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

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

  .h3239ab36 .h6df2c8ef {
    width: 158px;
    margin-right: 12px;
  }

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

  .h3239ab36 .h3badd845 {
    width: 32px;
    height: 32px;
  }

  .h3239ab36 .fdcd68ab {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .h3239ab36 .fdcd68ab::after {
    bottom: 10px;
  }

  .d5c06e3c {
    margin-bottom: 12px;
  }

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

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

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

  .a5f69908 .h287b2c02 {
    max-height: 26px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ccd66121 .f6fefc93:hover {
  background: rgba(255, 255, 255, 0.7);
}

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

.ccd66121 .c86cb6ec {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.ccd66121 .c86cb6ec.active {
  display: block;
}

.ccd66121 .f0de7eeaa,
.ccd66121 .f44189329 {
  display: none;
  width: 18px;
  height: 18px;
}

.ccd66121 .f0de7eeaa.active {
  display: block;
}

.ccd66121 .f44189329.active {
  display: block;
}

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

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

  .ccd66121 .f9242db98 {
    font-size: 10px;
    padding: 15px;
  }

  .ccd66121 .f3ba1044b {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .ccd66121 .c86cb6ec {
    margin-left: 0;
    font-size: 10px;
  }

  .ccd66121 .f4ac70049 {
    max-width: 90%;
    font-size: 12px;
  }

  .ccd66121 .f0de7eeaa,
  .ccd66121 .f44189329 {
    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 */
.p5ace8c67 {
  padding: 100px 15px;
}

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

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

.fbde0a0f .p7e957d5a {
  margin: 20px 0;
}

.fbde0a0f .p3a21a0ef {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

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

.fbde0a0f .a155d9b5 {
  font-size: 14px;
  margin-bottom: 20px;
}

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

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

  .p7e957d5a svg {
    height: 70px;
  }

  .fbde0a0f .p3a21a0ef {
    font-size: 16px;
  }

  .fbde0a0f .a155d9b5 {
    font-size: 10px;
  }
}
/* 404 PAGE END */

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

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

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

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

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

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

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

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

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

  .d28b58803 .d8a671c23 {
    height: 160px;
  }
}

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

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

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

  .d28b58803 .d8a671c23 {
    height: 180px;
  }

  .d28b58803 .f6bbaa6e {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

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

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

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

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

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

.cd9b3c55 .h6fe348a9 {
  margin-top: 65px;
  margin-bottom: 125px;
}

.c6294eb2b {
  width: 69%;
}

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

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

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

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

.i93fc1111 .fcf5b665 {
  padding: 32px;
}

.i93fc1111 .fcf5b665 img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.i93fc1111 .fcf5b665 table {
  width: 100%;
}

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

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

  .i93fc1111 .cd86167c {
    height: 320px;
  }
}

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

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

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

  .i93fc1111 .fcf5b665 {
    padding: 12px;
  }

  .i93fc1111 .fcf5b665 p {
    font-size: 12px;
    line-height: 20px;
  }

  .i93fc1111 .fcf5b665 li {
    margin-bottom: 12px;
  }
}

/* INFO END */

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

.b8786472 {
  max-width: none;
}

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

.a354c1d95 .f6edcfc0 {
  display: flex;
  align-items: center;
}

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

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

.a354c1d95 .a977314d {
  display: none;
}

.a354c1d95 .a77bd4671 {
  display: flex;
  align-items: center;
}

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

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

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

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

.a354c1d95 .a99ae29b4 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.a354c1d95 .a1e69ac25 {
  margin-top: 20px;
}

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

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

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

  .a354c1d95 .f59d5959 {
    width: 48px;
    height: 48px;
  }

  .a354c1d95 .a1e69ac25 {
    margin-top: 16px;
  }

  .a354c1d95 .a6024f14c {
    font-size: 12px;
    line-height: 20.4px;
  }

  .a354c1d95 .adb6cb36 {
    font-size: 12px;
  }

  .a354c1d95 .a97afb0f1 {
    order: 2;
  }

  .a354c1d95 .a99ae29b4 {
    font-size: 10px;
  }

  .a354c1d95 .a9eab15b7 {
    font-size: 12px;
  }

  .a354c1d95 .a0a794707 img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

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

.cb4865c2 {
  flex-wrap: wrap;
}

.cb4865c2 .h193dce82 {
  width: 90%;
  z-index: 10;
}

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

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

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

.h581377c6 .h09670e34 {
  line-height: 27px;
}

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

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

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

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

.h32cae109 .bcf3f71f {
  width: 250px;
}

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

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

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

.h32cae109 .a03df3ff {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.a03df3ff {
  display: flex;
}

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

.a03df3ff .g956037d6 svg {
  margin-right: 8px;
}

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

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

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

.h9728e139 .c4e5b79b {
  width: 50%;
}

.h9728e139 .bc6295b8 {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

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

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

  .h9728e139 {
    width: 39%;
  }
}

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

  .h32cae109,
  .h9728e139 {
    width: 100%;
  }
}

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

  .h55a77f5d {
    margin-top: 20px;
  }

  .h32cae109 .h1e2e4975 {
    justify-content: center;
    width: 240px;
  }

  .h9728e139 {
    font-size: 16px;
  }

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

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

  .h32cae109 .a03df3ff {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .h32cae109 .bcf3f71f {
    width: 192px;
  }

  .h32cae109 .h90cb4e8d {
    display: none;
  }

  .h9728e139 .c4e5b79b {
    width: 55%;
  }

  .h9728e139 .bc6295b8 {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.g2b5d76f0 {
  max-width: 900px;
}

.c932783bf .g2b5d76f0 {
  width: 69%;
}

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

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

.c27908ec .s37a7df90 {
  text-align: left;
  margin-bottom: 24px;
}

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

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

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

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

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

.s4ca5b46a .s2150e0ff:hover {
  background: rgba(255, 255, 255, 0.7);
}

.s4ca5b46a .s971efe74 {
  display: block;
  padding: 12px;
}

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

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

.s4ca5b46a .s6564915c {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

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

.s4ca5b46a .s36a63a2b {
  display: flex;
}

.s4ca5b46a .s72894247 {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.s4ca5b46a .s72894247 img {
  margin-right: 6px;
}

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

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

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

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

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

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

  .s4ca5b46a .s2150e0ff {
    width: 48%;
    margin-bottom: 16px;
  }

  .s4ca5b46a .s079b3a19 {
    height: 90px;
  }

  .s4ca5b46a .s7f3706aa {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .s4ca5b46a .s6564915c {
    font-size: 12px;
    padding-bottom: 12px;
  }

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

  .s4ca5b46a .s72894247 {
    margin-right: 8px;
  }

  .s4ca5b46a .s72894247 img {
    width: 15px;
  }
}

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

  .s4ca5b46a .s72894247 {
    margin-right: 4px;
  }
}

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

  .s4ca5b46a .s7db057f6 span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

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

.e8cc9680 {
  background: #fff;
}

.e8cc9680 .c8bf5f3fe {
  border: none;
}

.e8cc9680 .c21f32ff6 {
  padding: 0;
}

.e8cc9680 .c8609fe1a {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

  .s8787b7f5 {
    padding-left: 46px;
  }

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

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

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

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

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

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

.f6ef3d260.open .a468e4e7 {
  display: block;
}

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

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

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

  .edb69802 {
    height: 40px;
  }

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

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

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

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

.h2df8266c.open .ac435dfd.open {
  display: none;
}

.h2df8266c.open .ac435dfd.close {
  display: inline-block;
}

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

.ac435dfd.close {
  display: none;
}

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

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

.b3f9203c {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.r3a39481e {
  margin-right: 8px;
}

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

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

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

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

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

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

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

  .r501bc8fd {
    margin-top: 8px;
  }

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

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

.fb735dca {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.l2b52ed3b {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .l7af43180 {
    width: 48%;
  }

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

  .l9f24ee3d {
    height: 86px;
  }

  .l45cb49e4 {
    height: 86px;
  }

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

  .l4ea49ea7 {
    font-size: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

/* IMPORTANT BLOCK END */

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

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

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

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

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

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

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

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

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

  .ab72c509 .d834ac5b,
  .ab72c509 .a96ccd56 {
    width: 100%;
    margin-bottom: 16px;
  }

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

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

.m2f55adc9.open {
  display: flex;
}

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

.b1f4c4e1 {
  position: relative;
}

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

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

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

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

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

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

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

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

.fa68ba55 {
  width: 100%;
}

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

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

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

.c6590e1b {
  margin-right: 12px;
}

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

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

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

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

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

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

.ee0528c9 .a393003f5 {
  display: none;
}

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

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

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

  .a393003f5 {
    display: none;
  }

  .ee0528c9 .a393003f5 {
    display: block;
  }
}

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

  .ed51c113 {
    display: block;
  }

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

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

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

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

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

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

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

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

    .cf9ede34 {
      height: 120px;
    }

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

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

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

    .a393003f5 {
      margin-top: 0;
    }

    .a8f81587b {
      height: 36px;
    }

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

    .a576a5983 {
      font-size: 16px;
    }

    .a5cdc981b {
      font-size: 12px;
    }

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

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

.e754e4eb.a14075dd0 {
  max-width: none;
}
.a127d3540 {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.a15bdfd19 {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.a15bdfd19 {}
.cb3ceaa5 {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.f8645b4e {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.a26d2ec25 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.dbaf0234 {}
.aa24b8b7 {
  width: 64%;
}
.a14075dd0 .rank-math-breadcrumb a, .a14075dd0 .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .cb3ceaa5 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .f8645b4e {
    margin: 0 auto 16px auto;
  }
  .aa24b8b7 {
    width: 100%;
  }
}

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