/* source/index.scss */
.header__content {
  max-width: var(--site-max-width);
  margin: 0 auto;
}
.header__top .header__content {
  display: flex;
  align-items: center;
  height: 124px;
  padding: 0 1rem;
  box-sizing: border-box;
}
.header__bottom {
  background-color: #3417AF;
}
.header__bottom .header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  height: 54px;
  padding: 0 15px;
}
.header .menu {
  margin: 0;
  padding-left: 0;
  display: flex;
  gap: 35px;
}
.header .menu li {
  list-style-type: none;
}
.header .menu a {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 13px 0 14px 0;
  position: relative;
}
.header .wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a,
.header .wpml-ls-statics-shortcode_actions li:not(.wpml-ls-current-language) .wpml-ls-link {
  text-transform: uppercase;
  font-family: "Rubik", sans-serif;
  padding: 7px 32px 7px 20px;
  background-color: var(--dark-blue);
  color: #fff;
  border: 1px solid #fff;
}
.header .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover > a {
  background-color: var(--dark-blue) !important;
  color: #fff !important;
}
.footer__content {
  max-width: var(--site-max-width);
  margin: 0 auto;
}
.footer__top {
  background-color: var(--light-gray);
}
.footer__bottom {
  background-color: var(--dark-gray);
}
.footer__copyright {
  display: flex;
  gap: 4px;
}
.footer__copyright ul {
  margin: 0;
  padding-left: 0;
}
.footer__copyright ul li {
  list-style-type: none;
}
.footer__logo {
  display: block;
}
.footer__logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__columns {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .footer__columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  .footer__columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.footer_column {
  width: 100%;
}
.footer__heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #2D2D2D;
  margin-top: 0;
  margin-bottom: 25px;
}
.footer__paragraph {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #538AE4;
  margin-bottom: 20px;
}
.footer__address {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #434343;
  margin-bottom: 20px;
}
.footer__address strong {
  font-weight: 600;
  color: #3417AF;
}
.footer__top .footer__content {
  padding: 100px 15px 30px 15px;
}
.footer__bottom .footer__content {
  padding: 27px 15px 10px 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.footer__bottom .footer__content p,
.footer__bottom .footer__content a {
  font-family: var(--font-family-2);
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
  margin: 0;
}
.footer__bottom .footer__content a:hover {
  color: #0af;
}
.footer__socials {
  margin: 0;
  padding-left: 0;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.footer__socials li {
  list-style-type: none;
}
.footer__socials i {
  font-size: 20px;
  color: #fff;
  width: 20px;
  height: 20px;
}
.footer__socials i:hover {
  color: #0af;
}
@media screen and (min-width: 768px) {
  .footer__bottom .footer__content {
    flex-direction: row;
    justify-content: space-between;
    max-width: 750px;
  }
  .footer__top .footer__content {
    max-width: 750px;
  }
  .footer__socials {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .footer__bottom .footer__content,
  .footer__top .footer__content {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .footer__bottom .footer__content,
  .footer__top .footer__content {
    max-width: 1170px;
  }
}
.section {
  width: 100%;
  padding: 4rem 1rem;
  box-sizing: border-box;
  background-color: white;
  overflow: hidden;
}
.section .section__content {
  max-width: var(--site-max-width);
  margin: 0 auto;
  position: relative;
}
.section--narrow .section__content {
  max-width: var(--site-narrow-width);
  margin: 0 auto;
}
.section--scheme-white {
  background-color: var(--white);
}
.section--scheme-light-gray {
  background-color: var(--light-gray);
}
.section--scheme-dark-blue {
  background-color: var(--dark-blue);
}
.section--scheme-dark-blue h1,
.section--scheme-dark-blue h2 {
  color: var(--lime-green) !important;
}
.section--scheme-dark-blue h3,
.section--scheme-dark-blue h4,
.section--scheme-dark-blue h5,
.section--scheme-dark-blue h6,
.section--scheme-dark-blue p,
.section--scheme-dark-blue li,
.section--scheme-dark-blue a:not(.custom-button, .button) {
  color: #fff !important;
}
.section.remove_pad_top {
  padding-top: 0;
}
.section.remove_pad_bot {
  padding-bottom: 0;
}
.custom-button {
  display: inline-flex;
  align-items: center;
  max-width: max-content;
  width: 100%;
  padding: 20px 28px 16px 28px;
  border-radius: 100px;
  font-family: var(--font-family-2);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: background 300ms ease-in-out, color 300ms ease-in-out;
}
.custom-button--primary {
  background-color: var(--light-blue);
  border: 2px solid var(--light-blue);
  letter-spacing: 5px;
  color: #fff;
}
.custom-button--alt {
  background-color: #fff;
  border: 2px solid #fff;
  letter-spacing: 5px;
  color: var(--dark-blue);
  justify-content: space-between;
  gap: 12px;
  box-sizing: border-box;
}
:root {
  --site-max-width: 1170px;
  --site-narrow-width: 740px;
  --light-gray: #f0f0f2;
  --dark-gray: #c0c0c2;
  --dark-blue: #3417AF;
  --light-blue: #538AE4;
  --secondary-blue: #4C49E2;
  --secondary-dark-blue: #170F42;
  --font-family-1: "Poppins", sans-serif;
  --font-family-2: "Rubik", sans-serif;
}
html,
body {
  margin: 0;
}
html:not(.wp-toolbar),
body:not(.wp-admin) {
  font-family: var(--font-family-1);
}
.wp-block {
  max-width: 90%;
}
.wp-block[data-align=wide] {
  max-width: 90%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*# sourceMappingURL=index.build.css.map */
