/* syne-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Syne";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/syne-v22-latin-600.woff2") format("woff2");
}
/* fixel-400 */
@font-face {
  font-display: swap;
  font-family: "Fixel";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/FixelText-Regular.woff2") format("woff2");
}
/* fixel-500 */
@font-face {
  font-display: swap;
  font-family: "Fixel";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/FixelText-Medium.woff2") format("woff2");
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #F2F5F9;
  min-height: 100vh;
  margin: 0;
  font-family: "Fixel";
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #5D6A85;
}
body.no-scroll {
  overflow: hidden;
}

.container {
  width: 1290px;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-right: auto;
  margin-left: auto;
}

h1,
h2 {
  font-family: "Syne";
  font-weight: 600;
  color: #001341;
}

h2 {
  margin: 0 0 18px;
  font-size: 35px;
  line-height: normal;
}

h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #001341;
}

p {
  margin: 0 0 11px;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

strong {
  font-weight: 500;
  color: #001341;
}

.tac {
  text-align: center;
}

.dn {
  display: none;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dif {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flw {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jcb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jce {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn {
  padding: 13px 22px 12px;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  line-height: normal;
  color: #FFF;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: inherit;
}
.btn-outline {
  color: #0068FF;
  border: 1px solid #0068FF;
}
.btn-outline:hover {
  background-color: #0068FF;
}
.btn-fill {
  background-color: #0068FF;
}
.btn-fill:hover {
  background-color: #004DAA;
}
.btn-fill:focus {
  background-color: #00387C;
}
.btn.df {
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.page .wp-block-gallery {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.page .wp-block-gallery > figure {
  margin: 0;
}

input[type=submit].btn {
  border: none;
}

section.error .container,
section.thank .container {
  min-height: 50vh;
}

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

::-webkit-scrollbar-track {
  background: #fbfbfb;
}

::-webkit-scrollbar-thumb {
  background: #d4d4d4;
  border-radius: 0.3125rem;
}

::-webkit-scrollbar-thumb:hover {
  background: #d4d4d4;
}

.page-template-default main {
  padding: 129px 0 101px;
}
@media (max-width: 992px) {
  .page-template-default main {
    padding: 60px 0 50px;
  }
}
.page-template-default h2 {
  margin: 30px 0 20px;
  font-size: 28px;
}

.footer {
  padding: 56px 75px 0;
  margin: 0 25px 25px;
  border-radius: 15px;
  background: #1D263F;
  color: #8D96AD;
}
@media (max-width: 992px) {
  .footer {
    padding: 30px 0 0;
    margin: 0 15px 15px;
  }
}
.footer .logo,
.footer h3 {
  color: #fff;
}
@media (max-width: 992px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px;
  }
}
.footer .container:first-child {
  padding-bottom: 43px;
}
@media (max-width: 1200px) {
  .footer .container:first-child {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .footer .container:first-child {
    padding-bottom: 25px;
  }
}
.footer .container:last-child {
  padding: 19px 0;
  border-top: 0.5px solid rgba(242, 245, 249, 0.35);
  color: #7A8297;
  font-size: 13px;
  line-height: normal;
}
@media (max-width: 992px) {
  .footer .container:last-child {
    padding: 12px 0;
  }
}
.footer .container:last-child p {
  margin: 0;
}
.footer .container:last-child .dev {
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.footer .container:last-child .dev span {
  margin-top: 2px;
}
.footer__meta {
  width: 383px;
  max-width: 100%;
  padding-right: 25px;
}
@media (max-width: 1200px) {
  .footer__meta {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .footer__meta {
    width: 100%;
  }
}
.footer__meta .logo {
  margin: 0 0 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}
.footer__meta-social {
  margin-top: 26px;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
}
.footer__meta-social .social-item {
  height: 19px;
  width: 19px;
}
.footer__meta-social svg path {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer__meta-social svg path:hover {
  fill-opacity: 1;
}
.footer__menus {
  width: calc(100% - 564px);
  padding-right: 68px;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media (max-width: 1200px) {
  .footer__menus {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 992px) {
  .footer__menus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    gap: 30px;
  }
}
.footer__menus .column {
  width: 33.33%;
}
@media (max-width: 992px) {
  .footer__menus .column {
    width: 100%;
  }
}
.footer__menus .column h3 {
  margin: 0 0 17px;
}
.footer__menus .menu-item {
  font-size: 15px;
  line-height: normal;
/*   text-transform: capitalize; */
}
.footer__menus .menu-item:not(:last-child) {
  margin-bottom: 12px;
}
.footer__action {
  width: 181px;
  max-width: 100%;
}
@media (max-width: 1200px) {
  .footer__action {
    width: 30%;
  }
}
@media (max-width: 992px) {
  .footer__action {
    width: 100%;
  }
}
.footer__action .btn {
  width: 100%;
}
.footer__action .btn-fill {
  margin-bottom: 16px;
}
.footer__action .btn-outline {
  background: #fff;
}
.footer__action .btn-outline:hover {
  background: transparent;
}
.footer__action .payments {
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  margin-top: 59px;
}
@media (max-width: 992px) {
  .footer__action .payments {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 16px;
  }
}