@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Open+Sans:400,600,700&display=swap);
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-HeavyItalic.eot');
  src: url('../fonts/Gilroy-HeavyItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-HeavyItalic.woff2') format('woff2'), url('../fonts/Gilroy-HeavyItalic.woff') format('woff'), url('../fonts/Gilroy-HeavyItalic.ttf') format('truetype'), url('../fonts/Gilroy-HeavyItalic.svg#Gilroy') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.eot');
  src: url('../fonts/Gilroy-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-MediumItalic.woff2') format('woff2'), url('../fonts/Gilroy-MediumItalic.woff') format('woff'), url('../fonts/Gilroy-MediumItalic.ttf') format('truetype'), url('../fonts/Gilroy-MediumItalic.svg#Gilroy') format('svg');
  font-weight: 600;
  font-style: italic;
}
*,
*:after,
*:before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
a {
  text-decoration: none;
}
input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
}
input {
  -webkit-appearance: none;
}
html,
body {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.2px;
  font-size: 13px;
  line-height: 24px;
}
html .pageScroll,
body .pageScroll {
  height: auto;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
html .pageScroll .pageContainer,
body .pageScroll .pageContainer {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  background: #f8f8f8;
  color: #1F1F1F;
  /*            &.page{
                section{
                    &:first-child{
                        padding-top:@paddingBig * 3;
                        margin-top:0;
                    }
                }
            }*/
}
html .pageScroll .pageContainer.home,
body .pageScroll .pageContainer.home {
  background: #134053;
  color: #fff;
}
html.overflow,
body.overflow {
  overflow: hidden;
}
html p,
body p {
  color: #134053;
  margin-bottom: 24px;
}
html p:last-child,
body p:last-child {
  margin-bottom: 0;
}
html p a,
body p a {
  color: #1F1F1F;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
html p a:hover,
body p a:hover {
  opacity: 0.7;
}
.contentWrapper {
  width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 100%;
}
.contentWrapper.small {
  width: 100%;
  padding-left: 300px;
  padding-right: 300px;
}
.contentWrapper.medium {
  padding-left: 120px;
  padding-right: 120px;
}
.bigTitle {
  font-family: 'Gilroy';
  font-style: italic;
  font-weight: 900;
  font-size: 59px;
  line-height: 73px;
  letter-spacing: 0px;
}
.mediumTitle {
  font-family: 'Gilroy';
  font-style: italic;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0px;
}
.normalTitle {
  font-family: 'Gilroy';
  font-style: italic;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
}
.smallTitle {
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}
.subTitle {
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
}
.subTitle .extra {
  font-weight: 400;
  font-style: normal;
  width: 20px;
  display: inline-block;
  opacity: 0.5;
}
.tinyTitle {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 28px;
  color: #134053;
  opacity: 0.4;
  text-transform: uppercase;
}
.textLink {
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
  color: #134053;
  -webkit-backface-visibility: hidden;
}
.textLink:hover i {
  margin-right: 5px;
}
.textLink:hover .label:after {
  width: 0;
  left: auto;
  right: 0;
}
.textLink i {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.textLink .label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}
.textLink .label:after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  bottom: 0;
  background: #134053;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.textLink.white {
  color: #fff;
}
.textLink.white .label:before,
.textLink.white .label:after {
  background: #fff;
}
.button {
  display: inline-block;
  padding: 6px 45px;
  border-radius: 25px;
  border: 2px solid #134053;
  text-align: center;
  background: #F0F0F0;
  color: #134053;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #134053;
  color: #fff;
}
.button.primary {
  text-align: center;
  color: #fff;
  background: #134053;
  border-color: #134053;
  border: none;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button.primary:hover {
  background: #fbbc43;
}
.button.primary i {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  font-size: 16px;
  margin-left: 5px;
}
.button.secondary {
  text-align: center;
  color: #fff;
  background: #fbbc43;
  border-color: #fbbc43;
  border: none;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button.secondary:hover {
  background: #134053;
}
.button.secondary i {
  display: inline-block;
  vertical-align: top;
  line-height: 24px;
  font-size: 16px;
  margin-left: 5px;
}
.overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  margin: 0 !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.overlay.video .overlayContent {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  background: #000;
}
.overlay .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #1F1F1F;
  opacity: 0.9;
}
.overlay .overlayContent {
  position: relative;
  z-index: 1;
  background: #fff;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  margin-top: 75px;
}
.overlay .overlayContent .close {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
  -moz-transform: translateX(-50%) rotate(0deg);
  -o-transform: translateX(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
  width: 24px;
  height: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.overlay .overlayContent .close:hover {
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
.overlay .overlayContent .close .bar {
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #fff;
}
.overlay .overlayContent .close .bar:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
}
.overlay .overlayContent .close .bar:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
}
.overlay .overlayContent .iframeWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.overlay .overlayContent .iframeWrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  max-height: calc(100vh - 75px);
}
.field {
  min-height: 50px;
  background: #F0F0F0;
  margin-bottom: 20px;
  position: relative;
}
.field:before {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  bottom: 0;
  background: #D5D5D5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.field.focus label {
  top: 2px;
  font-size: 10px;
  font-weight: 700;
  color: #fbbc43;
}
.field.focus:before {
  background: #fbbc43;
}
.field.invalid label {
  color: #C32817;
}
.field.invalid:before {
  background: #C32817;
}
.field.select .select,
.field.select .select2 {
  width: 100% !important;
}
.field.select .select.select2-container--open .select2-selection--single .select2-selection__arrow,
.field.select .select2.select2-container--open .select2-selection--single .select2-selection__arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -2px;
}
.field.select .select .select2-selection--single,
.field.select .select2 .select2-selection--single {
  border: none;
  background: transparent;
  border-radius: 0;
  height: 58px;
}
.field.select .select .select2-selection--single .select2-selection__rendered,
.field.select .select2 .select2-selection--single .select2-selection__rendered {
  padding: 0 20px;
  color: #134053;
  line-height: 58px;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -o-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
.field.select .select .select2-selection--single .select2-selection__arrow,
.field.select .select2 .select2-selection--single .select2-selection__arrow {
  text-align: right;
  color: #134053;
  width: 8px;
  height: 58px;
  line-height: 58px;
  right: 20px;
  margin-top: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.field.select .select .select2-selection--single .select2-selection__arrow b,
.field.select .select2 .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.field.select .select .select2-selection--single .select2-selection__arrow:after,
.field.select .select2 .select2-selection--single .select2-selection__arrow:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.field label {
  height: auto;
  left: 20px;
  position: absolute;
  top: 17px;
  width: calc(100% - 20px);
  color: #134053;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.field.text input,
.field.textarea input,
.field.select input,
.field.text select,
.field.textarea select,
.field.select select,
.field.text textarea,
.field.textarea textarea,
.field.select textarea {
  width: 100%;
  background: transparent;
  border: none;
  min-height: 20px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.2px;
  font-size: 13px;
  padding: 20px;
  color: #134053;
}
.field.text input input,
.field.textarea input input,
.field.select input input,
.field.text select input,
.field.textarea select input,
.field.select select input,
.field.text textarea input,
.field.textarea textarea input,
.field.select textarea input {
  line-height: 20px;
}
.field textarea {
  min-height: 150px;
  resize: vertical;
}
.field.submit {
  padding: 0;
  background: transparent;
}
.field.submit:before {
  display: none;
}
.field.submit.disabled .button {
  opacity: 0.2;
}
.field.submit.disabled .button:hover {
  background: #134053;
}
.field.submit .button {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.2px;
  font-size: 13px;
  background: #134053;
  color: #fff;
  border: none;
}
.field.submit .button:hover {
  background: #fbbc43;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 0;
  border: none;
  background: #134053;
  color: #fff;
}
.select2-container--open .select2-dropdown--below .select2-results__option {
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding-left: 20px;
  padding-right: 20px;
}
.select2-container--open .select2-dropdown--below .select2-results__option[aria-selected=true],
.select2-container--open .select2-dropdown--below .select2-results__option.select2-results__option--highlighted[aria-selected] {
  background: #fbbc43;
}
.formField {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  position: relative;
  padding: 14px 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.formField.invalid {
  border-color: #C32817;
}
.formField.invalid label {
  color: #C32817;
}
.formField label {
  position: absolute;
  top: -12px;
  left: 10px;
  padding: 0 10px;
  background: #fff;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.formField input {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  min-height: 20px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.2px;
  font-size: 13px;
  color: #134053;
}
.formSubmit .button {
  display: block;
  background: #fbbc43;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  width: 100%;
  color: #fff;
}
.formSubmit .button:hover {
  background: #134053;
}
@media all and (max-height: 830px) {
  .overlay.video .overlayContent {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: 75px;
  }
}
@media all and (max-width: 1215px) {
  .contentWrapper.small {
    width: 560px;
    margin: 0 auto;
    padding: 0;
  }
  .contentWrapper.medium {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 100%;
  }
}
@media all and (max-width: 1024px) {
  html,
  body {
    height: auto !important;
  }
  html .pageScroll,
  body .pageScroll {
    position: relative;
    height: auto;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
}
@media all and (max-width: 768px) {
  .contentWrapper.small {
    width: 100%;
  }
  /*    html .pageScroll .pageContainer.page section:first-child, body .pageScroll .pageContainer.page section:first-child{
        padding-top:@paddingBig * 2;
    }*/
  .bigTitle {
    font-size: 35px;
    line-height: 45px;
  }
}
/*# sourceMappingURL=default.css.map */