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

.d4998e20 {
  color: #5b8f35;
}

.a1fe9a1f {
  color: #eb8348;
}

.f589100b,
.e9489513 {
  width: 14px;
  height: 14px;
}

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

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

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

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

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

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

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

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

.c0b44c39 {
  display: flex;
}

.c0b44c39 .l099b4cec {
  cursor: pointer;
  display: flex;
  align-items: center;
}

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

.c0b44c39 .l5e9efd1a {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.c0b44c39 .l099b4cec .l5e9efd1a {
  margin-left: 0;
}

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

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

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

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

.bb4907d4 .d0cdfd2a {
  width: 29%;
}

.bb4907d4 .ef5205d1 {
  width: 69%;
}

.c300dac44 {

}

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

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

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

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

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

.c7e4cc142 .c7d90e41f {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .c7e4cc142 {
    margin-bottom: 20px;
  }
  .c300dac44 {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .a9cfc6a4 {
    margin: 0 15px;
  }
}

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

.c7e52f54a.c1035a86 {
  background: rgba(255, 255, 255, 0.4);
}

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

.c66ee9dfa .c7e52f54a {
  width: 69%;
  margin-top: 0;
}
.c66ee9dfa .c009c4749 {
  width: 69%;
  margin-top: 0;
}
.c66ee9dfa .c009c4749 .c7e52f54a {
  width: 100%;
}

.c5d5316dc {
  width: 29%;
}

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

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

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

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

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

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

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

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

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

.d096fb9cb {
  margin-bottom: 40px;
}

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

.b1aa85cb .d340665e0 {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.b1aa85cb .d965b3433 {
  display: flex;
  align-items: center;
}

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

.b1aa85cb .d0c5732cc span {
  font-size: 14px;
  font-weight: 700;
}

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

.b1aa85cb .c6a6a1a2 {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.b1aa85cb .d03dc74b0 {
  margin-left: 10px;
}

.b1aa85cb .d8bf8aeae {
  width: 115px;
  margin-left: 20px;
}

.b1aa85cb .d8bf8aeae img {
  width: 100%;
}

.d964cc74d {
  padding: 0 15px;
}

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

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

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

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

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

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

.p12978e50 .d6c70551 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.e04e7da6 .d6c70551,
.e04e7da6 li::marker {
  color: #5b8f35;
}

.c33b9e8f6 .d6c70551,
.c33b9e8f6 li::marker {
  color: #eb8348;
}

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

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

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

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

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

.p7bb8d1dc .p3541f2d2.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.p7bb8d1dc .f896aa3a {
  color: #5b8f35;
}

.p7bb8d1dc .f7504156 {
  color: #eb8348;
}

.p7bb8d1dc .fa245858 {
  margin: 0;
  padding: 15px 0 0 0;
}

.p7bb8d1dc .p6e307000 {
  display: none;
}

.p7bb8d1dc .p6e307000.active {
  display: block;
}

.m96f06dd5 {
  margin-left: 5px;
}

.m96f06dd5 .c2b32e09 {
  font-weight: 700;
  color: var(--color-primary);
}

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

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

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

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

  .c5d5316dc {
    display: none;
  }
}

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

  .bb4907d4 .d0cdfd2a,
  .bb4907d4 .ef5205d1 {
    width: 100%;
  }

  .bb4907d4 .d0cdfd2a {
    width: 60%;
    margin-bottom: 15px;
  }
}

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

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

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

  .b1aa85cb .d340665e0 {
    text-align: center;
  }

  .p7bb8d1dc {
    display: block;
  }

  .p12978e50 {
    display: none;
  }
}

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

  .c2cbc43a3 .a2f5445c {
    margin-bottom: 15px;
  }

  .ea8e180e {
    top: -5px;
  }

  .c0b44c39 .l099b4cec {
    font-size: 12px;
  }

  .c0b44c39 .l5e9efd1a {
    width: 18px;
    height: 18px;
  }

  .b1aa85cb .d340665e0 {
    font-size: 12px;
  }

  .d096fb9cb {
    margin-bottom: 15px;
  }

  .b1aa85cb {
    margin-bottom: 15px;
  }

  .b1aa85cb .d965b3433 {
    margin-top: 0;
    justify-content: space-between;
  }

  .b1aa85cb .c6a6a1a2 {
    width: 40px;
    height: 40px;
  }

  .b1aa85cb .d8bf8aeae {
    width: 72px;
  }

  .b1aa85cb .d03dc74b0 {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .b1aa85cb .d92cb1170 {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .b1aa85cb .d0c5732cc:after {
    height: 14px;
    top: 11px;
  }

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

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

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

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

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

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

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

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

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

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

.h282b74d7 .fe665e4f {
  position: relative;
  width: 65%;
}

.h282b74d7 .h49dcc73b {
  position: relative;
  width: 35%;
}

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

.h282b74d7 .h2d0c14ee {
  text-align: left;
}

.h282b74d7 .h5390c582 .h2d0c14ee {
  max-width: 1128px;
  text-align: center;
}

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

.h282b74d7 .b082456d a {
  color: var(--color-primary);
}

.h282b74d7 .h5390c582 .b082456d {
  max-width: 870px;
  text-align: center;
}

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

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

.h282b74d7 .h3bbdde92 {
  margin-top: 30px;
  font-size: 12px;
}

.h282b74d7 .h49dcc73b {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.h282b74d7 .ce9c5e14 {
  justify-content: center;
  padding: 10px;
}

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

.h282b74d7 .c540f5d4 {
  margin-top: 36px;
}

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

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

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

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

.c540f5d4 .c1192388 {
  margin-right: 16px;
}

.c540f5d4 .h2aa53f78 {
  font-size: 12px;
  line-height: 19px;
}

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

.c540f5d4 .h81b393a3 {
  margin-right: 32px;
}

.c540f5d4 .ca0c5a74 {
  font-size: 12px;
  line-height: 19px;
}

.c540f5d4 .h49379003 {
  font-weight: 700;
}

.c540f5d4 .b86ea28f {
  display: none;
}

.c540f5d4 .h43a0d481 {
  display: flex;
  align-items: center;
}

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

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

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

.h69bc1ab2 {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.c9684cc97 .h69bc1ab2 {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.h500e4648:hover .h69bc1ab2 {
  display: block;
}
.c9684cc97:hover .h69bc1ab2 {
  display: block;
}
.h69bc1ab2 .a529552bb {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.h69bc1ab2 .b4e92bad {
  margin-bottom: 4px;
}
.h69bc1ab2 .c6b290f6 {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .c540f5d4 .e9f549d4 {
    position: static;
  }
  .c540f5d4 {
    position: relative;
  }
  .h69bc1ab2 {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

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

.h3656a918 {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c2f524be .h41fb90ad {
  width: 44px;
  height: 44px;
}

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

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

.h282b74d7.d7eb7063 {
  margin-bottom: 0;
}

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

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

.h91c74364 .f86719b4 {
  max-width: 270px;
  max-height: 35px;
}

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

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

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

  .h282b74d7 .h7ff792c2 {
    margin-top: 40px;
  }

  .c2f524be .h2e05d980 {
    width: 190px;
  }
}

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

  .h282b74d7 .fe665e4f,
  .h282b74d7 .h49dcc73b {
    width: 100%;
  }

  .h9db5ad02 .ec2bd120 {
    margin-top: 50px;
  }

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

  .c2f524be .h2e05d980 {
    margin: 0 32px 48px 0;
  }
}

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

  .h91c74364 .f86719b4 {
    max-width: 200px;
  }

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

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

  .h91c74364 .f86719b4 {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .h282b74d7 .c540f5d4 {
    font-size: 12px;
    margin-top: 16px;
  }
  .c540f5d4 .h500e4648 a {
    font-size: 12px;
  }

  .c540f5d4 .e9f549d4 {
    margin-right: 12px;
    padding-right: 12px;
  }

  .c540f5d4 .h46964f95 {
    width: 28px;
    height: 28px;
  }

  .c540f5d4 .h2aa53f78,
  .c540f5d4 .ca0c5a74 {
    font-size: 10px;
    line-height: 13px;
  }

  .c540f5d4 .h4f1f14e9 {
    width: 49px;
  }

  .c540f5d4 .c1192388 {
    margin-right: 8px;
  }

  .c540f5d4 .h81b393a3 {
    margin-right: 12px;
  }

  .c540f5d4 .h97835cfb {
    position: relative;
  }

  .c540f5d4 .b86ea28f {
    display: block;
  }

  .c540f5d4 .h43a0d481 {
    display: none;
  }

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

  .a9cfc6a4 {
    padding: 0;
  }

  .c7e4cc142 {
  }

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

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

  .h282b74d7 .h2d0c14ee {
    text-align: center;
  }

  .h282b74d7 .b082456d {
    font-size: 14px;
  }

  .h282b74d7 .h7ff792c2 {
    margin-top: 20px;
    justify-content: center;
  }

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

  .h282b74d7 .h49dcc73b {
    margin-top: 40px;
  }

  .h282b74d7 .h368e4288 {
    font-size: 8px;
  }

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

  .h3656a918 .h4f45b5df {
    width: 100%;
    justify-content: space-between;
  }

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

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

  .h3656a918 .h47160080 {
    font-size: 14px;
  }

  .h3656a918 .h47160080 span {
    font-size: 16px;
  }

  .h3656a918 .h5abfdd4a {
    font-size: 12px;
  }

  .h3656a918 .h3b91ae93 {
    width: 48px;
    height: 48px;
    order: 2;
  }

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

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

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

  .c2f524be .h2e05d980 {
    width: 158px;
    margin-right: 12px;
  }

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

  .c2f524be .h41fb90ad {
    width: 32px;
    height: 32px;
  }

  .c2f524be .h879b2043 {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .c2f524be .h879b2043::after {
    bottom: 10px;
  }

  .h250ce1b4 {
    margin-bottom: 12px;
  }

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

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

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

  .h91c74364 .f86719b4 {
    max-height: 26px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.f05f8eae7 .f6489afbf:hover {
  background: rgba(255, 255, 255, 0.7);
}

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

.f05f8eae7 .cbb53f01 {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.f05f8eae7 .cbb53f01.active {
  display: block;
}

.f05f8eae7 .f82ef0ef,
.f05f8eae7 .f58f61914 {
  display: none;
  width: 18px;
  height: 18px;
}

.f05f8eae7 .f82ef0ef.active {
  display: block;
}

.f05f8eae7 .f58f61914.active {
  display: block;
}

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

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

  .f05f8eae7 .f919b5275 {
    font-size: 10px;
    padding: 15px;
  }

  .f05f8eae7 .f0f90de27 {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .f05f8eae7 .cbb53f01 {
    margin-left: 0;
    font-size: 10px;
  }

  .f05f8eae7 .f9adb35ff {
    max-width: 90%;
    font-size: 12px;
  }

  .f05f8eae7 .f82ef0ef,
  .f05f8eae7 .f58f61914 {
    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 */
.p522c3776 {
  padding: 100px 15px;
}

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

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

.p69a95923 .ae8948ec {
  margin: 20px 0;
}

.p69a95923 .p83c4ebb6 {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

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

.p69a95923 .p0ff07514 {
  font-size: 14px;
  margin-bottom: 20px;
}

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

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

  .ae8948ec svg {
    height: 70px;
  }

  .p69a95923 .p83c4ebb6 {
    font-size: 16px;
  }

  .p69a95923 .p0ff07514 {
    font-size: 10px;
  }
}
/* 404 PAGE END */

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

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

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

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

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

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

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

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

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

  .d1c84526f .d13a16bb6 {
    height: 160px;
  }
}

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

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

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

  .d1c84526f .d13a16bb6 {
    height: 180px;
  }

  .d1c84526f .ea552053 {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

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

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

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

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

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

.h67388128 .c540f5d4 {
  margin-top: 65px;
  margin-bottom: 125px;
}

.c4f437335 {
  width: 69%;
}

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

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

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

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

.b8e833dd .c8c46c09 {
  padding: 32px;
}

.b8e833dd .c8c46c09 img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.b8e833dd .c8c46c09 table {
  width: 100%;
}

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

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

  .b8e833dd .i49394e82 {
    height: 320px;
  }
}

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

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

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

  .b8e833dd .c8c46c09 {
    padding: 12px;
  }

  .b8e833dd .c8c46c09 p {
    font-size: 12px;
    line-height: 20px;
  }

  .b8e833dd .c8c46c09 li {
    margin-bottom: 12px;
  }
}

/* INFO END */

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

.a21be13e7 {
  max-width: none;
}

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

.a017dc7f9 .a3afd6b52 {
  display: flex;
  align-items: center;
}

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

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

.a017dc7f9 .e712761d {
  display: none;
}

.a017dc7f9 .a5d855bf4 {
  display: flex;
  align-items: center;
}

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

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

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

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

.a017dc7f9 .a5e601b47 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.a017dc7f9 .d9a79ed6 {
  margin-top: 20px;
}

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

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

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

  .a017dc7f9 .a32536baa {
    width: 48px;
    height: 48px;
  }

  .a017dc7f9 .d9a79ed6 {
    margin-top: 16px;
  }

  .a017dc7f9 .b038c4fa {
    font-size: 12px;
    line-height: 20.4px;
  }

  .a017dc7f9 .a7daafe80 {
    font-size: 12px;
  }

  .a017dc7f9 .a47b38547 {
    order: 2;
  }

  .a017dc7f9 .a5e601b47 {
    font-size: 10px;
  }

  .a017dc7f9 .a52bbb125 {
    font-size: 12px;
  }

  .a017dc7f9 .c669e395 img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

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

.h9db5ad02 {
  flex-wrap: wrap;
}

.h9db5ad02 .h2d0c14ee {
  width: 90%;
  z-index: 10;
}

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

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

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

.h722b6a43 .b082456d {
  line-height: 27px;
}

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

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

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

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

.h3a285a18 .bb160520 {
  width: 250px;
}

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

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

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

.h3a285a18 .g0a9e4e82 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.g0a9e4e82 {
  display: flex;
}

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

.g0a9e4e82 .g52ae0525 svg {
  margin-right: 8px;
}

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

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

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

.h9fca5a28 .eeddaa1e {
  width: 50%;
}

.h9fca5a28 .h49ab8bfd {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

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

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

  .h9fca5a28 {
    width: 39%;
  }
}

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

  .h3a285a18,
  .h9fca5a28 {
    width: 100%;
  }
}

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

  .h85bb4aeb {
    margin-top: 20px;
  }

  .h3a285a18 .d9e07b86 {
    justify-content: center;
    width: 240px;
  }

  .h9fca5a28 {
    font-size: 16px;
  }

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

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

  .h3a285a18 .g0a9e4e82 {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .h3a285a18 .bb160520 {
    width: 192px;
  }

  .h3a285a18 .h650250c8 {
    display: none;
  }

  .h9fca5a28 .eeddaa1e {
    width: 55%;
  }

  .h9fca5a28 .h49ab8bfd {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.aefc8793 {
  max-width: 900px;
}

.c66ee9dfa .aefc8793 {
  width: 69%;
}

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

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

.s05b73a1f .s8e4294c9 {
  text-align: left;
  margin-bottom: 24px;
}

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

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

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

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

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

.c81aec94 .s8ff54c5e:hover {
  background: rgba(255, 255, 255, 0.7);
}

.c81aec94 .d97bb924 {
  display: block;
  padding: 12px;
}

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

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

.c81aec94 .s798a1b61 {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

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

.c81aec94 .s605bf2eb {
  display: flex;
}

.c81aec94 .f728b324 {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.c81aec94 .f728b324 img {
  margin-right: 6px;
}

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

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

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

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

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

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

  .c81aec94 .s8ff54c5e {
    width: 48%;
    margin-bottom: 16px;
  }

  .c81aec94 .f757b591 {
    height: 90px;
  }

  .c81aec94 .s8ffb8922 {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .c81aec94 .s798a1b61 {
    font-size: 12px;
    padding-bottom: 12px;
  }

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

  .c81aec94 .f728b324 {
    margin-right: 8px;
  }

  .c81aec94 .f728b324 img {
    width: 15px;
  }
}

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

  .c81aec94 .f728b324 {
    margin-right: 4px;
  }
}

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

  .c81aec94 .b1a0f364 span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

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

.s24dc3212 {
  background: #fff;
}

.s24dc3212 .c7b397c76 {
  border: none;
}

.s24dc3212 .c15c2f59a {
  padding: 0;
}

.s24dc3212 .c41c7cce9 {
  margin-left: 0;
}

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

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

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

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

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

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

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

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

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

  .s579b8243 {
    padding-left: 46px;
  }

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

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

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

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

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

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

.d7169939.open .f2952c27 {
  display: block;
}

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

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

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

  .ae41896d {
    height: 40px;
  }

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

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

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

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

.h7b05eeac.open .h6b8d6f0e.open {
  display: none;
}

.h7b05eeac.open .h6b8d6f0e.close {
  display: inline-block;
}

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

.h6b8d6f0e.close {
  display: none;
}

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

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

.e504e8fc {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.r745c0f4e {
  margin-right: 8px;
}

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

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

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

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

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

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

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

  .r7dcc50e3 {
    margin-top: 8px;
  }

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

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

.a2b6f687c {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.db9e62b3 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bd3a0373 {
    width: 48%;
  }

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

  .b2f37623 {
    height: 86px;
  }

  .dc0d3e71 {
    height: 86px;
  }

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

  .bb6d80e2 {
    font-size: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

/* IMPORTANT BLOCK END */

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

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

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

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

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

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

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

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

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

  .p12978e50 .d0d6174a,
  .p12978e50 .a18e7647 {
    width: 100%;
    margin-bottom: 16px;
  }

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

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

.dc3c358a.open {
  display: flex;
}

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

.m4cd456ab {
  position: relative;
}

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

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

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

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

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

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

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

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

.a3bd94dfe {
  width: 100%;
}

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

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

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

.bc0f46f3 {
  margin-right: 12px;
}

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

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

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

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

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

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

.dd5a9ab5 .a11dc6b40 {
  display: none;
}

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

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

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

  .a11dc6b40 {
    display: none;
  }

  .dd5a9ab5 .a11dc6b40 {
    display: block;
  }
}

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

  .f1bf4b2e {
    display: block;
  }

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

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

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

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

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

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

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

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

    .e249462a {
      height: 120px;
    }

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

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

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

    .a11dc6b40 {
      margin-top: 0;
    }

    .a256c065 {
      height: 36px;
    }

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

    .a2d3c116b {
      font-size: 16px;
    }

    .a7430f0ae {
      font-size: 12px;
    }

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

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

.s4df75996.c41b6866 {
  max-width: none;
}
.a800a666c {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.a87caae35 {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.a87caae35 {}
.a619f57d8 {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.a7cdb03b0 {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.b4a5bf09 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.a710cbf49 {}
.a3853eb9b {
  width: 64%;
}
.c41b6866 .rank-math-breadcrumb a, .c41b6866 .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .a619f57d8 {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .a7cdb03b0 {
    margin: 0 auto 16px auto;
  }
  .a3853eb9b {
    width: 100%;
  }
}

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