/* 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);
}

.g7b316be5 {
  color: #5b8f35;
}

.f938b5f5 {
  color: #eb8348;
}

.s688d4423,
.b18ebaf9 {
  width: 14px;
  height: 14px;
}

.s688d4423 path {
  fill: var(--color-primary);
}

.b18ebaf9 path {
  fill: none;
  stroke: var(--color-primary);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  align-items: flex-start !important;
}

.c101b0a6b {
  display: block;
  width: 24px;
  height: 22px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.b5504e8b6 {
  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;
}

.b5504e8b6: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);
}

.b5504e8b6 img {
  max-width: 100px;
  max-height: 53px;
  margin-left: 5px;
}

.l73ad7817 {
  display: flex;
}

.l73ad7817 .l0a76628f {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.l73ad7817 .l15d01d8b {
  color: #fff;
  padding-right: 10px;
  border-right: 1px solid #f2f2f2;
  font-size: 14px;
}

.l73ad7817 .l88d99559 {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.l73ad7817 .l0a76628f .l88d99559 {
  margin-left: 0;
}

.c3cc9704d {
  position: absolute;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.b5664b8e {
  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;
}

.c52388f0 {
  width: 100%;
  position: relative;
}

.t6d0e6f97 {
  display: flex;
  justify-content: space-between;
}

.t6d0e6f97 .l7f6518ef {
  width: 29%;
}

.t6d0e6f97 .r1d06e27e {
  width: 69%;
}

.e64ac407 {

}

.c78e1c853 {
  display: flex;
  padding: 0 16px;
  gap: 0 10px;
}

.c81bfb22a {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #a9adb9;
  text-decoration: none;
  padding: 8px 40px;
}

.c81bfb22a.f0deb912 {
  color: #fff;
  background: #203b6b;
  border-radius: 8px 8px 0 0;
  cursor: default;
}

.af62cfb5 {
  position: relative;
  padding: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f4f4f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.af62cfb5::before {
  content: '';
  border-top: 2px solid #203b6b;
  border-radius: 10px;
  height: 65px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.e64ac407 {
  width: 100%;
}
.d8778a9f .af62cfb5::before {
  content: none;
  border: none;
  height: 0;
}

.af62cfb5 .acbeeae8 {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .af62cfb5 {
    margin-bottom: 20px;
  }
  .e64ac407 {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .c78e1c853 {
    margin: 0 15px;
  }
}

.efb09940 {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 20px 32px;
  margin: 64px 0;
}

.efb09940.o28c6aa73 {
  background: rgba(255, 255, 255, 0.4);
}

.c35fd3da0 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.c35fd3da0 .efb09940 {
  width: 69%;
  margin-top: 0;
}
.c35fd3da0 .c538fe713 {
  width: 69%;
  margin-top: 0;
}
.c35fd3da0 .c538fe713 .efb09940 {
  width: 100%;
}

.c382ae4d {
  width: 29%;
}

.b26dfb32 {
  max-width: 1320px;
  margin: 0 auto;
}

.b26dfb32 img {
  max-width: 100%;
}

.b26dfb32 .t11ec7072 {
  width: 100%;
  overflow-x: auto;
  border: 8px solid #203b6b;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .b26dfb32 .t11ec7072 {
    border-width: 6px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8fb;
  color: var(--color-text-dark);
  max-width: 100%;
}

.t11ec7072 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;
}

.a9eb0e7c th {
  padding: 20px 32px;
  border-radius: 0;
}

.a9eb0e7c td {
  padding: 20px 28px;
}

.a9eb0e7c td:first-child {
  font-weight: 700;
  background: #e7eaee;
  text-align: left;
  padding: 20px 32px;
}

.df28d188 {
  margin-bottom: 40px;
}

.e96caa21 {
  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;
}

.e96caa21 .a5e409ea {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.e96caa21 .d401c5c70 {
  display: flex;
  align-items: center;
}

.e96caa21 .d9db55ec6 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
}

.e96caa21 .d9db55ec6 span {
  font-size: 14px;
  font-weight: 700;
}

.e96caa21 .d9db55ec6:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 1px;
  background: var(--color-secondary);
  height: 22px;
}

.e96caa21 .d8845aa2d {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.e96caa21 .d4d3f7f3f {
  margin-left: 10px;
}

.e96caa21 .d881580cd {
  width: 115px;
  margin-left: 20px;
}

.e96caa21 .d881580cd img {
  width: 100%;
}

.d089d7fdc {
  padding: 0 15px;
}

.s41440da4 {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.s26d5d87a {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: 400px;
  padding: 10px;
  margin-right: 10px;
}

.dd4db440 {
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
}

.s7a57844a {
  position: relative;
  right: 40px;
  bottom: 1px;
}

.p647347a9 {
  display: flex;
  justify-content: space-between;
}

.p8c4636c1 {
  width: 49%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.p8c4636c1 .p4816bdc0 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.b888524c .p4816bdc0,
.b888524c li::marker {
  color: #5b8f35;
}

.c6b7fc71c .p4816bdc0,
.c6b7fc71c li::marker {
  color: #eb8348;
}

.p1081ecc8 {
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

.p1081ecc8 li:last-of-type {
  margin-bottom: 0;
}

.p5200dc45 {
  width: 100%;
  display: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.p5200dc45 .p4b5ad814 {
  display: flex;
  justify-content: space-between;
}

.p5200dc45 .p8559242c {
  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;
}

.p5200dc45 .p8559242c.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.p5200dc45 .p664712ab {
  color: #5b8f35;
}

.p5200dc45 .c6981f9c7 {
  color: #eb8348;
}

.p5200dc45 .p1081ecc8 {
  margin: 0;
  padding: 15px 0 0 0;
}

.p5200dc45 .p20d37b8f {
  display: none;
}

.p5200dc45 .p20d37b8f.active {
  display: block;
}

.m0821d544 {
  margin-left: 5px;
}

.m0821d544 .m2b76defc {
  font-weight: 700;
  color: var(--color-primary);
}

.m0821d544 .m434e9804 {
  color: #fff;
  margin-left: -4px;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .b26dfb32 {
    padding: 15px;
  }

  .b5504e8b6 img {
    max-width: 65px;
  }
}

@media (max-width: 1100px) {
  .c35fd3da0 .efb09940 {
    width: 100%;
  }
  .c35fd3da0 .c538fe713 {
    width: 100%;
  }

  .c382ae4d {
    display: none;
  }
}

@media (max-width: 1024px) {
  .t6d0e6f97 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .t6d0e6f97 .l7f6518ef,
  .t6d0e6f97 .r1d06e27e {
    width: 100%;
  }

  .t6d0e6f97 .l7f6518ef {
    width: 60%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .t6d0e6f97 .l7f6518ef {
    width: 100%;
  }

  .e96caa21 {
    background: transparent;
    flex-direction: column;
    padding: 0;
  }

  .e96caa21 .d401c5c70 {
    width: 100%;
    background: #fff;
    padding: 3px 6px;
    border-radius: 7px;
    margin-top: 15px;
    justify-content: center;
  }

  .e96caa21 .a5e409ea {
    text-align: center;
  }

  .p5200dc45 {
    display: block;
  }

  .p8c4636c1 {
    display: none;
  }
}

@media (max-width: 480px) {
  .efb09940 {
    padding: 16px 12px;
    margin: 36px 0;
  }

  .b26dfb32 .t11ec7072 {
    margin-bottom: 15px;
  }

  .c3cc9704d {
    top: -5px;
  }

  .l73ad7817 .l0a76628f {
    font-size: 12px;
  }

  .l73ad7817 .l88d99559 {
    width: 18px;
    height: 18px;
  }

  .e96caa21 .a5e409ea {
    font-size: 12px;
  }

  .df28d188 {
    margin-bottom: 15px;
  }

  .e96caa21 {
    margin-bottom: 15px;
  }

  .e96caa21 .d401c5c70 {
    margin-top: 0;
    justify-content: space-between;
  }

  .e96caa21 .d8845aa2d {
    width: 40px;
    height: 40px;
  }

  .e96caa21 .d881580cd {
    width: 72px;
  }

  .e96caa21 .d4d3f7f3f {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .e96caa21 .dc281aff {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .e96caa21 .d9db55ec6:after {
    height: 14px;
    top: 11px;
  }

  .e96caa21 .dc281aff:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    background: var(--color-secondary);
    height: 14px;
  }
}

/* QUOTE START */
.q77374eac {
  background: #f7f8fb;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 20px;
}

.q8b9c3570 .e1cfbf50 {
  font-size: 34px;
  font-weight: 900;
  line-height: 45px;
  color: var(--color-text-dark);
  border-left: 5px solid var(--color-primary);
  padding-left: 20px;
}

.q8b9c3570 .q38aec724 {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px 0 25px;
}

@media (max-width: 480px) {
  .q77374eac {
    margin: 15px 0;
    padding: 15px;
  }

  .q8b9c3570 .e1cfbf50 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-left: 15px;
  }

  .q8b9c3570 .q38aec724 {
    padding: 20px 0 0 0;
    font-size: 10px;
    line-height: 17px;
  }
}
/* QUOTE END */

/* HEADER CONTENT START */
.c3bdb8b7 {
  background-size: cover;
}

.c3bdb8b7 .rank-math-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
}

.c28ec047 {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
  margin-bottom: 40px;
}

.c28ec047 .h50e6dc1e {
  position: relative;
  width: 65%;
}

.c28ec047 .f9c411c5 {
  position: relative;
  width: 35%;
}

.c28ec047 .e089f1ac {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.c28ec047 .df58f341 {
  text-align: left;
}

.c28ec047 .e089f1ac .df58f341 {
  max-width: 1128px;
  text-align: center;
}

.c28ec047 .h2e53fdfc {
  color: var(--color-text-add);
  line-height: 25px;
}

.c28ec047 .h2e53fdfc a {
  color: var(--color-primary);
}

.c28ec047 .e089f1ac .h2e53fdfc {
  max-width: 870px;
  text-align: center;
}

.c28ec047 .cceea6ec {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.c28ec047 .h97779ff3 {
  max-width: 24%;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 10px;
}

.c28ec047 .h94153b57 {
  margin-top: 30px;
  font-size: 12px;
}

.c28ec047 .f9c411c5 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.c28ec047 .h6134bbd1 {
  justify-content: center;
  padding: 10px;
}

.c28ec047 .h1f364f11 {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 5px 10px;
}

.c28ec047 .h6ae81011 {
  margin-top: 36px;
}

.h6ae81011 {
  display: flex;
  align-items: center;
  color: #7e8394;
  font-size: 14px;
}

.h6ae81011 .h3fb22197 {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.h6ae81011 .h3fb22197::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h6ae81011 .h1585efcf {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin-right: 12px;
}

.h6ae81011 .h10372d7f {
  margin-right: 16px;
}

.h6ae81011 .h79b69f22 {
  font-size: 12px;
  line-height: 19px;
}

.h6ae81011 .h812048bf {
  font-weight: 700;
}

.h6ae81011 .h57f4fbe0 {
  margin-right: 32px;
}

.h6ae81011 .h1b225483 {
  font-size: 12px;
  line-height: 19px;
}

.h6ae81011 .h98199ef4 {
  font-weight: 700;
}

.h6ae81011 .e3f9782c {
  display: none;
}

.h6ae81011 .h4fdc0518 {
  display: flex;
  align-items: center;
}

.h6ae81011 .header-meta-socials__item {
  display: flex;
  align-items: center;
  position: relative;
}

.h6ae81011 .header-meta-socials__item:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.h6ae81011 .header-meta-socials__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h256b1449 {
  position: absolute;
  top: -170px;
  z-index: 0;
}

.e011c15b {
  position: relative;
}

.h9e588361 .b7bc0b83 {
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.e011c15b .de821d09 {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  width: 345px;
  margin-bottom: 4px;
}

.e011c15b .h02be5a84 {
  max-width: 263px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 12px;
}

.e011c15b .eabfa064 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h12108295 {
  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;
}

.h43ec70bc {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.h43ec70bc:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
}

.h43ec70bc:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 38px;
  background: #b0b4bf;
}

.h1c81da23 {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.h1c81da23 .h238f09e2 {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #7e8394;
}

.h1c81da23 span {
  font-size: 20px;
}

.h1c81da23 small {
  font-size: 16px;
  margin: 0 4px;
}

.h56c30cd3 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.h660045e7 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.h660045e7 .c115046ca {
  font-size: 14px;
  font-weight: 700;
  color: #7e8394;
}

.h72edf240 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.h72edf240 .h22790819 {
  position: relative;
  width: 240px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid;
}

.h72edf240 .h68d088af {
  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;
}

.h72edf240 .h52f8a5fd {
  width: 44px;
  height: 44px;
}

.h72edf240 .h94981513 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-add);
  text-align: center;
  padding: 36px 12px 24px 12px;
}

.h72edf240 .h94981513::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: var(--color-primary);
}

.c28ec047.m3e2e8096 {
  margin-bottom: 0;
}

.h9514374a {
  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;
}

.h6393a4cb {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  overflow: auto;
}

.h6393a4cb .h2e2071f7 {
  max-width: 270px;
  max-height: 35px;
}

.h6393a4cb .h2e2071f7:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 1350px) {
  .c28ec047 {
    padding: 15px !important;
  }

  .c3bdb8b7 .rank-math-breadcrumb {
    padding: 15px 15px 0 15px !important;
  }

  .c28ec047 .cceea6ec {
    margin-top: 40px;
  }

  .h72edf240 .h22790819 {
    width: 190px;
  }
}

@media (max-width: 1024px) {
  .c28ec047 {
    flex-wrap: wrap;
  }

  .c28ec047 .h50e6dc1e,
  .c28ec047 .f9c411c5 {
    width: 100%;
  }

  .h9e588361 .b7bc0b83 {
    margin-top: 50px;
  }

  .h72edf240 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .h72edf240 .h22790819 {
    margin: 0 32px 48px 0;
  }
}

@media (max-width: 900px) {
  .h6393a4cb {
    justify-content: flex-start;
  }

  .h6393a4cb .h2e2071f7 {
    max-width: 200px;
  }

  .h6393a4cb .h2e2071f7:not(:last-of-type) {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .c28ec047 .h2e53fdfc {
    font-size: 14px;
  }

  .h6393a4cb .h2e2071f7 {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .c28ec047 .h6ae81011 {
    font-size: 12px;
    margin-top: 16px;
  }

  .h6ae81011 .h3fb22197 {
    margin-right: 12px;
    padding-right: 12px;
  }

  .h6ae81011 .h1585efcf {
    width: 28px;
    height: 28px;
  }

  .h6ae81011 .h79b69f22,
  .h6ae81011 .h1b225483 {
    font-size: 10px;
    line-height: 13px;
  }

  .h6ae81011 .h9e311a1e {
    width: 49px;
  }

  .h6ae81011 .h10372d7f {
    margin-right: 8px;
  }

  .h6ae81011 .h57f4fbe0 {
    margin-right: 12px;
  }

  .h6ae81011 .h3903deaa {
    position: relative;
  }

  .h6ae81011 .e3f9782c {
    display: block;
  }

  .h6ae81011 .h4fdc0518 {
    display: none;
  }

  .h6ae81011 .h3903deaa:hover .h4fdc0518 {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #162a4d;
    padding: 5px 10px;
    border-radius: 8px;
  }

  .c78e1c853 {
    padding: 0;
  }

  .af62cfb5 {
  }

  .c81bfb22a {
    line-height: 140%;
    border-radius: 8px;
    padding: 6px 16px;
  }
}

@media (max-width: 480px) {
  .c28ec047 {
    margin-bottom: 0;
  }

  .c28ec047 .df58f341 {
    text-align: center;
  }

  .c28ec047 .h2e53fdfc {
    font-size: 14px;
  }

  .c28ec047 .cceea6ec {
    margin-top: 20px;
    justify-content: center;
  }

  .c28ec047 .h94153b57 {
    margin-top: 20px;
    font-size: 8px;
    line-height: 12px;
  }

  .c28ec047 .f9c411c5 {
    margin-top: 40px;
  }

  .c28ec047 .h1f364f11 {
    font-size: 8px;
  }

  .h256b1449 {
    max-width: 238px;
    top: -65px;
    opacity: 0.5;
  }

  .e011c15b .de821d09 {
    width: 100%;
    justify-content: space-between;
  }

  .e011c15b .h02be5a84 {
    max-width: none;
    margin-right: 0;
    margin-top: 12px;
    order: 3;
    font-size: 16px;
    height: 54px;
  }

  .e011c15b .h12108295 {
    max-width: 320px;
    width: 83%;
    height: 48px;
    order: 1;
    padding: 7px 20px;
    margin-top: 0;
    margin-right: 8px;
  }

  .e011c15b .h1c81da23 {
    font-size: 14px;
  }

  .e011c15b .h1c81da23 span {
    font-size: 16px;
  }

  .e011c15b .h56c30cd3 {
    font-size: 12px;
  }

  .e011c15b .eabfa064 {
    width: 48px;
    height: 48px;
    order: 2;
  }

  .h660045e7 .c115046ca {
    font-size: 12px;
    font-weight: 400;
  }

  .e011c15b .h43ec70bc:nth-of-type(2)::before {
    height: 25px;
  }

  .h72edf240 {
    margin-top: 50px;
    justify-content: space-evenly;
  }

  .h72edf240 .h22790819 {
    width: 158px;
    margin-right: 12px;
  }

  .h72edf240 .h68d088af {
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
  }

  .h72edf240 .h52f8a5fd {
    width: 32px;
    height: 32px;
  }

  .h72edf240 .h94981513 {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .h72edf240 .h94981513::after {
    bottom: 10px;
  }

  .h9514374a {
    margin-bottom: 12px;
  }

  .h6393a4cb {
    padding: 8px 0 8px 0;
  }

  .h6393a4cb::-webkit-scrollbar {
    width: 0;
  }

  .h6393a4cb {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .h6393a4cb .h2e2071f7 {
    max-height: 26px;
  }

  .h6393a4cb .h2e2071f7 {
    margin-right: 10px !important;
    margin-left: 10px;
  }
}
/* HEADER CONTENT END */

/* CONTENT BANNER START */
.baeb877a {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 336px;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .baeb877a {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .baeb877a {
    height: 85px;
    border-radius: 5px;
  }
}
/* CONTENT BANNER END */

/* CUSTOM LIST START */
.c98395d0a {
  display: flex;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid #dcdfe4;
  border-radius: 20px;
  margin: 20px;
  padding: 0 20px;
}

.c96a6c7cc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0 !important;
  list-style: none !important;
}

.c96a6c7cc .d1552e14 {
  width: 24%;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-dark);
}

.c96a6c7cc .d1552e14::before {
  content: url(../images/li_before.svg);
  margin-right: 15px;
}

@media (max-width: 768px) {
  .c96a6c7cc .d1552e14 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .c98395d0a {
    padding: 0 35px;
  }

  .c96a6c7cc .d1552e14 {
    width: 49%;
    margin-bottom: 10px;
  }
}
/* CUSTOM LIST END */

/* FAQ START */
.f4059eed5 {
  width: 100% !important;
  margin: 0;
}

.f4059eed5 .f97ff7878 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 52px;
  color: var(--color-text-dark);
}

.f4059eed5 .c95d7d9f {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.f4059eed5 .f06f617d1 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
}

.f4059eed5 .f06f617d1:hover {
  background: rgba(255, 255, 255, 0.7);
}

.f4059eed5 .fdc43988 {
  cursor: pointer;
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.f4059eed5 .f937310eb {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.f4059eed5 .f937310eb.active {
  display: block;
}

.f4059eed5 .ab3d50b5,
.f4059eed5 .f89d817e3 {
  display: none;
  width: 18px;
  height: 18px;
}

.f4059eed5 .ab3d50b5.active {
  display: block;
}

.f4059eed5 .f89d817e3.active {
  display: block;
}

@media (max-width: 480px) {
  .f4059eed5 {
    margin: 15px 0;
  }

  .f4059eed5 .f97ff7878 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .f4059eed5 .c95d7d9f {
    font-size: 10px;
    padding: 15px;
  }

  .f4059eed5 .fdc43988 {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .f4059eed5 .f937310eb {
    margin-left: 0;
    font-size: 10px;
  }

  .f4059eed5 .f4c9c5dbc {
    max-width: 90%;
    font-size: 12px;
  }

  .f4059eed5 .ab3d50b5,
  .f4059eed5 .f89d817e3 {
    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 */
.p7b943aef {
  padding: 100px 15px;
}

.p0bd6e14d {
  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);
}

.p0bd6e14d .page-404__logo {
  max-width: 130px;
}

.p0bd6e14d .p78ce20af {
  margin: 20px 0;
}

.p0bd6e14d .p1d155327 {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.p0bd6e14d .p1d155327::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.p0bd6e14d .e555c184 {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .p0bd6e14d {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .p7b943aef {
    padding: 50px 15px;
  }

  .p78ce20af svg {
    height: 70px;
  }

  .p0bd6e14d .p1d155327 {
    font-size: 16px;
  }

  .p0bd6e14d .e555c184 {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* STATIC PAGE START */
.e25fbc53 {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 30px;
}

.e25fbc53 .s969592a3 {
  background: #ffffff;
  opacity: 0.8;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 480px) {
  .e25fbc53 {
    padding-top: 15px;
  }
}
/* STATIC PAGE END */

/* DEFAULT GRID START */
.eed0b5c0 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.eed0b5c0 .e3125caa {
  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;
}

.eed0b5c0 .e3125caa:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.eed0b5c0 .d5d426039 {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.eed0b5c0 .d3b7b2ea4 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}

@media (max-width: 1024px) {
  .eed0b5c0 .e3125caa {
    width: 23%;
  }

  .eed0b5c0 .d5d426039 {
    height: 160px;
  }
}

@media (max-width: 800px) {
  .eed0b5c0 .e3125caa {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .eed0b5c0 .e3125caa {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .eed0b5c0 .e3125caa {
    width: 100%;
  }

  .eed0b5c0 .d5d426039 {
    height: 180px;
  }

  .eed0b5c0 .d3b7b2ea4 {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.s1d41f083 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .s1d41f083 {
    padding-top: 15px;
  }
}
/* SEARCH END */

/* CATEGORY START */
.c4195f380 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .c4195f380 {
    padding-top: 15px;
  }
}
/* CATEGORY END */

/* INFO START */
.c89064ed {
  flex-direction: column;
  padding: 0;
}

.c89064ed .h6ae81011 {
  margin-top: 65px;
  margin-bottom: 125px;
}

.a7fc2279 {
  width: 69%;
}

.a6678e3c {
  width: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 32px;
  margin: -125px auto 0 auto;
}

.i5756cef4 {
  margin: 30px auto 0 auto;
}

.i46fb2204 .i52acaff4 {
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 32px;
  color: var(--color-text-dark);
}

.i46fb2204 .d43d1aaa {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.i46fb2204 .i3a908ba6 {
  padding: 32px;
}

.i46fb2204 .i3a908ba6 img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.i46fb2204 .i3a908ba6 table {
  width: 100%;
}

@media (max-width: 1100px) {
  .a7fc2279 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .c89064ed {
    padding: 0 15px;
  }

  .i46fb2204 .d43d1aaa {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .c89064ed .h6ae81011 {
    margin-top: 16px;
    margin-bottom: 85px;
  }

  .i46fb2204 {
    margin-top: -50px;
  }

  .i46fb2204 .i52acaff4 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .i46fb2204 .i3a908ba6 {
    padding: 12px;
  }

  .i46fb2204 .i3a908ba6 p {
    font-size: 12px;
    line-height: 20px;
  }

  .i46fb2204 .i3a908ba6 li {
    margin-bottom: 12px;
  }
}

/* INFO END */

/* AUTHOR BLOCK START */
.f3292056 {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 32px auto;
  padding: 24px 32px;
  max-width: 925px;
}

.a6f5d1868 {
  max-width: none;
}

.f3292056 .a0251adb0 {
  display: flex;
  justify-content: space-between;
}

.f3292056 .a947de903 {
  display: flex;
  align-items: center;
}

.f3292056 .a3b107a0 {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 16px;
}

.f3292056 .author-block-links__item img {
  width: 100%;
  padding: 8px;
}

.f3292056 .a30398d3b {
  display: none;
}

.f3292056 .cc42f322 {
  display: flex;
  align-items: center;
}

.f3292056 .cc42f322 a {
  display: flex;
  align-items: center;
  position: relative;
  border: none;
}

.f3292056 .cc42f322 a:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.f3292056 .cc42f322 a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.f3292056 .abed96c3 {
  color: var(--color-text-dark);
  font-weight: 700;
}

.f3292056 .cf82774d {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.f3292056 .a4845f2dc {
  margin-top: 20px;
}

.f3292056 .a68e961c4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.f3292056 .b975477f {
  margin-left: 10px;
  font-weight: 700;
  color: var(--color-text-dark);
}

@media (max-width: 480px) {
  .f3292056 {
    flex-wrap: wrap;
    padding: 12px;
  }

  .f3292056 .a3b107a0 {
    width: 48px;
    height: 48px;
  }

  .f3292056 .a4845f2dc {
    margin-top: 16px;
  }

  .f3292056 .a667facb9 {
    font-size: 12px;
    line-height: 20.4px;
  }

  .f3292056 .abed96c3 {
    font-size: 12px;
  }

  .f3292056 .a91f4ed04 {
    order: 2;
  }

  .f3292056 .cf82774d {
    font-size: 10px;
  }

  .f3292056 .fc3b3374 {
    font-size: 12px;
  }

  .f3292056 .a68e961c4 img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

/* CONTENT CASINO REVIEW START */
.c8bfe0caf .content-casino-review__disclaimer {
  padding: 0 20px 20px 20px;
}

.h9e588361 {
  flex-wrap: wrap;
}

.h9e588361 .df58f341 {
  width: 90%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .h9e588361 .df58f341 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h9e588361 .h2e53fdfc {
    text-align: center;
  }
}
/* CONTENT CASINO REVIEW END */

/* GAME REVIEW START */
.e3ecc295 {
  padding: 0 0 24px 0;
  display: block;
}

.e3ecc295 .h2e53fdfc {
  line-height: 27px;
}

.h53fc22a8 {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.h13905781 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69%;
  border-radius: 10px;
  height: 500px;
}

.h13905781 .h4802178c {
  max-width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.h13905781 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);
}

.h13905781 .e93a8b59 {
  width: 250px;
}

.h13905781 .h23d4d0d6 {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-top: 16px;
  color: #fff;
}

.h13905781 .h832ff65b {
  width: 100%;
  text-align: center;
  color: #a9adb9;
  margin-top: 8px;
}

.h13905781 .h3611f092 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.h13905781 .a536ab47 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.a536ab47 {
  display: flex;
}

.a536ab47 .c34c692f {
  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;
}

.a536ab47 .c34c692f svg {
  margin-right: 8px;
}

.b67257b1 {
  width: 29%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #a9adb9;
}

.b67257b1 .h234ceb9e {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.b67257b1 .h107300cf {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.b67257b1 .h7f1a02c8 {
  width: 50%;
}

.b67257b1 .h1ab82ba7 {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.b67257b1 .h1ab82ba7 span {
  display: flex;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin: 0 10px 5px 0;
}

@media (max-width: 1200px) {
  .h13905781 {
    width: 59%;
  }

  .b67257b1 {
    width: 39%;
  }
}

@media (max-width: 768px) {
  .h53fc22a8 {
    flex-wrap: wrap;
  }

  .h13905781,
  .b67257b1 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .e3ecc295 .h2e53fdfc {
    max-width: 100%;
    text-align: center;
  }

  .h53fc22a8 {
    margin-top: 20px;
  }

  .h13905781 .h4802178c {
    justify-content: center;
    width: 240px;
  }

  .b67257b1 {
    font-size: 16px;
  }

  .h13905781 a {
    font-size: 16px;
    height: 57px;
  }

  .h13905781 {
    height: 300px;
    margin-bottom: 24px;
  }

  .h13905781 .a536ab47 {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .h13905781 .e93a8b59 {
    width: 192px;
  }

  .h13905781 .h3611f092 {
    display: none;
  }

  .b67257b1 .h7f1a02c8 {
    width: 55%;
  }

  .b67257b1 .h1ab82ba7 {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.f56b5d30 {
  max-width: 900px;
}

.c35fd3da0 .f56b5d30 {
  width: 69%;
}

.b15116c7 {
  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) {
  .f56b5d30 {
    width: 100% !important;
    max-width: none;
  }
}
/* GAME REVIEW END */

/* SLOT GRID START */
.s94555615 {
  margin-bottom: 30px;
}

.s94555615 .s10932c58 {
  text-align: left;
  margin-bottom: 24px;
}

.s0fa03da6 {
  width: 100%;
  display: flex;
  justify-content: center;
}

.a1057deb {
  cursor: pointer;
  padding: 10px 28px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--color-text-dark);
}

.s551eb8bc {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.s551eb8bc a {
  color: var(--color-text-main) !important;
  border: none !important;
}

.s551eb8bc .s6550f8ce {
  width: 19%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}

.s551eb8bc .s6550f8ce:hover {
  background: rgba(255, 255, 255, 0.7);
}

.s551eb8bc .s0e504202 {
  display: block;
  padding: 12px;
}

.s551eb8bc .s474f636f {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 10px;
}

.s551eb8bc .s3fe35fdc {
  display: block;
  font-weight: 700;
  padding: 0 12px 8px 12px;
}

.s551eb8bc .a8a41596 {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

.s551eb8bc .a51b3179 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  color: #4a5b68;
  font-size: 14px;
}

.s551eb8bc .s63b6dc88 {
  display: flex;
}

.s551eb8bc .acbf6987 {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.s551eb8bc .acbf6987 img {
  margin-right: 6px;
}

.s551eb8bc .s1f207135 span {
  color: var(--color-primary);
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .s551eb8bc .a51b3179 {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .s551eb8bc .s6550f8ce {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .s551eb8bc .s6550f8ce {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .s94555615 .s10932c58 {
    margin-bottom: 16px;
  }

  .s551eb8bc {
    justify-content: space-between;
  }

  .s551eb8bc .s6550f8ce {
    width: 48%;
    margin-bottom: 16px;
  }

  .s551eb8bc .s474f636f {
    height: 90px;
  }

  .s551eb8bc .s3fe35fdc {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .s551eb8bc .a8a41596 {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .s551eb8bc .a51b3179 {
    flex-direction: row;
    font-size: 10px;
    padding: 6px 12px;
  }

  .s551eb8bc .acbf6987 {
    margin-right: 8px;
  }

  .s551eb8bc .acbf6987 img {
    width: 15px;
  }
}

@media (max-width: 400px) {
  .s551eb8bc .a51b3179 {
    padding: 6px;
  }

  .s551eb8bc .acbf6987 {
    margin-right: 4px;
  }
}

@media (max-width: 375px) {
  .s551eb8bc .acbf6987 img {
    margin-right: 2px;
  }

  .s551eb8bc .s1f207135 span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

/* SLOTS HUB START */
.h6c8283cb .h2e53fdfc {
  max-width: 1082px !important;
  margin-bottom: 70px;
}

.s8a5cb043 {
  background: #fff;
}

.s8a5cb043 .cb21aa88 {
  border: none;
}

.s8a5cb043 .e7961235 {
  padding: 0;
}

.s8a5cb043 .d025a0e3 {
  margin-left: 0;
}

@media (max-width: 480px) {
  .h6c8283cb .h2e53fdfc {
    margin-bottom: 20px;
  }
}
/* SLOTS HUB END */

/* SLOT SEARCH START */
.s23a3f9dc {
  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;
}

.s81dcea00 {
  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;
}

.s81dcea00:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.s81dcea00::placeholder {
  font-size: 16px;
}

.s23a3f9dc::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  z-index: 10;
}

@media (max-width: 600px) {
  .s81dcea00 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .s23a3f9dc::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .s23a3f9dc {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .s81dcea00 {
    padding-left: 46px;
  }

  .s81dcea00::placeholder {
    font-size: 14px;
  }

  .s23a3f9dc::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.f49c721a8 {
  position: relative;
  width: 30%;
}

.a23d58f4 {
  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;
}

.a23d58f4::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.f1780244 {
  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;
}

.f49c721a8.open .f1780244 {
  display: block;
}

.f5a13306a {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.f5a13306a:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .f49c721a8 {
    width: 100%;
  }

  .a23d58f4 {
    height: 40px;
  }

  .f1780244 {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* HIDE SUBTITLE START */
.h78e8c0cf {
  position: relative;
}

.h0155166c {
  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;
}

.h78e8c0cf.open .h0155166c {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  max-height: none;
  overflow: visible;
}

.h78e8c0cf.open .fa6f0304.open {
  display: none;
}

.h78e8c0cf.open .fa6f0304.close {
  display: inline-block;
}

.fa6f0304 {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
  margin-top: 4px;
}

.fa6f0304.close {
  display: none;
}

@media (max-width: 480px) {
  .h78e8c0cf {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* HIDE SUBTITLE END */

/* RECOMMENDED GRID START*/
.r17011612 {
  width: 100%;
  margin-bottom: 48px;
}

.e6e9c69f {
  width: 100%;
}

.r4d82f4b1 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
}

.r4d82f4b1:not(:last-of-type) {
  margin-bottom: 16px;
}

.d5ee86c3 {
  width: 180px;
  padding: 10px;
}

.d0e70037 {
  width: 123px;
  height: 50px;
  font-size: 14px;
  justify-content: center;
  margin-top: 13px;
}

.r96438619 {
  width: 70px;
  height: 70px;
}

.r9c99c4a9 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.a4227722 {
  font-size: 14px;
  font-weight: 700;
  color: #171e34;
  text-decoration: none;
}

.r682342c7 {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.r682342c7 span {
  font-size: 16px;
  font-weight: 700;
}

.a377f468 {
  margin-right: 8px;
}

.a377f468 svg {
  width: 12px;
  height: 12px;
}

.r957301af {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px 0;
  margin-top: 4px;
}

.r3244a3f0 {
  position: relative;
  color: #171e34;
  font-weight: 700;
}

.r3244a3f0 span {
  font-size: 20px;
}

.r3244a3f0:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -25px;
  width: 1px;
  height: 22px;
  background: #a9adb9;
}

@media (max-width: 1350px) {
  .d5ee86c3 {
    width: auto;
  }

  .d0e70037 {
    width: 95%;
    margin: 6px auto 0 auto;
  }

  .r957301af {
    margin-top: 8px;
  }

  .r3244a3f0:not(:last-of-type)::after {
    right: -15px;
  }
}
/* RECOMMENDED GRID END*/

/* ARTICLES GRID START */
.a2b8e3974 {
  width: 100%;
  margin-bottom: 48px;
}

.fd28003f {
  width: 100%;
}

.a56433211 {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #4a5b68 !important;
}

.a56433211:not(:last-of-type) {
  margin-bottom: 16px;
}

.a1fe8b79f {
  display: flex;
  padding: 16px 12px;
}

.c063328d {
  display: block;
  width: 109px;
  height: 67px;
  margin-right: 16px;
}

.a4e1e7863 {
  max-width: none !important;
  width: 109px;
  height: 67px;
  border-radius: 8px;
}

.f16789e9 {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171e34 !important;
  text-decoration: none;
  line-height: 170%;
}

.a6576ff79 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 8px 12px;
}

.a51f00e1 {
  font-size: 12px;
  font-weight: 400;
}

.d3054a10 {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.d3054a10::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: 2.5px;
}
/* ARTICLES GRID END */

/* LINKING SIDEBART START */
.l76cd4554 {
  width: 100%;
  margin-bottom: 48px;
}

.l6b86b44d {
  width: 100%;
}

.c0ed8663 {
  position: relative;
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #171e34;
  text-decoration: none;
  padding: 16px 12px;
}

.c0ed8663:not(:last-of-type) {
  margin-bottom: 12px;
}

.ea3f7ab6 {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c0ed8663::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
/* LINKING SIDEBART END */

/* LINKING GRID START */
.l97b856a8 {
  width: 100%;
  margin-bottom: 48px;
}

.l87b35d57 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.l2cd86f79 {
  width: 24%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
  margin-bottom: 16px;
}

.l5a4c276f {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 12px;
}

.l92ee35fe {
  width: 100%;
  height: 172px;
  border-radius: 8px;
}

.f971b693 {
  display: block;
  height: 54px;
  overflow: hidden;
  color: #171e34;
  text-decoration: none;
  margin-bottom: 20px;
}

.l54b5d789 {
  display: flex;
  justify-content: space-between;
}

.e87e20b8 {
  font-size: 12px;
  color: #4a5b68;
}

.l9e646a49 {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}

.l9e646a49::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

@media (max-width: 1100px) {
  .l2cd86f79 {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .l87b35d57 {
    justify-content: space-between;
  }

  .l2cd86f79 {
    width: 48%;
  }

  .linking-sidebar-item__title{
    width: calc(90% - 24px);
  }
}
@media (max-width: 480px) {
  .l2cd86f79 {
    padding: 8px;
    margin-bottom: 12px;
  }

  .l5a4c276f {
    height: 86px;
  }

  .l92ee35fe {
    height: 86px;
  }

  .f971b693 {
    font-size: 12px;
    line-height: 120%;
    height: 28px;
  }

  .e87e20b8 {
    font-size: 10px;
  }

  .l9e646a49 span {
    display: none;
  }
}
/* LINKING GRID END */

/* IMPORTANT BLOCK START */
.i02950a53 {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  margin: 20px 0;
}

.i30873bca {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  color: #203b6b;
}

.i02950a53::before,
.i02950a53::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 4px;
  background: var(--color-primary);
}

.i02950a53::before {
  top: 20px;
  left: 32px;
}

.i02950a53::after {
  bottom: 20px;
  right: 32px;
}

@media (max-width: 600px) {
  .i02950a53 {
    padding: 28px 12px;
  }

  .i02950a53::before,
  .i02950a53::after {
    width: 94px;
  }

  .i02950a53::before {
    top: 16px;
    left: 12px;
  }

  .i02950a53::after {
    bottom: 16px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .i30873bca {
    font-size: 14px;
    line-height: 140%;
  }
}

/* IMPORTANT BLOCK END */

/* CASINO PROS CONS LISTS START */
.f96e1ad3,
.c88367bde {
  width: 49%;
  border-radius: 10px;
  background: #e7eaee;
  padding: 16px;
}

.cf7013b4 {
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dcdfe4;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.cf7013b4 li {
  margin-left: 20px !important;
  margin-bottom: 15px !important;
}

.cf7013b4 li:last-of-type {
  margin-bottom: 0 !important;
}

.casino-pros-list__title {
  text-align: center;
  font-weight: 700;
  color: #5b8f35;
}

.f96e1ad3 li::marker {
  color: #5b8f35;
}

.casino-cons-list__title {
  text-align: center;
  font-weight: 700;
  color: #eb8348;
}

.c88367bde li::marker {
  color: #eb8348;
}

@media (max-width: 480px) {
  .p8c4636c1 {
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }

  .p8c4636c1 .f96e1ad3,
  .p8c4636c1 .c88367bde {
    width: 100%;
    margin-bottom: 16px;
  }

  .cf7013b4 li {
    margin-left: 15px !important;
  }
}
/* CASINO PROS CONS LISTS END */

/* MODAL START */
.m6f2501a4 {
  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;
}

.m6f2501a4.open {
  display: flex;
}

.m63c346bb {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 10, 19, 0.72);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.aa911789 {
  position: relative;
}

.aa911789 .e0c472a3 {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 20px;
}

@media (max-width: 480px) {
  .aa911789 .e0c472a3 {
    top: 12px;
    right: 8px;
  }
}
/* MODAL END */

/* MODAL ALTERNATIVE CASINOS START */
.f54e29cb {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(186deg, #162a4d 0%, #060a13 100%);
  padding: 24px 20px;
}

.a80b0251d {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.a209145d9 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.a8bfa77f7 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.a0af61766 {
  display: block;
  width: 100%;
  height: 204px;
  margin-bottom: 8px;
}

.a0af61766 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.a3c61d9b3 {
  width: 100%;
}

.f4d8b767 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.a725a2bd5 {
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
}

.a9074f836 {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #a9adb9;
  margin-bottom: 8px;
}

.af0c73a3 {
  margin-right: 12px;
}

.a9074f836 span {
  font-size: 18px;
  font-weight: 700;
}

.a2b6b2f98 {
  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;
}

.a7d72f539 {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a9adb9;
}

.a7d72f539 img {
  margin-right: 8px;
}

.a3e3f243b {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.a3e3f243b span {
  font-size: 32px;
  line-height: 170%;
  padding: 0 5px;
}

.f4d8b767 .a189e6ed7 {
  display: none;
}

.a189e6ed7 {
  width: 100%;
  padding: 18px 16px;
}

.a4ae99129 {
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

@media (max-width: 900px) {
  .a3e3f243b span {
    font-size: 24px;
  }

  .a189e6ed7 {
    display: none;
  }

  .f4d8b767 .a189e6ed7 {
    display: block;
  }
}

@media (max-width: 768px) {
  .a80b0251d {
    width: 95%;
    text-align: left;
    margin: 0 0 24px 0;
  }

  .a209145d9 {
    display: block;
  }

  .a8bfa77f7 {
    width: 100%;
    margin-bottom: 12px;
  }

  .a3c61d9b3 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .a0af61766 {
    width: 40%;
    height: 180px;
    margin-bottom: 0;
  }

  .f4d8b767 {
    width: 60%;
    padding: 12px 12px 0 12px;
  }

  .a189e6ed7 {
    margin-top: 40px;
    padding: 0;
  }

  .a3e3f243b span {
    font-size: 32px;
  }

  @media (max-width: 480px) {
    .f54e29cb {
      padding: 12px;
    }

    .a80b0251d {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .a0af61766 {
      height: 120px;
    }

    .f4d8b767 {
      padding: 8px 8px 0 8px;
    }

    .a725a2bd5 {
      font-size: 14px;
      margin-bottom: 0;
    }

    .a9074f836 span {
      font-size: 16px;
    }

    .a189e6ed7 {
      margin-top: 0;
    }

    .a4ae99129 {
      height: 36px;
    }

    .a2b6b2f98 {
      height: 94px;
      padding: 0;
    }

    .a3e3f243b {
      font-size: 16px;
    }

    .a7d72f539 {
      font-size: 12px;
    }

    .a3e3f243b span {
      font-size: 24px;
    }
  }

  @media (max-width: 375px) {
    .a0af61766 {
      height: 100px;
    }
  }
}
/* MODAL ALTERNATIVE CASINOS END */
