body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #292929;
  font-weight: 500;
  background: #fff;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", serif;
  color: #0E2C63;
  margin: 0 0 1rem;
}

h1 {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.8125rem;
  }
}
@media (min-width: 1024px) {
  h1 {
    font-size: 3.125rem;
  }
}

h2 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2.5rem;
  }
}

h3 {
  font-size: 1.75rem;
}
@media (min-width: 768px) {
  h3 {
    font-size: 1.96875rem;
  }
}
@media (min-width: 1024px) {
  h3 {
    font-size: 2.1875rem;
  }
}

h4 {
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h4 {
    font-size: 1.6875rem;
  }
}
@media (min-width: 1024px) {
  h4 {
    font-size: 1.875rem;
  }
}

h5 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  h5 {
    font-size: 1.40625rem;
  }
}
@media (min-width: 1024px) {
  h5 {
    font-size: 1.5625rem;
  }
}

h6 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  h6 {
    font-size: 1.125rem;
  }
}
@media (min-width: 1024px) {
  h6 {
    font-size: 1.25rem;
  }
}

p {
  margin: 0 0 1.5rem;
}

.pb-60 {
  padding-bottom: 60px;
}

a {
  color: #0066cc;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
a:hover, a:focus {
  color: #004080;
}

.color-primary {
  color: #0E2C63;
}

.hiperlink {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

img {
  width: 100%;
  height: auto;
}

span.icon, i.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
span.icon.cs-instagram::after, i.icon.cs-instagram::after {
  content: url("../img/icons/instagram.svg");
  width: 24px;
  height: 24px;
}
span.icon.cs-facebook::after, i.icon.cs-facebook::after {
  content: url("../img/icons/youtube.svg");
}
span.icon.cs-linkedin::after, i.icon.cs-linkedin::after {
  content: url("../img/icons/linkedin-in.svg");
}
span.icon.cs-glassdoor::after, i.icon.cs-glassdoor::after {
  content: url("../img/icons/glassdoor.svg");
}
span.icon.cs-info-circle::after, i.icon.cs-info-circle::after {
  content: url("../img/icons/info-circle.svg");
}
span.icon.cs-telephone::after, i.icon.cs-telephone::after {
  content: url("../img/icons/phone.svg");
}
span.icon.cs-arrow-right::after, i.icon.cs-arrow-right::after {
  content: url("../img/icons/arrow-right.svg");
}
span.icon.cs-arrow-down-blue::after, i.icon.cs-arrow-down-blue::after {
  content: url("../img/icons/arrow-down-blue.svg");
}

.wrapper {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}
.wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 236, 191, 0.96);
}

section {
  padding-top: 30px;
  padding-bottom: 30px;
}
section:last-child {
  padding-bottom: 60px;
}

.max-container-540 {
  max-width: 540px;
}

.datepicker {
  padding: 4px 15px;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
.datepicker table {
  width: 100%;
  text-align: center;
}
.datepicker table tr td .month, .datepicker table tr td.day.focused, .datepicker table tr th {
  border-radius: 4px;
  transition: all 0.3s ease;
}
.datepicker table tr td .month:hover, .datepicker table tr td.day.focused:hover, .datepicker table tr th:hover {
  background-color: #0e2c63;
  color: #ffffff;
  cursor: pointer;
}
.datepicker table tr .active {
  background-color: #007bff;
  color: #fff;
}
.datepicker table tr .old, .datepicker table tr .new {
  color: #ccc;
}
.datepicker .datepicker-switch {
  font-weight: bold;
  color: #1a1a1a;
}
.datepicker .datepicker-switch:hover {
  background-color: #1a1a1a;
}
.datepicker .prev, .datepicker .next {
  font-size: 1.2em;
  color: #1a1a1a;
  opacity: 1;
}
.datepicker .prev:hover, .datepicker .next:hover {
  opacity: 1;
  background: #1a1a1a;
}
.datepicker tfoot tr th:hover {
  background-color: #1a1a1a;
}

.header {
  height: 90px;
  border-bottom: 1px solid #C6C6C6;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .header {
    height: unset;
  }
}
.header .container {
  width: 100%;
}
.header .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-widget {
  display: flex;
  align-items: center;
  height: 90px;
  gap: 20px;
}
@media (max-width: 992px) {
  .header .header-widget {
    height: unset;
  }
}
.header .col-lg-3 {
  display: flex;
  margin-left: auto;
  justify-content: right;
}
.header .logo-brand {
  display: block;
  height: 30px;
  margin-right: 30px;
  margin-bottom: 15px;
}
.header .logo-brand img {
  height: 30px;
}
.header .main-navigation {
  /* ANIMATED X */
  /* ANIMATED X COLLAPSED */
  /* END ANIMATED X */
}
.header .main-navigation .navbar-toggle {
  position: relative;
  float: right;
  margin-left: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  border: none;
  background: none;
  display: none;
}
.header .main-navigation .navbar-toggle:hover {
  background: transparent !important;
}
.header .main-navigation .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color: #3d3d3d;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.header .main-navigation .navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.header .main-navigation .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.header .main-navigation .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.header .main-navigation .navbar-toggle.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.header .main-navigation .navbar-toggle.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.header .main-navigation .navbar-toggle.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.header .main-navigation .navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.header .main-navigation .navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .main-navigation .navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.header .main-navigation ul {
  display: flex;
  gap: 30px;
  margin-bottom: 0;
}
.header .main-navigation ul li {
  list-style: none;
}
.header .main-navigation ul li a {
  color: #000;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .header .main-navigation ul li a {
    height: unset;
  }
}
.header .main-navigation ul li a:hover {
  color: #A86EF8;
}
.header .main-navigation ul li a.active {
  color: #A86EF8;
}
@media (max-width: 992px) {
  .header .main-navigation .navbar-collapse {
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    z-index: 10;
    background: white;
    padding: 20px 30px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.078);
  }
  .header .main-navigation .navbar-collapse ul {
    gap: 0;
  }
  .header .main-navigation .navbar-toggle {
    display: block;
  }
}
.header .login-button {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  height: 90px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .header .login-button {
    height: unset;
  }
}
.header .login-button:hover {
  color: #A86EF8;
}
.header .lang-dropdown {
  position: relative;
  display: inline-block;
}
.header .lang-dropdown .switch {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 8px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  height: 90px;
}
@media (max-width: 992px) {
  .header .lang-dropdown .switch {
    height: unset;
  }
}
.header .lang-dropdown .switch img {
  height: 19px;
  width: auto;
  border: 1px solid #eee;
}
.header .lang-dropdown .switch:hover {
  color: #A86EF8;
}
.header .lang-dropdown .lang-dropdown-menu {
  position: absolute;
  width: max-content;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  border: 1px solid #ddd;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 10;
  padding: 10px 0;
}
.header .lang-dropdown .lang-dropdown-menu .lang-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.header .lang-dropdown .lang-dropdown-menu .lang-link img {
  height: 17px;
}
.header .lang-dropdown .lang-dropdown-menu .lang-link:hover {
  color: #A86EF8;
}
.header .lang-dropdown .lang-dropdown-menu.active {
  display: block;
}
.header .lang-dropdown:hover .lang-dropdown-menu {
  display: block;
}

.hero-sldier .swiper {
  width: 100%;
  height: 100%;
}
.hero-sldier .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-sldier .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-sldier .swiper-button-next {
  color: #fff;
  right: 20px;
  z-index: 10;
}
.hero-sldier .swiper-button-prev {
  color: #fff;
  left: 20px;
  z-index: 10;
}
.hero-sldier .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #ffffff;
}
@media (max-width: 540px) {
  .hero-sldier .swiper-button-next:after, .hero-sldier .swiper-button-prev:after {
    font-size: 30px;
  }
}

.our-brands .brand-logo .box {
  width: auto;
  height: 120px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.our-brands .brand-logo .box {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1);
}
.our-brands .brand-logo img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: contain;
  object-position: center center;
  transition: all 0.3s ease-in-out;
}
.our-brands .brand-logo img.hover-img {
  opacity: 0;
  visibility: hidden;
}
.our-brands .brand-logo .box:hover {
  background: #1a1a1a;
}
.our-brands .brand-logo .box:hover img {
  opacity: 0;
  visibility: hidden;
}
.our-brands .brand-logo .box:hover img.hover-img {
  opacity: 1;
  visibility: visible;
}

.content-overlay a.content, .content-overlay .content {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 40px;
}
@media (max-width: 540px) {
  .content-overlay a.content, .content-overlay .content {
    padding: 40px 20px;
  }
}
.content-overlay .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.content-overlay .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}
.content-overlay .text {
  position: relative;
  padding: 35px;
  max-width: 640px;
  background: rgba(14, 44, 99, 0.6); /* Fallback for older browsers */
  background: -webkit-linear-gradient(90deg, rgba(14, 44, 99, 0.6) 0%, rgba(28, 89, 201, 0.24) 100%); /* Chrome, Safari, older iOS browsers */
  background: -moz-linear-gradient(90deg, rgba(14, 44, 99, 0.6) 0%, rgba(28, 89, 201, 0.24) 100%); /* Firefox */
  background: -o-linear-gradient(90deg, rgba(14, 44, 99, 0.6) 0%, rgba(28, 89, 201, 0.24) 100%); /* Opera */
  background: linear-gradient(90deg, rgba(14, 44, 99, 0.6) 0%, rgba(28, 89, 201, 0.24) 100%); /* Standard */
  backdrop-filter: blur(10px);
}
.content-overlay .text .title {
  color: #fff;
}
.content-overlay .text .description p {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px; /* 156.25% */
}

.footer {
  background: #1a1a1a;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer .footer-info {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .footer .footer-info {
    margin-bottom: 50px;
  }
}
.footer .footer-info .company-logo {
  display: block;
  margin-bottom: 30px;
}
.footer .footer-info .company-logo img {
  width: 191px;
  height: auto;
}
.footer .footer-info .social-set .title {
  display: block;
  color: #FFF;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .footer .footer-info .social-set .title {
    margin-bottom: 15px;
  }
}
.footer .footer-info .social-set ul.social-set, .footer .footer-info .social-set .social-set {
  padding: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  height: auto;
  gap: 15px;
}
.footer .footer-info .social-set ul.social-set li, .footer .footer-info .social-set .social-set li {
  display: flex;
}
.footer .footer-info .social-set ul.social-set li a, .footer .footer-info .social-set .social-set li a {
  text-decoration: none;
  margin: 0;
}
.footer .footer-info .title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 36px;
}
.footer .footer-info ul.link-box, .footer .footer-info .link-box {
  list-style: none;
  padding: 0;
}
.footer .footer-info ul.link-box li, .footer .footer-info .link-box li {
  color: #FFF;
  opacity: 0.7;
}
.footer .footer-info ul.link-box li:hover, .footer .footer-info .link-box li:hover {
  opacity: 1;
}
.footer .footer-info ul.link-box li a, .footer .footer-info .link-box li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 5px 0;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  color: #FFF;
}
.footer .info-box {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  max-width: max-content;
  padding: 13px 13px;
  border-radius: 10px;
  background: rgba(168, 110, 248, 0.3);
}
.footer .info-box .info-text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer .hot-number {
  margin-bottom: 1rem;
}
.footer .hot-number a {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 3px;
  color: #FFF;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.footer .hot-number a .icon {
  width: 35px;
  height: 35px;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #172a62;
}

@media (max-width: 992px) {
  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
  }
}

.bootstrap-select > .dropdown-toggle {
  height: 46px;
  border: none;
  padding: 6px 12px 6px 12px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08);
}
.bootstrap-select > .dropdown-toggle .filter-option-inner {
  height: 34px;
}
.bootstrap-select > .dropdown-toggle .filter-option-inner .filter-option-inner-inner {
  height: 100%;
  display: flex;
  align-items: center;
}
.bootstrap-select > .dropdown-toggle .filter-option-inner .filter-option-inner-inner img {
  max-width: 60px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #000;
}

.bootstrap-select .dropdown-menu li a img {
  max-width: 60px;
}

.product-filter .model-filter {
  display: flex;
  justify-content: start;
  column-gap: 28px;
}
.product-filter .model-filter .btn {
  height: 46px;
  overflow: hidden;
  border: none;
  border-radius: 10px;
  padding: 1px 10px;
  background: #FFF;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08);
  align-items: center;
  display: flex;
}
.product-filter .model-filter .btn span {
  font-size: 15px;
  text-transform: uppercase;
  color: #949494;
  display: block;
  font-weight: 500;
}
.product-filter .model-filter .btn img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.product-filter .model-filter .btn:active, .product-filter .model-filter .btn.active {
  border-radius: 10px;
  background: #F5F8FF;
  box-shadow: 0px 2px 0px 0px #FFF, 0px 8px 10px 0px rgba(0, 0, 0, 0.08) inset;
}
.product-filter select.type-filter {
  float: right;
  height: 46px;
  border: none;
  padding: 6px 12px 6px 12px;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../../assets/img/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  padding-right: 30px;
}
.product-filter select.type-filter:focus {
  outline: none;
  border-color: #777;
}

.product-item {
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 50px;
  display: flex;
  gap: 45px;
  margin-bottom: 35px;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .product-item {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 25px 25px;
  }
}
.product-item .item-image {
  width: 132px;
  min-width: 132px;
  position: relative;
}
.product-item .item-image .image {
  margin-bottom: 20px;
  margin-top: -60px;
  width: 100%;
  position: relative;
  height: 100%;
  top: 0;
  left: 0;
}
.product-item .item-image .image img {
  position: relative;
  width: 100%;
  top: 0;
  height: auto;
  left: 0;
  margin-top: 0;
  object-fit: contain;
  object-position: top center;
}
.product-item .item-image .image .price {
  color: #7D7D7D;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 10px;
}
.product-item .item-image .image .price span {
  color: #7D7D7D;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.product-item .item-types {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-item .item-types .title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .product-item .item-types .title {
    text-align: center;
  }
}
.product-item .item-types ul.icon-type {
  padding: 0;
  margin-bottom: 30px;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
}
@media (max-width: 768px) {
  .product-item .item-types ul.icon-type {
    justify-content: center;
  }
}
.product-item .item-types ul.icon-type li {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.product-item .item-types ul.icon-type li .icon {
  width: 61px;
  height: 61px;
  fill: #FFF;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.08);
  border-radius: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.product-item .item-types ul.icon-type li .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.product-item .item-types ul.icon-type li span {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  display: block;
  margin-top: 8px;
}
.product-item .item-types ul.item-types-two {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 768px) {
  .product-item .item-types ul.item-types-two {
    justify-content: center;
    gap: 30px;
  }
}
.product-item .item-types ul.item-types-two li span {
  display: block;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 11px;
}

.content-image {
  width: 100%;
  height: 550px;
  border-radius: 10px;
  overflow: hidden;
}
.content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.content-image a {
  display: block;
  height: 100%;
  width: 100%;
}

#ageVerificationModal .modal-dialog-centered {
  max-width: 665px;
}
#ageVerificationModal .modal-content {
  padding: 70px 70px;
  border-radius: 30px;
  background: #1a1a1a;
  box-shadow: 0px 15px 24px 10px rgba(14, 44, 99, 0.07);
}
@media (max-width: 768px) {
  #ageVerificationModal .modal-content {
    padding: 40px 20px;
  }
}
@media (max-width: 992px) {
  #ageVerificationModal .modal-body {
    padding: 0;
  }
}
#ageVerificationModal .modal-body .title {
  color: #c59f64;
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.3px;
}
@media (max-width: 768px) {
  #ageVerificationModal .modal-body .title {
    font-size: 21px;
  }
}
#ageVerificationModal .modal-body .ageVerification {
  text-align: center;
  display: flex;
  justify-content: center;
  border-top: rgba(157, 128, 83, 0.39);
}
#ageVerificationModal .modal-body .ageVerification button {
  color: #1a1a1a;
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
  height: 46px;
  padding: 6px 32px 6px 32px;
  border-radius: 4px;
  border: 1px solid #9d8053;
  background: #9d8053;
  box-shadow: 0px 15px 20px 5px rgba(14, 44, 99, 0.16);
}
#ageVerificationModal .modal-body .ageVerification button:hover {
  background: #ffffff;
}
#ageVerificationModal .modal-body .ageVerification button#noconfirmButton {
  color: #9d8053;
  background: transparent;
}
@media (max-width: 992px) {
  #ageVerificationModal .modal-body .ageVerification {
    flex-direction: column;
    gap: 10px;
    margin-top: 30px;
  }
  #ageVerificationModal .modal-body .ageVerification button {
    height: auto;
    padding: 6px 12px 6px 12px;
  }
}

.login-register-forum {
  margin-bottom: 45px;
}
.login-register-forum .form-group {
  margin-bottom: 24px;
}
.login-register-forum .form-group label {
  color: #7D7D7D;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.login-register-forum .form-group input {
  border-radius: 10px;
  border: 1px solid #CDCDCD;
  background: #FFF;
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.08);
}
.login-register-forum .form-group input::placeholder {
  color: #A5A5A5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
}
.login-register-forum .form-group input:focus::placeholder {
  color: #A5A5A5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: none;
}
.login-register-forum .submit, .login-register-forum button {
  text-align: center;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
  height: 46px;
  padding: 6px 12px 6px 12px;
  border-radius: 10px;
  border: none;
  background: #1a1a1a;
  box-shadow: 0px 15px 20px 5px rgba(14, 44, 99, 0.16);
}
.login-register-forum .forgot-pass {
  margin-bottom: 24px;
}
.login-register-forum .forgot-pass a {
  color: #1a1a1a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #1a1a1a;
}

.month-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
  text-align: center;
  padding: 10px;
}

.month {
  background: #f0f0f0;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}

.month.focused {
  background: #007bff;
  color: white;
}

[data-cky-tag=detail-powered-by] {
  display: none;
}

/*# sourceMappingURL=main.css.map */
