@font-face {
  font-family: 'Futura Std';
  src: url("../fonts/FuturaStd-CondensedBold.woff2") format("woff2"), url("../fonts/FuturaStd-CondensedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Futura Std';
  src: url("../fonts/FuturaStd-Condensed.woff2") format("woff2"), url("../fonts/FuturaStd-Condensed.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Futura Std';
  src: url("../fonts/FuturaStd-CondensedLight.woff2") format("woff2"), url("../fonts/FuturaStd-CondensedLight.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  font-family: "Roboto Mono";
  font-weight: 400;
  font-size: 62.5%; }
  @media (max-width: 1800px) {
    html {
      font-size: 54%; } }
  @media (max-width: 1280px) {
    html {
      font-size: 56%; } }
  @media (max-width: 1080px) {
    html {
      font-size: 56%; } }

body {
  min-width: 320px;
  background: #fff;
  font-family: "Roboto Condensed";
  font-weight: 400; }
  body * {
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    font-family: "Roboto Condensed";
    font-weight: 400; }

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  z-index: 6;
  position: relative; }

.container {
  margin: 0 auto;
  padding: 0 70px;
  position: relative; }
  @media (max-width: 860px) {
    .container {
      padding: 0 40px; } }
  @media (max-width: 480px) {
    .container {
      padding: 0 24px; } }

.header {
  height: 120px;
  margin-top: 20px; }
  .header .header_logo {
    position: absolute;
    top: 10px;
    left: 0;
    width: 140px;
    height: 90px;
    background: url("../img/logo.png") 50% 50% no-repeat;
    background-size: 140px auto; }
  .header .header_lang {
    position: absolute;
    top: 28px;
    right: 0;
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    border-radius: 4px;
    background: #67cad0; }
    .header .header_lang ul {
      font-size: 0px; }
      .header .header_lang ul li {
        display: inline-block; }
        .header .header_lang ul li a {
          display: block;
          padding: 5px 5px;
          font-size: 14px;
          font-weight: 400;
          text-decoration: none;
          cursor: pointer; }
        .header .header_lang ul li:last-child a {
          padding-right: 0; }
  .header .header_nav {
    position: absolute;
    top: 30px;
    right: 140px; }
    .header .header_nav ul {
      font-size: 0px; }
      .header .header_nav ul li {
        display: inline-block; }
        .header .header_nav ul li a {
          display: block;
          padding: 5px 20px;
          font-size: 15px;
          font-weight: 800;
          text-decoration: none;
          cursor: pointer;
          text-transform: uppercase; }
          .header .header_nav ul li a.current {
            color: #67cad0; }
        .header .header_nav ul li:last-child a {
          padding-right: 0; }

.banner {
  height: 700px;
  background: url("../img/banner_kite2.jpg") left 50% top 50% no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .banner .banner_copy {
    position: absolute;
    top: 280px;
    left: 59%; }
    .banner .banner_copy .banner_copy_title {
      font-size: 50px;
      font-weight: 800;
      margin-bottom: 30px; }
    .banner .banner_copy .banner_copy_subtitle {
      font-size: 18px;
      line-height: 24px;
      width: 300px;
      margin-bottom: 50px; }
    .banner .banner_copy .banner_copy_cta {
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      line-height: 50px;
      height: 50px;
      padding: 0 90px 0 40px;
      border-radius: 25px;
      color: #000;
      text-decoration: none;
      text-transform: uppercase;
      background: url("../img/arrow_right.png") top 50% left calc(100% - 40px) no-repeat #fff;
      background-size: 35px auto;
      cursor: pointer; }

.about {
  margin-top: 800px;
  margin-bottom: 100px; }
  .about .about_img {
    display: inline-block;
    width: calc(33% - 80px);
    height: 310px;
    background: url("../img/about.jpg") 50% 50% no-repeat;
    background-size: cover;
    margin-right: 80px;
    vertical-align: middle; }
    @media (max-width: 1080px) {
      .about .about_img {
        width: 50%;
        height: 150px;
        margin: 0 0 40px 0; } }
  .about .about_copy {
    display: inline-block;
    width: calc(66%);
    vertical-align: middle;
    position: relative;
    padding-bottom: 50px; }
    @media (max-width: 1080px) {
      .about .about_copy {
        width: 100%; } }
    .about .about_copy .about_copy_title {
      font-size: 30px;
      font-weight: 700;
      line-height: 36px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .about .about_copy .about_copy_description {
      font-size: 16px;
      line-height: 26px; }
    .about .about_copy .about_copy_more {
      position: absolute;
      bottom: 0;
      right: 0;
      display: block;
      padding-right: 60px; }
      .about .about_copy .about_copy_more a {
        font-weight: 800;
        text-decoration: none;
        font-size: 14px;
        text-transform: uppercase; }
      .about .about_copy .about_copy_more::after {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        top: -1px;
        width: 45px;
        height: 20px;
        background: url("../img/arrow_right.png") 50% 50% no-repeat;
        background-size: 45px auto; }

.article_links {
  background: #f2eee4;
  padding: 80px 0;
  font-size: 0;
  margin-left: 0px; }
  .article_links .article_links_title {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 50px; }
  .article_links .article_link {
    width: calc(33% - 40px);
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    height: 450px;
    background: url("../img/img1.jpg") 50% 50% no-repeat;
    background-size: cover;
    position: relative; }
    @media (max-width: 1080px) {
      .article_links .article_link {
        width: 100%;
        margin: 0 0 40px 0; } }
    .article_links .article_link::after {
      content: '';
      display: block;
      position: absolute;
      background: rgba(60, 199, 206, 0.14);
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .article_links .article_link .article_link_copy {
      padding: 40px; }
      .article_links .article_link .article_link_copy .article_link_copy_title {
        font-size: 24px;
        font-weight: 700;
        line-height: 30px;
        text-transform: uppercase;
        margin-bottom: 10px; }
      .article_links .article_link .article_link_copy .article_link_copy_date {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 20px; }
      .article_links .article_link .article_link_copy .article_link_copy_more {
        width: 45px;
        height: 20px;
        background: url("../img/arrow_right.png") 50% 50% no-repeat;
        background-size: 45px auto; }
  .article_links .article_links_links {
    padding-bottom: 50px; }
  .article_links .article_links_more {
    background: url("../img/arrow_right.png") 100% 50% no-repeat;
    background-size: 45px auto;
    padding-right: 60px;
    text-align: right; }
    .article_links .article_links_more a {
      font-weight: 800;
      text-decoration: none;
      font-size: 14px;
      text-transform: uppercase; }

.quote {
  padding: 80px 0 180px 0; }
  .quote .quote_copy {
    padding-left: 33%;
    padding-right: 100px;
    padding-top: 100px; }
    @media (max-width: 1080px) {
      .quote .quote_copy {
        padding: 80px 10px 0 80px; } }
    .quote .quote_copy .quote_copy_text {
      font-weight: 300;
      font-style: italic;
      font-size: 35px;
      line-height: 45px;
      position: relative;
      margin-bottom: 20px; }
      @media (max-width: 1080px) {
        .quote .quote_copy .quote_copy_text {
          font-size: 33px;
          line-height: 44px; } }
      .quote .quote_copy .quote_copy_text::before {
        position: absolute;
        bottom: -140px;
        left: -120px;
        content: '';
        background: url("../img/quote_start.png") 0 50% no-repeat;
        background-size: 80px auto;
        width: 80px;
        height: 80px; }
        @media (max-width: 1080px) {
          .quote .quote_copy .quote_copy_text::before {
            bottom: -120px;
            left: -80px;
            width: 60px;
            height: 60px;
            background-size: 60px auto; } }
      .quote .quote_copy .quote_copy_text::after {
        position: absolute;
        top: -90px;
        right: -20px;
        content: '';
        background: url("../img/quote_end.png") 0 50% no-repeat;
        background-size: 80px auto;
        width: 80px;
        height: 80px; }
        @media (max-width: 1080px) {
          .quote .quote_copy .quote_copy_text::after {
            top: -70px;
            right: 0px;
            width: 60px;
            height: 60px;
            background-size: 60px auto; } }
    .quote .quote_copy .quote_copy_author {
      font-size: 17px; }

.schedule {
  background: #f2eee4;
  padding: 80px 0;
  font-size: 0;
  margin-left: 0px; }
  .schedule .schedule_title {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 50px; }
  .schedule .schedule_items {
    background: url("../img/line.png") 50% 0 repeat-y; }
    .schedule .schedule_items .schedule_item_point {
      font-size: 16px;
      padding-left: calc(50% + 30px);
      position: relative;
      padding-top: 5px; }
      .schedule .schedule_items .schedule_item_point::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: calc(50% - 15px);
        border-radius: 15px;
        width: 30px;
        height: 30px;
        background: #000;
        margin: 0 auto; }
    .schedule .schedule_items .schedule_item_span {
      margin: 50px auto;
      height: 170px;
      width: 800px;
      background: #fff;
      cursor: pointer; }
      @media (max-width: 1080px) {
        .schedule .schedule_items .schedule_item_span {
          width: 90%;
          height: auto; } }
      .schedule .schedule_items .schedule_item_span .schedule_item_span_image {
        display: inline-block;
        vertical-align: top;
        height: 170px;
        width: 50%;
        background: url("../img/schedule_kite.jpg") 50% 50% no-repeat;
        background-size: cover; }
        @media (max-width: 1080px) {
          .schedule .schedule_items .schedule_item_span .schedule_item_span_image {
            width: 100%;
            display: block; } }
      .schedule .schedule_items .schedule_item_span .schedule_item_span_copy {
        display: inline-block;
        vertical-align: top;
        height: 170px;
        width: 50%;
        padding: 30px;
        background: url("../img/arrow_right.png") right 30px top 50% no-repeat;
        background-size: 55px auto; }
        @media (max-width: 1080px) {
          .schedule .schedule_items .schedule_item_span .schedule_item_span_copy {
            width: 100%;
            display: block; } }
        .schedule .schedule_items .schedule_item_span .schedule_item_span_copy .schedule_item_span_date {
          font-size: 16px;
          margin-bottom: 23px; }
        .schedule .schedule_items .schedule_item_span .schedule_item_span_copy .schedule_item_span_title {
          font-size: 22px;
          font-weight: 700;
          text-transform: uppercase; }

.footer {
  padding: 80px 0; }
  .footer .footer_links {
    display: inline-block;
    width: 25%;
    vertical-align: top;
    font-size: 0; }
    @media (max-width: 1080px) {
      .footer .footer_links {
        width: 45%;
        margin-bottom: 30px; } }
    .footer .footer_links .footer_links_title {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 30px;
      text-transform: uppercase;
      background: url("../img/arrow_right.png") left -15px top 50% no-repeat;
      background-size: 35px auto;
      padding-left: 35px;
      overflow: hidden; }
    .footer .footer_links .footer_links_links {
      padding-left: 35px; }
      .footer .footer_links .footer_links_links li {
        margin-bottom: 7px; }
        .footer .footer_links .footer_links_links li a {
          font-size: 15px;
          text-decoration: none; }
  .footer .footer_legal {
    display: inline-block;
    vertical-align: top;
    width: 24%; }
    @media (max-width: 1080px) {
      .footer .footer_legal {
        width: 100%;
        margin-top: 40px; } }
    .footer .footer_legal .footer_legal_sm {
      text-align: right;
      margin-bottom: 20px; }
      .footer .footer_legal .footer_legal_sm .footer_legal_sm_link {
        display: inline-block;
        width: 50px;
        height: 50px;
        background: url("../img/sm_fb.png") 50% 50% no-repeat;
        background-size: auto 50px; }
        .footer .footer_legal .footer_legal_sm .footer_legal_sm_link.fb {
          background-image: url("../img/sm_fb.png"); }
        .footer .footer_legal .footer_legal_sm .footer_legal_sm_link.yt {
          background-image: url("../img/sm_yt.png"); }
        .footer .footer_legal .footer_legal_sm .footer_legal_sm_link.ig {
          background-image: url("../img/sm_ig.png"); }
    .footer .footer_legal .footer_legal_contact {
      font-size: 15px;
      line-height: 22px;
      text-align: right; }

.page {
  margin: 80px 0; }
  .page h1 {
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase; }
  .page .page_copy p {
    margin: 30px 0;
    font-size: 16px;
    line-height: 26px; }
  .page .page_excerpt {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 40px; }
  .page .page_btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    height: 50px;
    padding: 0 90px 0 40px;
    border-radius: 25px;
    background: #67cad0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: url("../img/arrow_right_white.png") top 50% left calc(100% - 40px) no-repeat #67cad0;
    background-size: 35px auto;
    cursor: pointer; }

.courses .course {
  background: #f2eee4;
  padding: 80px 0;
  font-size: 0;
  margin-bottom: 30px; }
  .courses .course .course_title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    background: url("../img/dropdown_up.png") top 50% left calc(100% - 40px) no-repeat;
    background-size: 25px auto; }
  .courses .course .course_subtitle {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 60px; }
  .courses .course .course_programme {
    padding: 50px 50px 50px 50px;
    background: #fff;
    display: inline-block;
    width: calc(50% - 20px);
    margin-right: 20px;
    vertical-align: top; }
    @media (max-width: 1080px) {
      .courses .course .course_programme {
        width: 100%;
        margin-right: 0; } }
    .courses .course .course_programme .course_programme_title {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 20px;
      text-transform: uppercase; }
    .courses .course .course_programme .course_programme_details {
      font-size: 16px;
      line-height: 26px;
      margin-bottom: 30px; }
  .courses .course .course_summary {
    display: inline-block;
    width: calc(50% - 20px);
    margin-left: 20px;
    vertical-align: top;
    text-align: right; }
    @media (max-width: 1080px) {
      .courses .course .course_summary {
        width: 100%;
        margin-left: 0; } }
    .courses .course .course_summary .course_summary_image {
      width: 100%;
      height: 550px;
      background: url("../img/course.jpg") 50% 50% no-repeat;
      background-size: cover;
      margin-bottom: 40px; }
    .courses .course .course_summary .course_summary_price {
      font-size: 38px;
      text-align: right;
      margin-bottom: 20px; }
      .courses .course .course_summary .course_summary_price div {
        font-size: 28px; }
    .courses .course .course_summary .course_summary_cta {
      display: inline-block;
      font-size: 16px;
      font-weight: 700;
      line-height: 50px;
      height: 50px;
      padding: 0 90px 0 40px;
      border-radius: 25px;
      background: #67cad0;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      background: url("../img/arrow_right_white.png") top 50% left calc(100% - 40px) no-repeat #f15c86;
      background-size: 35px auto;
      cursor: pointer; }
  .courses .course.collapsed {
    padding: 40px 0; }
    .courses .course.collapsed .course_title {
      margin-bottom: 0;
      background: url("../img/dropdown_down.png") top 50% left calc(100% - 40px) no-repeat;
      background-size: 25px auto; }
    .courses .course.collapsed .course_subtitle {
      display: none; }
    .courses .course.collapsed .course_programme {
      display: none; }
    .courses .course.collapsed .course_summary {
      display: none; }

.points {
  padding: 80px 0; }
  .points .points_title {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    text-transform: uppercase;
    margin-bottom: 50px; }
  .points .point .point_image {
    display: inline-block;
    width: calc(25% - 80px);
    height: 200px;
    background: url("../img/about.jpg") 50% 50% no-repeat;
    background-size: cover;
    margin-right: 80px;
    vertical-align: middle; }
    @media (max-width: 1080px) {
      .points .point .point_image {
        width: 50%;
        margin-bottom: 40px; } }
  .points .point .point_copy {
    display: inline-block;
    width: calc(74%);
    vertical-align: middle;
    position: relative; }
    @media (max-width: 1080px) {
      .points .point .point_copy {
        width: 100%; } }
    .points .point .point_copy .point_copy_title {
      font-size: 24px;
      font-weight: 700;
      line-height: 36px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .points .point .point_copy .point_copy_description {
      font-size: 15px;
      line-height: 24px; }

.image {
  width: 100%;
  height: 400px;
  background: url("../img/photo1.jpg") 50% 50% no-repeat;
  background-size: cover; }

/*# sourceMappingURL=styles.css.map */
