/* 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);
}

.g631e1c8a {
  color: #5b8f35;
}

.b3bad341e {
  color: #eb8348;
}

.s6b9bf935,
.s731b3b12 {
  width: 14px;
  height: 14px;
}

.s6b9bf935 path {
  fill: var(--color-primary);
}

.s731b3b12 path {
  fill: none;
  stroke: var(--color-primary);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  align-items: flex-start !important;
}

.c08347d04 {
  display: block;
  width: 24px;
  height: 22px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.b4d2b9fd9 {
  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;
}

.b4d2b9fd9: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);
}

.b4d2b9fd9 img {
  max-width: 100px;
  max-height: 53px;
  margin-left: 5px;
}

.d387f11a {
  display: flex;
}

.d387f11a .l091b14f2 {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.d387f11a .l38c0ff58 {
  color: #fff;
  padding-right: 10px;
  border-right: 1px solid #f2f2f2;
  font-size: 14px;
}

.d387f11a .l4846aa66 {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.d387f11a .l091b14f2 .l4846aa66 {
  margin-left: 0;
}

.fc564f72 {
  position: absolute;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.be54bb75 {
  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;
}

.ce11780b {
  width: 100%;
  position: relative;
}

.ad9150a8 {
  display: flex;
  justify-content: space-between;
}

.ad9150a8 .l674a6f80 {
  width: 29%;
}

.ad9150a8 .r3765279d {
  width: 69%;
}

.c26d5fb38 {

}

.c10dc0901 {
  display: flex;
  padding: 0 16px;
  gap: 0 10px;
}

.e9827378 {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #a9adb9;
  text-decoration: none;
  padding: 8px 40px;
}

.e9827378.eb863cfa {
  color: #fff;
  background: #203b6b;
  border-radius: 8px 8px 0 0;
  cursor: default;
}

.c75f0ee7 {
  position: relative;
  padding: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f4f4f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c75f0ee7::before {
  content: '';
  border-top: 2px solid #203b6b;
  border-radius: 10px;
  height: 65px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.c26d5fb38 {
  width: 100%;
}
.b18fa22f .c75f0ee7::before {
  content: none;
  border: none;
  height: 0;
}

.c75f0ee7 .c4832bba {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .c75f0ee7 {
    margin-bottom: 20px;
  }
  .c26d5fb38 {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .c10dc0901 {
    margin: 0 15px;
  }
}

.c1dc89601 {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 20px 32px;
  margin: 64px 0;
}

.c1dc89601.o13c4eb17 {
  background: rgba(255, 255, 255, 0.4);
}

.c3ecfcd5b {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.c3ecfcd5b .c1dc89601 {
  width: 69%;
  margin-top: 0;
}
.c3ecfcd5b .c58bd17e8 {
  width: 69%;
  margin-top: 0;
}
.c3ecfcd5b .c58bd17e8 .c1dc89601 {
  width: 100%;
}

.c0531be31 {
  width: 29%;
}

.c74deeb4e {
  max-width: 1320px;
  margin: 0 auto;
}

.c74deeb4e img {
  max-width: 100%;
}

.c74deeb4e .b1c6f97f {
  width: 100%;
  overflow-x: auto;
  border: 8px solid #203b6b;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .c74deeb4e .b1c6f97f {
    border-width: 6px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8fb;
  color: var(--color-text-dark);
  max-width: 100%;
}

.b1c6f97f 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;
}

.h2aab05b9 th {
  padding: 20px 32px;
  border-radius: 0;
}

.h2aab05b9 td {
  padding: 20px 28px;
}

.h2aab05b9 td:first-child {
  font-weight: 700;
  background: #e7eaee;
  text-align: left;
  padding: 20px 32px;
}

.d1fb7eeb7 {
  margin-bottom: 40px;
}

.d2bf92bca {
  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;
}

.d2bf92bca .d579c06ab {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.d2bf92bca .d8083634f {
  display: flex;
  align-items: center;
}

.d2bf92bca .d6fcd5187 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
}

.d2bf92bca .d6fcd5187 span {
  font-size: 14px;
  font-weight: 700;
}

.d2bf92bca .d6fcd5187:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 1px;
  background: var(--color-secondary);
  height: 22px;
}

.d2bf92bca .bcddbe8a {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.d2bf92bca .d79a76b98 {
  margin-left: 10px;
}

.d2bf92bca .d8b78f6b0 {
  width: 115px;
  margin-left: 20px;
}

.d2bf92bca .d8b78f6b0 img {
  width: 100%;
}

.ce2e6fa0 {
  padding: 0 15px;
}

.s596b7acb {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.e64ae745 {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: 400px;
  padding: 10px;
  margin-right: 10px;
}

.f05d5693 {
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
}

.s882f8b0b {
  position: relative;
  right: 40px;
  bottom: 1px;
}

.p960b48e8 {
  display: flex;
  justify-content: space-between;
}

.p4af526bd {
  width: 49%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.p4af526bd .p8ea5adbc {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.p7a1dd3a7 .p8ea5adbc,
.p7a1dd3a7 li::marker {
  color: #5b8f35;
}

.a9ea46f7 .p8ea5adbc,
.a9ea46f7 li::marker {
  color: #eb8348;
}

.c3a70b70 {
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

.c3a70b70 li:last-of-type {
  margin-bottom: 0;
}

.d140d780 {
  width: 100%;
  display: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.d140d780 .p987c3fac {
  display: flex;
  justify-content: space-between;
}

.d140d780 .b519ecd2 {
  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;
}

.d140d780 .b519ecd2.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.d140d780 .a0f402d7 {
  color: #5b8f35;
}

.d140d780 .af32e9bb {
  color: #eb8348;
}

.d140d780 .c3a70b70 {
  margin: 0;
  padding: 15px 0 0 0;
}

.d140d780 .p144b6f28 {
  display: none;
}

.d140d780 .p144b6f28.active {
  display: block;
}

.ce92c538 {
  margin-left: 5px;
}

.ce92c538 .m10749f98 {
  font-weight: 700;
  color: var(--color-primary);
}

.ce92c538 .m90687fbc {
  color: #fff;
  margin-left: -4px;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .c74deeb4e {
    padding: 15px;
  }

  .b4d2b9fd9 img {
    max-width: 65px;
  }
}

@media (max-width: 1100px) {
  .c3ecfcd5b .c1dc89601 {
    width: 100%;
  }
  .c3ecfcd5b .c58bd17e8 {
    width: 100%;
  }

  .c0531be31 {
    display: none;
  }
}

@media (max-width: 1024px) {
  .ad9150a8 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ad9150a8 .l674a6f80,
  .ad9150a8 .r3765279d {
    width: 100%;
  }

  .ad9150a8 .l674a6f80 {
    width: 60%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .ad9150a8 .l674a6f80 {
    width: 100%;
  }

  .d2bf92bca {
    background: transparent;
    flex-direction: column;
    padding: 0;
  }

  .d2bf92bca .d8083634f {
    width: 100%;
    background: #fff;
    padding: 3px 6px;
    border-radius: 7px;
    margin-top: 15px;
    justify-content: center;
  }

  .d2bf92bca .d579c06ab {
    text-align: center;
  }

  .d140d780 {
    display: block;
  }

  .p4af526bd {
    display: none;
  }
}

@media (max-width: 480px) {
  .c1dc89601 {
    padding: 16px 12px;
    margin: 36px 0;
  }

  .c74deeb4e .b1c6f97f {
    margin-bottom: 15px;
  }

  .fc564f72 {
    top: -5px;
  }

  .d387f11a .l091b14f2 {
    font-size: 12px;
  }

  .d387f11a .l4846aa66 {
    width: 18px;
    height: 18px;
  }

  .d2bf92bca .d579c06ab {
    font-size: 12px;
  }

  .d1fb7eeb7 {
    margin-bottom: 15px;
  }

  .d2bf92bca {
    margin-bottom: 15px;
  }

  .d2bf92bca .d8083634f {
    margin-top: 0;
    justify-content: space-between;
  }

  .d2bf92bca .bcddbe8a {
    width: 40px;
    height: 40px;
  }

  .d2bf92bca .d8b78f6b0 {
    width: 72px;
  }

  .d2bf92bca .d79a76b98 {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .d2bf92bca .e8b00e58 {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .d2bf92bca .d6fcd5187:after {
    height: 14px;
    top: 11px;
  }

  .d2bf92bca .e8b00e58:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    background: var(--color-secondary);
    height: 14px;
  }
}

/* QUOTE START */
.d71dc7a1 {
  background: #f7f8fb;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 20px;
}

.ea1e3022 .cbac7ab3 {
  font-size: 34px;
  font-weight: 900;
  line-height: 45px;
  color: var(--color-text-dark);
  border-left: 5px solid var(--color-primary);
  padding-left: 20px;
}

.ea1e3022 .q2081b04b {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px 0 25px;
}

@media (max-width: 480px) {
  .d71dc7a1 {
    margin: 15px 0;
    padding: 15px;
  }

  .ea1e3022 .cbac7ab3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-left: 15px;
  }

  .ea1e3022 .q2081b04b {
    padding: 20px 0 0 0;
    font-size: 10px;
    line-height: 17px;
  }
}
/* QUOTE END */

/* HEADER CONTENT START */
.f725ac10 {
  background-size: cover;
}

.f725ac10 .rank-math-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
}

.h11a827ff {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
  margin-bottom: 40px;
}

.h11a827ff .h7df63ecd {
  position: relative;
  width: 65%;
}

.h11a827ff .c984d93b {
  position: relative;
  width: 35%;
}

.h11a827ff .h40a378a1 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.h11a827ff .f53b36a2 {
  text-align: left;
}

.h11a827ff .h40a378a1 .f53b36a2 {
  max-width: 1128px;
  text-align: center;
}

.h11a827ff .e8e0ed80 {
  color: var(--color-text-add);
  line-height: 25px;
}

.h11a827ff .e8e0ed80 a {
  color: var(--color-primary);
}

.h11a827ff .h40a378a1 .e8e0ed80 {
  max-width: 870px;
  text-align: center;
}

.h11a827ff .h6cc42fe1 {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.h11a827ff .h57e8a0cc {
  max-width: 24%;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 10px;
}

.h11a827ff .h8c3a4c38 {
  margin-top: 30px;
  font-size: 12px;
}

.h11a827ff .c984d93b {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.h11a827ff .h791bccbe {
  justify-content: center;
  padding: 10px;
}

.h11a827ff .h9c7644d4 {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 5px 10px;
}

.h11a827ff .h72c7677e {
  margin-top: 36px;
}

.h72c7677e {
  display: flex;
  align-items: center;
  color: #7e8394;
  font-size: 14px;
}

.h72c7677e .ff2d1ea8 {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.h72c7677e .ff2d1ea8::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h72c7677e .h1eb71f34 {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin-right: 12px;
}

.h72c7677e .h780aec2d {
  margin-right: 16px;
}

.h72c7677e .h72846fd9 {
  font-size: 12px;
  line-height: 19px;
}

.h72c7677e .e91d89ed {
  font-weight: 700;
}
.h72c7677e .e91d89ed a {
  font-weight: 700;
  color: #7e8394;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
}

.h72c7677e .h976bc4df {
  margin-right: 32px;
}

.h72c7677e .h731f95d1 {
  font-size: 12px;
  line-height: 19px;
}

.h72c7677e .f0245fa6 {
  font-weight: 700;
}

.h72c7677e .h16d744d8 {
  display: none;
}

.h72c7677e .h26242da8 {
  display: flex;
  align-items: center;
}

.h72c7677e .header-meta-socials__item {
  display: flex;
  align-items: center;
  position: relative;
}

.h72c7677e .header-meta-socials__item:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.h72c7677e .header-meta-socials__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h693c42ac {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.c79a7a2d4 .h693c42ac {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.e91d89ed:hover .h693c42ac {
  display: block;
}
.c79a7a2d4:hover .h693c42ac {
  display: block;
}
.h693c42ac .b50f211f {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.h693c42ac .a8d6a7885 {
  margin-bottom: 4px;
}
.h693c42ac .a1e85b2ba {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .h72c7677e .ff2d1ea8 {
    position: static;
  }
  .h72c7677e {
    position: relative;
  }
  .h693c42ac {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

.e5f42b76 {
  position: absolute;
  top: -170px;
  z-index: 0;
}

.h208efe64 {
  position: relative;
}

.h9d35f51c .h42923777 {
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.h208efe64 .a066db9c {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  width: 345px;
  margin-bottom: 4px;
}

.h208efe64 .h6b467234 {
  max-width: 263px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 12px;
}

.h208efe64 .h82826136 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h117df4e8 {
  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;
}

.h6efc926f {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.h6efc926f:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
}

.h6efc926f:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 38px;
  background: #b0b4bf;
}

.e9afe6d7 {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.e9afe6d7 .e11a8809 {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #7e8394;
}

.e9afe6d7 span {
  font-size: 20px;
}

.e9afe6d7 small {
  font-size: 16px;
  margin: 0 4px;
}

.h3f3b2463 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.h4b10a734 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.h4b10a734 .c92104d0f {
  font-size: 14px;
  font-weight: 700;
  color: #7e8394;
}

.h42ad3abe {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.h42ad3abe .h4b8120a9 {
  position: relative;
  width: 240px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid;
}

.h42ad3abe .h5986271e {
  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;
}

.h42ad3abe .h49a02015 {
  width: 44px;
  height: 44px;
}

.h42ad3abe .h8fc090fb {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-add);
  text-align: center;
  padding: 36px 12px 24px 12px;
}

.h42ad3abe .h8fc090fb::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: var(--color-primary);
}

.h11a827ff.m052cc1f2 {
  margin-bottom: 0;
}

.a554ffb4 {
  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;
}

.h49f06128 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  overflow: auto;
}

.h49f06128 .eebf4ec8 {
  max-width: 270px;
  max-height: 35px;
}

.h49f06128 .eebf4ec8:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 1350px) {
  .h11a827ff {
    padding: 15px !important;
  }

  .f725ac10 .rank-math-breadcrumb {
    padding: 15px 15px 0 15px !important;
  }

  .h11a827ff .h6cc42fe1 {
    margin-top: 40px;
  }

  .h42ad3abe .h4b8120a9 {
    width: 190px;
  }
}

@media (max-width: 1024px) {
  .h11a827ff {
    flex-wrap: wrap;
  }

  .h11a827ff .h7df63ecd,
  .h11a827ff .c984d93b {
    width: 100%;
  }

  .h9d35f51c .h42923777 {
    margin-top: 50px;
  }

  .h42ad3abe {
    flex-wrap: wrap;
    justify-content: center;
  }

  .h42ad3abe .h4b8120a9 {
    margin: 0 32px 48px 0;
  }
}

@media (max-width: 900px) {
  .h49f06128 {
    justify-content: flex-start;
  }

  .h49f06128 .eebf4ec8 {
    max-width: 200px;
  }

  .h49f06128 .eebf4ec8:not(:last-of-type) {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .h11a827ff .e8e0ed80 {
    font-size: 14px;
  }

  .h49f06128 .eebf4ec8 {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .h11a827ff .h72c7677e {
    font-size: 12px;
    margin-top: 16px;
  }
  .h72c7677e .e91d89ed a {
    font-size: 12px;
  }

  .h72c7677e .ff2d1ea8 {
    margin-right: 12px;
    padding-right: 12px;
  }

  .h72c7677e .h1eb71f34 {
    width: 28px;
    height: 28px;
  }

  .h72c7677e .h72846fd9,
  .h72c7677e .h731f95d1 {
    font-size: 10px;
    line-height: 13px;
  }

  .h72c7677e .f60cdb4c {
    width: 49px;
  }

  .h72c7677e .h780aec2d {
    margin-right: 8px;
  }

  .h72c7677e .h976bc4df {
    margin-right: 12px;
  }

  .h72c7677e .h14133c79 {
    position: relative;
  }

  .h72c7677e .h16d744d8 {
    display: block;
  }

  .h72c7677e .h26242da8 {
    display: none;
  }

  .h72c7677e .h14133c79:hover .h26242da8 {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #162a4d;
    padding: 5px 10px;
    border-radius: 8px;
  }

  .c10dc0901 {
    padding: 0;
  }

  .c75f0ee7 {
  }

  .e9827378 {
    line-height: 140%;
    border-radius: 8px;
    padding: 6px 16px;
  }
}

@media (max-width: 480px) {
  .h11a827ff {
    margin-bottom: 0;
  }

  .h11a827ff .f53b36a2 {
    text-align: center;
  }

  .h11a827ff .e8e0ed80 {
    font-size: 14px;
  }

  .h11a827ff .h6cc42fe1 {
    margin-top: 20px;
    justify-content: center;
  }

  .h11a827ff .h8c3a4c38 {
    margin-top: 20px;
    font-size: 8px;
    line-height: 12px;
  }

  .h11a827ff .c984d93b {
    margin-top: 40px;
  }

  .h11a827ff .h9c7644d4 {
    font-size: 8px;
  }

  .e5f42b76 {
    max-width: 238px;
    top: -65px;
    opacity: 0.5;
  }

  .h208efe64 .a066db9c {
    width: 100%;
    justify-content: space-between;
  }

  .h208efe64 .h6b467234 {
    max-width: none;
    margin-right: 0;
    margin-top: 12px;
    order: 3;
    font-size: 16px;
    height: 54px;
  }

  .h208efe64 .h117df4e8 {
    max-width: 320px;
    width: 83%;
    height: 48px;
    order: 1;
    padding: 7px 20px;
    margin-top: 0;
    margin-right: 8px;
  }

  .h208efe64 .e9afe6d7 {
    font-size: 14px;
  }

  .h208efe64 .e9afe6d7 span {
    font-size: 16px;
  }

  .h208efe64 .h3f3b2463 {
    font-size: 12px;
  }

  .h208efe64 .h82826136 {
    width: 48px;
    height: 48px;
    order: 2;
  }

  .h4b10a734 .c92104d0f {
    font-size: 12px;
    font-weight: 400;
  }

  .h208efe64 .h6efc926f:nth-of-type(2)::before {
    height: 25px;
  }

  .h42ad3abe {
    margin-top: 50px;
    justify-content: space-evenly;
  }

  .h42ad3abe .h4b8120a9 {
    width: 158px;
    margin-right: 12px;
  }

  .h42ad3abe .h5986271e {
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
  }

  .h42ad3abe .h49a02015 {
    width: 32px;
    height: 32px;
  }

  .h42ad3abe .h8fc090fb {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .h42ad3abe .h8fc090fb::after {
    bottom: 10px;
  }

  .a554ffb4 {
    margin-bottom: 12px;
  }

  .h49f06128 {
    padding: 8px 0 8px 0;
  }

  .h49f06128::-webkit-scrollbar {
    width: 0;
  }

  .h49f06128 {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .h49f06128 .eebf4ec8 {
    max-height: 26px;
  }

  .h49f06128 .eebf4ec8 {
    margin-right: 10px !important;
    margin-left: 10px;
  }
}
/* HEADER CONTENT END */

/* CONTENT BANNER START */
.c69cd60c2 {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 336px;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .c69cd60c2 {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .c69cd60c2 {
    height: 85px;
    border-radius: 5px;
  }
}
/* CONTENT BANNER END */

/* CUSTOM LIST START */
.b529bfd9 {
  display: flex;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid #dcdfe4;
  border-radius: 20px;
  margin: 20px;
  padding: 0 20px;
}

.c8e89b0a3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0 !important;
  list-style: none !important;
}

.c8e89b0a3 .c521525d1 {
  width: 24%;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-dark);
}

.c8e89b0a3 .c521525d1::before {
  content: url(../images/li_before.svg);
  margin-right: 15px;
}

@media (max-width: 768px) {
  .c8e89b0a3 .c521525d1 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .b529bfd9 {
    padding: 0 35px;
  }

  .c8e89b0a3 .c521525d1 {
    width: 49%;
    margin-bottom: 10px;
  }
}
/* CUSTOM LIST END */

/* FAQ START */
.f45513ce6 {
  width: 100% !important;
  margin: 0;
}

.f45513ce6 .f556af993 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 52px;
  color: var(--color-text-dark);
}

.f45513ce6 .f0bc8fc74 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.f45513ce6 .f4d7db42f {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
}

.f45513ce6 .f4d7db42f:hover {
  background: rgba(255, 255, 255, 0.7);
}

.f45513ce6 .d7a7fc6b {
  cursor: pointer;
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.f45513ce6 .f51e69100 {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.f45513ce6 .f51e69100.active {
  display: block;
}

.f45513ce6 .a00fa04e,
.f45513ce6 .e1e5d6b1 {
  display: none;
  width: 18px;
  height: 18px;
}

.f45513ce6 .a00fa04e.active {
  display: block;
}

.f45513ce6 .e1e5d6b1.active {
  display: block;
}

@media (max-width: 480px) {
  .f45513ce6 {
    margin: 15px 0;
  }

  .f45513ce6 .f556af993 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .f45513ce6 .f0bc8fc74 {
    font-size: 10px;
    padding: 15px;
  }

  .f45513ce6 .d7a7fc6b {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .f45513ce6 .f51e69100 {
    margin-left: 0;
    font-size: 10px;
  }

  .f45513ce6 .f8c036283 {
    max-width: 90%;
    font-size: 12px;
  }

  .f45513ce6 .a00fa04e,
  .f45513ce6 .e1e5d6b1 {
    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 */
.f8d4312a {
  padding: 100px 15px;
}

.p405d42b3 {
  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);
}

.p405d42b3 .page-404__logo {
  max-width: 130px;
}

.p405d42b3 .b8511f90 {
  margin: 20px 0;
}

.p405d42b3 .dba6435b {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.p405d42b3 .dba6435b::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.p405d42b3 .p3673263c {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .p405d42b3 {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .f8d4312a {
    padding: 50px 15px;
  }

  .b8511f90 svg {
    height: 70px;
  }

  .p405d42b3 .dba6435b {
    font-size: 16px;
  }

  .p405d42b3 .p3673263c {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* STATIC PAGE START */
.fa70cb3c {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 30px;
}

.fa70cb3c .bb857070 {
  background: #ffffff;
  opacity: 0.8;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 480px) {
  .fa70cb3c {
    padding-top: 15px;
  }
}
/* STATIC PAGE END */

/* DEFAULT GRID START */
.c4b37023 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.c4b37023 .d116a53eb {
  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;
}

.c4b37023 .d116a53eb:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.c4b37023 .d69da749e {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.c4b37023 .d5346eff6 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}

@media (max-width: 1024px) {
  .c4b37023 .d116a53eb {
    width: 23%;
  }

  .c4b37023 .d69da749e {
    height: 160px;
  }
}

@media (max-width: 800px) {
  .c4b37023 .d116a53eb {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .c4b37023 .d116a53eb {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .c4b37023 .d116a53eb {
    width: 100%;
  }

  .c4b37023 .d69da749e {
    height: 180px;
  }

  .c4b37023 .d5346eff6 {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.s74b067f7 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .s74b067f7 {
    padding-top: 15px;
  }
}
/* SEARCH END */

/* CATEGORY START */
.c0a1e507e {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .c0a1e507e {
    padding-top: 15px;
  }
}
/* CATEGORY END */

/* INFO START */
.d0bf1382 {
  flex-direction: column;
  padding: 0;
}

.d0bf1382 .h72c7677e {
  margin-top: 65px;
  margin-bottom: 125px;
}

.c4fad916c {
  width: 69%;
}

.c92ff9a9b {
  width: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 32px;
  margin: -125px auto 0 auto;
}

.i1cdd6d0a {
  margin: 30px auto 0 auto;
}

.i0fb55b0f .i4a83d89b {
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 32px;
  color: var(--color-text-dark);
}

.i0fb55b0f .d72ba7bc {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.i0fb55b0f .i10f34e45 {
  padding: 32px;
}

.i0fb55b0f .i10f34e45 img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.i0fb55b0f .i10f34e45 table {
  width: 100%;
}

@media (max-width: 1100px) {
  .c4fad916c {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .d0bf1382 {
    padding: 0 15px;
  }

  .i0fb55b0f .d72ba7bc {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .d0bf1382 .h72c7677e {
    margin-top: 16px;
    margin-bottom: 85px;
  }

  .i0fb55b0f {
    margin-top: -50px;
  }

  .i0fb55b0f .i4a83d89b {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .i0fb55b0f .i10f34e45 {
    padding: 12px;
  }

  .i0fb55b0f .i10f34e45 p {
    font-size: 12px;
    line-height: 20px;
  }

  .i0fb55b0f .i10f34e45 li {
    margin-bottom: 12px;
  }
}

/* INFO END */

/* AUTHOR BLOCK START */
.d94ae5b5 {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 32px auto;
  padding: 24px 32px;
  max-width: 925px;
}

.a5bc50ccf {
  max-width: none;
}

.d94ae5b5 .a2f414f63 {
  display: flex;
  justify-content: space-between;
}

.d94ae5b5 .b96d0bd0 {
  display: flex;
  align-items: center;
}

.d94ae5b5 .a51c908e1 {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 16px;
}

.d94ae5b5 .author-block-links__item img {
  width: 100%;
  padding: 8px;
}

.d94ae5b5 .e5471f9d {
  display: none;
}

.d94ae5b5 .b2a635b7 {
  display: flex;
  align-items: center;
}

.d94ae5b5 .b2a635b7 a {
  display: flex;
  align-items: center;
  position: relative;
  border: none;
}

.d94ae5b5 .b2a635b7 a:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.d94ae5b5 .b2a635b7 a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.d94ae5b5 .a6b72a9fc {
  color: var(--color-text-dark);
  font-weight: 700;
}
.d94ae5b5 .a6b72a9fc a {
  color: var(--color-text-dark);
  font-weight: 700;
  text-decoration: none;
}

.d94ae5b5 .a3dfa780c {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.d94ae5b5 .ba3dfd9d {
  margin-top: 20px;
}

.d94ae5b5 .a45f98317 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.d94ae5b5 .a4b0d483e {
  margin-left: 10px;
  font-weight: 700;
  color: var(--color-text-dark);
}

@media (max-width: 480px) {
  .d94ae5b5 {
    flex-wrap: wrap;
    padding: 12px;
  }

  .d94ae5b5 .a51c908e1 {
    width: 48px;
    height: 48px;
  }

  .d94ae5b5 .ba3dfd9d {
    margin-top: 16px;
  }

  .d94ae5b5 .a6e09386 {
    font-size: 12px;
    line-height: 20.4px;
  }

  .d94ae5b5 .a6b72a9fc {
    font-size: 12px;
  }

  .d94ae5b5 .a516bd23b {
    order: 2;
  }

  .d94ae5b5 .a3dfa780c {
    font-size: 10px;
  }

  .d94ae5b5 .d12bd1a7 {
    font-size: 12px;
  }

  .d94ae5b5 .a45f98317 img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

/* CONTENT CASINO REVIEW START */
.c88937ad2 .content-casino-review__disclaimer {
  padding: 0 20px 20px 20px;
}

.h9d35f51c {
  flex-wrap: wrap;
}

.h9d35f51c .f53b36a2 {
  width: 90%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .h9d35f51c .f53b36a2 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h9d35f51c .e8e0ed80 {
    text-align: center;
  }
}
/* CONTENT CASINO REVIEW END */

/* GAME REVIEW START */
.h9d080400 {
  padding: 0 0 24px 0;
  display: block;
}

.h9d080400 .e8e0ed80 {
  line-height: 27px;
}

.h93631d97 {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.h90d05c44 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69%;
  border-radius: 10px;
  height: 500px;
}

.h90d05c44 .ba7a18cd {
  max-width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.h90d05c44 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);
}

.h90d05c44 .h55f45c20 {
  width: 250px;
}

.h90d05c44 .cb8563c3 {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-top: 16px;
  color: #fff;
}

.h90d05c44 .h881d06a0 {
  width: 100%;
  text-align: center;
  color: #a9adb9;
  margin-top: 8px;
}

.h90d05c44 .h3d230069 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h90d05c44 .bd19dc28 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.bd19dc28 {
  display: flex;
}

.bd19dc28 .g3134666e {
  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;
}

.bd19dc28 .g3134666e svg {
  margin-right: 8px;
}

.h35325c74 {
  width: 29%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #a9adb9;
}

.h35325c74 .h17d4ff39 {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.h35325c74 .h131e76b2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.h35325c74 .h01fec45d {
  width: 50%;
}

.h35325c74 .h118adb5c {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.h35325c74 .h118adb5c span {
  display: flex;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin: 0 10px 5px 0;
}

@media (max-width: 1200px) {
  .h90d05c44 {
    width: 59%;
  }

  .h35325c74 {
    width: 39%;
  }
}

@media (max-width: 768px) {
  .h93631d97 {
    flex-wrap: wrap;
  }

  .h90d05c44,
  .h35325c74 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h9d080400 .e8e0ed80 {
    max-width: 100%;
    text-align: center;
  }

  .h93631d97 {
    margin-top: 20px;
  }

  .h90d05c44 .ba7a18cd {
    justify-content: center;
    width: 240px;
  }

  .h35325c74 {
    font-size: 16px;
  }

  .h90d05c44 a {
    font-size: 16px;
    height: 57px;
  }

  .h90d05c44 {
    height: 300px;
    margin-bottom: 24px;
  }

  .h90d05c44 .bd19dc28 {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .h90d05c44 .h55f45c20 {
    width: 192px;
  }

  .h90d05c44 .h3d230069 {
    display: none;
  }

  .h35325c74 .h01fec45d {
    width: 55%;
  }

  .h35325c74 .h118adb5c {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.g004561c4 {
  max-width: 900px;
}

.c3ecfcd5b .g004561c4 {
  width: 69%;
}

.g9c41f414 {
  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) {
  .g004561c4 {
    width: 100% !important;
    max-width: none;
  }
}
/* GAME REVIEW END */

/* SLOT GRID START */
.s662d5954 {
  margin-bottom: 30px;
}

.s662d5954 .d6203c24 {
  text-align: left;
  margin-bottom: 24px;
}

.s0492cd5d {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s67b66d97 {
  cursor: pointer;
  padding: 10px 28px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--color-text-dark);
}

.s560805aa {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.s560805aa a {
  color: var(--color-text-main) !important;
  border: none !important;
}

.s560805aa .b6761f76 {
  width: 19%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}

.s560805aa .b6761f76:hover {
  background: rgba(255, 255, 255, 0.7);
}

.s560805aa .db2ed0a4 {
  display: block;
  padding: 12px;
}

.s560805aa .s770fab91 {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 10px;
}

.s560805aa .s0fa39722 {
  display: block;
  font-weight: 700;
  padding: 0 12px 8px 12px;
}

.s560805aa .c099d4c4 {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

.s560805aa .a6764704 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  color: #4a5b68;
  font-size: 14px;
}

.s560805aa .s60dbaaf5 {
  display: flex;
}

.s560805aa .s59915573 {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.s560805aa .s59915573 img {
  margin-right: 6px;
}

.s560805aa .s323093e6 span {
  color: var(--color-primary);
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .s560805aa .a6764704 {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .s560805aa .b6761f76 {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .s560805aa .b6761f76 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .s662d5954 .d6203c24 {
    margin-bottom: 16px;
  }

  .s560805aa {
    justify-content: space-between;
  }

  .s560805aa .b6761f76 {
    width: 48%;
    margin-bottom: 16px;
  }

  .s560805aa .s770fab91 {
    height: 90px;
  }

  .s560805aa .s0fa39722 {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .s560805aa .c099d4c4 {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .s560805aa .a6764704 {
    flex-direction: row;
    font-size: 10px;
    padding: 6px 12px;
  }

  .s560805aa .s59915573 {
    margin-right: 8px;
  }

  .s560805aa .s59915573 img {
    width: 15px;
  }
}

@media (max-width: 400px) {
  .s560805aa .a6764704 {
    padding: 6px;
  }

  .s560805aa .s59915573 {
    margin-right: 4px;
  }
}

@media (max-width: 375px) {
  .s560805aa .s59915573 img {
    margin-right: 2px;
  }

  .s560805aa .s323093e6 span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

/* SLOTS HUB START */
.h04bf4299 .e8e0ed80 {
  max-width: 1082px !important;
  margin-bottom: 70px;
}

.a74c5290 {
  background: #fff;
}

.a74c5290 .fb616276 {
  border: none;
}

.a74c5290 .cdf5d7d6 {
  padding: 0;
}

.a74c5290 .c225dafa2 {
  margin-left: 0;
}

@media (max-width: 480px) {
  .h04bf4299 .e8e0ed80 {
    margin-bottom: 20px;
  }
}
/* SLOTS HUB END */

/* SLOT SEARCH START */
.s3b8c8eb3 {
  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;
}

.s4143d53f {
  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;
}

.s4143d53f:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.s4143d53f::placeholder {
  font-size: 16px;
}

.s3b8c8eb3::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  z-index: 10;
}

@media (max-width: 600px) {
  .s4143d53f {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .s3b8c8eb3::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .s3b8c8eb3 {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .s4143d53f {
    padding-left: 46px;
  }

  .s4143d53f::placeholder {
    font-size: 14px;
  }

  .s3b8c8eb3::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.f8f7431d4 {
  position: relative;
  width: 30%;
}

.cbc57044 {
  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;
}

.cbc57044::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.f2157439 {
  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;
}

.f8f7431d4.open .f2157439 {
  display: block;
}

.f597e4617 {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.f597e4617:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .f8f7431d4 {
    width: 100%;
  }

  .cbc57044 {
    height: 40px;
  }

  .f2157439 {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* HIDE SUBTITLE START */
.h7b85b6b2 {
  position: relative;
}

.a17f9f61 {
  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;
}

.h7b85b6b2.open .a17f9f61 {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  max-height: none;
  overflow: visible;
}

.h7b85b6b2.open .h08170c45.open {
  display: none;
}

.h7b85b6b2.open .h08170c45.close {
  display: inline-block;
}

.h08170c45 {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
  margin-top: 4px;
}

.h08170c45.close {
  display: none;
}

@media (max-width: 480px) {
  .h7b85b6b2 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* HIDE SUBTITLE END */

/* RECOMMENDED GRID START*/
.r94411dd7 {
  width: 100%;
  margin-bottom: 48px;
}

.e584b0e2 {
  width: 100%;
}

.r4eef82cc {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
}

.r4eef82cc:not(:last-of-type) {
  margin-bottom: 16px;
}

.r3dbf35d6 {
  width: 180px;
  padding: 10px;
}

.r6c29d74e {
  width: 123px;
  height: 50px;
  font-size: 14px;
  justify-content: center;
  margin-top: 13px;
}

.r2a8d5160 {
  width: 70px;
  height: 70px;
}

.e27d023c {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.r510c4bd6 {
  font-size: 14px;
  font-weight: 700;
  color: #171e34;
  text-decoration: none;
}

.d4ed95be {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.d4ed95be span {
  font-size: 16px;
  font-weight: 700;
}

.r760966ce {
  margin-right: 8px;
}

.r760966ce svg {
  width: 12px;
  height: 12px;
}

.r7d22b2ba {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px 0;
  margin-top: 4px;
}

.e73a3156 {
  position: relative;
  color: #171e34;
  font-weight: 700;
}

.e73a3156 span {
  font-size: 20px;
}

.e73a3156:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -25px;
  width: 1px;
  height: 22px;
  background: #a9adb9;
}

@media (max-width: 1350px) {
  .r3dbf35d6 {
    width: auto;
  }

  .r6c29d74e {
    width: 95%;
    margin: 6px auto 0 auto;
  }

  .r7d22b2ba {
    margin-top: 8px;
  }

  .e73a3156:not(:last-of-type)::after {
    right: -15px;
  }
}
/* RECOMMENDED GRID END*/

/* ARTICLES GRID START */
.a8ba4b079 {
  width: 100%;
  margin-bottom: 48px;
}

.a3db73f00 {
  width: 100%;
}

.a96dc0d2e {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #4a5b68 !important;
}

.a96dc0d2e:not(:last-of-type) {
  margin-bottom: 16px;
}

.eac68b6b {
  display: flex;
  padding: 16px 12px;
}

.db3bb765 {
  display: block;
  width: 109px;
  height: 67px;
  margin-right: 16px;
}

.a452c8898 {
  max-width: none !important;
  width: 109px;
  height: 67px;
  border-radius: 8px;
}

.a989fa159 {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171e34 !important;
  text-decoration: none;
  line-height: 170%;
}

.a1b9239ec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 8px 12px;
}

.cd22c1b3 {
  font-size: 12px;
  font-weight: 400;
}

.bb388b42 {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.bb388b42::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: 2.5px;
}
/* ARTICLES GRID END */

/* LINKING SIDEBART START */
.b07e5528 {
  width: 100%;
  margin-bottom: 48px;
}

.l5bc67cb3 {
  width: 100%;
}

.f0ad4e9d {
  position: relative;
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #171e34;
  text-decoration: none;
  padding: 16px 12px;
}

.f0ad4e9d:not(:last-of-type) {
  margin-bottom: 12px;
}

.l1f114642 {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.f0ad4e9d::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
/* LINKING SIDEBART END */

/* LINKING GRID START */
.bddb934b {
  width: 100%;
  margin-bottom: 48px;
}

.l75cb5216 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.dea06038 {
  width: 24%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
  margin-bottom: 16px;
}

.b21d947a {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 12px;
}

.a6762159 {
  width: 100%;
  height: 172px;
  border-radius: 8px;
}

.l914c77c1 {
  display: block;
  height: 54px;
  overflow: hidden;
  color: #171e34;
  text-decoration: none;
  margin-bottom: 20px;
}

.l3d4dff39 {
  display: flex;
  justify-content: space-between;
}

.e34cd043 {
  font-size: 12px;
  color: #4a5b68;
}

.l95569ab2 {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}

.l95569ab2::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

@media (max-width: 1100px) {
  .dea06038 {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .l75cb5216 {
    justify-content: space-between;
  }

  .dea06038 {
    width: 48%;
  }

  .linking-sidebar-item__title{
    width: calc(90% - 24px);
  }
}
@media (max-width: 480px) {
  .dea06038 {
    padding: 8px;
    margin-bottom: 12px;
  }

  .b21d947a {
    height: 86px;
  }

  .a6762159 {
    height: 86px;
  }

  .l914c77c1 {
    font-size: 12px;
    line-height: 120%;
    height: 28px;
  }

  .e34cd043 {
    font-size: 10px;
  }

  .l95569ab2 span {
    display: none;
  }
}
/* LINKING GRID END */

/* IMPORTANT BLOCK START */
.c4261a2f {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  margin: 20px 0;
}

.i58bafa98 {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  color: #203b6b;
}

.c4261a2f::before,
.c4261a2f::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 4px;
  background: var(--color-primary);
}

.c4261a2f::before {
  top: 20px;
  left: 32px;
}

.c4261a2f::after {
  bottom: 20px;
  right: 32px;
}

@media (max-width: 600px) {
  .c4261a2f {
    padding: 28px 12px;
  }

  .c4261a2f::before,
  .c4261a2f::after {
    width: 94px;
  }

  .c4261a2f::before {
    top: 16px;
    left: 12px;
  }

  .c4261a2f::after {
    bottom: 16px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .i58bafa98 {
    font-size: 14px;
    line-height: 140%;
  }
}

/* IMPORTANT BLOCK END */

/* CASINO PROS CONS LISTS START */
.c7a2e1116,
.c0b76701b {
  width: 49%;
  border-radius: 10px;
  background: #e7eaee;
  padding: 16px;
}

.cc1d65c9 {
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dcdfe4;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.cc1d65c9 li {
  margin-left: 20px !important;
  margin-bottom: 15px !important;
}

.cc1d65c9 li:last-of-type {
  margin-bottom: 0 !important;
}

.casino-pros-list__title {
  text-align: center;
  font-weight: 700;
  color: #5b8f35;
}

.c7a2e1116 li::marker {
  color: #5b8f35;
}

.casino-cons-list__title {
  text-align: center;
  font-weight: 700;
  color: #eb8348;
}

.c0b76701b li::marker {
  color: #eb8348;
}

@media (max-width: 480px) {
  .p4af526bd {
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }

  .p4af526bd .c7a2e1116,
  .p4af526bd .c0b76701b {
    width: 100%;
    margin-bottom: 16px;
  }

  .cc1d65c9 li {
    margin-left: 15px !important;
  }
}
/* CASINO PROS CONS LISTS END */

/* MODAL START */
.cf0f88a9 {
  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;
}

.cf0f88a9.open {
  display: flex;
}

.c3e9cfb6 {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 10, 19, 0.72);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.cb1312db {
  position: relative;
}

.cb1312db .cdd49070 {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 20px;
}

@media (max-width: 480px) {
  .cb1312db .cdd49070 {
    top: 12px;
    right: 8px;
  }
}
/* MODAL END */

/* MODAL ALTERNATIVE CASINOS START */
.d85ecb18 {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(186deg, #162a4d 0%, #060a13 100%);
  padding: 24px 20px;
}

.fe54e388 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.a48ac848b {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.e3c7b6a5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.e2a7a473 {
  display: block;
  width: 100%;
  height: 204px;
  margin-bottom: 8px;
}

.e2a7a473 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.fdb120d5 {
  width: 100%;
}

.a3e303498 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.a9a0b98c0 {
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
}

.a51a40150 {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #a9adb9;
  margin-bottom: 8px;
}

.b454f64b {
  margin-right: 12px;
}

.a51a40150 span {
  font-size: 18px;
  font-weight: 700;
}

.a0e21dcd7 {
  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;
}

.e0e38b43 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a9adb9;
}

.e0e38b43 img {
  margin-right: 8px;
}

.a2567a1d3 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.a2567a1d3 span {
  font-size: 32px;
  line-height: 170%;
  padding: 0 5px;
}

.a3e303498 .a850f10ad {
  display: none;
}

.a850f10ad {
  width: 100%;
  padding: 18px 16px;
}

.a2b8223c {
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

@media (max-width: 900px) {
  .a2567a1d3 span {
    font-size: 24px;
  }

  .a850f10ad {
    display: none;
  }

  .a3e303498 .a850f10ad {
    display: block;
  }
}

@media (max-width: 768px) {
  .fe54e388 {
    width: 95%;
    text-align: left;
    margin: 0 0 24px 0;
  }

  .a48ac848b {
    display: block;
  }

  .e3c7b6a5 {
    width: 100%;
    margin-bottom: 12px;
  }

  .fdb120d5 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .e2a7a473 {
    width: 40%;
    height: 180px;
    margin-bottom: 0;
  }

  .a3e303498 {
    width: 60%;
    padding: 12px 12px 0 12px;
  }

  .a850f10ad {
    margin-top: 40px;
    padding: 0;
  }

  .a2567a1d3 span {
    font-size: 32px;
  }

  @media (max-width: 480px) {
    .d85ecb18 {
      padding: 12px;
    }

    .fe54e388 {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .e2a7a473 {
      height: 120px;
    }

    .a3e303498 {
      padding: 8px 8px 0 8px;
    }

    .a9a0b98c0 {
      font-size: 14px;
      margin-bottom: 0;
    }

    .a51a40150 span {
      font-size: 16px;
    }

    .a850f10ad {
      margin-top: 0;
    }

    .a2b8223c {
      height: 36px;
    }

    .a0e21dcd7 {
      height: 94px;
      padding: 0;
    }

    .a2567a1d3 {
      font-size: 16px;
    }

    .e0e38b43 {
      font-size: 12px;
    }

    .a2567a1d3 span {
      font-size: 24px;
    }
  }

  @media (max-width: 375px) {
    .e2a7a473 {
      height: 100px;
    }
  }
}
/* MODAL ALTERNATIVE CASINOS END */

.fa70cb3c.d2c33f1a {
  max-width: none;
}
.a9fe7dfc {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.ae3eb5a5 {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.ae3eb5a5 {}
.d618c572 {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.e2c9ea8e {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.a9d51a499 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.c68b2de3 {}
.a11a7f00b {
  width: 64%;
}
.d2c33f1a .rank-math-breadcrumb a, .d2c33f1a .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .d618c572 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .e2c9ea8e {
    margin: 0 auto 16px auto;
  }
  .a11a7f00b {
    width: 100%;
  }
}

.a83723669 {
  position: relative;
  max-width: 1320px;
  margin: 30px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.a83723669 h2 {
  text-align: center;
}
@media (max-width: 768px) {
}
