/* 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);
}

.g9a282b52 {
  color: #5b8f35;
}

.f0bd497c {
  color: #eb8348;
}

.s10c944d3,
.b80b4670 {
  width: 14px;
  height: 14px;
}

.s10c944d3 path {
  fill: var(--color-primary);
}

.b80b4670 path {
  fill: none;
  stroke: var(--color-primary);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.align-start {
  align-items: flex-start !important;
}

.f1024adc {
  display: block;
  width: 24px;
  height: 22px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 8px;
}

.b41da801 {
  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;
}

.b41da801: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);
}

.b41da801 img {
  max-width: 100px;
  max-height: 53px;
  margin-left: 5px;
}

.d3d6aebf {
  display: flex;
}

.d3d6aebf .b00ac971 {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.d3d6aebf .ab4d8627 {
  color: #fff;
  padding-right: 10px;
  border-right: 1px solid #f2f2f2;
  font-size: 14px;
}

.d3d6aebf .f53bb4a8 {
  margin-left: 10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.d3d6aebf .b00ac971 .f53bb4a8 {
  margin-left: 0;
}

.c412b51bc {
  position: absolute;
  width: 100%;
  height: 550px;
  background-size: cover;
  background-position: center;
  z-index: -2;
}

.cf1e33b4 {
  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;
}

.bf5bf0ca {
  width: 100%;
  position: relative;
}

.t10ec4e66 {
  display: flex;
  justify-content: space-between;
}

.t10ec4e66 .l9e7c5858 {
  width: 29%;
}

.t10ec4e66 .r663a829d {
  width: 69%;
}

.c9ba8e5f6 {

}

.c3e2008d0 {
  display: flex;
  padding: 0 16px;
  gap: 0 10px;
}

.c77e72a9 {
  font-weight: 700;
  font-size: 14px;
  line-height: 170%;
  color: #a9adb9;
  text-decoration: none;
  padding: 8px 40px;
}

.c77e72a9.c213771c8 {
  color: #fff;
  background: #203b6b;
  border-radius: 8px 8px 0 0;
  cursor: default;
}

.e9a30f36 {
  position: relative;
  padding: 14px;
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f4f4f6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.e9a30f36::before {
  content: '';
  border-top: 2px solid #203b6b;
  border-radius: 10px;
  height: 65px;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
}
.c9ba8e5f6 {
  width: 100%;
}
.eff7043b .e9a30f36::before {
  content: none;
  border: none;
  height: 0;
}

.e9a30f36 .ea7f2a6b {
  background-color: #ffffff;
}
@media (max-width: 1024px) {
  .e9a30f36 {
    margin-bottom: 20px;
  }
  .c9ba8e5f6 {
    margin: 0 -15px;
    width: calc(100% + 30px);
    overflow: hidden;
  }
  .c3e2008d0 {
    margin: 0 15px;
  }
}

.dd99600e {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  padding: 20px 32px;
  margin: 64px 0;
}

.dd99600e.fcc61e9c {
  background: rgba(255, 255, 255, 0.4);
}

.c4f85459a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.c4f85459a .dd99600e {
  width: 69%;
  margin-top: 0;
}
.c4f85459a .c29f79f29 {
  width: 69%;
  margin-top: 0;
}
.c4f85459a .c29f79f29 .dd99600e {
  width: 100%;
}

.c74297415 {
  width: 29%;
}

.c05c6216a {
  max-width: 1320px;
  margin: 0 auto;
}

.c05c6216a img {
  max-width: 100%;
}

.c05c6216a .b197a6da {
  width: 100%;
  overflow-x: auto;
  border: 8px solid #203b6b;
  border-radius: 15px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .c05c6216a .b197a6da {
    border-width: 6px;
  }
}

table {
  width: 100%;
  border-collapse: collapse;
  background: #f7f8fb;
  color: var(--color-text-dark);
  max-width: 100%;
}

.b197a6da 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;
}

.h161a3af8 th {
  padding: 20px 32px;
  border-radius: 0;
}

.h161a3af8 td {
  padding: 20px 28px;
}

.h161a3af8 td:first-child {
  font-weight: 700;
  background: #e7eaee;
  text-align: left;
  padding: 20px 32px;
}

.a2caf079 {
  margin-bottom: 40px;
}

.e0e956a8 {
  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;
}

.e0e956a8 .d97cdf0a4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

.e0e956a8 .d3dfe7d81 {
  display: flex;
  align-items: center;
}

.e0e956a8 .af9ca788 {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 19px;
}

.e0e956a8 .af9ca788 span {
  font-size: 14px;
  font-weight: 700;
}

.e0e956a8 .af9ca788:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 1px;
  background: var(--color-secondary);
  height: 22px;
}

.e0e956a8 .d8ba2e033 {
  width: 61px;
  height: 61px;
  border-radius: 50px;
}

.e0e956a8 .d4ed83521 {
  margin-left: 10px;
}

.e0e956a8 .d32692b33 {
  width: 115px;
  margin-left: 20px;
}

.e0e956a8 .d32692b33 img {
  width: 100%;
}

.bf36a584 {
  padding: 0 15px;
}

.a05d4d13 {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.s5b37f98b {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  width: 400px;
  padding: 10px;
  margin-right: 10px;
}

.s63d02fec {
  position: relative;
  justify-content: center;
  min-width: 130px;
  font-weight: 700;
}

.s487e7d04 {
  position: relative;
  right: 40px;
  bottom: 1px;
}

.p565abee7 {
  display: flex;
  justify-content: space-between;
}

.p3bedec99 {
  width: 49%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.p3bedec99 .ffbd6798 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}

.b10daec5 .ffbd6798,
.b10daec5 li::marker {
  color: #5b8f35;
}

.c62fa3b95 .ffbd6798,
.c62fa3b95 li::marker {
  color: #eb8348;
}

.a69ab0c9 {
  margin: 20px 0 0 0;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  font-size: 14px;
}

.a69ab0c9 li:last-of-type {
  margin-bottom: 0;
}

.edf1e8c1 {
  width: 100%;
  display: none;
  background: #ffffff;
  border-radius: 10px;
  padding: 15px;
}

.edf1e8c1 .fd418415 {
  display: flex;
  justify-content: space-between;
}

.edf1e8c1 .ef2a9a73 {
  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;
}

.edf1e8c1 .ef2a9a73.active {
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
}

.edf1e8c1 .d1ecc8f3 {
  color: #5b8f35;
}

.edf1e8c1 .de2a239f {
  color: #eb8348;
}

.edf1e8c1 .a69ab0c9 {
  margin: 0;
  padding: 15px 0 0 0;
}

.edf1e8c1 .p23343191 {
  display: none;
}

.edf1e8c1 .p23343191.active {
  display: block;
}

.bf8a0f1c {
  margin-left: 5px;
}

.bf8a0f1c .ff766a13 {
  font-weight: 700;
  color: var(--color-primary);
}

.bf8a0f1c .f555c405 {
  color: #fff;
  margin-left: -4px;
  font-weight: 700;
}

@media (max-width: 1350px) {
  .c05c6216a {
    padding: 15px;
  }

  .b41da801 img {
    max-width: 65px;
  }
}

@media (max-width: 1100px) {
  .c4f85459a .dd99600e {
    width: 100%;
  }
  .c4f85459a .c29f79f29 {
    width: 100%;
  }

  .c74297415 {
    display: none;
  }
}

@media (max-width: 1024px) {
  .t10ec4e66 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .t10ec4e66 .l9e7c5858,
  .t10ec4e66 .r663a829d {
    width: 100%;
  }

  .t10ec4e66 .l9e7c5858 {
    width: 60%;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .t10ec4e66 .l9e7c5858 {
    width: 100%;
  }

  .e0e956a8 {
    background: transparent;
    flex-direction: column;
    padding: 0;
  }

  .e0e956a8 .d3dfe7d81 {
    width: 100%;
    background: #fff;
    padding: 3px 6px;
    border-radius: 7px;
    margin-top: 15px;
    justify-content: center;
  }

  .e0e956a8 .d97cdf0a4 {
    text-align: center;
  }

  .edf1e8c1 {
    display: block;
  }

  .p3bedec99 {
    display: none;
  }
}

@media (max-width: 480px) {
  .dd99600e {
    padding: 16px 12px;
    margin: 36px 0;
  }

  .c05c6216a .b197a6da {
    margin-bottom: 15px;
  }

  .c412b51bc {
    top: -5px;
  }

  .d3d6aebf .b00ac971 {
    font-size: 12px;
  }

  .d3d6aebf .f53bb4a8 {
    width: 18px;
    height: 18px;
  }

  .e0e956a8 .d97cdf0a4 {
    font-size: 12px;
  }

  .a2caf079 {
    margin-bottom: 15px;
  }

  .e0e956a8 {
    margin-bottom: 15px;
  }

  .e0e956a8 .d3dfe7d81 {
    margin-top: 0;
    justify-content: space-between;
  }

  .e0e956a8 .d8ba2e033 {
    width: 40px;
    height: 40px;
  }

  .e0e956a8 .d32692b33 {
    width: 72px;
  }

  .e0e956a8 .d4ed83521 {
    display: flex;
    align-items: center;
    font-size: 10px;
  }

  .e0e956a8 .dfcf50e1 {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }

  .e0e956a8 .af9ca788:after {
    height: 14px;
    top: 11px;
  }

  .e0e956a8 .dfcf50e1:after {
    content: "";
    position: absolute;
    right: 0;
    top: 3px;
    width: 1px;
    background: var(--color-secondary);
    height: 14px;
  }
}

/* QUOTE START */
.d74c9804 {
  background: #f7f8fb;
  border-radius: 20px;
  padding: 30px;
  margin: 30px 20px;
}

.b547844f .q9af3dfb3 {
  font-size: 34px;
  font-weight: 900;
  line-height: 45px;
  color: var(--color-text-dark);
  border-left: 5px solid var(--color-primary);
  padding-left: 20px;
}

.b547844f .d9b78793 {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 25px 0 25px;
}

@media (max-width: 480px) {
  .d74c9804 {
    margin: 15px 0;
    padding: 15px;
  }

  .b547844f .q9af3dfb3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    padding-left: 15px;
  }

  .b547844f .d9b78793 {
    padding: 20px 0 0 0;
    font-size: 10px;
    line-height: 17px;
  }
}
/* QUOTE END */

/* HEADER CONTENT START */
.c05af2a9 {
  background-size: cover;
}

.c05af2a9 .rank-math-breadcrumb {
  max-width: 1320px;
  margin: 0 auto;
}

.h74959c46 {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0;
  margin-bottom: 40px;
}

.h74959c46 .ee7b47b2 {
  position: relative;
  width: 65%;
}

.h74959c46 .h93b7af9a {
  position: relative;
  width: 35%;
}

.h74959c46 .h40f22704 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.h74959c46 .a46493a2 {
  text-align: left;
}

.h74959c46 .h40f22704 .a46493a2 {
  max-width: 1128px;
  text-align: center;
}

.h74959c46 .h99f827a4 {
  color: var(--color-text-add);
  line-height: 25px;
}

.h74959c46 .h99f827a4 a {
  color: var(--color-primary);
}

.h74959c46 .h40f22704 .h99f827a4 {
  max-width: 870px;
  text-align: center;
}

.h74959c46 .h6c957044 {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}

.h74959c46 .ea95be02 {
  max-width: 24%;
  object-fit: contain;
  margin-right: 10px;
  margin-bottom: 10px;
}

.h74959c46 .h750c7be0 {
  margin-top: 30px;
  font-size: 12px;
}

.h74959c46 .h93b7af9a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.h74959c46 .h802dfb66 {
  justify-content: center;
  padding: 10px;
}

.h74959c46 .a0c77b95 {
  margin-top: 10px;
  color: #fff;
  font-size: 12px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 5px 10px;
}

.h74959c46 .h8bf150a6 {
  margin-top: 36px;
}

.h8bf150a6 {
  display: flex;
  align-items: center;
  color: #7e8394;
  font-size: 14px;
}

.h8bf150a6 .h42500066 {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.h8bf150a6 .h42500066::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.h8bf150a6 .h6ffd97f5 {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  margin-right: 12px;
}

.h8bf150a6 .h56f6edfc {
  margin-right: 16px;
}

.h8bf150a6 .h03cee718 {
  font-size: 12px;
  line-height: 19px;
}

.h8bf150a6 .c7e1883c {
  font-weight: 700;
}
.h8bf150a6 .c7e1883c a {
  font-weight: 700;
  color: #7e8394;
  font-size: 14px;
  line-height: 1.2em;
  text-decoration: none;
}

.h8bf150a6 .h2a16da11 {
  margin-right: 32px;
}

.h8bf150a6 .h5de39400 {
  font-size: 12px;
  line-height: 19px;
}

.h8bf150a6 .ded85e77 {
  font-weight: 700;
}

.h8bf150a6 .h1076c61e {
  display: none;
}

.h8bf150a6 .h785c8bbc {
  display: flex;
  align-items: center;
}

.h8bf150a6 .header-meta-socials__item {
  display: flex;
  align-items: center;
  position: relative;
}

.h8bf150a6 .header-meta-socials__item:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.h8bf150a6 .header-meta-socials__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.d02d9f2f {
  display: none;
  position: absolute;
  bottom: 12px;
  left: 0;
  padding: 0 0 40px 0;
  width: 400px;
  background: transparent;
  z-index: 4;
}
.d554cf2d .d02d9f2f {
  top: 20px;
  bottom: auto;
  padding: 20px 0 0 0;
}
.c7e1883c:hover .d02d9f2f {
  display: block;
}
.d554cf2d:hover .d02d9f2f {
  display: block;
}
.d02d9f2f .f1101036 {
  border: 2px solid #ffffff;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 10px;
}
.d02d9f2f .e857c33c {
  margin-bottom: 4px;
}
.d02d9f2f .a4fda17ba {
  line-height: 1.3em;
  font-weight: normal;
  color: #171e34;
}
@media (max-width: 600px) {
  .h8bf150a6 .h42500066 {
    position: static;
  }
  .h8bf150a6 {
    position: relative;
  }
  .d02d9f2f {
    width: 90%;
    bottom: 100px;
    padding: 0 0 20px 0;
  }
}

.h588935b8 {
  position: absolute;
  top: -170px;
  z-index: 0;
}

.h9df3e0aa {
  position: relative;
}

.h2424289f .h4433b5b1 {
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
}

.h9df3e0aa .h0c95b665 {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
  width: 345px;
  margin-bottom: 4px;
}

.h9df3e0aa .h353ed420 {
  max-width: 263px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 12px;
}

.h9df3e0aa .ac7e60e7 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.a86c296b {
  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;
}

.fd71eb10 {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fd71eb10:nth-of-type(2) {
  margin-left: 10px;
  padding-left: 10px;
}

.fd71eb10:nth-of-type(2)::before {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 38px;
  background: #b0b4bf;
}

.ef0e6411 {
  display: flex;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.ef0e6411 .h2a0af56b {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #7e8394;
}

.ef0e6411 span {
  font-size: 20px;
}

.ef0e6411 small {
  font-size: 16px;
  margin: 0 4px;
}

.h61438277 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.d89dde4b {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.d89dde4b .aea1724e {
  font-size: 14px;
  font-weight: 700;
  color: #7e8394;
}

.h189e4c1f {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}

.h189e4c1f .h15f986bd {
  position: relative;
  width: 240px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid;
}

.h189e4c1f .h7124fb72 {
  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;
}

.h189e4c1f .h83116d27 {
  width: 44px;
  height: 44px;
}

.h189e4c1f .h4571ddc9 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: var(--color-text-add);
  text-align: center;
  padding: 36px 12px 24px 12px;
}

.h189e4c1f .h4571ddc9::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 30px);
  width: 60px;
  height: 1px;
  background: var(--color-primary);
}

.h74959c46.ea2e3479 {
  margin-bottom: 0;
}

.ff678915 {
  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;
}

.h18afc428 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 16px 0;
  overflow: auto;
}

.h18afc428 .h53c25006 {
  max-width: 270px;
  max-height: 35px;
}

.h18afc428 .h53c25006:not(:last-of-type) {
  margin-right: 50px;
}

@media (max-width: 1350px) {
  .h74959c46 {
    padding: 15px !important;
  }

  .c05af2a9 .rank-math-breadcrumb {
    padding: 15px 15px 0 15px !important;
  }

  .h74959c46 .h6c957044 {
    margin-top: 40px;
  }

  .h189e4c1f .h15f986bd {
    width: 190px;
  }
}

@media (max-width: 1024px) {
  .h74959c46 {
    flex-wrap: wrap;
  }

  .h74959c46 .ee7b47b2,
  .h74959c46 .h93b7af9a {
    width: 100%;
  }

  .h2424289f .h4433b5b1 {
    margin-top: 50px;
  }

  .h189e4c1f {
    flex-wrap: wrap;
    justify-content: center;
  }

  .h189e4c1f .h15f986bd {
    margin: 0 32px 48px 0;
  }
}

@media (max-width: 900px) {
  .h18afc428 {
    justify-content: flex-start;
  }

  .h18afc428 .h53c25006 {
    max-width: 200px;
  }

  .h18afc428 .h53c25006:not(:last-of-type) {
    margin-right: 25px;
  }
}

@media (max-width: 768px) {
  .h74959c46 .h99f827a4 {
    font-size: 14px;
  }

  .h18afc428 .h53c25006 {
    max-width: 154px;
  }
}

@media (max-width: 600px) {
  .h74959c46 .h8bf150a6 {
    font-size: 12px;
    margin-top: 16px;
  }
  .h8bf150a6 .c7e1883c a {
    font-size: 12px;
  }

  .h8bf150a6 .h42500066 {
    margin-right: 12px;
    padding-right: 12px;
  }

  .h8bf150a6 .h6ffd97f5 {
    width: 28px;
    height: 28px;
  }

  .h8bf150a6 .h03cee718,
  .h8bf150a6 .h5de39400 {
    font-size: 10px;
    line-height: 13px;
  }

  .h8bf150a6 .d8f0da9d {
    width: 49px;
  }

  .h8bf150a6 .h56f6edfc {
    margin-right: 8px;
  }

  .h8bf150a6 .h2a16da11 {
    margin-right: 12px;
  }

  .h8bf150a6 .h879e4506 {
    position: relative;
  }

  .h8bf150a6 .h1076c61e {
    display: block;
  }

  .h8bf150a6 .h785c8bbc {
    display: none;
  }

  .h8bf150a6 .h879e4506:hover .h785c8bbc {
    display: flex;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #162a4d;
    padding: 5px 10px;
    border-radius: 8px;
  }

  .c3e2008d0 {
    padding: 0;
  }

  .e9a30f36 {
  }

  .c77e72a9 {
    line-height: 140%;
    border-radius: 8px;
    padding: 6px 16px;
  }
}

@media (max-width: 480px) {
  .h74959c46 {
    margin-bottom: 0;
  }

  .h74959c46 .a46493a2 {
    text-align: center;
  }

  .h74959c46 .h99f827a4 {
    font-size: 14px;
  }

  .h74959c46 .h6c957044 {
    margin-top: 20px;
    justify-content: center;
  }

  .h74959c46 .h750c7be0 {
    margin-top: 20px;
    font-size: 8px;
    line-height: 12px;
  }

  .h74959c46 .h93b7af9a {
    margin-top: 40px;
  }

  .h74959c46 .a0c77b95 {
    font-size: 8px;
  }

  .h588935b8 {
    max-width: 238px;
    top: -65px;
    opacity: 0.5;
  }

  .h9df3e0aa .h0c95b665 {
    width: 100%;
    justify-content: space-between;
  }

  .h9df3e0aa .h353ed420 {
    max-width: none;
    margin-right: 0;
    margin-top: 12px;
    order: 3;
    font-size: 16px;
    height: 54px;
  }

  .h9df3e0aa .a86c296b {
    max-width: 320px;
    width: 83%;
    height: 48px;
    order: 1;
    padding: 7px 20px;
    margin-top: 0;
    margin-right: 8px;
  }

  .h9df3e0aa .ef0e6411 {
    font-size: 14px;
  }

  .h9df3e0aa .ef0e6411 span {
    font-size: 16px;
  }

  .h9df3e0aa .h61438277 {
    font-size: 12px;
  }

  .h9df3e0aa .ac7e60e7 {
    width: 48px;
    height: 48px;
    order: 2;
  }

  .d89dde4b .aea1724e {
    font-size: 12px;
    font-weight: 400;
  }

  .h9df3e0aa .fd71eb10:nth-of-type(2)::before {
    height: 25px;
  }

  .h189e4c1f {
    margin-top: 50px;
    justify-content: space-evenly;
  }

  .h189e4c1f .h15f986bd {
    width: 158px;
    margin-right: 12px;
  }

  .h189e4c1f .h7124fb72 {
    width: 44px;
    height: 44px;
    left: calc(50% - 22px);
  }

  .h189e4c1f .h83116d27 {
    width: 32px;
    height: 32px;
  }

  .h189e4c1f .h4571ddc9 {
    font-size: 14px;
    padding: 24px 12px 18px 12px;
  }

  .h189e4c1f .h4571ddc9::after {
    bottom: 10px;
  }

  .ff678915 {
    margin-bottom: 12px;
  }

  .h18afc428 {
    padding: 8px 0 8px 0;
  }

  .h18afc428::-webkit-scrollbar {
    width: 0;
  }

  .h18afc428 {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .h18afc428 .h53c25006 {
    max-height: 26px;
  }

  .h18afc428 .h53c25006 {
    margin-right: 10px !important;
    margin-left: 10px;
  }
}
/* HEADER CONTENT END */

/* CONTENT BANNER START */
.c0cf0db7b {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 336px;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .c0cf0db7b {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .c0cf0db7b {
    height: 85px;
    border-radius: 5px;
  }
}
/* CONTENT BANNER END */

/* CUSTOM LIST START */
.c26a4c6a6 {
  display: flex;
  justify-content: center;
  background: #f7f8fb;
  border: 1px solid #dcdfe4;
  border-radius: 20px;
  margin: 20px;
  padding: 0 20px;
}

.c77bf877b {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px 0 0 0 !important;
  list-style: none !important;
}

.c77bf877b .c6ea41a90 {
  width: 24%;
  margin: 0 0 20px 0;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: var(--color-text-dark);
}

.c77bf877b .c6ea41a90::before {
  content: url(../images/li_before.svg);
  margin-right: 15px;
}

@media (max-width: 768px) {
  .c77bf877b .c6ea41a90 {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .c26a4c6a6 {
    padding: 0 35px;
  }

  .c77bf877b .c6ea41a90 {
    width: 49%;
    margin-bottom: 10px;
  }
}
/* CUSTOM LIST END */

/* FAQ START */
.b0a805f5 {
  width: 100% !important;
  margin: 0;
}

.b0a805f5 .f9e7a84f1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 52px;
  color: var(--color-text-dark);
}

.b0a805f5 .c0d88116 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
  padding: 20px;
}

.b0a805f5 .c2b9f198 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  margin-bottom: 16px;
}

.b0a805f5 .c2b9f198:hover {
  background: rgba(255, 255, 255, 0.7);
}

.b0a805f5 .f86f8596b {
  cursor: pointer;
  color: var(--color-text-dark);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.b0a805f5 .f9af6ec62 {
  display: none;
  margin: 0;
  padding: 0 20px 20px 20px;
}

.b0a805f5 .f9af6ec62.active {
  display: block;
}

.b0a805f5 .d145288f,
.b0a805f5 .cf19d760 {
  display: none;
  width: 18px;
  height: 18px;
}

.b0a805f5 .d145288f.active {
  display: block;
}

.b0a805f5 .cf19d760.active {
  display: block;
}

@media (max-width: 480px) {
  .b0a805f5 {
    margin: 15px 0;
  }

  .b0a805f5 .f9e7a84f1 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 15px;
  }

  .b0a805f5 .c0d88116 {
    font-size: 10px;
    padding: 15px;
  }

  .b0a805f5 .f86f8596b {
    padding: 15px;
    font-size: 10px;
    line-height: 16px;
  }

  .b0a805f5 .f9af6ec62 {
    margin-left: 0;
    font-size: 10px;
  }

  .b0a805f5 .f317e7c4d {
    max-width: 90%;
    font-size: 12px;
  }

  .b0a805f5 .d145288f,
  .b0a805f5 .cf19d760 {
    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 */
.c4650e6b {
  padding: 100px 15px;
}

.cf990704 {
  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);
}

.cf990704 .page-404__logo {
  max-width: 130px;
}

.cf990704 .p052c015e {
  margin: 20px 0;
}

.cf990704 .aabe897f {
  position: relative;
  font-size: 20px;
  margin-bottom: 40px;
}

.cf990704 .aabe897f::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 19px);
  width: 38px;
  height: 3px;
  background: var(--color-secondary);
}

.cf990704 .p534e9d85 {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .cf990704 {
    padding: 25px 40px;
  }
}

@media (max-width: 480px) {
  .c4650e6b {
    padding: 50px 15px;
  }

  .p052c015e svg {
    height: 70px;
  }

  .cf990704 .aabe897f {
    font-size: 16px;
  }

  .cf990704 .p534e9d85 {
    font-size: 10px;
  }
}
/* 404 PAGE END */

/* STATIC PAGE START */
.s0346fce4 {
  max-width: 925px;
  margin: 0 auto;
  padding-top: 30px;
}

.s0346fce4 .s2808090f {
  background: #ffffff;
  opacity: 0.8;
  border-radius: 10px;
  padding: 20px;
}

@media (max-width: 480px) {
  .s0346fce4 {
    padding-top: 15px;
  }
}
/* STATIC PAGE END */

/* DEFAULT GRID START */
.d95ecd523 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.d95ecd523 .d13ba5e4 {
  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;
}

.d95ecd523 .d13ba5e4:hover {
  background: linear-gradient(180deg, #ffffff -20.15%, rgba(242, 242, 242, 0.6) 100%);
}

.d95ecd523 .d5ea52a27 {
  width: 100%;
  height: 190px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 10px;
}

.d95ecd523 .d7dbaee27 {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  color: var(--color-text-dark);
}

@media (max-width: 1024px) {
  .d95ecd523 .d13ba5e4 {
    width: 23%;
  }

  .d95ecd523 .d5ea52a27 {
    height: 160px;
  }
}

@media (max-width: 800px) {
  .d95ecd523 .d13ba5e4 {
    width: 31%;
  }
}

@media (max-width: 600px) {
  .d95ecd523 .d13ba5e4 {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .d95ecd523 .d13ba5e4 {
    width: 100%;
  }

  .d95ecd523 .d5ea52a27 {
    height: 180px;
  }

  .d95ecd523 .d7dbaee27 {
    font-size: 16px;
  }
}
/* DEFAULT GRID END */

/* SEARCH START */
.s30af56de {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .s30af56de {
    padding-top: 15px;
  }
}
/* SEARCH END */

/* CATEGORY START */
.c85da15c9 {
  padding-top: 30px;
}

@media (max-width: 480px) {
  .c85da15c9 {
    padding-top: 15px;
  }
}
/* CATEGORY END */

/* INFO START */
.h2989245a {
  flex-direction: column;
  padding: 0;
}

.h2989245a .h8bf150a6 {
  margin-top: 65px;
  margin-bottom: 125px;
}

.c3329af23 {
  width: 69%;
}

.a580c422 {
  width: 100%;
  border-radius: 10px;
  background: #f8f8f8;
  padding: 20px 32px;
  margin: -125px auto 0 auto;
}

.i931928bd {
  margin: 30px auto 0 auto;
}

.a6bdf077 .b3b5ef43 {
  font-weight: 700;
  line-height: 51px;
  margin-bottom: 32px;
  color: var(--color-text-dark);
}

.a6bdf077 .ac791a5a {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 10px;
}

.a6bdf077 .i41aceb45 {
  padding: 32px;
}

.a6bdf077 .i41aceb45 img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.a6bdf077 .i41aceb45 table {
  width: 100%;
}

@media (max-width: 1100px) {
  .c3329af23 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .h2989245a {
    padding: 0 15px;
  }

  .a6bdf077 .ac791a5a {
    height: 320px;
  }
}

@media (max-width: 480px) {
  .h2989245a .h8bf150a6 {
    margin-top: 16px;
    margin-bottom: 85px;
  }

  .a6bdf077 {
    margin-top: -50px;
  }

  .a6bdf077 .b3b5ef43 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 25px;
  }

  .a6bdf077 .i41aceb45 {
    padding: 12px;
  }

  .a6bdf077 .i41aceb45 p {
    font-size: 12px;
    line-height: 20px;
  }

  .a6bdf077 .i41aceb45 li {
    margin-bottom: 12px;
  }
}

/* INFO END */

/* AUTHOR BLOCK START */
.a881540b5 {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 32px auto;
  padding: 24px 32px;
  max-width: 925px;
}

.a6cba5276 {
  max-width: none;
}

.a881540b5 .bccc361c {
  display: flex;
  justify-content: space-between;
}

.a881540b5 .a2ae072af {
  display: flex;
  align-items: center;
}

.a881540b5 .a9198feee {
  width: 65px;
  height: 65px;
  border-radius: 50px;
  margin-right: 16px;
}

.a881540b5 .author-block-links__item img {
  width: 100%;
  padding: 8px;
}

.a881540b5 .ce9cb258 {
  display: none;
}

.a881540b5 .a1e55584e {
  display: flex;
  align-items: center;
}

.a881540b5 .a1e55584e a {
  display: flex;
  align-items: center;
  position: relative;
  border: none;
}

.a881540b5 .a1e55584e a:not(:last-of-type) {
  padding-right: 12px;
  margin-right: 12px;
}

.a881540b5 .a1e55584e a:not(:last-of-type)::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 22px;
  background: #7e8394;
}

.a881540b5 .d60fb732 {
  color: var(--color-text-dark);
  font-weight: 700;
}
.a881540b5 .d60fb732 a {
  color: var(--color-text-dark);
  font-weight: 700;
  text-decoration: none;
}

.a881540b5 .fdab8e03 {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
}

.a881540b5 .a7a6c0b92 {
  margin-top: 20px;
}

.a881540b5 .d674fa68 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.a881540b5 .a8b5cbe31 {
  margin-left: 10px;
  font-weight: 700;
  color: var(--color-text-dark);
}

@media (max-width: 480px) {
  .a881540b5 {
    flex-wrap: wrap;
    padding: 12px;
  }

  .a881540b5 .a9198feee {
    width: 48px;
    height: 48px;
  }

  .a881540b5 .a7a6c0b92 {
    margin-top: 16px;
  }

  .a881540b5 .a1b9d8d48 {
    font-size: 12px;
    line-height: 20.4px;
  }

  .a881540b5 .d60fb732 {
    font-size: 12px;
  }

  .a881540b5 .ec16ccf5 {
    order: 2;
  }

  .a881540b5 .fdab8e03 {
    font-size: 10px;
  }

  .a881540b5 .a42a6a8d8 {
    font-size: 12px;
  }

  .a881540b5 .d674fa68 img {
    width: 62px;
  }
}
/* AUTHOR BLOCK END */

/* CONTENT CASINO REVIEW START */
.c3182a751 .content-casino-review__disclaimer {
  padding: 0 20px 20px 20px;
}

.h2424289f {
  flex-wrap: wrap;
}

.h2424289f .a46493a2 {
  width: 90%;
  z-index: 10;
}

@media (max-width: 1024px) {
  .h2424289f .a46493a2 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h2424289f .h99f827a4 {
    text-align: center;
  }
}
/* CONTENT CASINO REVIEW END */

/* GAME REVIEW START */
.h31fb69f9 {
  padding: 0 0 24px 0;
  display: block;
}

.h31fb69f9 .h99f827a4 {
  line-height: 27px;
}

.h2e1e0359 {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.ac616305 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69%;
  border-radius: 10px;
  height: 500px;
}

.ac616305 .h7a2beec2 {
  max-width: 340px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ac616305 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);
}

.ac616305 .a724c8c7 {
  width: 250px;
}

.ac616305 .b7015d8c {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  border: 2px solid #ffffff;
  border-radius: 10px;
  margin-top: 16px;
  color: #fff;
}

.ac616305 .f9578e61 {
  width: 100%;
  text-align: center;
  color: #a9adb9;
  margin-top: 8px;
}

.ac616305 .h4c6988a8 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.ac616305 .g442febf0 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.g442febf0 {
  display: flex;
}

.g442febf0 .f1659061 {
  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;
}

.g442febf0 .f1659061 svg {
  margin-right: 8px;
}

.h09836335 {
  width: 29%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 20px;
  color: #a9adb9;
}

.h09836335 .h20aba180 {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
}

.h09836335 .aa0fab31 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 16px;
}

.h09836335 .ad0da9a4 {
  width: 50%;
}

.h09836335 .h60c0539d {
  display: flex;
  flex-wrap: wrap;
  width: 49%;
}

.h09836335 .h60c0539d span {
  display: flex;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  margin: 0 10px 5px 0;
}

@media (max-width: 1200px) {
  .ac616305 {
    width: 59%;
  }

  .h09836335 {
    width: 39%;
  }
}

@media (max-width: 768px) {
  .h2e1e0359 {
    flex-wrap: wrap;
  }

  .ac616305,
  .h09836335 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .h31fb69f9 .h99f827a4 {
    max-width: 100%;
    text-align: center;
  }

  .h2e1e0359 {
    margin-top: 20px;
  }

  .ac616305 .h7a2beec2 {
    justify-content: center;
    width: 240px;
  }

  .h09836335 {
    font-size: 16px;
  }

  .ac616305 a {
    font-size: 16px;
    height: 57px;
  }

  .ac616305 {
    height: 300px;
    margin-bottom: 24px;
  }

  .ac616305 .g442febf0 {
    left: auto;
    bottom: 12px;
    right: 12px;
  }

  .ac616305 .a724c8c7 {
    width: 192px;
  }

  .ac616305 .h4c6988a8 {
    display: none;
  }

  .h09836335 .ad0da9a4 {
    width: 55%;
  }

  .h09836335 .h60c0539d {
    display: flex;
    flex-wrap: wrap;
    width: 44%;
  }
}

.g06e4e302 {
  max-width: 900px;
}

.c4f85459a .g06e4e302 {
  width: 69%;
}

.g0fcc8d6b {
  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) {
  .g06e4e302 {
    width: 100% !important;
    max-width: none;
  }
}
/* GAME REVIEW END */

/* SLOT GRID START */
.a67caf5b {
  margin-bottom: 30px;
}

.a67caf5b .a738f600 {
  text-align: left;
  margin-bottom: 24px;
}

.s75d8459c {
  width: 100%;
  display: flex;
  justify-content: center;
}

.s16aea7b3 {
  cursor: pointer;
  padding: 10px 28px;
  background: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  border-radius: 10px;
  color: var(--color-text-dark);
}

.s2d5ab84c {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.s2d5ab84c a {
  color: var(--color-text-main) !important;
  border: none !important;
}

.s2d5ab84c .d34ba4cf {
  width: 19%;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  margin-bottom: 20px;
}

.s2d5ab84c .d34ba4cf:hover {
  background: rgba(255, 255, 255, 0.7);
}

.s2d5ab84c .f0f57d61 {
  display: block;
  padding: 12px;
}

.s2d5ab84c .s2d3cdd30 {
  width: 100%;
  height: 143px;
  object-fit: cover;
  border-radius: 10px;
}

.s2d5ab84c .s5590e183 {
  display: block;
  font-weight: 700;
  padding: 0 12px 8px 12px;
}

.s2d5ab84c .ee65d515 {
  font-size: 14px;
  padding: 0 12px 17px 12px;
}

.s2d5ab84c .s1f679a87 {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  padding: 8px 16px;
  color: #4a5b68;
  font-size: 14px;
}

.s2d5ab84c .d9ca7776 {
  display: flex;
}

.s2d5ab84c .s5f30d7b5 {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.s2d5ab84c .s5f30d7b5 img {
  margin-right: 6px;
}

.s2d5ab84c .a1bdea99 span {
  color: var(--color-primary);
  margin-left: 5px;
}

@media (max-width: 1200px) {
  .s2d5ab84c .s1f679a87 {
    flex-direction: column;
  }
}

@media (max-width: 1100px) {
  .s2d5ab84c .d34ba4cf {
    width: 24%;
  }
}

@media (max-width: 768px) {
  .s2d5ab84c .d34ba4cf {
    width: 32%;
  }
}

@media (max-width: 480px) {
  .a67caf5b .a738f600 {
    margin-bottom: 16px;
  }

  .s2d5ab84c {
    justify-content: space-between;
  }

  .s2d5ab84c .d34ba4cf {
    width: 48%;
    margin-bottom: 16px;
  }

  .s2d5ab84c .s2d3cdd30 {
    height: 90px;
  }

  .s2d5ab84c .s5590e183 {
    font-size: 16px;
    padding-bottom: 4px;
  }

  .s2d5ab84c .ee65d515 {
    font-size: 12px;
    padding-bottom: 12px;
  }

  .s2d5ab84c .s1f679a87 {
    flex-direction: row;
    font-size: 10px;
    padding: 6px 12px;
  }

  .s2d5ab84c .s5f30d7b5 {
    margin-right: 8px;
  }

  .s2d5ab84c .s5f30d7b5 img {
    width: 15px;
  }
}

@media (max-width: 400px) {
  .s2d5ab84c .s1f679a87 {
    padding: 6px;
  }

  .s2d5ab84c .s5f30d7b5 {
    margin-right: 4px;
  }
}

@media (max-width: 375px) {
  .s2d5ab84c .s5f30d7b5 img {
    margin-right: 2px;
  }

  .s2d5ab84c .a1bdea99 span {
    margin-left: 0;
  }
}
/* SLOT GRID END */

/* SLOTS HUB START */
.h2a434348 .h99f827a4 {
  max-width: 1082px !important;
  margin-bottom: 70px;
}

.s34c12bef {
  background: #fff;
}

.s34c12bef .a15214d7 {
  border: none;
}

.s34c12bef .c9caa72d6 {
  padding: 0;
}

.s34c12bef .e20c59ad {
  margin-left: 0;
}

@media (max-width: 480px) {
  .h2a434348 .h99f827a4 {
    margin-bottom: 20px;
  }
}
/* SLOTS HUB END */

/* SLOT SEARCH START */
.c2bab96b {
  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;
}

.fc3ecbf1 {
  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;
}

.fc3ecbf1:focus {
  border: 1px solid rgba(169, 173, 185, 0.7);
}

.fc3ecbf1::placeholder {
  font-size: 16px;
}

.c2bab96b::before {
  content: url(../images/slot-search.svg);
  position: absolute;
  top: calc(50% - 11px);
  left: 40px;
  z-index: 10;
}

@media (max-width: 600px) {
  .fc3ecbf1 {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
  }

  .c2bab96b::before {
    width: 18px;
    height: 18px;
    top: calc(27% - 9px);
  }
}

@media (max-width: 480px) {
  .c2bab96b {
    padding: 12px 8px;
    margin-bottom: 16px;
  }

  .fc3ecbf1 {
    padding-left: 46px;
  }

  .fc3ecbf1::placeholder {
    font-size: 14px;
  }

  .c2bab96b::before {
    left: 20px;
  }
}
/* SLOT SEARCH END */

/* FILTER  PROVIDER START */
.fe6cfbf0 {
  position: relative;
  width: 30%;
}

.f95bdd650 {
  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;
}

.f95bdd650::after {
  content: url(../images/filter-arrow.svg);
  position: absolute;
  right: 16px;
}

.f4b04a9ba {
  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;
}

.fe6cfbf0.open .f4b04a9ba {
  display: block;
}

.e06f9b94 {
  cursor: pointer;
  padding: 12px 0;
  margin: 0 16px;
}

.e06f9b94:not(:last-of-type) {
  border-bottom: 1px dashed #a9adb9;
}

@media (max-width: 600px) {
  .fe6cfbf0 {
    width: 100%;
  }

  .f95bdd650 {
    height: 40px;
  }

  .f4b04a9ba {
    top: 47px;
  }
}
/* FILTER  PROVIDER END */

/* HIDE SUBTITLE START */
.c2946b31 {
  position: relative;
}

.a12ec0c4 {
  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;
}

.c2946b31.open .a12ec0c4 {
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  max-height: none;
  overflow: visible;
}

.c2946b31.open .c846fa4a.open {
  display: none;
}

.c2946b31.open .c846fa4a.close {
  display: inline-block;
}

.c846fa4a {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px dashed #ffffff;
  margin-top: 4px;
}

.c846fa4a.close {
  display: none;
}

@media (max-width: 480px) {
  .c2946b31 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
/* HIDE SUBTITLE END */

/* RECOMMENDED GRID START*/
.a8f02296 {
  width: 100%;
  margin-bottom: 48px;
}

.r5c956d61 {
  width: 100%;
}

.f7fe5f4f {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
}

.f7fe5f4f:not(:last-of-type) {
  margin-bottom: 16px;
}

.r413b0b99 {
  width: 180px;
  padding: 10px;
}

.r9ef943a9 {
  width: 123px;
  height: 50px;
  font-size: 14px;
  justify-content: center;
  margin-top: 13px;
}

.d85dc587 {
  width: 70px;
  height: 70px;
}

.r4e8e6fc5 {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.r57adc910 {
  font-size: 14px;
  font-weight: 700;
  color: #171e34;
  text-decoration: none;
}

.r263d0159 {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.r263d0159 span {
  font-size: 16px;
  font-weight: 700;
}

.r5dd2cb0b {
  margin-right: 8px;
}

.r5dd2cb0b svg {
  width: 12px;
  height: 12px;
}

.r01a68cf5 {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 10px 0;
  margin-top: 4px;
}

.cce19c93 {
  position: relative;
  color: #171e34;
  font-weight: 700;
}

.cce19c93 span {
  font-size: 20px;
}

.cce19c93:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 3px;
  right: -25px;
  width: 1px;
  height: 22px;
  background: #a9adb9;
}

@media (max-width: 1350px) {
  .r413b0b99 {
    width: auto;
  }

  .r9ef943a9 {
    width: 95%;
    margin: 6px auto 0 auto;
  }

  .r01a68cf5 {
    margin-top: 8px;
  }

  .cce19c93:not(:last-of-type)::after {
    right: -15px;
  }
}
/* RECOMMENDED GRID END*/

/* ARTICLES GRID START */
.a8bf5efdc {
  width: 100%;
  margin-bottom: 48px;
}

.a80ca21ce {
  width: 100%;
}

.a2ba113e0 {
  width: 100%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.28);
  text-decoration: none;
  color: #4a5b68 !important;
}

.a2ba113e0:not(:last-of-type) {
  margin-bottom: 16px;
}

.ec6709ad {
  display: flex;
  padding: 16px 12px;
}

.a118afa57 {
  display: block;
  width: 109px;
  height: 67px;
  margin-right: 16px;
}

.a34660059 {
  max-width: none !important;
  width: 109px;
  height: 67px;
  border-radius: 8px;
}

.c6e7074d {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #171e34 !important;
  text-decoration: none;
  line-height: 170%;
}

.b7615415 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  background: #fff;
  padding: 8px 12px;
}

.e3dec062 {
  font-size: 12px;
  font-weight: 400;
}

.a95c48a93 {
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 14px;
  padding-right: 20px;
}

.a95c48a93::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: 2.5px;
}
/* ARTICLES GRID END */

/* LINKING SIDEBART START */
.c1669f0c {
  width: 100%;
  margin-bottom: 48px;
}

.l01f50a12 {
  width: 100%;
}

.aa9e383c {
  position: relative;
  display: block;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.4);
  color: #171e34;
  text-decoration: none;
  padding: 16px 12px;
}

.aa9e383c:not(:last-of-type) {
  margin-bottom: 12px;
}

.l19b0c484 {
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.aa9e383c::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 10px;
}
/* LINKING SIDEBART END */

/* LINKING GRID START */
.ec84364b {
  width: 100%;
  margin-bottom: 48px;
}

.b59aa419 {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.l1ef19637 {
  width: 24%;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.52);
  padding: 16px;
  margin-bottom: 16px;
}

.ce99aa35 {
  display: block;
  width: 100%;
  height: 172px;
  margin-bottom: 12px;
}

.l91097fe0 {
  width: 100%;
  height: 172px;
  border-radius: 8px;
}

.bfb07610 {
  display: block;
  height: 54px;
  overflow: hidden;
  color: #171e34;
  text-decoration: none;
  margin-bottom: 20px;
}

.l6335592d {
  display: flex;
  justify-content: space-between;
}

.l92065882 {
  font-size: 12px;
  color: #4a5b68;
}

.e41c1273 {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
}

.e41c1273::after {
  content: url(../images/arrow_right_blue.svg);
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
}

@media (max-width: 1100px) {
  .l1ef19637 {
    width: 32%;
  }
}

@media (max-width: 768px) {
  .b59aa419 {
    justify-content: space-between;
  }

  .l1ef19637 {
    width: 48%;
  }

  .linking-sidebar-item__title{
    width: calc(90% - 24px);
  }
}
@media (max-width: 480px) {
  .l1ef19637 {
    padding: 8px;
    margin-bottom: 12px;
  }

  .ce99aa35 {
    height: 86px;
  }

  .l91097fe0 {
    height: 86px;
  }

  .bfb07610 {
    font-size: 12px;
    line-height: 120%;
    height: 28px;
  }

  .l92065882 {
    font-size: 10px;
  }

  .e41c1273 span {
    display: none;
  }
}
/* LINKING GRID END */

/* IMPORTANT BLOCK START */
.b53ed00b {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 32px;
  margin: 20px 0;
}

.i7646fb49 {
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
  color: #203b6b;
}

.b53ed00b::before,
.b53ed00b::after {
  content: "";
  position: absolute;
  width: 172px;
  height: 4px;
  background: var(--color-primary);
}

.b53ed00b::before {
  top: 20px;
  left: 32px;
}

.b53ed00b::after {
  bottom: 20px;
  right: 32px;
}

@media (max-width: 600px) {
  .b53ed00b {
    padding: 28px 12px;
  }

  .b53ed00b::before,
  .b53ed00b::after {
    width: 94px;
  }

  .b53ed00b::before {
    top: 16px;
    left: 12px;
  }

  .b53ed00b::after {
    bottom: 16px;
    right: 12px;
  }
}

@media (max-width: 480px) {
  .i7646fb49 {
    font-size: 14px;
    line-height: 140%;
  }
}

/* IMPORTANT BLOCK END */

/* CASINO PROS CONS LISTS START */
.c469f2e57,
.c37c74f5a {
  width: 49%;
  border-radius: 10px;
  background: #e7eaee;
  padding: 16px;
}

.c750cb84a {
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dcdfe4;
  border-radius: 10px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.c750cb84a li {
  margin-left: 20px !important;
  margin-bottom: 15px !important;
}

.c750cb84a li:last-of-type {
  margin-bottom: 0 !important;
}

.casino-pros-list__title {
  text-align: center;
  font-weight: 700;
  color: #5b8f35;
}

.c469f2e57 li::marker {
  color: #5b8f35;
}

.casino-cons-list__title {
  text-align: center;
  font-weight: 700;
  color: #eb8348;
}

.c37c74f5a li::marker {
  color: #eb8348;
}

@media (max-width: 480px) {
  .p3bedec99 {
    flex-wrap: wrap;
    padding: 0;
    border: none;
  }

  .p3bedec99 .c469f2e57,
  .p3bedec99 .c37c74f5a {
    width: 100%;
    margin-bottom: 16px;
  }

  .c750cb84a li {
    margin-left: 15px !important;
  }
}
/* CASINO PROS CONS LISTS END */

/* MODAL START */
.cf5ed70c {
  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;
}

.cf5ed70c.open {
  display: flex;
}

.c3b89013 {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(6, 10, 19, 0.72);
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.m944aa6b6 {
  position: relative;
}

.m944aa6b6 .m5e59e90f {
  cursor: pointer;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 30px;
  right: 20px;
}

@media (max-width: 480px) {
  .m944aa6b6 .m5e59e90f {
    top: 12px;
    right: 8px;
  }
}
/* MODAL END */

/* MODAL ALTERNATIVE CASINOS START */
.a4bd3b267 {
  max-width: 860px;
  width: 100%;
  border-radius: 10px;
  background: linear-gradient(186deg, #162a4d 0%, #060a13 100%);
  padding: 24px 20px;
}

.a52a78e71 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  max-width: 700px;
  margin: 0 auto 24px auto;
}

.a6650855a {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.cd3bb774 {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

.a9e239a3c {
  display: block;
  width: 100%;
  height: 204px;
  margin-bottom: 8px;
}

.a9e239a3c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.a032d2145 {
  width: 100%;
}

.a026ed692 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.e68fa68f {
  font-size: 20px;
  line-height: 170%;
  color: #fff;
  text-decoration: none;
  margin-bottom: 4px;
}

.af3800c0 {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #a9adb9;
  margin-bottom: 8px;
}

.a7ee5bb79 {
  margin-right: 12px;
}

.af3800c0 span {
  font-size: 18px;
  font-weight: 700;
}

.a90e45df3 {
  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;
}

.c205157b {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #a9adb9;
}

.c205157b img {
  margin-right: 8px;
}

.efd6ece1 {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}

.efd6ece1 span {
  font-size: 32px;
  line-height: 170%;
  padding: 0 5px;
}

.a026ed692 .a7e98e95 {
  display: none;
}

.a7e98e95 {
  width: 100%;
  padding: 18px 16px;
}

.de3c1c73 {
  justify-content: center;
  width: 100%;
  font-size: 14px;
}

@media (max-width: 900px) {
  .efd6ece1 span {
    font-size: 24px;
  }

  .a7e98e95 {
    display: none;
  }

  .a026ed692 .a7e98e95 {
    display: block;
  }
}

@media (max-width: 768px) {
  .a52a78e71 {
    width: 95%;
    text-align: left;
    margin: 0 0 24px 0;
  }

  .a6650855a {
    display: block;
  }

  .cd3bb774 {
    width: 100%;
    margin-bottom: 12px;
  }

  .a032d2145 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }

  .a9e239a3c {
    width: 40%;
    height: 180px;
    margin-bottom: 0;
  }

  .a026ed692 {
    width: 60%;
    padding: 12px 12px 0 12px;
  }

  .a7e98e95 {
    margin-top: 40px;
    padding: 0;
  }

  .efd6ece1 span {
    font-size: 32px;
  }

  @media (max-width: 480px) {
    .a4bd3b267 {
      padding: 12px;
    }

    .a52a78e71 {
      font-size: 14px;
      margin-bottom: 16px;
    }

    .a9e239a3c {
      height: 120px;
    }

    .a026ed692 {
      padding: 8px 8px 0 8px;
    }

    .e68fa68f {
      font-size: 14px;
      margin-bottom: 0;
    }

    .af3800c0 span {
      font-size: 16px;
    }

    .a7e98e95 {
      margin-top: 0;
    }

    .de3c1c73 {
      height: 36px;
    }

    .a90e45df3 {
      height: 94px;
      padding: 0;
    }

    .efd6ece1 {
      font-size: 16px;
    }

    .c205157b {
      font-size: 12px;
    }

    .efd6ece1 span {
      font-size: 24px;
    }
  }

  @media (max-width: 375px) {
    .a9e239a3c {
      height: 100px;
    }
  }
}
/* MODAL ALTERNATIVE CASINOS END */

.s0346fce4.a6fbe21d4 {
  max-width: none;
}
.a263a384b {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px;
}
.a21faf012 {
  width: 100%;
  color: var(--color-text-dark);
  text-align: left;
}
h1.a21faf012 {}
.a2f2ef2aa {
  display: flex;
  flex-direction: column;
  width: 34%;
  margin-right: 2%;
}
.a999b5768 {
  display: block;
  max-width: 300px;
  height: auto;
  margin-bottom: 16px;
}
.a1295e12e {
  font-size: 14px;
  font-weight: 700;
  color: #eb8348;
  line-height: 1.2em;
  margin-bottom: 6px;
}
.a3fbd1a3b {}
.a9e63b5bc {
  width: 64%;
}
.a6fbe21d4 .rank-math-breadcrumb a, .a6fbe21d4 .rank-math-breadcrumb span {
  color: #171e34 !important;
}
@media (max-width: 768px) {
  .a2f2ef2aa {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .a999b5768 {
    margin: 0 auto 16px auto;
  }
  .a9e63b5bc {
    width: 100%;
  }
}

.a0cb673de {
  position: relative;
  max-width: 1320px;
  margin: 30px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.a0cb673de h2 {
  text-align: center;
}
@media (max-width: 768px) {
}
