*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  padding: 0;
  list-style: none;
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000000;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

select::-ms-expand {
  display: none;
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
}
*:focus {
  outline: 0 !important;
}

body {
  background: #fff;
  font: 12px "Baloo 2";
  color: #3f3f3f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul {
  margin: 0;
}

a {
  color: #3f3f3f;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.button {
  color: #fff;
  padding: 10px 30px;
  background-color: #0b2240;
  border-radius: 5px;
  font-size: 28px;
  display: inline-block;
}
@media only screen and (max-width: 1000px) {
  .button {
    font-size: 20px;
    padding: 10px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .button {
    font-size: 26px;
    padding: 10px 30px;
  }
}
.button:hover {
  background-color: #9a8c61;
}

.button2 {
  display: inline-block;
  position: relative;
}
.button2:before {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  top: 2px;
  width: 100%;
  height: 1px;
  background-color: #c5b585;
}
.button2:after {
  content: "";
  display: block;
  position: absolute;
  left: -13px;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background-color: #c5b585;
}
.button2 span {
  display: block;
  padding: 10px 30px;
  font: italic 600 60px/1 "rift";
  color: #c5b585;
}
@media only screen and (max-width: 990px) {
  .button2 span {
    font-size: 40px;
  }
}
.button2 span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  transform: rotate(20deg);
  background-color: #c5b585;
}
.button2 span:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  transform: rotate(20deg);
  background-color: #c5b585;
}
.button2:hover span {
  color: #fff;
}

.container {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .no-mobile {
    display: none;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .mobile {
    display: inline-block;
  }
}

.flex {
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 990px) {
  .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.flex.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flex.justify-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.flex.justify-center {
  -ms-flex-pack: center;
      justify-content: center;
}
.flex.justify-end {
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.flex.align-items-center {
  -ms-flex-align: center;
      align-items: center;
}
.flex.align-items-start {
  -ms-flex-align: start;
      align-items: flex-start;
}
.flex.align-items-end {
  -ms-flex-align: end;
      align-items: flex-end;
}
.flex.align-items-baseline {
  -ms-flex-align: baseline;
      align-items: baseline;
}
.flex.align-content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}
.flex.align-content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.flex.align-content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}
.flex.align-content-baseline {
  -ms-flex-line-pack: baseline;
      align-content: baseline;
}

.animate {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .animate {
    opacity: 1;
    transform: none !important;
  }
}
.animate.top {
  transform: translateY(100px);
}
.animate.top.fade-in {
  transform: translateY(0);
}
.animate.bottom {
  transform: translateY(-100px);
}
.animate.bottom.fade-in {
  transform: translateY(0);
}
.animate.left {
  transform: translateX(-100px);
}
.animate.left.fade-in {
  transform: translateX(0);
}
.animate.right {
  transform: translateX(100px);
}
.animate.right.fade-in {
  transform: translateX(0);
}
.animate.clip {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  opacity: 1;
}
.animate.clip.fade-in {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.animate.fade-in {
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.18, 0.32, 0.17, 0.99);
}

.hidden {
  position: absolute;
  display: block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots li:only-child {
  display: none;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  border: 0;
  text-indent: -9999px;
  background: url("images/arrow.png") no-repeat center transparent;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .slick-arrow {
    display: none !important;
  }
}
.slick-arrow:hover {
  background-position: 65% center;
}

.slick-prev {
  left: -100px;
  transform: rotate(180deg);
}

.slick-next {
  right: -50px;
}

.slick-dots {
  margin: 30px 0;
}
@media only screen and (max-width: 767px) {
  .slick-dots {
    margin-top: 0;
  }
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li button {
  border: 0;
  background: none;
  text-indent: -9999px;
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 50%;
  background-color: #0b2240;
  transition: all 0.3s ease-in-out;
}
.slick-dots li.slick-active button {
  background-color: #9a8c61;
}

.header {
  position: absolute;
  top: 35px;
  width: 100%;
  z-index: 10;
}
.header a {
  display: block;
  max-width: 50%;
}
.header a img {
  width: 100%;
}
.header__right {
  text-align: right;
}
.header__right nav ul li {
  display: inline-block;
  margin-left: 15px;
}
.header__right nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font: 25px "rift";
  display: block;
  padding-bottom: 5px;
  position: relative;
  white-space: nowrap;
}
.header__right nav ul li a:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #c5b585;
  transition: all 0.3s ease-in-out;
}
.header__right nav ul li a:hover {
  color: #c5b585;
}
.header__right nav ul li a:hover:after {
  width: 100%;
}

.thanks {
  background: url("images/hero-bg.jpg");
  background-size: cover;
  position: relative;
  min-height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  text-align: center;
}
.thanks h1 {
  font: italic 600 44px "rift";
}
.thanks p {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 auto;
  max-width: 600px;
}

.hero {
  background: url("images/hero-bg.jpg");
  background-size: cover;
  position: relative;
}
.hero .inner {
  padding: 200px 5% 5%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  background: url("images/uvp.png") no-repeat left 80px;
  background-size: auto 100%;
}
@media only screen and (max-width: 1450px) {
  .hero .inner {
    background-position: -100px 70px;
  }
}
.hero .form {
  width: 90%;
  max-width: 450px;
  margin-left: 50%;
  margin-top: -150px;
}
.hero .form__headline {
  font: italic 600 44px "rift";
  color: #0b2240;
  text-transform: uppercase;
}
.hero .form__headline span {
  display: block;
  font-style: normal;
  font-size: 28px;
}
.hero .form__top {
  background-color: #c5b585;
  position: relative;
  padding: 20px 30px;
  text-align: center;
  position: relative;
}
.hero .form__top img {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.hero .form__top p {
  color: #fff;
  font-size: 12px;
}
.hero .form__body {
  background-color: #fff;
  padding: 35px 50px;
}
@media only screen and (max-width: 767px) {
  .hero .form__body {
    text-align: left;
    padding: 35px;
  }
}
.hero .form__entry {
  margin-bottom: 10px;
  min-width: 48%;
}
.hero .form__entry label {
  display: block;
  color: #0b2240;
  margin: 0;
  font-size: 16px;
}
.hero .form__entry input, .hero .form__entry select {
  border: 0;
  border-bottom: 1px solid #333;
  padding: 2px 0;
  color: #0b2240;
  width: 100%;
}
.hero .form small {
  line-height: 1.2;
  font-size: 11px;
  display: block;
}
.hero .form button {
  border: 0;
  background-color: #c5b585;
  display: block;
  width: 100%;
  margin: 20px auto 0;
  padding: 5px 0;
  color: #0b2240;
  font: italic 600 29px "rift";
  transition: all 0.3s ease-in-out;
}
.hero .form button:hover {
  box-shadow: 2px 2px 0 #9a8c61;
}

.shape3d {
  background: url("images/3d.png") no-repeat left center;
  height: 116px;
  width: 98%;
  max-width: 1885px;
  color: #0b2240;
  font: 600 3.2vw/90px "rift";
  position: absolute;
  bottom: -80px;
  right: 0;
  text-align: center;
  padding-left: 50px;
}

.why {
  padding: 170px 0 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.why__left {
  width: 50%;
  padding-right: 5%;
  max-width: 560px;
}
.why__left img {
  width: 100%;
}
.why__right {
  width: 50%;
  max-width: 670px;
}
.why__right img {
  width: 100%;
}
.why__right ul {
  margin: 30px 0;
  max-width: 570px;
}
.why__right ul li {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.programs {
  overflow-x: hidden;
  background-color: #ededed;
  padding: 120px 0 70px;
  border-bottom: 22px solid #0b2240;
}
.programs .title {
  display: block;
  margin: 0 auto 80px;
  width: 90%;
  max-width: 600px;
}
.programs__col {
  width: 33%;
  padding: 0 5%;
  position: relative;
}
.programs__col:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10%;
  height: 80%;
  width: 1px;
  background-color: #c5b585;
}
.programs__col:last-child:after {
  display: none;
}
.programs h3 {
  font: italic 600 33px/1 "rift";
  color: #0b2240;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.programs ul {
  list-style: none;
  margin-bottom: 35px;
}
.programs ul li {
  margin-bottom: 2px;
  font-size: 18px;
}
.programs .button {
  margin-top: 70px;
}

.footer {
  overflow-x: hidden;
  padding: 40px 0;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer {
    text-align: center;
    padding: 40px 20px;
  }
}
.footer__left {
  max-width: 425px;
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .footer__left {
    width: 100%;
  }
}
.footer__left p {
  margin: 40px 0 30px;
  color: #0b2240;
  font-size: 14px;
}
.footer__left .social li {
  display: inline-block;
  margin-left: 8px;
}
.footer__left .social li a {
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  font-size: 0;
}
.footer__left .social li a:hover {
  opacity: 0.8;
}
.footer__left .social li a.facebook {
  background: url("images/facebook.svg") no-repeat;
  background-size: 100% auto;
}
.footer__left .social li a.twitter {
  background: url("images/twitter.svg") no-repeat;
  background-size: 100% auto;
}
.footer__left .social li a.youtube {
  background: url("images/youtube.svg") no-repeat;
  background-size: 100% auto;
}
.footer__left .social li a.linkedin {
  background: url("images/linkedin.svg") no-repeat;
  background-size: 100% auto;
}
.footer__right {
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .footer__right {
    max-width: 100%;
    width: 100%;
    padding-top: 30px;
  }
}
.footer__right p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #0b2240;
}

@media only screen and (max-width: 1000px) {
  .header a img {
    width: 300px;
  }

  .hero .inner {
    background-position: -150px center;
    background-size: 600px auto;
  }
  .hero .form {
    margin-bottom: 20px;
  }
  .hero .form__headline {
    font-size: 36px;
  }

  .programs .title {
    max-width: 400px;
  }
  .programs h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  .header a {
    width: 100%;
    max-width: 100%;
  }
  .header a img {
    width: 240px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .hero .inner {
    background-size: 120% auto;
    background-position: -70px 60px;
  }
  .hero .form {
    margin-left: 0;
    margin-top: 240px;
    margin-bottom: 40px;
  }
  .hero .form__headline {
    font-size: 30px;
  }
  .hero .form__headline span {
    font-size: 22px;
  }

  .shape3d {
    background-size: auto 100%;
    height: 80px;
    font-size: 18px;
    line-height: 1.2;
    padding-top: 10px;
    padding-right: 10px;
    bottom: -60px;
  }

  .why {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 120px 0 70px;
  }
  .why__left {
    width: 100%;
    display: none;
  }
  .why__right {
    width: 100%;
    padding: 0 25px;
  }

  .programs .flex {
    display: block;
  }
  .programs .title {
    margin-bottom: 30px;
  }
  .programs__col {
    width: 100%;
  }
  .programs__col:after {
    display: none;
  }
  .programs .button {
    margin-top: 20px;
    margin-lefT: 20px;
    font-size: 22px;
  }

  .form__close {
    right: 10px;
    z-index: 10;
    top: 5px;
  }
  .form__headline {
    font: 600 20px "rift";
  }
  .form__top {
    padding: 55px 0 5px;
  }
  .form__body {
    padding: 20px;
  }
  .form button {
    font-size: 22px;
  }
}



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