:root {
  --white-color: #fff;
  --black-color: #000;
  --dark-color: #222;
  --gray-color: #666;
  --dark-indigo: #2b2647;
  --soft-red: #e97872;
  --wcl-primary: var(--dark-indigo);
  --wcl-accent: var(--soft-red);
  --wcl-gray-100: #eee;
  --wcl-gray-400: #BFBFBF;
  --wcl-gray-500: #E0E1E3;
  --wcl-gray-600: #666;
  --wcl-gray-800: #404040;
  --wcl-gray-900: #2f2f2f;
  --transition: all .25s ease-in;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button, html, input, select, textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0;
}

@font-face {
  font-family: "FuturaBT Medium";
  src: url("../fonts/FuturaMediumC.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FuturaBT Bold";
  src: url("../fonts/FuturaBT-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root :where(.acf-innerblocks-container) > :first-child,
:root :where(.wcl-container) > :first-child,
:root :where(.wcl-content) > :first-child {
  margin-block-start: 0;
}

:root :where(.acf-innerblocks-container) > :last-child,
:root :where(.wcl-container) > :last-child,
:root :where(.wcl-content) > :last-child {
  margin-block-end: 0;
}

:root :where(.acf-innerblocks-container) > *,
:root :where(.wcl-container) > *,
:root :where(.wcl-content) > * {
  margin-block-start: 1.5rem;
  margin-block-end: 1.5rem;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "FuturaBT Medium", sans-serif;
  font-size: 18px;
  line-height: 1.35;
  color: var(--wcl-gray-600);
  overflow-x: hidden;
}

html.overflow-hidden,
body.overflow-hidden {
  overflow: hidden;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

input,
textarea {
  border-radius: 0;
}

a,
button {
  display: inline-block;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  color: var(--wcl-accent);
  font-family: "FuturaBT Medium", sans-serif;
}

p {
  margin-bottom: 15px;
}
p a {
  transition: 0.3s linear;
}
p a:hover {
  text-decoration: underline;
}

span {
  display: inline-block;
}

strong,
b {
  font-weight: 700;
}

em {
  font-style: italic;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

h1,
.wcl-h1,
h2,
.wcl-h2,
h3,
.wcl-h3,
h4,
.wcl-h4,
h5,
.wcl-h5,
h6,
.wcl-h6 {
  font-weight: 500;
  line-height: 1.2;
  color: var(--wcl-gray-900);
}

h1,
.wcl-h1 {
  font-size: 2.5rem;
  margin-bottom: 25px;
}

h2,
.wcl-h2 {
  font-size: 2.15rem;
}

h3,
.wcl-h3 {
  font-size: 1.875rem;
}

h4,
.wcl-h4 {
  font-size: 1.5rem;
}

h5,
.wcl-h5 {
  font-size: 1.25rem;
}

h6,
.wcl-h6 {
  font-size: 1.125rem;
}

.wcl-title {
  margin-bottom: 15px;
}

.wcl-single-title {
  color: var(--wcl-accent);
  font-size: 38px;
  margin-bottom: 25px;
}

.wcl-body-inner {
  display: flex;
  min-height: 100vh;
  overflow: hidden;
  flex-direction: column;
}

.wcl-page-content {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.wcl-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.wcl-container-fluid {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.wcl-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}

.wcl-col {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}

[class*=wcl-col-] {
  padding-left: 12px;
  padding-right: 12px;
}

.wcl-col-1 {
  flex: 0 0 8.333%;
  max-width: 8.333%;
}

.wcl-col-2 {
  flex: 0 0 16.666%;
  max-width: 16.666%;
}

.wcl-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.wcl-col-4 {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.wcl-col-5 {
  flex: 0 0 41.666%;
  max-width: 41.666%;
}

.wcl-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.wcl-col-7 {
  flex: 0 0 58.333%;
  max-width: 58.333%;
}

.wcl-col-8 {
  flex: 0 0 66.666%;
  max-width: 66.666%;
}

.wcl-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.wcl-col-10 {
  flex: 0 0 83.333%;
  max-width: 83.333%;
}

.wcl-col-11 {
  flex: 0 0 91.666%;
  max-width: 91.666%;
}

.wcl-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.wcl-flex {
  display: flex;
}

.wcl-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wcl-flex-align-center {
  align-items: center;
}

.wcl-flex-align-stretch {
  align-items: stretch;
}

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

.wcl-flex-end {
  display: flex;
  justify-content: flex-end;
}

.wcl-align-self-center {
  align-self: center;
}

.height-100 {
  height: 100%;
}

.wcl-mb-30 {
  margin-bottom: 30px;
}

.wcl-mb-60 {
  margin-bottom: 30px;
}

.rel-wrap {
  position: relative;
}

.img-responsive {
  height: auto;
  width: 100%;
}

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

.grecaptcha-badge {
  z-index: 9;
}

.white-color {
  color: var(--white-color);
}

.gray-color {
  color: var(--gray-color);
}

.wcl-link {
  position: relative;
  font-size: 20px;
  line-height: 1.2;
  padding-right: 20px;
  font-weight: 500;
  transition: 0.3s linear;
}
.wcl-link:hover, .wcl-link:focus {
  padding-right: 30px;
}
.wcl-link-arrow:before {
  content: "";
  width: 10px;
  height: 14px;
  background-image: url("../../assets/img/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}
.wcl-link-btn-arrow:before {
  content: "";
  width: 15px;
  height: 16px;
  background-image: url("../../assets/img/arrow-btn-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
}

.rocket {
  position: relative;
}
.rocket:after {
  content: "";
  background: url("../../assets/img/rocket1.svg") no-repeat;
  background-size: 100%;
  width: 200px;
  height: 220px;
  position: absolute;
  left: 0;
  z-index: 1;
}

.rocket-2:after {
  content: "";
  display: block;
  background: url("../../assets/img/rocket-2.svg") no-repeat;
  background-size: 100%;
  width: 170px;
  height: 220px;
  z-index: 1;
}

.floating {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-35px);
  }
  100% {
    transform: translateY(0);
  }
}
.float-parallax {
  transition: transform 0.1s linear;
  will-change: transform;
  pointer-events: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  text-align: center;
  border-color: transparent;
  border: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  color: #dc3232;
  font-size: 16px;
  margin-top: 24px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  color: #46b450;
  font-size: 16px;
  margin-top: 24px;
}

.wcl-button,
.wpcf7-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--wcl-accent);
  color: var(--white-color);
  border: 1px solid var(--wcl-accent);
  gap: 8px;
  padding: 12px 22px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 100px;
  cursor: pointer;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: 0.25s ease;
}
.wcl-button:hover, .wcl-button:focus,
.wpcf7-submit:hover,
.wpcf7-submit:focus {
  background-color: var(--white-color);
  color: var(--wcl-accent);
}
.wcl-button:hover svg path, .wcl-button:focus svg path,
.wpcf7-submit:hover svg path,
.wpcf7-submit:focus svg path {
  stroke: var(--wcl-accent);
}
.wcl-button svg path,
.wpcf7-submit svg path {
  transition: 0.3s linear;
}

.wcl-header {
  padding-top: 30px;
  background-color: var(--wcl-primary);
  padding-bottom: 30px;
  border: none;
}
.wcl-header__logo img {
  width: 180px;
  height: auto;
}
.wcl-header .navbar {
  height: 100%;
}
.wcl-header .navbar ul.wcl-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  margin-right: 40px;
}
.wcl-header .navbar ul.wcl-nav li {
  margin-left: 20px;
}
.wcl-header .navbar ul.wcl-nav li.current_page_item a {
  border-bottom: 2px solid rgba(233, 120, 114, 0.5);
}
.wcl-header .navbar ul.wcl-nav li a {
  padding: 10px 0 5px 0;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
  color: var(--white-color);
  transition: 0s ease-in-out;
}
.wcl-header .navbar ul.wcl-nav li a:hover, .wcl-header .navbar ul.wcl-nav li a:focus {
  border-bottom: 2px solid rgba(233, 120, 114, 0.5);
}

/* ===============================
   MOBILE MENU (SLIDE DOWN)
================================ */
.wcl-burger {
  display: none;
  position: relative;
  width: 29px;
  height: 22px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 30;
}
.wcl-burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: 0.3s ease;
}
.wcl-burger span:nth-child(1) {
  top: 0;
}
.wcl-burger span:nth-child(2) {
  top: 10px;
  width: 22px;
}
.wcl-burger span:nth-child(3) {
  top: 20px;
}
.wcl-burger.is-active span {
  background: var(--wcl-primary);
}
.wcl-burger.is-active span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}
.wcl-burger.is-active span:nth-child(2) {
  opacity: 0;
}
.wcl-burger.is-active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}

.wcl-mobile-menu {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.wcl-mobile-menu.is-open {
  opacity: 1;
  visibility: visible;
}
.wcl-mobile-menu.is-open .wcl-mobile-menu__inner {
  transform: translateY(0);
}
.wcl-mobile-menu__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: auto;
  background: var(--white-color);
  border-radius: 0 0 24px 24px;
  transform: translateY(-100%);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.logged-in.admin-bar .wcl-mobile-menu__inner {
  padding-top: 30px;
}
.wcl-mobile-menu__header {
  display: flex;
  justify-content: flex-start;
  padding: 35px 15px;
  border-bottom: 1px solid var(--gray-color);
}
.wcl-mobile-menu__header img {
  max-width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}
.wcl-mobile-menu__nav {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wcl-mobile-menu__nav:after {
  content: "";
  background: url("../../assets/img/girl-on-mobile-menu.svg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 120px;
  height: 190px;
  position: absolute;
  left: 0;
  bottom: -260px;
  z-index: 1;
}
.wcl-mobile-menu__button {
  margin-bottom: 45px;
}

/* Menu */
.wcl-mobile-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 15px;
}
.wcl-mobile-nav li {
  margin-bottom: 18px;
}
.wcl-mobile-nav li a {
  font-size: 20px;
  font-weight: 500;
  color: var(--wcl-primary);
  text-decoration: none;
}
.wcl-mobile-nav li.menu-item-has-children > a {
  font-weight: 600;
}
.wcl-mobile-nav li.menu-item-has-children .sub-menu {
  margin-top: 12px;
}
.wcl-mobile-nav li.menu-item-has-children .sub-menu a {
  font-size: 16px;
  color: #bdbdbd;
}
.wcl-footer {
  margin-top: 90px;
  padding-top: 65px;
  padding-bottom: 50px;
  background-color: var(--wcl-primary);
}
.wcl-footer__decor {
  position: relative;
  z-index: 3;
}
.wcl-footer__decor:before {
  content: "";
  width: 90px;
  height: 160px;
  background-image: url("../../assets/img/girl-on-footer.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -295px;
}
.wcl-footer__logo {
  width: 180px;
  height: auto;
  margin-bottom: 15px;
}
.wcl-footer__text {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}
.wcl-footer__copy {
  font-size: 16px;
}
.wcl-footer__award {
  margin: 15px 20px 15px 0;
  max-height: 60px;
  width: auto;
}

.wcl-single .wcl-contact h2.wcl-title {
  color: var(--wcl-accent);
}

.error404 .wcl-body-inner {
  justify-content: space-between;
}
.error404 .wcl-body-inner .wcl-footer {
  margin-top: unset;
}

.page-404 {
  position: relative;
  padding-block: 200px;
  color: var(--white-color);
}
.page-404 .rocket:after {
  top: -230px;
  left: unset;
  right: 5%;
}
.page-404__inner:after {
  content: "";
  background-image: url("../../assets/img/404.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 700px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (min-width: 576px) {
  .wcl-container {
    max-width: 540px;
  }
  .wcl-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wcl-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wcl-mobile-menu__header {
    padding: 35px 0 15px 0;
    margin-left: 30px;
    margin-right: 46px;
  }
}
@media only screen and (min-width: 768px) {
  p.font-size-20 {
    font-size: 20px;
  }
  .wcl-container {
    max-width: 720px;
  }
  .wcl-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wcl-col-md-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .wcl-col-md-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
  }
  .wcl-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wcl-col-md-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .wcl-col-md-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .wcl-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .wcl-col-md-10 {
    flex: 0 0 83.333%;
    max-width: 83.333%;
  }
  .wcl-footer__decor:before {
    top: -180px;
  }
  .page-404 {
    padding-block: 350px;
  }
  .page-404 .rocket:after {
    right: 15%;
  }
  .page-404__inner:after {
    width: 70%;
    height: 70%;
  }
}
@media only screen and (min-width: 1024px) {
  .wcl-single-title {
    font-size: 44px;
    margin-bottom: 35px;
  }
  .wcl-page-content {
    gap: 125px;
  }
  .wcl-container {
    max-width: 960px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .wcl-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .wcl-col-lg-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .wcl-col-lg-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
  }
  .wcl-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .wcl-col-lg-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .wcl-col-lg-8 {
    flex: 0 0 66.666%;
    max-width: 66.666%;
  }
  .wcl-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .wcl-mb-60 {
    margin-bottom: 60px;
  }
  .text-right {
    text-align: right;
  }
  .wcl-footer {
    margin-top: 125px;
  }
  .wcl-footer__decor:before {
    top: -198px;
  }
  .wcl-footer__award {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  h1,
  .wcl-h1 {
    font-size: 64px;
  }
  h2,
  .wcl-h2 {
    font-size: 48px;
  }
  h3,
  .wcl-h3 {
    font-size: 36px;
  }
  h4,
  .wcl-h4 {
    font-size: 24px;
  }
  h5,
  .wcl-h5 {
    font-size: 22px;
  }
  h6,
  .wcl-h6 {
    font-size: 20px;
  }
  .wcl-single-title {
    font-size: 64px;
    margin-bottom: 50px;
  }
  .wcl-container {
    max-width: 1140px;
  }
  .wcl-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .wcl-col-xl-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .wcl-col-xl-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .wcl-col-xl-5 {
    flex: 0 0 41.666%;
    max-width: 41.666%;
  }
  .wcl-col-xl-7 {
    flex: 0 0 58.333%;
    max-width: 58.333%;
  }
  .wcl-flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1440px) {
  .wcl-container {
    max-width: 1358px;
  }
}
@media (max-width: 1024px) {
  .wcl-header .navbar,
  .wcl-header .wcl-button {
    display: none;
  }
  .wcl-header .wcl-burger {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 18px;
  }
  .wcl-header .wcl-container {
    max-width: unset;
  }
  .wcl-header .wcl-container > .wcl-row {
    padding-left: 30px;
    padding-right: 30px;
  }
}
