/* 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);
}

.f175a850 {
  color: #5b8f35;
}

.c6fb5c79 {
  color: #eb8348;
}

.s3675f6f9,
.s8e4d5375 {
  width: 14px;
  height: 14px;
}

.s3675f6f9 path {
  fill: var(--color-primary);
}

.s8e4d5375 path {
  fill: none;
  stroke: var(--color-primary);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  align-items: flex-start !important;
}

.c9a5fc9de {
  display: block;
  width: 24px;
  height: 22px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.df402b03 {
  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;
}

.df402b03: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);
}

.df402b03 img {
  max-width: 100px;
  max-height: 53px;
  margin-left: 5px;
}

.eb8e7826 {
  display: flex;
}

.eb8e7826 .cdcefeac {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.eb8e7826 .d485b13b {
  color: #fff;
  padding-right: 10px;
  border-right: 1px solid #f2f2f2;
  font-size: 14px;
}

.eb8e7826 .l16d4c6b1 {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.eb8e7826 .cdcefeac .l16d4c6b1 {
  margin-left: 0;
}

.a2c423a5 {
  position: absolute;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.baafd574 {
  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;
}

.caea160a {
  width: 100%;
  position: relative;
}

.f3033c7f {
  display: flex;
  justify-content: space-between;
}

.f3033c7f .f521db5a {
  width: 29%;
}

.f3033c7f .r086a5d17 {
  width: 69%;
}

.c784797ef {

}

.a7c5336b {
  display: flex;
  padding: 0 16px;
  gap: 0 10px;
}

.c5e9b4912 {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #a9adb9;
  text-decoration: none;
  padding: 8px 40px;
}

.c5e9b4912.c94d2bb56 {
  color: #fff;
  background: #203b6b;
  border-radius: 8px 8px 0 0;
  cursor: default;
}

.c7046348d {
  position: relative;
  padding: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f4f4f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c7046348d::before {
  content: '';
  border-top: 2px solid #203b6b;
  border-radius: 10px;
  height: 65px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.c784797ef {
  width: 100%;
}
.f0289496 .c7046348d::before {
  content: none;
  border: none;
  height: 0;
}

.c7046348d .c739a11d0 {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .c7046348d {
    margin-bottom: 20px;
  }
  .c784797ef {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .a7c5336b {
    margin: 0 15px;
  }
}

.d9fe54d0 {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 20px 32px;
  margin: 64px 0;
}

.d9fe54d0.o96cc4230 {
  background: rgba(255, 255, 255, 0.4);
}

.c3a34a35a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.c3a34a35a .d9fe54d0 {
  width: 69%;
  margin-top: 0;
}
.c3a34a35a .c5c4679e9 {
  width: 69%;
  margin-top: 0;
}
.c3a34a35a .c5c4679e9 .d9fe54d0 {
  width: 100%;
}

.c2aeedd8c {
  width: 29%;
}

.c5b0188f3 {
  max-width: 1320px;
  margin: 0 auto;
}

.c5b0188f3 img {
  max-width: 100%;
}

.c5b0188f3 .t89cf7043 {
  width: 100%;
  overflow-x: auto;
  border: 8px solid #203b6b;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .c5b0188f3 .t89cf7043 {
    border-width: 6px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8fb;
  color: var(--color-text-dark);
  max-width: 100%;
}

.t89cf7043 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;
}

.h878f2956 th {
  padding: 20px 32px;
  border-radius: 0;
}

.h878f2956 td {
  padding: 20px 28px;
}

.h878f2956 td:first-child {
  font-weight: 700;
  background: #e7eaee;
  text-align: left;
  padding: 20px 32px;
}

.d41258260 {
  margin-bottom: 40px;
}

.d6af43ad {
  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;
}

.d6af43ad .d93aac47a {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.d6af43ad .de110f98 {
  display: flex;
  align-items: center;
}

.d6af43ad .abfb9356 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
}

.d6af43ad .abfb9356 span {
  font-size: 14px;
  font-weight: 700;
}

.d6af43ad .abfb9356:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 1px;
  background: var(--color-secondary);
  height: 22px;
}

.d6af43ad .b1127224 {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.d6af43ad .d7468a736 {
  margin-left: 10px;
}

.d6af43ad .d4fad1cee {
  width: 115px;
  margin-left: 20px;
}

.d6af43ad .d4fad1cee img {
  width: 100%;
}

.e1f10c1d {
  padding: 0 15px;
}

.cb00ce11 {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.b8d88b92 {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: 400px;
  padding: 10px;
  margin-right: 10px;
}

.s1c1818f0 {
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
}

.s4c1949da {
  position: relative;
  right: 40px;
  bottom: 1px;
}

.p523d8a39 {
  display: flex;
  justify-content: space-between;
}

.p652a4500 {
  width: 49%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.p652a4500 .a17ace01 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.p874bbbc0 .a17ace01,
.p874bbbc0 li::marker {
  color: #5b8f35;
}

.c54bc2e90 .a17ace01,
.c54bc2e90 li::marker {
  color: #eb8348;
}

.p37693c18 {
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

.p37693c18 li:last-of-type {
  margin-bottom: 0;
}

.p7c64fb6f {
  width: 100%;
  display: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.p7c64fb6f .p6cb208c4 {
  display: flex;
  justify-content: space-between;
}

.p7c64fb6f .fb154f3d {
  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;
}

.p7c64fb6f .fb154f3d.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.p7c64fb6f .p8f2b616a {
  color: #5b8f35;
}

.p7c64fb6f .c80ed8a06 {
  color: #eb8348;
}

.p7c64fb6f .p37693c18 {
  margin: 0;
  padding: 15px 0 0 0;
}

.p7c64fb6f .p1984a386 {
  display: none;
}

.p7c64fb6f .p1984a386.active {
  display: block;
}

.e14da685 {
  margin-left: 5px;
}

.e14da685 .m957c36bf {
  font-weight: 700;
  color: var(--color-primary);
}

.e14da685 .m64a648d4 {
  color: #fff;
  margin-left: -4px;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .c5b0188f3 {
    padding: 15px;
  }

  .df402b03 img {
    max-width: 65px;
  }
}

@media (max-width: 1100px) {
  .c3a34a35a .d9fe54d0 {
    width: 100%;
  }
  .c3a34a35a .c5c4679e9 {
    width: 100%;
  }

  .c2aeedd8c {
    display: none;
  }
}

@media (max-width: 1024px) {
  .f3033c7f {
    flex-wrap: wrap;
    justify-content: center;
  }

  .f3033c7f .f521db5a,
  .f3033c7f .r086a5d17 {
    width: 100%;
  }

  .f3033c7f .f521db5a {
    width: 60%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .f3033c7f .f521db5a {
    width: 100%;
  }

  .d6af43ad {
    background: transparent;
    flex-direction: column;
    padding: 0;
  }

  .d6af43ad .de110f98 {
    width: 100%;
    background: #fff;
    padding: 3px 6px;
    border-radius: 7px;
    margin-top: 15px;
    justify-content: center;
  }

  .d6af43ad .d93aac47a {
    text-align: center;
  }

  .p7c64fb6f {
    display: block;
  }

  .p652a4500 {
    display: none;
  }
}

@media (max-width: 480px) {
  .d9fe54d0 {
    padding: 16px 12px;
    margin: 36px 0;
  }

  .c5b0188f3 .t89cf7043 {
    margin-bottom: 15px;
  }

  .a2c423a5 {
    top: -5px;
  }

  .eb8e7826 .cdcefeac {
    font-size: 12px;
  }

  .eb8e7826 .l16d4c6b1 {
    width: 18px;
    height: 18px;
  }

  .d6af43ad .d93aac47a {
    font-size: 12px;
  }

  .d41258260 {
    margin-bottom: 15px;
  }

  .d6af43ad {
    margin-bottom: 15px;
  }

  .d6af43ad .de110f98 {
    margin-top: 0;
    justify-content: space-between;
  }

  .d6af43ad .b1127224 {
    width: 40px;
    height: 40px;
  }

  .d6af43ad .d4fad1cee {
    width: 72px;
  }

  .d6af43ad .d7468a736 {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .d6af43ad .e57fc2f6 {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .d6af43ad .abfb9356:after {
    height: 14px;
    top: 11px;
  }

  .d6af43ad .e57fc2f6:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    background: var(--color-secondary);
    height: 14px;
  }
}

/* QUOTE START */
.ef144e9d {
  background: #f7f8fb;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 20px;
}

.q0cff605e .f4a30039 {
  font-size: 34px;
  font-weight: 900;
  line-height: 45px;
  color: var(--color-text-dark);
  border-left: 5px solid var(--color-primary);
  padding-left: 20px;
}

.q0cff605e .b2ea0491 {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px 0 25px;
}

@media (max-width: 480px) {
  .ef144e9d {
    margin: 15px 0;
    padding: 15px;
  }

  .q0cff605e .f4a30039 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-left: 15px;
  }

  .q0cff605e .b2ea0491 {
    padding: 20px 0 0 0;
    font-size: 10px;
    line-height: 17px;
  }
}
/* QUOTE END */

/* HEADER CONTENT START */
.faea60be {
  background-size: cover;
}

.faea60be .rank-math-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
}

.e5661097 {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
  margin-bottom: 40px;
}

.e5661097 .h91b370ae {
  position: relative;
  width: 65%;
}

.e5661097 .h87887ad4 {
  position: relative;
  width: 35%;
}

.e5661097 .h78aaf19d {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.e5661097 .ca344c28 {
  text-align: left;
}

.e5661097 .h78aaf19d .ca344c28 {
  max-width: 1128px;
  text-align: center;
}

.e5661097 .c73f8e3d {
  color: var(--color-text-add);
  line-height: 25px;
}

.e5661097 .c73f8e3d a {
  color: var(--color-primary);
}

.e5661097 .h78aaf19d .c73f8e3d {
  max-width: 870px;
  text-align: center;
}

.e5661097 .h54cda6dd {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.e5661097 .h097acc1b {
  max-width: 24%;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 10px;
}

.e5661097 .h1e51f8e2 {
  margin-top: 30px;
  font-size: 12px;
}

.e5661097 .h87887ad4 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.e5661097 .eb707864 {
  justify-content: center;
  padding: 10px;
}

.e5661097 .h3152683b {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 5px 10px;
}

.e5661097 .e0acd3a4 {
  margin-top: 36px;
}

.e0acd3a4 {
  display: flex;
  align-items: center;
  color: #7e8394;
  font-size: 14px;
}

.e0acd3a4 .a1bf727f {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.e0acd3a4 .a1bf727f::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.e0acd3a4 .h1a4c7135 {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin-right: 12px;
}

.e0acd3a4 .cf13d647 {
  margin-right: 16px;
}

.e0acd3a4 .h767f01d8 {
  font-size: 12px;
  line-height: 19px;
}

.e0acd3a4 .h5e04b387 {
  font-weight: 700;
}
.e0acd3a4 .h5e04b387 a {
  font-weight: 700;
  color: #7e8394;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
}

.e0acd3a4 .c9f9a808 {
  margin-right: 32px;
}

.e0acd3a4 .c406afbb {
  font-size: 12px;
  line-height: 19px;
}

.e0acd3a4 .h473d65cc {
  font-weight: 700;
}

.e0acd3a4 .h17009e5b {
  display: none;
}

.e0acd3a4 .h67831b11 {
  display: flex;
  align-items: center;
}

.e0acd3a4 .header-meta-socials__item {
  display: flex;
  align-items: center;
  position: relative;
}

.e0acd3a4 .header-meta-socials__item:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.e0acd3a4 .header-meta-socials__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.ade9a8f2 {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.c089bf27d .ade9a8f2 {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.h5e04b387:hover .ade9a8f2 {
  display: block;
}
.c089bf27d:hover .ade9a8f2 {
  display: block;
}
.ade9a8f2 .a366f789a {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.ade9a8f2 .a79a44fed {
  margin-bottom: 4px;
}
.ade9a8f2 .a218ac830 {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .e0acd3a4 .a1bf727f {
    position: static;
  }
  .e0acd3a4 {
    position: relative;
  }
  .ade9a8f2 {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

.bb6647a1 {
  position: absolute;
  top: -170px;
  z-index: 0;
}

.h7e1c92b3 {
  position: relative;
}

.h59e01f42 .h4345edf4 {
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.h7e1c92b3 .d15a8b35 {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  width: 345px;
  margin-bottom: 4px;
}

.h7e1c92b3 .h2ae1448d {
  max-width: 263px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 12px;
}

.h7e1c92b3 .h359b5b5c {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.d5a81eb6 {
  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;
}

.h82b9dc0c {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.h82b9dc0c:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
}

.h82b9dc0c:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 38px;
  background: #b0b4bf;
}

.e8783c54 {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.e8783c54 .h1c4ce06e {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #7e8394;
}

.e8783c54 span {
  font-size: 20px;
}

.e8783c54 small {
  font-size: 16px;
  margin: 0 4px;
}

.h7e9c12da {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.a755e957 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.a755e957 .c3f3461e0 {
  font-size: 14px;
  font-weight: 700;
  color: #7e8394;
}

.h0ca19951 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.h0ca19951 .h0a261610 {
  position: relative;
  width: 240px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid;
}

.h0ca19951 .c5153b75 {
  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;
}

.h0ca19951 .h36f4a7b9 {
  width: 44px;
  height: 44px;
}

.h0ca19951 .f0941757 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-add);
  text-align: center;
  padding: 36px 12px 24px 12px;
}

.h0ca19951 .f0941757::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: var(--color-primary);
}

.e5661097.m802468d5 {
  margin-bottom: 0;
}

.eb585c5b {
  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;
}

.h76ff1ba2 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  overflow: auto;
}

.h76ff1ba2 .b02d221f {
  max-width: 270px;
  max-height: 35px;
}

.h76ff1ba2 .b02d221f:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 1350px) {
  .e5661097 {
    padding: 15px !important;
  }

  .faea60be .rank-math-breadcrumb {
    padding: 15px 15px 0 15px !important;
  }

  .e5661097 .h54cda6dd {
    margin-top: 40px;
  }

  .h0ca19951 .h0a261610 {
    width: 190px;
  }
}

@media (max-width: 1024px) {
  .e5661097 {
    flex-wrap: wrap;
  }

  .e5661097 .h91b370ae,
  .e5661097 .h87887ad4 {
    width: 100%;
  }

  .h59e01f42 .h4345edf4 {
    margin-top: 50px;
  }

  .h0ca19951 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .h0ca19951 .h0a261610 {
    margin: 0 32px 48px 0;
  }
}

@media (max-width: 900px) {
  .h76ff1ba2 {
    justify-content: flex-start;
  }

  .h76ff1ba2 .b02d221f {
    max-width: 200px;
  }

  .h76ff1ba2 .b02d221f:not(:last-of-type) {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .e5661097 .c73f8e3d {
    font-size: 14px;
  }

  .h76ff1ba2 .b02d221f {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .e5661097 .e0acd3a4 {
    font-size: 12px;
    margin-top: 16px;
  }
  .e0acd3a4 .h5e04b387 a {
    font-size: 12px;
  }

  .e0acd3a4 .a1bf727f {
    margin-right: 12px;
    padding-right: 12px;
  }

  .e0acd3a4 .h1a4c7135 {
    width: 28px;
    height: 28px;
  }

  .e0acd3a4 .h767f01d8,
  .e0acd3a4 .c406afbb {
    font-size: 10px;
    line-height: 13px;
  }

  .e0acd3a4 .h4115e126 {
    width: 49px;
  }

  .e0acd3a4 .cf13d647 {
    margin-right: 8px;
  }

  .e0acd3a4 .c9f9a808 {
    margin-right: 12px;
  }

  .e0acd3a4 .f856721a {
    position: relative;
  }

  .e0acd3a4 .h17009e5b {
    display: block;
  }

  .e0acd3a4 .h67831b11 {
    display: none;
  }

  .e0acd3a4 .f856721a:hover .h67831b11 {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #162a4d;
    padding: 5px 10px;
    border-radius: 8px;
  }

  .a7c5336b {
    padding: 0;
  }

  .c7046348d {
  }

  .c5e9b4912 {
    line-height: 140%;
    border-radius: 8px;
    padding: 6px 16px;
  }
}

@media (max-width: 480px) {
  .e5661097 {
    margin-bottom: 0;
  }

  .e5661097 .ca344c28 {
    text-align: center;
  }

  .e5661097 .c73f8e3d {
    font-size: 14px;
  }

  .e5661097 .h54cda6dd {
    margin-top: 20px;
    justify-content: center;
  }

  .e5661097 .h1e51f8e2 {
    margin-top: 20px;
    font-size: 8px;
    line-height: 12px;
  }

  .e5661097 .h87887ad4 {
    margin-top: 40px;
  }

  .e5661097 .h3152683b {
    font-size: 8px;
  }

  .bb6647a1 {
    max-width: 238px;
    top: -65px;
    opacity: 0.5;
  }

  .h7e1c92b3 .d15a8b35 {
    width: 100%;
    justify-content: space-between;
  }

  .h7e1c92b3 .h2ae1448d {
    max-width: none;
    margin-right: 0;
    margin-top: 12px;
    order: 3;
    font-size: 16px;
    height: 54px;
  }

  .h7e1c92b3 .d5a81eb6 {
    max-width: 320px;
    width: 83%;
    height: 48px;
    order: 1;
    padding: 7px 20px;
    margin-top: 0;
    margin-right: 8px;
  }

  .h7e1c92b3 .e8783c54 {
    font-size: 14px;
  }

  .h7e1c92b3 .e8783c54 span {
    font-size: 16px;
  }

  .h7e1c92b3 .h7e9c12da {
    font-size: 12px;
  }

  .h7e1c92b3 .h359b5b5c {
    width: 48px;
    height: 48px;
    order: 2;
  }

  .a755e957 .c3f3461e0 {
    font-size: 12px;
    font-weight: 400;
  }

  .h7e1c92b3 .h82b9dc0c:nth-of-type(2)::before {
    height: 25px;
  }

  .h0ca19951 {
    margin-top: 50px;
    justify-content: space-evenly;
  }

  .h0ca19951 .h0a261610 {
    width: 158px;
    margin-right: 12px;
  }

  .h0ca19951 .c5153b75 {
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
  }

  .h0ca19951 .h36f4a7b9 {
    width: 32px;
    height: 32px;
  }

  .h0ca19951 .f0941757 {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .h0ca19951 .f0941757::after {
    bottom: 10px;
  }

  .eb585c5b {
    margin-bottom: 12px;
  }

  .h76ff1ba2 {
    padding: 8px 0 8px 0;
  }

  .h76ff1ba2::-webkit-scrollbar {
    width: 0;
  }

  .h76ff1ba2 {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .h76ff1ba2 .b02d221f {
    max-height: 26px;
  }

  .h76ff1ba2 .b02d221f {
    margin-right: 10px !important;
    margin-left: 10px;
  }
}
/* HEADER CONTENT END */

/* CONTENT BANNER START */
.c9d0357aa {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 336px;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .c9d0357aa {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .c9d0357aa {
    height: 85px;
    border-radius: 5px;
  }
}
/* CONTENT BANNER END */

/* CUSTOM LIST START */
.c596cf1ba {
  display: flex;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid #dcdfe4;
  border-radius: 20px;
  margin: 20px;
  padding: 0 20px;
}

.c1ce20479 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0 !important;
  list-style: none !important;
}

.c1ce20479 .ff31093e {
  width: 24%;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-dark);
}

.c1ce20479 .ff31093e::before {
  content: url(../images/li_before.svg);
  margin-right: 15px;
}

@media (max-width: 768px) {
  .c1ce20479 .ff31093e {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .c596cf1ba {
    padding: 0 35px;
  }

  .c1ce20479 .ff31093e {
    width: 49%;
    margin-bottom: 10px;
  }
}
/* CUSTOM LIST END */

/* FAQ START */
.e7e53d99 {
  width: 100% !important;
  margin: 0;
}

.e7e53d99 .a83c91f4 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 52px;
  color: var(--color-text-dark);
}

.e7e53d99 .f69e9413 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.e7e53d99 .a81ed800 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
}

.e7e53d99 .a81ed800:hover {
  background: rgba(255, 255, 255, 0.7);
}

.e7e53d99 .e8a886e1 {
  cursor: pointer;
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.e7e53d99 .acb0f967 {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.e7e53d99 .acb0f967.active {
  display: block;
}

.e7e53d99 .a4f4ce4f,
.e7e53d99 .f56fcecdb {
  display: none;
  width: 18px;
  height: 18px;
}

.e7e53d99 .a4f4ce4f.active {
  display: block;
}

.e7e53d99 .f56fcecdb.active {
  display: block;
}

@media (max-width: 480px) {
  .e7e53d99 {
    margin: 15px 0;
  }

  .e7e53d99 .a83c91f4 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .e7e53d99 .f69e9413 {
    font-size: 10px;
    padding: 15px;
  }

  .e7e53d99 .e8a886e1 {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .e7e53d99 .acb0f967 {
    margin-left: 0;
    font-size: 10px;
  }

  .e7e53d99 .d2910e54 {
    max-width: 90%;
    font-size: 12px;
  }

  .e7e53d99 .a4f4ce4f,
  .e7e53d99 .f56fcecdb {
    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 */
.p55f01dc5 {
  padding: 100px 15px;
}

.a53e2e9c {
  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);
}

.a53e2e9c .page-404__logo {
  max-width: 130px;
}

.a53e2e9c .e6c37347 {
  margin: 20px 0;
}

.a53e2e9c .f47920e6 {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.a53e2e9c .f47920e6::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.a53e2e9c .c2bd1154 {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .a53e2e9c {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .p55f01dc5 {
    padding: 50px 15px;
  }

  .e6c37347 svg {
    height: 70px;
  }

  .a53e2e9c .f47920e6 {
    font-size: 16px;
  }

  .a53e2e9c .c2bd1154 {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* STATIC PAGE START */
.s681b7fe6 {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 30px;
}

.s681b7fe6 .s57c03e13 {
  background: #ffffff;
  opacity: 0.8;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 480px) {
  .s681b7fe6 {
    padding-top: 15px;
  }
}
/* STATIC PAGE END */

/* DEFAULT GRID START */
.fbbc0aa9 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.fbbc0aa9 .d55c913a {
  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;
}

.fbbc0aa9 .d55c913a:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.fbbc0aa9 .d6415b830 {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.fbbc0aa9 .e45fd59c {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}

@media (max-width: 1024px) {
  .fbbc0aa9 .d55c913a {
    width: 23%;
  }

  .fbbc0aa9 .d6415b830 {
    height: 160px;
  }
}

@media (max-width: 800px) {
  .fbbc0aa9 .d55c913a {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .fbbc0aa9 .d55c913a {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .fbbc0aa9 .d55c913a {
    width: 100%;
  }

  .fbbc0aa9 .d6415b830 {
    height: 180px;
  }

  .fbbc0aa9 .e45fd59c {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.f7d03e72 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .f7d03e72 {
    padding-top: 15px;
  }
}
/* SEARCH END */

/* CATEGORY START */
.ef7d3c51 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .ef7d3c51 {
    padding-top: 15px;
  }
}
/* CATEGORY END */

/* INFO START */
.h42d4a758 {
  flex-direction: column;
  padding: 0;
}

.h42d4a758 .e0acd3a4 {
  margin-top: 65px;
  margin-bottom: 125px;
}

.c30f25375 {
  width: 69%;
}

.c9f305635 {
  width: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 32px;
  margin: -125px auto 0 auto;
}

.f9be0125 {
  margin: 30px auto 0 auto;
}

.i55b714d6 .d8e86c41 {
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 32px;
  color: var(--color-text-dark);
}

.i55b714d6 .i8ac5a870 {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.i55b714d6 .i2ffc34cf {
  padding: 32px;
}

.i55b714d6 .i2ffc34cf img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.i55b714d6 .i2ffc34cf table {
  width: 100%;
}

@media (max-width: 1100px) {
  .c30f25375 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .h42d4a758 {
    padding: 0 15px;
  }

  .i55b714d6 .i8ac5a870 {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .h42d4a758 .e0acd3a4 {
    margin-top: 16px;
    margin-bottom: 85px;
  }

  .i55b714d6 {
    margin-top: -50px;
  }

  .i55b714d6 .d8e86c41 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .i55b714d6 .i2ffc34cf {
    padding: 12px;
  }

  .i55b714d6 .i2ffc34cf p {
    font-size: 12px;
    line-height: 20px;
  }

  .i55b714d6 .i2ffc34cf li {
    margin-bottom: 12px;
  }
}

/* INFO END */

/* AUTHOR BLOCK START */
.e6459f3f {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 32px auto;
  padding: 24px 32px;
  max-width: 925px;
}

.a560ac061 {
  max-width: none;
}

.e6459f3f .c3040100 {
  display: flex;
  justify-content: space-between;
}

.e6459f3f .a552845b3 {
  display: flex;
  align-items: center;
}

.e6459f3f .a95ffca30 {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 16px;
}

.e6459f3f .author-block-links__item img {
  width: 100%;
  padding: 8px;
}

.e6459f3f .d2808723 {
  display: none;
}

.e6459f3f .c39a651e {
  display: flex;
  align-items: center;
}

.e6459f3f .c39a651e a {
  display: flex;
  align-items: center;
  position: relative;
  border: none;
}

.e6459f3f .c39a651e a:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.e6459f3f .c39a651e a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.e6459f3f .a35e0c52b {
  color: var(--color-text-dark);
  font-weight: 700;
}
.e6459f3f .a35e0c52b a {
  color: var(--color-text-dark);
  font-weight: 700;
  text-decoration: none;
}

.e6459f3f .f9ccbadd {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.e6459f3f .a7e0b3f4c {
  margin-top: 20px;
}

.e6459f3f .a9bccd74 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.e6459f3f .a8f3b8aef {
  margin-left: 10px;
  font-weight: 700;
  color: var(--color-text-dark);
}

@media (max-width: 480px) {
  .e6459f3f {
    flex-wrap: wrap;
    padding: 12px;
  }

  .e6459f3f .a95ffca30 {
    width: 48px;
    height: 48px;
  }

  .e6459f3f .a7e0b3f4c {
    margin-top: 16px;
  }

  .e6459f3f .f872ff51 {
    font-size: 12px;
    line-height: 20.4px;
  }

  .e6459f3f .a35e0c52b {
    font-size: 12px;
  }

  .e6459f3f .a0ff9beec {
    order: 2;
  }

  .e6459f3f .f9ccbadd {
    font-size: 10px;
  }

  .e6459f3f .a3d6e9fc4 {
    font-size: 12px;
  }

  .e6459f3f .a9bccd74 img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

/* CONTENT CASINO REVIEW START */
.c4c46908c .content-casino-review__disclaimer {
  padding: 0 20px 20px 20px;
}

.h59e01f42 {
  flex-wrap: wrap;
}

.h59e01f42 .ca344c28 {
  width: 90%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .h59e01f42 .ca344c28 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h59e01f42 .c73f8e3d {
    text-align: center;
  }
}
/* CONTENT CASINO REVIEW END */

/* GAME REVIEW START */
.ec3454a9 {
  padding: 0 0 24px 0;
  display: block;
}

.ec3454a9 .c73f8e3d {
  line-height: 27px;
}

.cdf17140 {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.h3df470ab {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69%;
  border-radius: 10px;
  height: 500px;
}

.h3df470ab .h7e4cda1c {
  max-width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.h3df470ab 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);
}

.h3df470ab .h21ee2b39 {
  width: 250px;
}

.h3df470ab .b4daa1da {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-top: 16px;
  color: #fff;
}

.h3df470ab .h8ce668a1 {
  width: 100%;
  text-align: center;
  color: #a9adb9;
  margin-top: 8px;
}

.h3df470ab .h39d86e68 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h3df470ab .g2f7268f2 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.g2f7268f2 {
  display: flex;
}

.g2f7268f2 .f502a4bf {
  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;
}

.g2f7268f2 .f502a4bf svg {
  margin-right: 8px;
}

.h9816709b {
  width: 29%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #a9adb9;
}

.h9816709b .h1a1b3397 {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.h9816709b .d7cb9cec {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.h9816709b .h70c294f4 {
  width: 50%;
}

.h9816709b .h1571b55d {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.h9816709b .h1571b55d span {
  display: flex;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin: 0 10px 5px 0;
}

@media (max-width: 1200px) {
  .h3df470ab {
    width: 59%;
  }

  .h9816709b {
    width: 39%;
  }
}

@media (max-width: 768px) {
  .cdf17140 {
    flex-wrap: wrap;
  }

  .h3df470ab,
  .h9816709b {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .ec3454a9 .c73f8e3d {
    max-width: 100%;
    text-align: center;
  }

  .cdf17140 {
    margin-top: 20px;
  }

  .h3df470ab .h7e4cda1c {
    justify-content: center;
    width: 240px;
  }

  .h9816709b {
    font-size: 16px;
  }

  .h3df470ab a {
    font-size: 16px;
    height: 57px;
  }

  .h3df470ab {
    height: 300px;
    margin-bottom: 24px;
  }

  .h3df470ab .g2f7268f2 {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .h3df470ab .h21ee2b39 {
    width: 192px;
  }

  .h3df470ab .h39d86e68 {
    display: none;
  }

  .h9816709b .h70c294f4 {
    width: 55%;
  }

  .h9816709b .h1571b55d {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.g0192bb47 {
  max-width: 900px;
}

.c3a34a35a .g0192bb47 {
  width: 69%;
}

.g7004ba77 {
  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) {
  .g0192bb47 {
    width: 100% !important;
    max-width: none;
  }
}
/* GAME REVIEW END */

/* SLOT GRID START */
.a21b9b85 {
  margin-bottom: 30px;
}

.a21b9b85 .f9ff5f99 {
  text-align: left;
  margin-bottom: 24px;
}

.s0069a35c {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s48690e2a {
  cursor: pointer;
  padding: 10px 28px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--color-text-dark);
}

.s0be60a66 {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.s0be60a66 a {
  color: var(--color-text-main) !important;
  border: none !important;
}

.s0be60a66 .s42b8281e {
  width: 19%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}

.s0be60a66 .s42b8281e:hover {
  background: rgba(255, 255, 255, 0.7);
}

.s0be60a66 .ece9481a {
  display: block;
  padding: 12px;
}

.s0be60a66 .s3903087e {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 10px;
}

.s0be60a66 .s41af34cd {
  display: block;
  font-weight: 700;
  padding: 0 12px 8px 12px;
}

.s0be60a66 .s7780eeae {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

.s0be60a66 .s62a3ad5a {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  color: #4a5b68;
  font-size: 14px;
}

.s0be60a66 .a40e40ab {
  display: flex;
}

.s0be60a66 .s58468ff0 {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.s0be60a66 .s58468ff0 img {
  margin-right: 6px;
}

.s0be60a66 .de75dd85 span {
  color: var(--color-primary);
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .s0be60a66 .s62a3ad5a {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .s0be60a66 .s42b8281e {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .s0be60a66 .s42b8281e {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .a21b9b85 .f9ff5f99 {
    margin-bottom: 16px;
  }

  .s0be60a66 {
    justify-content: space-between;
  }

  .s0be60a66 .s42b8281e {
    width: 48%;
    margin-bottom: 16px;
  }

  .s0be60a66 .s3903087e {
    height: 90px;
  }

  .s0be60a66 .s41af34cd {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .s0be60a66 .s7780eeae {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .s0be60a66 .s62a3ad5a {
    flex-direction: row;
    font-size: 10px;
    padding: 6px 12px;
  }

  .s0be60a66 .s58468ff0 {
    margin-right: 8px;
  }

  .s0be60a66 .s58468ff0 img {
    width: 15px;
  }
}

@media (max-width: 400px) {
  .s0be60a66 .s62a3ad5a {
    padding: 6px;
  }

  .s0be60a66 .s58468ff0 {
    margin-right: 4px;
  }
}

@media (max-width: 375px) {
  .s0be60a66 .s58468ff0 img {
    margin-right: 2px;
  }

  .s0be60a66 .de75dd85 span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

/* SLOTS HUB START */
.b3a678f3 .c73f8e3d {
  max-width: 1082px !important;
  margin-bottom: 70px;
}

.s4b091cf3 {
  background: #fff;
}

.s4b091cf3 .b56dc199 {
  border: none;
}

.s4b091cf3 .f2faad5c {
  padding: 0;
}

.s4b091cf3 .e66b6d73 {
  margin-left: 0;
}

@media (max-width: 480px) {
  .b3a678f3 .c73f8e3d {
    margin-bottom: 20px;
  }
}
/* SLOTS HUB END */

/* SLOT SEARCH START */
.a9e73a69 {
  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;
}

.s1fd1b9e8 {
  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;
}

.s1fd1b9e8:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.s1fd1b9e8::placeholder {
  font-size: 16px;
}

.a9e73a69::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  z-index: 10;
}

@media (max-width: 600px) {
  .s1fd1b9e8 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .a9e73a69::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .a9e73a69 {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .s1fd1b9e8 {
    padding-left: 46px;
  }

  .s1fd1b9e8::placeholder {
    font-size: 14px;
  }

  .a9e73a69::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.a0ab5269 {
  position: relative;
  width: 30%;
}

.f8a6246fd {
  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;
}

.f8a6246fd::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.f36c09e67 {
  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;
}

.a0ab5269.open .f36c09e67 {
  display: block;
}

.f9dabac49 {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.f9dabac49:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .a0ab5269 {
    width: 100%;
  }

  .f8a6246fd {
    height: 40px;
  }

  .f36c09e67 {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* HIDE SUBTITLE START */
.bf505cec {
  position: relative;
}

.h9976165d {
  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;
}

.bf505cec.open .h9976165d {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  max-height: none;
  overflow: visible;
}

.bf505cec.open .cc21ce94.open {
  display: none;
}

.bf505cec.open .cc21ce94.close {
  display: inline-block;
}

.cc21ce94 {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
  margin-top: 4px;
}

.cc21ce94.close {
  display: none;
}

@media (max-width: 480px) {
  .bf505cec {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* HIDE SUBTITLE END */

/* RECOMMENDED GRID START*/
.r39653138 {
  width: 100%;
  margin-bottom: 48px;
}

.r21515abc {
  width: 100%;
}

.r8a3a6892 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
}

.r8a3a6892:not(:last-of-type) {
  margin-bottom: 16px;
}

.r42e0f7cf {
  width: 180px;
  padding: 10px;
}

.r1833a057 {
  width: 123px;
  height: 50px;
  font-size: 14px;
  justify-content: center;
  margin-top: 13px;
}

.r5e972679 {
  width: 70px;
  height: 70px;
}

.r93415295 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.r50db9155 {
  font-size: 14px;
  font-weight: 700;
  color: #171e34;
  text-decoration: none;
}

.a0f7e2a7 {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.a0f7e2a7 span {
  font-size: 16px;
  font-weight: 700;
}

.r41cefe70 {
  margin-right: 8px;
}

.r41cefe70 svg {
  width: 12px;
  height: 12px;
}

.r027d70a3 {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px 0;
  margin-top: 4px;
}

.d0fda9e8 {
  position: relative;
  color: #171e34;
  font-weight: 700;
}

.d0fda9e8 span {
  font-size: 20px;
}

.d0fda9e8:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -25px;
  width: 1px;
  height: 22px;
  background: #a9adb9;
}

@media (max-width: 1350px) {
  .r42e0f7cf {
    width: auto;
  }

  .r1833a057 {
    width: 95%;
    margin: 6px auto 0 auto;
  }

  .r027d70a3 {
    margin-top: 8px;
  }

  .d0fda9e8:not(:last-of-type)::after {
    right: -15px;
  }
}
/* RECOMMENDED GRID END*/

/* ARTICLES GRID START */
.b3ad3945 {
  width: 100%;
  margin-bottom: 48px;
}

.a632553d7 {
  width: 100%;
}

.c84e61f9 {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #4a5b68 !important;
}

.c84e61f9:not(:last-of-type) {
  margin-bottom: 16px;
}

.eb1151e8 {
  display: flex;
  padding: 16px 12px;
}

.a46f30c9 {
  display: block;
  width: 109px;
  height: 67px;
  margin-right: 16px;
}

.a41d7e699 {
  max-width: none !important;
  width: 109px;
  height: 67px;
  border-radius: 8px;
}

.d93897e0 {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171e34 !important;
  text-decoration: none;
  line-height: 170%;
}

.a6aae6945 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 8px 12px;
}

.a7a3bfbd9 {
  font-size: 12px;
  font-weight: 400;
}

.a0c21b128 {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.a0c21b128::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: 2.5px;
}
/* ARTICLES GRID END */

/* LINKING SIDEBART START */
.l9fa13695 {
  width: 100%;
  margin-bottom: 48px;
}

.l15cadf5c {
  width: 100%;
}

.bea1ed72 {
  position: relative;
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #171e34;
  text-decoration: none;
  padding: 16px 12px;
}

.bea1ed72:not(:last-of-type) {
  margin-bottom: 12px;
}

.l1ec69cc1 {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bea1ed72::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
/* LINKING SIDEBART END */

/* LINKING GRID START */
.l82d4e9c1 {
  width: 100%;
  margin-bottom: 48px;
}

.b1fd90c7 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.l1a96a2e9 {
  width: 24%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
  margin-bottom: 16px;
}

.cd425663 {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 12px;
}

.abb9edf7 {
  width: 100%;
  height: 172px;
  border-radius: 8px;
}

.l26554dab {
  display: block;
  height: 54px;
  overflow: hidden;
  color: #171e34;
  text-decoration: none;
  margin-bottom: 20px;
}

.l7ceac980 {
  display: flex;
  justify-content: space-between;
}

.e7b7be42 {
  font-size: 12px;
  color: #4a5b68;
}

.l91adf4b3 {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}

.l91adf4b3::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

@media (max-width: 1100px) {
  .l1a96a2e9 {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .b1fd90c7 {
    justify-content: space-between;
  }

  .l1a96a2e9 {
    width: 48%;
  }

  .linking-sidebar-item__title{
    width: calc(90% - 24px);
  }
}
@media (max-width: 480px) {
  .l1a96a2e9 {
    padding: 8px;
    margin-bottom: 12px;
  }

  .cd425663 {
    height: 86px;
  }

  .abb9edf7 {
    height: 86px;
  }

  .l26554dab {
    font-size: 12px;
    line-height: 120%;
    height: 28px;
  }

  .e7b7be42 {
    font-size: 10px;
  }

  .l91adf4b3 span {
    display: none;
  }
}
/* LINKING GRID END */

/* IMPORTANT BLOCK START */
.ebf97992 {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  margin: 20px 0;
}

.efa3c0f2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  color: #203b6b;
}

.ebf97992::before,
.ebf97992::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 4px;
  background: var(--color-primary);
}

.ebf97992::before {
  top: 20px;
  left: 32px;
}

.ebf97992::after {
  bottom: 20px;
  right: 32px;
}

@media (max-width: 600px) {
  .ebf97992 {
    padding: 28px 12px;
  }

  .ebf97992::before,
  .ebf97992::after {
    width: 94px;
  }

  .ebf97992::before {
    top: 16px;
    left: 12px;
  }

  .ebf97992::after {
    bottom: 16px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .efa3c0f2 {
    font-size: 14px;
    line-height: 140%;
  }
}

/* IMPORTANT BLOCK END */

/* CASINO PROS CONS LISTS START */
.d70a3df9,
.a6525cf4 {
  width: 49%;
  border-radius: 10px;
  background: #e7eaee;
  padding: 16px;
}

.c08c88f97 {
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dcdfe4;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.c08c88f97 li {
  margin-left: 20px !important;
  margin-bottom: 15px !important;
}

.c08c88f97 li:last-of-type {
  margin-bottom: 0 !important;
}

.casino-pros-list__title {
  text-align: center;
  font-weight: 700;
  color: #5b8f35;
}

.d70a3df9 li::marker {
  color: #5b8f35;
}

.casino-cons-list__title {
  text-align: center;
  font-weight: 700;
  color: #eb8348;
}

.a6525cf4 li::marker {
  color: #eb8348;
}

@media (max-width: 480px) {
  .p652a4500 {
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }

  .p652a4500 .d70a3df9,
  .p652a4500 .a6525cf4 {
    width: 100%;
    margin-bottom: 16px;
  }

  .c08c88f97 li {
    margin-left: 15px !important;
  }
}
/* CASINO PROS CONS LISTS END */

/* MODAL START */
.f7060195 {
  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;
}

.f7060195.open {
  display: flex;
}

.fbe0468a {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 10, 19, 0.72);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.m2df242a7 {
  position: relative;
}

.m2df242a7 .m2191de13 {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 20px;
}

@media (max-width: 480px) {
  .m2df242a7 .m2191de13 {
    top: 12px;
    right: 8px;
  }
}
/* MODAL END */

/* MODAL ALTERNATIVE CASINOS START */
.a341b857b {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(186deg, #162a4d 0%, #060a13 100%);
  padding: 24px 20px;
}

.a8f68b321 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.ffb5bee1 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.a54de8ccf {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.a9df8666a {
  display: block;
  width: 100%;
  height: 204px;
  margin-bottom: 8px;
}

.a9df8666a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.a97035796 {
  width: 100%;
}

.a434e00e7 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.e5545ad9 {
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
}

.a3b167613 {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #a9adb9;
  margin-bottom: 8px;
}

.cb0071e7 {
  margin-right: 12px;
}

.a3b167613 span {
  font-size: 18px;
  font-weight: 700;
}

.a01dab99 {
  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;
}

.b332a384 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a9adb9;
}

.b332a384 img {
  margin-right: 8px;
}

.a5a33267f {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.a5a33267f span {
  font-size: 32px;
  line-height: 170%;
  padding: 0 5px;
}

.a434e00e7 .d6de386a {
  display: none;
}

.d6de386a {
  width: 100%;
  padding: 18px 16px;
}

.dde7e025 {
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

@media (max-width: 900px) {
  .a5a33267f span {
    font-size: 24px;
  }

  .d6de386a {
    display: none;
  }

  .a434e00e7 .d6de386a {
    display: block;
  }
}

@media (max-width: 768px) {
  .a8f68b321 {
    width: 95%;
    text-align: left;
    margin: 0 0 24px 0;
  }

  .ffb5bee1 {
    display: block;
  }

  .a54de8ccf {
    width: 100%;
    margin-bottom: 12px;
  }

  .a97035796 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .a9df8666a {
    width: 40%;
    height: 180px;
    margin-bottom: 0;
  }

  .a434e00e7 {
    width: 60%;
    padding: 12px 12px 0 12px;
  }

  .d6de386a {
    margin-top: 40px;
    padding: 0;
  }

  .a5a33267f span {
    font-size: 32px;
  }

  @media (max-width: 480px) {
    .a341b857b {
      padding: 12px;
    }

    .a8f68b321 {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .a9df8666a {
      height: 120px;
    }

    .a434e00e7 {
      padding: 8px 8px 0 8px;
    }

    .e5545ad9 {
      font-size: 14px;
      margin-bottom: 0;
    }

    .a3b167613 span {
      font-size: 16px;
    }

    .d6de386a {
      margin-top: 0;
    }

    .dde7e025 {
      height: 36px;
    }

    .a01dab99 {
      height: 94px;
      padding: 0;
    }

    .a5a33267f {
      font-size: 16px;
    }

    .b332a384 {
      font-size: 12px;
    }

    .a5a33267f span {
      font-size: 24px;
    }
  }

  @media (max-width: 375px) {
    .a9df8666a {
      height: 100px;
    }
  }
}
/* MODAL ALTERNATIVE CASINOS END */

.s681b7fe6.a8c5153cd {
  max-width: none;
}
.a4c9d11d3 {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.a4b5dd98a {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.a4b5dd98a {}
.a447371a8 {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.bf27e542 {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.a7832c8b6 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.a54e09939 {}
.f4c49c24 {
  width: 64%;
}
.a8c5153cd .rank-math-breadcrumb a, .a8c5153cd .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .a447371a8 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .bf27e542 {
    margin: 0 auto 16px auto;
  }
  .f4c49c24 {
    width: 100%;
  }
}

.a66115a46 {
  position: relative;
  max-width: 1320px;
  margin: 30px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.a66115a46 h2 {
  text-align: center;
}
@media (max-width: 768px) {
}
