@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@media (max-width: 768px) {
  .btn {
    width: 100%;
    text-align: center;
  }
}
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  font-family: "Nunito", sans-serif;
  font-display: swap;
  color: white;
  overflow-x: hidden;
}

body {
  box-sizing: border-box;
  min-height: 100vh;
  font-size: 1.6rem;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available;
}

header {
  width: 100%;
  display: block;
  position: relative;
}

header a {
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #F9931E;
  transition: all 0.2s ease-in-out 0s;
}
a:hover {
  color: #292929;
}

hr {
  display: block;
  width: 100px;
  margin: 20px 0px;
  border: 1px solid #F9931E;
}

html {
  font-family: "Nunito", sans-serif;
  line-height: 1.6;
  font-weight: 300;
  font-display: swap;
}

h1, h2, h3, h4, h5 {
  font-weight: 500;
  line-height: 1.25;
  font-display: swap;
  font-family: "Nunito", sans-serif;
}

p {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.7;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
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:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

.hide {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px 1px 1px 1px);
  width: 1px;
  height: 1px;
}

.heading {
  color: #fff;
  padding-bottom: 40px;
  margin-bottom: 0;
  width: 100%;
  max-width: 900px;
  z-index: 10;
  position: relative;
}
.heading--center {
  text-align: center;
  margin: 0 auto;
}
.heading--left {
  text-align: left;
  margin: 0;
}
.heading__head {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #F9931E;
}
.heading__icon {
  height: 50px;
  width: auto;
  margin-bottom: 15px;
}
.heading__title {
  font-size: 2.5rem;
  position: relative;
  padding: 1rem 0;
  font-weight: 700;
  color: #fff;
}
.heading__title em {
  font-style: normal;
  color: #F9931E;
}
.heading__title span {
  font-style: normal;
  color: #F9931E;
}
.heading__subtitle {
  font-size: 24px;
  line-height: 2;
  color: #fff;
  margin: 20px 0px;
  font-weight: 600;
}
.heading__desc {
  color: #DBD8D8;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 1rem;
}
.heading__desc p {
  line-height: 1.7;
  font-size: 16px;
  font-weight: 300;
  font-weight: #292929;
}
.heading__desc p + p {
  margin-top: 20px;
}
.heading__divider {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #707070;
}

.heading--btn {
  width: 100%;
  max-width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.heading--btn .heading__title {
  max-width: 800px;
}
.heading--btn .btn {
  display: inline-block;
  margin-top: 0;
}

.title--footer {
  color: #031912;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.title--left {
  text-align: left;
}
.title--right {
  text-align: right;
}
.title--center {
  text-align: center;
}
.title--white {
  color: #fff;
}
.title--black {
  color: #292929;
}
.title--uppercase {
  text-transform: uppercase;
}

@media (max-width: 550px) {
  .heading {
    margin-bottom: 0;
    width: 100%;
  }
  .heading--center {
    text-align: left;
    margin: 0;
  }
  .heading--section {
    color: #F9931E;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
  }
  .heading__title {
    margin-top: 0;
    position: relative;
    text-align: left;
  }
  .heading__desc {
    text-align: left;
    margin-top: 0;
  }
  .heading__divider {
    border-top: 2px solid #F9931E;
    width: 200px;
    margin: 15px auto;
  }
}
.btn {
  padding: 1.2rem 3rem;
  color: #fff;
  background: linear-gradient(180deg, #f9931e 0%, #f9691e 100%);
  font-size: 1.5rem;
  transition: all 0.2s ease-in-out 0s;
  margin-top: 3rem;
  display: inline-block;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
  letter-spacing: 0.7px;
  border-radius: 50px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
}
.btn i {
  padding-right: 15px;
  color: #fff;
}
.btn:hover {
  background: #fff;
  color: #031912;
}
.btn--grey {
  background-color: #1b232c;
  border: 1px solid #1b232c;
  color: #fff;
}
.btn--white {
  background: #fff;
  border: 1px solid #fff;
  color: #F9931E;
}
.btn--white:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.btn--secondary {
  background: #031912;
  color: white;
  border: 1px solid #031912;
}
.btn--secondary:hover {
  background: #fff;
  color: #F9931E;
  border: 1px solid #fff;
}
.btn--small {
  font-size: 12px;
  padding: 10px 20px;
}
.btn--big {
  font-size: 16px;
  padding: 20px 60px;
}

.icon--service {
  max-width: autos;
  max-height: 80px;
}

/* HEADER */
.header {
  position: absolute;
  width: 100%;
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #031912;
}
.section--centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.section--columns {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 100%;
}
.section--grey {
  background-color: #DBD8D8;
}
.section--secondary {
  background: linear-gradient(180deg, #f9931e 0%, #f9691e 100%);
  color: #fff;
}
.section--secondary:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  opacity: 0.05;
  background-size: 50%;
  background-repeat: repeat;
  background-image: url("../img/pattern-bg.png");
  z-index: 1;
}

.wrapper {
  width: calc(1380/1680 * 100%);
}
.wrapper--centered {
  margin-left: auto;
  margin-right: auto;
}
.wrapper--accent {
  background-color: #DBD8D8;
  padding-left: calc(150/1680 * 100%);
  padding-right: calc(150/1680 * 100%);
}
.wrapper--white {
  background-color: #fff;
  padding-left: calc(150/1680 * 100%);
  padding-right: calc(150/1680 * 100%);
}

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

.column {
  display: flex;
  flex-wrap: wrap;
}
.column--free {
  display: flex;
}
.column--spaced {
  justify-content: space-between;
}
.column--centered {
  align-items: center;
}
.column--reversed {
  flex-direction: row-reverse;
}
.column--equal {
  align-items: stretch;
}
.column--centered-w {
  justify-content: center;
}
.column--half {
  width: 45%;
}
.column--third {
  width: 30%;
}
.column--fourth {
  width: 23%;
}

.container {
  width: calc(1380/1680 * 100%);
  margin: 0 auto;
  position: relative;
  height: 100%;
}
.container--stretch {
  max-width: 1000px;
}

.list--inline li {
  display: inline-block;
}

.breadcrumbs {
  margin-top: 50px;
}

@media (max-width: 1024px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* FORM */
.form__title {
  font-size: 18px;
  font-weight: 700;
  color: #F9931E;
  margin-bottom: 2rem;
  max-width: 60%;
}

#registration .gform_heading {
  display: none;
}

#gform_confirmation_message_1 {
  margin-bottom: 40px;
}

#gform_1 .gfield_label {
  color: #fff;
  opacity: 1;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
}
#gform_1 .gfield_label .gfield_required {
  color: #fff;
  display: flex;
  flex-direction: column;
}

#gform_1 input {
  border: 1px solid #F9931E;
  padding: 2.5rem 3rem;
  border-radius: 10px;
  font-family: "Nunito", sans-serif;
  background-color: transparent;
  -webkit-appearance: none;
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
}
#gform_1 input::placeholder {
  opacity: 0.5;
}

#gform_1 textarea {
  width: 100%;
  border: 2px solid #CBCBCB;
  padding: 2rem 3rem;
  font-family: "Nunito", sans-serif;
  background-color: transparent;
  -webkit-appearance: none;
  font-weight: 400;
  font-size: 1.6rem;
  color: #fff;
}

#gform_1 .gfield-choice-input {
  width: auto;
  border: inherit;
  padding: 0;
  margin: 0;
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 0px 5px;
  padding: initial;
  border: initial;
}

#gform_1 .gform_button {
  width: auto;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 50px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out 0s;
  background: linear-gradient(180deg, #f9931e 0%, #f9691e 100%);
  font-family: "Nunito", sans-serif;
  padding: 1.5rem 2rem;
  display: block;
  cursor: pointer;
  letter-spacing: 0.7px;
  border: none;
  margin-top: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#gform_1 .gform_button:hover {
  background: #fff;
  color: #031912;
}

#gform_1 .gfield_select {
  background-color: transparent !important;
  color: #fff;
  border: 1px solid #F9931E;
  border-radius: 10px;
  padding: 0.5rem 3rem;
  height: auto;
  font-size: 1.6rem;
}
#gform_1 .gfield_select option {
  padding: 2rem 0;
  appearance: none;
  background-color: white;
  color: black !important;
}

@media (max-width: 768px) {
  #gform_1 .gform_button {
    width: 100%;
  }
}
.footer {
  background: linear-gradient(180deg, #f9931e 0%, #f9691e 100%);
  position: relative;
  border-top: 10px solid #292929;
}

.footer__top {
  padding: 60px 0px 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr;
  gap: 4rem;
}

.footer__logo {
  display: block;
  margin-right: auto;
  max-width: 100%;
  height: 90px;
}

.footer__part {
  position: relative;
}
.footer__part--logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer__text {
  color: white;
}
.footer__text h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer__text p {
  color: #BCBCBC;
  font-weight: 300;
}

/* MENU FOOTER */
.menu--footer > ul {
  display: grid;
  grid-auto-flow: row;
  gap: 2rem;
}
.menu--footer a {
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
}
.menu--footer a:hover {
  color: #031912;
}
.menu--footer .menu-item-has-children > a {
  font-size: 16px;
}
.menu--footer .menu-item-has-children > a:hover {
  color: #F9931E;
}
.menu--footer .sub-menu {
  margin-top: 0.5rem;
}
.menu--footer .sub-menu .menu-item {
  margin: 0.5rem 0;
}
.menu--footer .sub-menu .menu-item > a {
  font-size: 14px;
  opacity: 0.7;
  line-height: 1.2;
}
.menu--footer .sub-menu .menu-item > a:hover {
  opacity: 1;
}

/* SOCIAL */
.footer-social {
  position: relative;
  display: flex;
  margin: 1rem 0rem;
}
.footer-social a {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-social a + a {
  margin-left: 10px;
}
.footer-social a:hover {
  transform: scale(0.9);
}
.footer-social i {
  color: white;
}

/* CONTACT */
.footer-contact {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.footer-contact__btn {
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
  align-self: baseline;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.7px;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border-bottom: 1px solid #fff;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}
.footer-contact__btn:hover {
  opacity: 0.5;
  color: #fff;
}

.footer-contact__link {
  display: none;
  color: #fff;
  padding: 1.5rem 0;
}
.footer-contact__link:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-buttons .btn {
  margin-top: 1rem;
}

/* COPYRIGHT */
.footer__copyright {
  text-align: left;
  color: #fff;
  font-weight: 500;
  padding: 2rem 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.footer__copyright > * {
  margin-right: 1rem;
}
.footer__copyright p {
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  opacity: 1;
}
.footer__copyright p a {
  color: #031912;
  font-size: 1.6rem;
  opacity: 1;
  font-weight: 500;
  padding-left: 1rem;
}
.footer__copyright p a:hover {
  color: #fff;
}
.footer__copyright a {
  color: #fff;
  display: block;
}
.footer__copyright a:hover {
  color: #031912;
  opacity: 1;
}

@media (max-width: 1024px) {
  .footer__top {
    grid-template-columns: 1fr;
  }

  .footer__part--logo {
    flex-direction: row;
  }

  .menu--footer > ul {
    grid-template-columns: 1fr;
  }

  .menu--footer li {
    display: block;
    margin-left: 0 !important;
    margin-bottom: 10px;
  }
  .menu--footer li:last-child {
    margin-bottom: 0px;
  }

  .footer__contact li {
    justify-content: center;
  }

  .footer__copyright {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .footer__copyright > * {
    margin-bottom: 1rem;
  }
  .footer__copyright p {
    flex-direction: column;
  }
  .footer__copyright p a {
    padding-left: 0;
  }
}
@media (max-width: 550px) {
  .menu--footer > ul {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    column-gap: 1rem;
    row-gap: 1rem;
  }

  .footer__part:nth-child(2) {
    grid-column: span 1;
  }

  .footer__text {
    width: 100%;
    text-align: center;
  }

  .footer__social {
    width: 100%;
    margin-top: 30px;
    justify-content: center;
  }
}
.slick-track,
.slick-list {
  height: 100%;
  width: 100%;
}

.slick-arrow {
  position: absolute;
}

.slick-next {
  top: 50%;
  right: -50px;
  z-index: 10;
  width: 50px;
  height: 50px;
  padding: 10px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  outline: none;
}
.slick-next:before {
  content: "";
  background-image: url("../img/arrow-right.svg");
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  display: inline-block;
}

.slick-prev {
  top: 50%;
  left: -50px;
  z-index: 10;
  width: 50px;
  height: 50px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  padding: 10px;
  transform: translateY(-50%);
  color: transparent;
  background: transparent;
  outline: none;
}
.slick-prev:before {
  content: "";
  background-image: url("../img/arrow-right.svg");
  height: 30px;
  width: 30px;
  background-size: 30px 30px;
  transform: rotate(180deg);
  display: inline-block;
}

.menu {
  position: relative;
  width: 100%;
  z-index: 99;
}

.menu--container {
  padding: 40px calc(150/1680 * 100%);
}

.menu--header {
  margin-left: auto;
}

.menu--logo {
  height: 100%;
}
.menu--logo img {
  text-align: center;
  width: 200px;
  margin-right: auto;
}

.menu--button {
  margin-left: 2rem;
}

.menu--button a {
  color: #fff;
  background-color: #031912;
  border: 1px solid #031912;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 3px;
  margin-top: 0;
  font-size: 10px;
}
.menu--button a:hover {
  border: 1px solid #031912;
  color: #031912;
  background-color: transparent;
}
.menu--button a a {
  font-weight: 600 !important;
}

.menu__list {
  width: 100%;
  display: inline-block;
}
.menu__list li {
  position: relative;
  display: inline-block;
}
.menu__list li + li {
  margin-left: 25px;
}
.menu__list a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 20px 0px;
}
.menu__list a:hover, .menu__list a:active, .menu__list a.active {
  color: #F9931E;
}
.menu__list .btn-mobile a {
  background: #fff;
  padding: 1rem 2rem;
  border-radius: 50px;
  color: #031912;
}
.menu__list .btn-mobile a:hover {
  color: #fff;
  background: #031912;
}
.menu__list .btn-registration a {
  background: linear-gradient(180deg, #f9931e 0%, #f9691e 100%);
  color: #fff;
}
.menu__list .btn-registration {
  margin-left: 1rem;
}

.menu__list .menu--button.current-menu-item a:before {
  display: none;
}

.unclickable > a {
  pointer-events: none !important;
}

/* SUBMENU */
.menu__list .menu-item-has-children {
  padding-right: 15px;
}

.menu__list .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.menu__list .menu-item-has-children:hover:after {
  display: none;
}

.menu__list .menu-item-has-children:after {
  content: "";
  background: url("../img/down-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  height: 17px;
  width: 17px;
  top: 49%;
  transform: translateY(-50%);
  right: -10px;
}

.menu__list .menu-item-has-children > .sub-menu {
  visibility: hidden;
  opacity: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: absolute;
  gap: 0rem;
  min-width: 600px;
  top: 50%;
  left: -200px;
  width: auto;
  z-index: -1;
  transition: all 0.2s ease-in-out 0s;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 25px;
  background-color: white;
  row-gap: 0rem;
  padding: 10px 0;
}
.menu__list .menu-item-has-children > .sub-menu li {
  background-color: #fff;
  color: #666666 !important;
  margin: 0px;
  text-align: center;
}
.menu__list .menu-item-has-children > .sub-menu a {
  padding: 0px 20px;
  font-size: 13px;
  font-weight: 500;
  color: #666666;
}
.menu__list .menu-item-has-children > .sub-menu a:hover {
  color: #F9931E;
}

/* MOBILE MENU */
.button--mobile {
  display: none;
}

/* MENU BURGER */
.menu--burger {
  position: relative;
  text-align: right;
  display: none;
  z-index: 1022;
  cursor: pointer;
  margin-left: 2rem;
}

.menu--burger div {
  width: 8px;
  height: 8px;
  margin: 5px;
  background: #fff;
  transition: all 0.5s ease-in;
  border-radius: 10px;
}
.menu--burger div:last-child {
  background: linear-gradient(180deg, #f9931e 0%, #f9691e 100%);
}

.menu--burger.active div {
  background: linear-gradient(180deg, #f9931e 0%, #f9691e 100%);
}

.menu--burger {
  display: none;
}

.action--close {
  position: fixed;
  z-index: 100;
  top: 40px;
  right: 20px;
}

@keyframes navLinksFade {
  0% {
    opacity: 0;
    transform: translateY(50px) translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) translateX(0);
  }
}
@media (max-width: 1370px) {
  .menu--container {
    padding: 20px calc(150/1680 * 100%);
  }

  .menu--header .menu__list {
    display: flex;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    background: #031912;
    padding: 80px calc(150/1680 * 100%) 80px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    transition: right 0.5s ease-in;
    z-index: 99;
    overflow-y: scroll;
  }

  .menu__list a {
    color: #fff;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 600;
  }
  .menu__list a:hover {
    color: #F9931E;
  }

  .menu--header .menu__list > li {
    opacity: 0;
    display: block;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 0;
  }

  .menu--header .menu__list.active {
    right: 0;
    width: 100%;
  }

  .menu--burger {
    display: block;
  }

  .menu__list .menu-item-has-children {
    padding-right: 0;
  }
  .menu__list .menu-item-has-children:after {
    display: none;
  }
  .menu__list .menu-item-has-children .sub-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    opacity: 1;
    gap: 1rem;
    visibility: visible;
    position: relative;
    transform: none;
    min-width: auto;
    left: auto;
    top: 0;
    margin-top: 0;
  }
  .menu__list .menu-item-has-children .sub-menu li {
    display: block;
    padding: 0;
  }
  .menu__list .menu-item-has-children .sub-menu li a {
    font-weight: 400;
    color: #292929;
    font-size: 14px;
  }

  .menu__list .current-menu-item a:before {
    bottom: 15px;
    right: 0;
    left: auto;
    width: 50px;
  }

  .btn-mobile {
    margin: 1rem 0;
  }

  .btn-mobile a {
    padding: 1rem 4rem !important;
    text-transform: uppercase;
    font-size: 1.8rem;
    letter-spacing: 0.7px;
    font-weight: 400;
  }

  .btn-mobile + .btn-mobile {
    margin-top: 2rem;
  }
}
@media (max-width: 1024px) {
  .menu--logo {
    width: 120px;
  }
  .menu--logo a {
    display: block;
    width: 100%;
  }

  .burger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .menu--header {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .menu--button {
    margin-left: 0;
  }
  .menu--button a {
    font-size: 9px;
  }

  .menu--logo {
    width: 180px;
  }
}
@media (max-width: 550px) {
  .menu--container {
    padding: 20px calc(100/1680 * 100%);
  }

  .menu-logo {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .menu--button a {
    font-size: 8px;
  }

  .menu--burger {
    margin-left: 1rem;
  }
}
#hero {
  position: relative;
  height: 100vh;
  width: 100%;
}

.hero__bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.hero__bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(130deg, rgba(27, 35, 44, 0) 0%, rgba(27, 35, 44, 0.7) 100%);
}

.hero__bg img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.hero__container {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: end;
  z-index: 10;
}

.hero__content {
  position: relative;
  z-index: 10;
  padding-bottom: 4rem;
}

.hero__title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  margin: 1rem 0 2rem;
}

.hero__content .heading {
  padding-bottom: 0;
}

.hero__buttons a {
  width: auto;
  margin-top: 0;
  background: linear-gradient(180deg, #f9931e 0%, #f9691e 100%);
  border: none;
  transition: all 0.2s ease-in-out 0s;
}
.hero__buttons a:hover {
  background: #fff;
  border: none;
  color: #031912;
}
.hero__buttons a + a {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  #hero {
    height: 80vh;
  }

  .hero__content {
    max-width: 600px;
  }

  .hero__container {
    justify-content: start;
  }

  .hero__buttons .btn + .btn {
    margin-left: 1rem;
  }
}
.services__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.services__item {
  position: relative;
}
.services__item:before {
  content: "";
  padding-bottom: 140%;
  display: block;
}

.services__illustration {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.services__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.services__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  padding: 2rem;
  display: flex;
  align-items: end;
  justify-content: center;
  background: linear-gradient(180deg, rgba(27, 35, 44, 0) 30%, #1b232c 100%);
}

.services__title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.services__desc p {
  color: #DBD8D8;
  font-size: 1.6rem;
  line-height: 1.4;
}

.services__content .btn {
  margin-top: 2rem;
  font-size: 1.5rem;
  background: linear-gradient(180deg, #f9931e 0%, #f9691e 100%);
  border: none;
}
.services__content .btn:hover {
  background: #fff;
  color: #031912;
}

@media (min-width: 768px) {
  .services__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .services__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.skills__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.skills__item {
  position: relative;
  border-radius: 10px;
}
.skills__item:before {
  content: "";
  display: block;
  padding-bottom: 150%;
}

.skills__illustration {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.skills__content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: end;
  padding: 1rem 1.5rem;
  background: linear-gradient(180deg, rgba(27, 35, 44, 0) 30%, rgba(27, 35, 44, 0.7) 100%);
}

.skills__title {
  font-size: 2rem;
  color: #fff;
}

@media (max-width: 768px) {
  .skills__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.courses__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

.courses__item {
  position: relative;
  cursor: pointer;
}
.courses__item:before {
  content: "";
  padding-bottom: 40%;
  display: block;
}
.courses__item.active .courses__wrapper:after {
  background: linear-gradient(180deg, #f9931e 0%, #f9691e 100%);
}
.courses__item.active .courses__title {
  opacity: 0.5;
}
.courses__item.active .courses__btn {
  transform: rotate(45deg);
  background: #031912;
}
.courses__item.active .courses__text {
  opacity: 1;
  max-width: auto;
}
.courses__item.active:hover .courses__btn {
  background: linear-gradient(180deg, #f9931e 0%, #f9691e 100%);
}
.courses__item.active:hover .courses__title {
  color: #fff;
}

.courses__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: end;
  overflow: hidden;
  border-radius: 10px;
  z-index: 10;
}
.courses__wrapper:after {
  content: "";
  background: linear-gradient(180deg, rgba(27, 35, 44, 0) 30%, rgba(27, 35, 44, 0.7) 100%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.courses__wrapper:hover .courses__btn {
  background: #031912;
}
.courses__wrapper:hover .courses__title {
  color: #F9931E;
}

.courses__illustration {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.2s ease-in-out 0s;
}

.courses__content {
  position: relative;
  width: 100%;
  z-index: 2;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.courses__title {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  transition: all 0.2s ease-in-out 0s;
}

.courses__text {
  opacity: 0;
  max-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 20;
  padding: 2rem;
}
.courses__text p {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
}

.courses__btn {
  position: relative;
  background: linear-gradient(180deg, #f9931e 0%, #f9691e 100%);
  height: 3rem;
  width: 3rem;
  padding: 0.8rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease-in-out 0s;
  z-index: 99;
}
.courses__btn img {
  position: relative;
  height: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .courses__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .courses__text p {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
@media (min-width: 768px) {
  .courses__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.timetable__container {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 800px;
}

.timetable__container img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.team__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 1rem;
  row-gap: 2rem;
}

.team__item {
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
}

.team__inner {
  position: relative;
}
.team__inner:before {
  content: "";
  padding-bottom: 130%;
  display: block;
}

.team__inner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0px 0px;
}

.team__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.team__content .function {
  align-self: flex-end;
  color: #031912;
  background-color: #fff;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
}

.team__content .name {
  font-size: 2rem;
  font-weight: 600;
}

.team__desc {
  padding: 1.5rem;
}
.team__desc li {
  line-height: 1.2;
  color: #DBD8D8;
  font-size: 1.2rem;
}
.team__desc li + li {
  margin-top: 0.5rem;
}

@media (max-width: 1024px) {
  .team__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .team__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.registration__content {
  width: 50%;
  padding-right: 10%;
}

.registration__illustration {
  position: relative;
  width: 50%;
  border-radius: 10px;
}
.registration__illustration img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

@media (max-width: 1024px) {
  .registration__content {
    width: 100%;
    padding-right: 0;
  }

  .registration__illustration {
    width: 100%;
    margin-top: 4rem;
  }
  .registration__illustration:before {
    content: "";
    padding-bottom: 75%;
    display: block;
  }
}
.perks__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2rem;
  row-gap: 4rem;
  margin-bottom: 2rem;
}

.perks__item {
  text-align: center;
}

.perks__item img {
  height: 6rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  margin-bottom: 1rem;
}

.perks__title {
  font-size: 2rem;
}

.perks__gallery {
  margin-top: 4rem;
  padding-left: calc(150/1680 * 100%);
  height: 33rem;
  margin-bottom: 4rem;
}
.perks__gallery .slick-list {
  padding-left: 0 !important;
}
.perks__gallery .slick-prev {
  bottom: -6rem;
  right: calc(320/1680 * 100%);
  top: auto;
  left: auto;
  transform: none;
}
.perks__gallery .slick-next {
  bottom: -6rem;
  right: calc(150/1680 * 100%);
  top: auto;
  transform: none;
}

.perks__image {
  position: relative;
  border-radius: 10px;
  margin-right: 1rem;
}
.perks__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

@media (min-width: 768px) {
  .perks__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .perks__list {
    grid-template-columns: repeat(6, 1fr);
  }
}
#reviews .ti-inner {
  background: linear-gradient(70deg, #756b5e 0%, #554e45 100%) !important;
  border-radius: 10px !important;
}

#reviews .ti-load-more-reviews-button {
  background: linear-gradient(180deg, #f9931e 0%, #f9691e 100%) !important;
  border-radius: 50px;
  padding: 1.2rem 3rem;
  text-transform: uppercase;
  margin-top: 3rem;
  font-weight: 400;
  letter-spacing: 0.7px;
  font-size: 1.5rem;
  transition: all 0.2s ease-in-out 0s;
  font-family: "Nunito", sans-serif !important;
}
#reviews .ti-load-more-reviews-button:hover {
  background: #fff !important;
  color: #031912;
}

.community__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(4, 1fr);
  gap: 1rem;
}
.community__container > div {
  height: 20rem;
}
.community__container div:first-child {
  grid-column: span 2;
}
.community__container div:nth-child(3) {
  grid-column: span 2;
}
.community__container div:nth-child(4) {
  grid-column-start: 2;
}

.community--social {
  grid-row-start: 2;
  grid-column-start: 2;
  background: linear-gradient(180deg, #f9931e 0%, #f9691e 100%);
}

.community--contact {
  grid-row-start: 4;
  grid-column-start: 1;
  background: linear-gradient(120deg, #756b5e 0%, #554e45 100%);
}

.community__image {
  position: relative;
  border-radius: 10px;
}
.community__image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.community__content {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  text-align: center;
}

.community__title {
  line-height: 1;
}

/* SOCIAL */
.community-social {
  position: relative;
  display: flex;
  margin: 1rem 0rem;
}
.community-social a {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.community-social a + a {
  margin-left: 10px;
}
.community-social a:hover {
  transform: scale(0.9);
}

/* CONTACT */
.community-contact {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.community-contact__btn {
  color: #031912;
  background-color: #fff;
  border-radius: 50px;
  display: inline-block;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.7px;
  padding: 0.7rem 1rem 0.6rem;
  margin-top: 1rem;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
}
.community-contact__btn:hover {
  background-color: #031912;
  color: #fff;
}

.community-contact__link {
  display: none;
  color: #fff;
  padding: 0.7rem 0;
}
.community-contact__link:hover {
  color: #fff;
  text-decoration: underline;
}

.community-buttons .btn {
  margin-top: 1rem;
}

@media (min-width: 1024px) {
  .community__container {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
  }
  .community__container > div {
    height: 30rem;
  }
  .community__container div:nth-child(4) {
    grid-column-start: 4;
    grid-row-start: 2;
  }

  .community--social {
    grid-column-start: 4;
    grid-row-start: 1;
  }

  .community--contact {
    grid-column-start: 1;
    grid-row-start: 2;
  }
}
.prices__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.prices__item {
  position: relative;
  border-radius: 10px;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.prices__item.first .prices__content {
  background: linear-gradient(180deg, #f9931e 0%, #f9691e 100%);
  padding: 4rem 1rem 3rem;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #F9931E;
  text-align: center;
  justify-content: center;
}
.prices__item.first .prices__content .prices__title {
  line-height: 1.2;
}
.prices__item.star .prices__header {
  background: linear-gradient(180deg, #f9931e 0%, #f9691e 100%);
}
.prices__item.star .prices__content {
  border: 2px solid #F9931E;
}

.prices__header {
  background: linear-gradient(120deg, #756b5e 0%, #554e45 100%);
  height: 7rem;
  padding: 3rem 0rem 2rem;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prices__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}

.prices__content {
  padding: 2rem;
  border: 2px solid #756B5E;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.prices__content .price {
  margin-bottom: 1rem;
  display: inline-block;
}
.prices__content em {
  font-size: 2rem;
  font-weight: 700;
  font-style: normal;
  padding-right: 0.2rem;
}

.prices__listing {
  margin-top: 1rem;
}
.prices__listing .item {
  position: relative;
  line-height: 1.5;
  font-size: 1.3rem;
  font-weight: 300;
  padding-left: 1.5rem;
  text-decoration: line-through;
}
.prices__listing .item:before {
  content: "";
  position: absolute;
  top: 0.4rem;
  left: 0;
  background-image: url("../img/icon-cross.svg");
  height: 1rem;
  width: 1rem;
  background-size: 1rem 1rem;
  margin-right: 0.5rem;
}
.prices__listing .item em {
  font-style: normal;
  font-weight: 700;
  font-size: 1.3rem;
}
.prices__listing .item.include {
  text-decoration: none;
}
.prices__listing .item.include:before {
  background-image: url("../img/icon-check.svg");
}
.prices__listing .item + .item {
  margin-top: 1rem;
}

.prices__button {
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  transition: all 0.2s ease-in-out 0s;
}
.prices__button a {
  color: #031912;
  padding: 1.5rem 2rem;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
}
.prices__button:hover {
  background: linear-gradient(180deg, #f9931e 0%, #f9691e 100%);
}
.prices__button:hover a {
  color: #fff;
}

.prices__flag {
  background-color: #fff;
  color: #031912;
  border-radius: 50px;
  position: absolute;
  padding: 0.5rem 1.5rem;
  top: 0;
  left: 50%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  transform: translateX(-50%) translateY(-50%);
}

.prices__text p {
  line-height: 1.2;
  font-size: 1.3rem;
}
.prices__text p + p {
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .prices__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .prices__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.referral__block {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.referral__block + .referral__block {
  margin-top: 6rem;
}

.referral__head {
  color: #F9931E;
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.7px;
}

.referral__title {
  font-size: 2.5rem;
  font-weight: 700;
}

.referral__content {
  position: relative;
  width: 100%;
}
.referral__content h3, .referral__content h4, .referral__content h5, .referral__content h6 {
  margin-bottom: 1rem;
}
.referral__content h3 {
  color: #F9931E;
  font-size: 18px;
}
.referral__content h4 {
  color: #031912;
  font-weight: 400;
  font-size: 16px;
}
.referral__content p {
  line-height: 1.7;
  font-size: 1.6rem;
  color: #DBD8D8;
  margin: 1rem 0;
  font-weight: 400;
}
.referral__content ul {
  margin-bottom: 20px;
}
.referral__content li {
  line-height: 1.7;
  font-size: 12px;
}
.referral__content li:before {
  margin-right: 5px;
  content: "-";
  font-size: 20px;
  color: #031912;
}

@media (max-width: 1024px) {
  .referral__block {
    width: 100%;
    margin: 0px;
  }
  .referral__block + .seo__block {
    margin-top: 40px;
  }

  .referral__content h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}

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