@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Unna&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gentium+Basic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Vidaloka&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&family=PT+Sans+Narrow:wght@700&display=swap");
.white {
  color: #ffffff !important; }

.lightgrey {
  color: #c9c9c9 !important; }

.custom {
  color: #fcaf10; }

.custom_bg {
  background-color: #262626; }

.bg_white {
  background-color: #ffffff; }

.bg_gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#262626));
  background-image: linear-gradient(#ffffff, #262626); }

.bg_black {
  background-color: #111111; }

@font-face {
  font-family: 'Roboto';
  src: url("fonts/roboto/built_titling_sb.woff2") format("woff2"), url("fonts/roboto/built_titling_sb.woff") format("woff"); }

.hb {
  border: 1px solid red; }

.grecaptcha-badge {
  visibility: hidden; }

.hidden {
  visibility: hidden; }

html {
  margin: 0px;
  padding: 0px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  scroll-behavior: smooth; }

html.noscroll {
  overflow: hidden !important; }
  @media (max-width: 719px) {
    html.noscroll {
      overflow: hidden !important; } }

body {
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  color: #242424;
  text-rendering: optimizeLegibility;
  background-color: #262626; }

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

p {
  font-family: "Montserrat", sans-serif;
  margin: 0 0 30px 0 !important;
  display: block !important;
  line-height: 32px;
  font-size: 16.5px;
  font-weight: 400;
  color: #242424; }
  @media (max-width: 719px) {
    p {
      font-size: 15px;
      line-height: 28px; } }
  p.lead {
    color: #323232;
    font-weight: 500; }
    @media (max-width: 719px) {
      p.lead {
        font-size: 17px;
        line-height: 28px; } }
    @media (min-width: 720px) {
      p.lead {
        font-size: 19px;
        line-height: 30px; } }
  p a {
    text-decoration: none;
    color: #fcaf10;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    p a:hover {
      color: #feb813; }

a {
  text-decoration: none;
  color: #242424;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

section {
  width: 100%;
  position: relative; }

@media (max-width: 719px) {
  .container_maximized {
    width: 100%;
    padding: 0 15px; } }

@media (min-width: 720px) {
  .container_maximized {
    width: 100%;
    padding: 0 15px; } }

@media (min-width: 992px) {
  .container_maximized {
    width: 100%;
    padding: 0 20px; } }

@media (min-width: 1390px) {
  .container_maximized {
    width: calc(100% - 100px);
    max-width: 1500px;
    padding: 0 50px;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 719px) {
  .container_maximized_np {
    width: 100%;
    padding: 0 15px; } }

@media (min-width: 720px) {
  .container_maximized_np {
    width: 100%;
    padding: 0 15px; } }

@media (min-width: 992px) {
  .container_maximized_np {
    width: 100%;
    padding: 0 15px; } }

@media (min-width: 1390px) {
  .container_maximized_np {
    width: 100%;
    max-width: calc(100% - 100px);
    padding: 0px;
    margin-left: auto;
    margin-right: auto; } }

.link {
  text-decoration: none;
  color: #fcaf10; }
  .link:hover {
    text-decoration: none;
    border-bottom: 1px solid #fcaf10;
    color: #fcaf10; }

.cr_pointer {
  cursor: pointer; }

.right {
  float: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.left {
  float: left; }

.align_right, .text_right {
  text-align: right; }
  @media (max-width: 719px) {
    .align_right_md, .text_right_md {
      text-align: left !important; } }
  @media (min-width: 720px) {
    .align_right_md, .text_right_md {
      text-align: right; } }

.align_center {
  text-align: center;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 719px) {
    .align_center_mob {
      text-align: center;
      margin: 0 auto;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.align_left {
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.pm0, .mp0 {
  margin: 0 !important;
  padding: 0 !important; }

@media (min-width: 720px) {
  .mobile {
    display: none !important; } }

@media (min-width: 992px) {
  .mobile {
    display: none !important; } }

@media (max-width: 719px) {
  .no_mobile {
    display: none !important; } }

.disable {
  display: none !important; }

.no-float {
  float: none !important; }

.padding_y {
  padding-top: 50px;
  padding-bottom: 50px; }

.padding_y_xl {
  padding-top: 130px;
  padding-bottom: 75px; }

@media (max-width: 719px) {
  .padding_b_mobile {
    padding-bottom: 50px; } }

.trans {
  opacity: 0; }

.mirror_x {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1); }

.anchor {
  position: relative;
  display: block; }
  @media (max-width: 719px) {
    .anchor {
      top: -60px; } }
  @media (min-width: 720px) {
    .anchor {
      top: -100px; } }

::-webkit-scrollbar {
  position: absolute;
  width: 10px; }

::-webkit-scrollbar-track {
  position: absolute;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 1px; }

::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 1px; }
  ::-webkit-scrollbar-thumb:hover {
    background: #555; }

.canvas {
  -webkit-transition: img 0.01s;
  transition: img 0.01s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  -webkit-transform: translateZ(-1px);
          transform: translateZ(-1px); }

.canvas_full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; }
  .canvas_full img {
    position: absolute;
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0; }

.canvas_75 {
  height: 75vh; }
  .canvas_75 img {
    position: absolute;
    width: 100vw;
    height: 75vh;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0; }

.canvas_shade::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3); }

.canvas_shade_75::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 75vh;
  background-color: rgba(0, 0, 0, 0.3); }

header {
  width: 100vw;
  z-index: 999;
  -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.12);
  background: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: fixed; }
  @media (max-width: 719px) {
    header {
      height: 76px; } }
  @media (min-width: 720px) {
    header {
      height: 100px; } }
  header .logo {
    position: relative; }
    @media (max-width: 719px) {
      header .logo {
        height: 50px;
        top: 13px; } }
    @media (min-width: 720px) {
      header .logo {
        height: 60px;
        top: 18px; } }
    @media (min-width: 1390px) {
      header .logo {
        height: 74px;
        top: 12px; } }

.set_absolute {
  top: -150px; }

.set_fixed {
  top: 0; }

.stickyrow {
  display: block;
  position: fixed !important;
  width: 100vw;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #262626;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px;
  -webkit-box-shadow: 0 0px 15px -1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0px 15px -1px rgba(0, 0, 0, 0.3); }

.living {
  color: #ffffff;
  position: absolute;
  left: 0;
  text-align: center;
  overflow: hidden; }
  @media (max-width: 719px) {
    .living {
      padding: 15px;
      height: 60px; } }
  @media (min-width: 720px) {
    .living {
      padding: 33px 15px 0; } }
  @media (min-width: 720px) {
    .living {
      min-height: 100px; } }
  .living .links {
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 100%;
    position: relative;
    white-space: nowrap;
    height: 30px;
    overflow-y: hidden;
    overflow-x: auto;
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin-left: auto;
    margin-right: auto; }
    .living .links::-webkit-scrollbar {
      display: none; }
    .living .links a {
      display: inline-block !important; }
    .living .links .active {
      color: #fcaf10; }
    .living .links .nav-link {
      padding: 0; }

@media (max-width: 719px) {
  .ghost {
    min-height: 60px; } }

@media (min-width: 720px) {
  .ghost {
    min-height: 100px; } }

@media (max-width: 719px) {
  .stickyrow.lower_altitude {
    top: 75px !important; } }

@media (min-width: 720px) {
  .stickyrow.lower_altitude {
    top: 100px !important; } }

.welcome {
  position: relative;
  height: 100vh;
  padding-top: 40vh; }

.welcome_75 {
  position: relative;
  height: 75vh;
  padding-top: 40vh; }

.intro {
  position: relative;
  background-color: #262626; }

.bg_sun {
  background-image: url("../img/bg_sun_shade.png");
  background-repeat: no-repeat; }
  @media (max-width: 719px) {
    .bg_sun {
      background-position: -250px 30%;
      background-size: 150%; } }
  @media (min-width: 720px) {
    .bg_sun {
      background-position: -250px 100%;
      background-size: 700px; } }

@media (max-width: 719px) {
  .ideal_field_left {
    padding: 80px 15px 40px;
    text-align: left; } }

@media (min-width: 720px) {
  .ideal_field_left {
    max-width: calc(50% - 15px);
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    padding: 120px 50px 80px 0px; } }

@media (min-width: 992px) {
  .ideal_field_left {
    padding: 120px 60px 80px 0px;
    max-width: calc(50% - 15px); } }

@media (min-width: 1390px) {
  .ideal_field_left {
    padding: 120px 80px 80px 15px;
    max-width: 700px; } }

@media (max-width: 719px) {
  .ideal_field_right {
    padding: 20px 15px;
    text-align: left; } }

@media (min-width: 720px) {
  .ideal_field_right {
    max-width: calc(50% - 15px);
    margin-left: 0;
    margin-right: auto;
    padding: 120px 0px 80px 50px; } }

@media (min-width: 992px) {
  .ideal_field_right {
    padding: 120px 0px 80px 60px;
    max-width: calc(50% - 15px); } }

@media (min-width: 1390px) {
  .ideal_field_right {
    max-width: 700px; } }

@media (max-width: 719px) {
  .ideal_field_modified_left {
    padding: 0 15px 50px; } }

@media (min-width: 720px) {
  .ideal_field_modified_left {
    padding: 0px 50px 100px 0px;
    text-align: right;
    max-width: calc(50% - 15px);
    margin-right: 0;
    margin-left: auto; } }

@media (min-width: 992px) {
  .ideal_field_modified_left {
    padding: 0px 60px 100px 0px;
    max-width: calc(50% - 15px); } }

@media (min-width: 1390px) {
  .ideal_field_modified_left {
    padding: 0px 80px 100px 15px;
    max-width: 700px; } }

@media (max-width: 719px) {
  .ideal_field_modified_right {
    padding: 0 15px 50px; } }

@media (min-width: 720px) {
  .ideal_field_modified_right {
    padding: 0px 0px 100px 50px;
    max-width: calc(50% - 15px);
    margin-left: 0;
    margin-right: auto; } }

@media (min-width: 992px) {
  .ideal_field_modified_right {
    padding: 0px 60px 100px 50px;
    max-width: calc(50% - 15px); } }

@media (min-width: 1390px) {
  .ideal_field_modified_right {
    max-width: 700px;
    padding: 0px 15px 100px 80px; } }

.ideal_field {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 719px) {
    .ideal_field {
      padding: 80px 15px 40px; } }
  @media (min-width: 720px) {
    .ideal_field {
      padding: 100px 80px 80px; } }

.text_container {
  background-color: #ffffff;
  color: #242424; }

.full_frame {
  padding: 0;
  position: relative; }
  @media (max-width: 719px) {
    .full_frame {
      min-height: 50vh; } }
  .full_frame img:not(.arrow) {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0; }

.text_tag {
  line-height: 30px;
  font-size: 13px;
  font-weight: 600;
  color: #c9c9c9;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  display: inline-block;
  margin-left: 12px;
  margin-right: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .text_tag:hover {
    text-decoration: none;
    color: #fcaf10; }

.tag {
  position: relative;
  display: inline-block;
  margin: 0 8px 15px 8px;
  border-radius: 15px;
  padding-left: 25px;
  padding-right: 25px;
  min-width: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c9c9c9), to(#c9c9c9));
  background-image: linear-gradient(#c9c9c9 0%, #c9c9c9 100%);
  height: 32px;
  line-height: 31px;
  font-size: 12.5px;
  font-weight: 700;
  color: #242424;
  letter-spacing: 0.1px;
  -webkit-transition: background-image 0.3s linear;
  transition: background-image 0.3s linear;
  cursor: pointer; }
  .tag:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fe9903), to(#feb813));
    background-image: linear-gradient(#fe9903 0%, #feb813 100%); }

.tag_active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe9903), to(#feb813));
  background-image: linear-gradient(#fe9903 0%, #feb813 100%);
  margin-left: 52px;
  padding-left: 0px;
  cursor: auto;
  border-radius: 0 15px 15px 0; }
  .tag_active::after {
    content: '\00d7';
    position: absolute;
    right: 100%;
    top: 0;
    height: 32px;
    width: 40px;
    padding-left: 12px;
    line-height: 33px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 22px;
    font-weight: 700;
    border-radius: 15px 0 0 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fe9903), to(#feb813));
    background-image: linear-gradient(#fe9903 0%, #feb813 100%);
    color: #242424;
    cursor: pointer; }
  .tag_active::before {
    border-color: rgba(0, 0, 0, 0) #fcaf10 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }

.totop {
  position: fixed;
  z-index: 999;
  right: 25px;
  height: 40px;
  width: 40px;
  bottom: 25px;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding: 13px 0 0 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  display: none; }
  .totop:hover {
    background-color: rgba(0, 0, 0, 0.3); }
  .totop .arrow {
    display: block;
    height: 20px;
    width: 20px;
    border: 4px solid #fcaf10;
    border-color: #fcaf10 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fcaf10;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

@media (min-width: 720px) {
  .carrier_right .properties {
    left: 15px; } }

.product_group_carrier {
  width: 100%;
  position: relative; }
  @media (max-width: 719px) {
    .product_group_carrier {
      margin: 0 0px 25px; } }
  @media (min-width: 720px) {
    .product_group_carrier {
      margin: 50px 0;
      height: 550px;
      padding: 0 30px; } }
  @media (min-width: 1390px) {
    .product_group_carrier {
      margin: 50px 15px;
      height: 550px; } }
  .product_group_carrier:first-of-type {
    margin-top: 0; }
  .product_group_carrier .text-field {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #ffffff; }
    @media (max-width: 719px) {
      .product_group_carrier .text-field {
        padding: 50px 30px; } }
    @media (min-width: 720px) {
      .product_group_carrier .text-field {
        padding: 50px 25px 0;
        height: 550px; } }
    @media (min-width: 992px) {
      .product_group_carrier .text-field {
        padding: 50px 40px 0; } }
    @media (min-width: 1390px) {
      .product_group_carrier .text-field {
        padding: 70px 60px 0px 70px;
        height: 550px; } }
    .product_group_carrier .text-field p {
      line-height: 24px; }
      @media (max-width: 719px) {
        .product_group_carrier .text-field p {
          font-size: 15.5px; } }
      @media (min-width: 720px) {
        .product_group_carrier .text-field p {
          font-size: 14px; } }
      @media (min-width: 992px) {
        .product_group_carrier .text-field p {
          font-size: 15px; } }
  @media (max-width: 719px) {
    .product_group_carrier .slick-list {
      height: 50vh; } }
  @media (min-width: 720px) {
    .product_group_carrier .slick-list {
      height: 550px; } }
  @media (min-width: 1390px) {
    .product_group_carrier .slick-list {
      height: 550px; } }
  .product_group_carrier .full_frame {
    position: relative; }
    @media (max-width: 719px) {
      .product_group_carrier .full_frame {
        position: relative;
        height: 50vh; }
        .product_group_carrier .full_frame::before {
          content: '';
          background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#111111));
          background-image: linear-gradient(rgba(0, 0, 0, 0), #111111);
          height: 25%;
          width: 100vw;
          left: 0;
          top: 75%;
          position: absolute;
          z-index: 9; } }
    @media (min-width: 720px) {
      .product_group_carrier .full_frame {
        height: 75vh; } }
    @media (min-width: 1390px) {
      .product_group_carrier .full_frame {
        height: 80vh; } }
    .product_group_carrier .full_frame .bg_container {
      width: 100%;
      padding: 0;
      margin: 0;
      height: 100%;
      background-position: center;
      background-size: cover; }
  .product_group_carrier .properties {
    z-index: 9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fe9903), to(#feb813));
    background-image: linear-gradient(#fe9903, #feb813); }
    @media (max-width: 719px) {
      .product_group_carrier .properties {
        position: relative;
        padding: 30px;
        margin: 0 25px;
        top: -25px; } }
    @media (min-width: 720px) {
      .product_group_carrier .properties {
        min-width: calc(25% - 50px) !important;
        position: absolute;
        right: 15px;
        top: 10vh;
        -webkit-box-shadow: 5px 10px 25px -5px #111111;
                box-shadow: 5px 10px 25px -5px #111111;
        padding: 30px 15px; } }
    @media (min-width: 992px) {
      .product_group_carrier .properties {
        padding: 30px 25px; } }
    @media (min-width: 1390px) {
      .product_group_carrier .properties {
        padding: 35px; } }
  .product_group_carrier .property_list {
    color: #ffffff;
    position: relative;
    list-style-type: none;
    display: inline-block;
    text-align: left;
    margin: 0;
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
    line-height: 25px; }
    @media (max-width: 719px) {
      .product_group_carrier .property_list {
        font-size: 14px; } }
    @media (min-width: 720px) {
      .product_group_carrier .property_list {
        font-size: 14px; } }
    @media (min-width: 992px) {
      .product_group_carrier .property_list {
        font-size: 15.5px; } }
    .product_group_carrier .property_list li {
      vertical-align: middle;
      position: relative; }
    .product_group_carrier .property_list li:before {
      content: "·";
      position: absolute;
      top: 0px;
      left: -15px;
      font-size: 20px;
      vertical-align: middle;
      line-height: 20px; }

html:has(body.editor) {
  overflow-y: hidden !important; }

.editor {
  background-color: #ffffff !important;
  height: 100vh;
  width: 100vw;
  position: relative; }
  @media (max-width: 719px) {
    .editor .toggler {
      z-index: 999;
      top: 10px;
      left: 5px;
      background-color: rgba(0, 0, 0, 0.3);
      color: white;
      width: 30px;
      height: 30px;
      border-radius: 15px;
      text-align: center;
      padding-top: 5px;
      font-weight: bold;
      position: fixed; } }
  @media (min-width: 720px) {
    .editor .toggler {
      display: none; } }
  .editor .menubar {
    position: fixed;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.12);
    min-height: 100vh;
    padding: 150px 0 0;
    background-color: #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 719px) {
      .editor .menubar {
        width: 300px;
        right: calc(100vw - 15px);
        z-index: 99; } }
    @media (min-width: 720px) {
      .editor .menubar {
        width: 300px; } }
    .editor .menubar .menu_item {
      height: 75px;
      display: block;
      background-color: #ffffff;
      border-right: 3px solid #c9c9c9;
      line-height: 75px;
      padding-left: 25px;
      margin-bottom: 2px;
      font-weight: 400;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      text-decoration: none; }
      .editor .menubar .menu_item:hover {
        border-right: 3px solid #fcaf10;
        font-weight: 600;
        -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.12);
                box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.12);
        color: #242424;
        text-decoration: none !important; }
    .editor .menubar .active_menu_editor {
      border-right: 3px solid #fcaf10;
      font-weight: 600;
      -webkit-box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.12);
              box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.12); }
  @media (max-width: 719px) {
    .editor .togglebar {
      width: 100vw;
      right: 0; } }
  .editor .content {
    overflow-y: scroll;
    display: block;
    position: relative;
    height: 100vh; }
    .editor .content #cards {
      max-width: 100%; }
    @media (max-width: 719px) {
      .editor .content {
        margin-left: 15px;
        width: calc(100vw - 15px);
        padding: 50px 15px 50vw 30px;
        margin-bottom: 50vw; } }
    @media (min-width: 720px) {
      .editor .content {
        margin-left: 300px;
        width: calc(100vw - 300px);
        padding: 50px 25px 0 40px;
        margin-bottom: 50px; } }
    .editor .content .image_card {
      float: left;
      vertical-align: text-top;
      display: inline-block;
      -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.12);
              box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.12);
      border-radius: 15px;
      position: relative;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      @media (max-width: 719px) {
        .editor .content .image_card {
          width: calc(50% - 15px);
          height: 240px;
          padding: 110px 15px 15px;
          margin-right: 15px;
          margin-bottom: 15px;
          font-size: 11px;
          position: relative; } }
      @media (min-width: 720px) {
        .editor .content .image_card {
          width: 200px;
          height: 355px;
          padding: 200px 15px 15px;
          margin-right: 25px;
          margin-bottom: 25px; } }
      .editor .content .image_card .status_error {
        display: none; }
      .editor .content .image_card:hover {
        -webkit-box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.35);
                box-shadow: 0 0 25px 2px rgba(0, 0, 0, 0.35); }
        .editor .content .image_card:hover img.thumbnail {
          -webkit-filter: grayscale(0%);
                  filter: grayscale(0%); }
      .editor .content .image_card .favourite {
        font-size: 16px;
        position: absolute;
        right: 0;
        top: 0;
        width: 30px;
        height: 30px;
        background-color: rgba(0, 0, 0, 0.25);
        z-index: 6;
        text-align: center;
        color: #ffffff;
        padding-top: 5px;
        border-radius: 0 15px 0 15px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        cursor: pointer; }
        .editor .content .image_card .favourite:hover {
          color: #fcaf10; }
      .editor .content .image_card img.thumbnail {
        cursor: pointer;
        -webkit-filter: grayscale(40%);
                filter: grayscale(40%);
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        left: 0px;
        top: 0px;
        border-radius: 15px 15px 0 0;
        position: absolute; }
        @media (max-width: 719px) {
          .editor .content .image_card img.thumbnail {
            height: 100px; } }
        @media (min-width: 720px) {
          .editor .content .image_card img.thumbnail {
            height: 175px; } }
      .editor .content .image_card .name {
        font-weight: 600;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .editor .content .image_card .size {
        color: gray; }
        @media (max-width: 719px) {
          .editor .content .image_card .size {
            font-size: 11px;
            line-height: 20px; } }
        @media (min-width: 720px) {
          .editor .content .image_card .size {
            font-size: 14px;
            line-height: 26px; } }
      .editor .content .image_card .tags {
        margin-top: 10px;
        text-transform: uppercase;
        color: #111111;
        font-weight: 500; }
        @media (max-width: 719px) {
          .editor .content .image_card .tags {
            font-size: 11px;
            line-height: 20px; } }
        @media (min-width: 720px) {
          .editor .content .image_card .tags {
            font-size: 12px;
            line-height: 20px; } }
      .editor .content .image_card .service_menu {
        position: absolute;
        text-align: center;
        min-width: 40px;
        max-width: 40px;
        z-index: 9;
        max-height: 25px;
        line-height: 25px;
        overflow: hidden;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        border-radius: 5px;
        background-color: #ffffff;
        -webkit-box-shadow: none;
                box-shadow: none; }
        @media (max-width: 719px) {
          .editor .content .image_card .service_menu {
            left: calc(100% - 40px);
            top: 140px;
            padding-top: 6px; } }
        @media (min-width: 720px) {
          .editor .content .image_card .service_menu {
            left: 160px;
            top: 200px;
            padding-top: 3px; } }
        .editor .content .image_card .service_menu:hover {
          overflow: visible;
          max-height: 250px;
          max-width: 250px;
          -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.25);
                  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.25); }
        .editor .content .image_card .service_menu .action {
          color: gray;
          padding: 8px 5px; }
          .editor .content .image_card .service_menu .action:hover {
            color: #fcaf10; }
    .editor .content .has_favourite .favourite {
      background-color: #fcaf10; }
      .editor .content .has_favourite .favourite:hover {
        color: #ffffff; }
    .editor .content .has_favourite img.thumbnail {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }
    .editor .content .dropzone {
      width: 100%;
      position: relative;
      margin-left: -15px;
      margin-bottom: 30px;
      font-weight: 600;
      padding: 30px;
      border: 2px dashed #c9c9c9; }
      .editor .content .dropzone .status_upload {
        display: none; }
      .editor .content .dropzone .status_success {
        display: none; }
      .editor .content .dropzone .status_error {
        display: none; }
    .editor .content .is-uploading {
      -webkit-box-shadow: 0 0 15px 2px #fcaf10;
              box-shadow: 0 0 15px 2px #fcaf10;
      border: 2px solid #fcaf10; }
      .editor .content .is-uploading .status_neutral {
        display: none; }
      .editor .content .is-uploading .status_upload {
        display: block; }
    .editor .content .is-dragover {
      -webkit-box-shadow: 0 0 20px 5px #fcaf10;
              box-shadow: 0 0 20px 5px #fcaf10;
      border: 2px solid #fcaf10; }
      .editor .content .is-dragover:hover {
        -webkit-box-shadow: 0 0 20px 5px #fcaf10 !important;
                box-shadow: 0 0 20px 5px #fcaf10 !important; }
    .editor .content .is-success {
      -webkit-box-shadow: 0 0 15px 2px #087f37;
              box-shadow: 0 0 15px 2px #087f37;
      border: 2px solid #087f37; }
      .editor .content .is-success:hover {
        -webkit-box-shadow: 0 0 20px 5px #087f37 !important;
                box-shadow: 0 0 20px 5px #087f37 !important; }
      .editor .content .is-success .status_neutral {
        display: none; }
      .editor .content .is-success .status_success {
        display: block; }
    .editor .content .is-error {
      border: 2px solid #7f0814;
      -webkit-box-shadow: 0 0 15px 2px #7f0814;
              box-shadow: 0 0 15px 2px #7f0814; }
      .editor .content .is-error:hover {
        -webkit-box-shadow: 0 0 20px 5px #7f0814 !important;
                box-shadow: 0 0 20px 5px #7f0814 !important; }
      .editor .content .is-error .status_neutral {
        display: none; }
      .editor .content .is-error .status_error {
        display: block; }
    .editor .content .box__file {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }
    .editor .content .box__button {
      display: none; }
    .editor .content .no_tags {
      -webkit-box-shadow: 0 0 20px -1px #7f0814;
              box-shadow: 0 0 20px -1px #7f0814; }
      .editor .content .no_tags:hover {
        -webkit-box-shadow: 0 0 20px 2px #7f0814 !important;
                box-shadow: 0 0 20px 2px #7f0814 !important; }
      .editor .content .no_tags .status_error {
        display: block !important;
        color: #7f0814; }
  .editor .worklayer {
    overflow-y: auto;
    opacity: 0;
    padding-bottom: 15vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 998; }
    .editor .worklayer .tagImage {
      -o-object-fit: cover;
         object-fit: cover;
      display: inline-block;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 719px) {
        .editor .worklayer .tagImage {
          height: 45vw;
          width: 45vw;
          padding: 15px; } }
      @media (min-width: 720px) {
        .editor .worklayer .tagImage {
          height: 20vw;
          width: 20vw;
          padding: 25px; } }
    .editor .worklayer .front_box {
      z-index: 999;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      background-color: #ffffff;
      border-radius: 15px;
      -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.5); }
      @media (max-width: 719px) {
        .editor .worklayer .front_box {
          width: 96vw;
          top: 15vh;
          margin-bottom: 25vh; } }
      @media (min-width: 720px) {
        .editor .worklayer .front_box {
          min-width: 350px;
          max-width: 80%;
          min-height: 50%;
          top: 25%;
          margin-bottom: 25%; } }
      .editor .worklayer .front_box .close_me {
        position: absolute;
        bottom: 100%;
        color: #ffffff !important;
        z-index: 999;
        font-size: 25px;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        @media (max-width: 719px) {
          .editor .worklayer .front_box .close_me {
            left: 90vw; } }
        @media (min-width: 720px) {
          .editor .worklayer .front_box .close_me {
            left: 100%; } }
        .editor .worklayer .front_box .close_me:hover {
          color: #000000;
          cursor: pointer; }
      .editor .worklayer .front_box .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%; }
        @media (max-width: 719px) {
          .editor .worklayer .front_box .image {
            height: 200px; } }
        @media (min-width: 720px) {
          .editor .worklayer .front_box .image {
            height: 100%; } }
        .editor .worklayer .front_box .image img.thumbnail {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
          @media (max-width: 719px) {
            .editor .worklayer .front_box .image img.thumbnail {
              border-radius: 15px 15px 0 0; } }
          @media (min-width: 720px) {
            .editor .worklayer .front_box .image img.thumbnail {
              border-radius: 15px 0 0 15px; } }
      @media (max-width: 719px) {
        .editor .worklayer .front_box .imgdata {
          padding: 230px 15px 15px; } }
      @media (min-width: 720px) {
        .editor .worklayer .front_box .imgdata {
          padding: 35px; } }
    .editor .worklayer .btn {
      padding: 8px 30px;
      text-transform: uppercase;
      font-weight: 600;
      color: #ffffff;
      background-color: #000000; }
  .editor .label {
    position: relative;
    display: inline-block;
    vertical-align: text-top;
    width: 100%;
    margin-bottom: 15px; }
    .editor .label span, .editor .label input {
      position: relative;
      display: inline-block;
      vertical-align: text-top; }
    .editor .label .label_item {
      width: 150px; }
      .editor .label .label_item_2 {
        width: 200px; }
      .editor .label .label_item_3 {
        width: 250px; }
    .editor .label .form_field .field {
      width: 100%; }
  .editor .openLayer {
    opacity: 1;
    display: block; }

.login_layer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99999; }
  .login_layer .login_div {
    min-height: 300px;
    background-color: white;
    position: absolute;
    top: 20vh;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
    border-radius: 10px; }
    @media (max-width: 719px) {
      .login_layer .login_div {
        width: 90vw;
        margin: 5vw;
        padding: 15px; } }
    @media (min-width: 720px) {
      .login_layer .login_div {
        width: 600px;
        left: calc(50vw - 300px);
        padding: 30px; } }
    @media (min-width: 720px) {
      .login_layer .login_div .col-md-4 {
        text-align: right; } }
  .login_layer .close_login {
    position: absolute;
    left: 100%;
    cursor: pointer;
    bottom: 100%;
    font-size: 25px;
    color: grey;
    padding: 15px 15px 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 25px;
    font-weight: bold; }
    .login_layer .close_login:hover {
      color: black;
      line-height: 25px;
      font-size: 24px; }

body.login {
  height: 100vh;
  background-image: url("../img/white-feather10.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: white !important; }
  body.login .main_title {
    /* font-family: 'Oswald', sans-serif; */
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 85px;
    color: grey;
    display: block; }
  body.login .loading_carrier {
    display: block;
    width: 100vw;
    height: 80vh;
    padding-top: 35vh;
    text-align: center; }
  body.login .button_action {
    display: inline-block;
    margin-top: 35px;
    padding: 5px 35px;
    color: white;
    font-size: 22px;
    background-color: black;
    font-family: 'PT Sans Narrow', sans-serif;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-decoration: none;
    outline: none;
    border: none;
    border-radius: 4px; }
  body.login .button_action:hover {
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
    text-decoration: none;
    color: white;
    background-color: #1e1e1e; }

footer {
  background-color: #111111;
  position: relative; }

.footer_link {
  color: gray; }
  .footer_link:hover {
    color: #fcaf10 !important; }

.copyrights {
  position: relative;
  margin-top: 15px;
  color: gray;
  font-size: 15px; }
  @media (max-width: 719px) {
    .copyrights {
      padding: 0 30px 50px; } }
  @media (max-width: 719px) {
    .copyrights .element {
      display: block;
      line-height: 25px; } }
  @media (min-width: 720px) {
    .copyrights .element {
      display: inline-block;
      line-height: 20px;
      margin: 0 7px; } }
  @media (max-width: 719px) {
    .copyrights .footer_line {
      display: none; } }
  @media (min-width: 720px) {
    .copyrights .footer_line {
      display: inline-block; } }

.socials {
  position: relative;
  margin-top: 0; }
  .socials::before {
    content: '';
    position: absolute;
    left: 0;
    top: 24px;
    width: 100vw;
    height: 1px;
    background-color: gray; }
  .socials .icons {
    display: inline-block;
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fe9903), to(#feb813));
    background-image: linear-gradient(#fe9903, #feb813);
    text-align: center;
    line-height: 52px;
    font-size: 28px;
    color: #121212; }

.contacts {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding-top: 12px; }
  @media (max-width: 719px) {
    .contacts .contact_item {
      display: block;
      margin-bottom: 8px; } }
  @media (min-width: 720px) {
    .contacts .contact_item {
      display: inline-block; } }
  .contacts .contact_item a {
    color: #ffffff;
    font-weight: 400; }
  .contacts .contact_item .fas, .contacts .contact_item .fab {
    width: 20px;
    text-align: center;
    color: #fcaf10;
    display: inline-block;
    position: relative;
    margin-right: 8px; }
  .contacts .space_even {
    margin-left: 8px;
    margin-right: 8px;
    display: inline-block;
    position: relative; }

.animated {
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

.wow {
  visibility: hidden; }

@-webkit-keyframes appearIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20vh) translateX(20vh);
            transform: translateY(20vh) translateX(20vh); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes appearIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20vh) translateX(20vh);
            transform: translateY(20vh) translateX(20vh); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.appearIn {
  -webkit-animation-name: appearIn;
          animation-name: appearIn;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  opacity: 0;
  -webkit-transform: translateY(20vh) translateX(20vh);
          transform: translateY(20vh) translateX(20vh); }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  opacity: 0; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20vh);
            transform: translateY(20vh); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20vh);
            transform: translateY(20vh); }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateY(20vh);
          transform: translateY(20vh); }

.delay_1 {
  -webkit-animation-delay: 0.0625s;
          animation-delay: 0.0625s; }

.delay_2 {
  -webkit-animation-delay: 0.125s;
          animation-delay: 0.125s; }

.delay_3 {
  -webkit-animation-delay: 0.1875s;
          animation-delay: 0.1875s; }

.delay_4 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s; }

.delay_5 {
  -webkit-animation-delay: 0.3125s;
          animation-delay: 0.3125s; }

.delay_6 {
  -webkit-animation-delay: 0.375s;
          animation-delay: 0.375s; }

.delay_7 {
  -webkit-animation-delay: 0.4375s;
          animation-delay: 0.4375s; }

.delay_8 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }

.delay_9 {
  -webkit-animation-delay: 0.5625s;
          animation-delay: 0.5625s; }

.delay_10 {
  -webkit-animation-delay: 0.625s;
          animation-delay: 0.625s; }

.button {
  position: relative;
  display: inline-block;
  height: 50px;
  font-size: 15px;
  letter-spacing: 0.5px;
  padding: 13px 30px 0;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  border-radius: 50px;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer; }
  .button .fas {
    display: inline-block;
    margin-left: 8px;
    margin-right: 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  .button:hover {
    color: #ffffff;
    text-decoration: none; }
    .button:hover .fas {
      margin-left: 13px;
      margin-right: -5px; }

.button_trans {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top: 1px solid #feb813;
  border-right: 1px solid #feb813;
  border-left: 1px solid #fe9903;
  border-bottom: 1px solid #fe9903;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%); }
  .button_trans:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fe9903), to(#feb813));
    background-image: linear-gradient(#fe9903 0%, #feb813 100%); }

.button_open {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-top: 1px solid #feb813;
  border-right: 1px solid #feb813;
  border-left: 1px solid #fe9903;
  border-bottom: 1px solid #fe9903; }

.button_fill {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe9903), to(#feb813));
  background-image: linear-gradient(#fe9903 0%, #feb813 100%);
  color: #242424; }

.button_contact {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  vertical-align: text-top;
  top: -14px;
  padding: 9px 25px;
  height: 45px;
  font-weight: 700; }

.cookie_box {
  position: fixed;
  width: 100%;
  background-color: rgba(16, 16, 132, 0.65);
  display: block;
  z-index: 999999;
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #c9c9c9; }
  @media (max-width: 719px) {
    .cookie_box {
      top: calc(100% - 140px);
      height: 140px;
      line-height: 25px;
      padding: 10px;
      text-align: center !important; }
      .cookie_box .right {
        float: none !important;
        margin-top: 15px; } }
  .cookie_box .right {
    float: right; }
  @media (min-width: 720px) {
    .cookie_box {
      top: calc(100% - 60px);
      height: 60px;
      padding: 0px 20px;
      line-height: 60px; } }
  @media (max-width: 719px) {
    .cookie_box .box_row {
      display: block; } }
  @media (min-width: 720px) {
    .cookie_box .box_row {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; } }

.button_cookie {
  padding: 0px 20px;
  border-radius: 19px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  color: #c9c9c9;
  line-height: 36px;
  font-size: 13px;
  display: inline-block;
  margin: 0px 6px;
  height: 36px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer; }

.form label {
  display: block;
  position: absolute;
  top: 10px;
  width: 150px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 10px;
  color: rgba(0, 0, 0, 0.6); }

.form .field {
  position: relative;
  margin-bottom: 25px;
  padding: 0 10px;
  width: 100%;
  max-width: 400px;
  outline: none;
  border-radius: 8px;
  min-height: 45px;
  padding-top: 15px;
  border: 2px solid #c9c9c9;
  background-color: rgba(240, 240, 240, 0.3);
  border-width: 0px 0px 2px 0px; }
  .form .field::-webkit-input-placeholder {
    display: block;
    visibility: visible; }
  .form .field::-moz-placeholder {
    display: block;
    visibility: visible; }
  .form .field:-ms-input-placeholder {
    display: block;
    visibility: visible; }
  .form .field::-ms-input-placeholder {
    display: block;
    visibility: visible; }
  .form .field::placeholder {
    display: block;
    visibility: visible; }
  .form .field:focus {
    border-bottom: 2px solid #fcaf10;
    background-color: #f0f0f0; }
  .form .field:focus + label {
    top: 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.6); }
    @media (max-width: 719px) {
      .form .field:focus + label {
        font-size: 10px; } }

.form .filled {
  border-bottom: 2px solid #fcaf10; }

.form .filled + label {
  top: 0px !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.3); }
  @media (max-width: 719px) {
    .form .filled + label {
      font-size: 10px; } }

.form .button {
  margin-top: 35px;
  outline: none;
  border: none; }

.contact_link {
  font-size: 20px;
  line-height: 32px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .contact_link:hover {
    text-decoration: none;
    color: #242424;
    font-weight: 500; }

h1, .h_1 {
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-weight: 700;
  letter-spacing: -1px;
  display: block;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.75); }
  @media (max-width: 719px) {
    h1, .h_1 {
      font-size: 40px !important; } }
  @media (min-width: 720px) {
    h1, .h_1 {
      font-size: 45px !important; } }
  @media (min-width: 992px) {
    h1, .h_1 {
      font-size: 50px !important;
      line-height: 60px; } }

h2, .h_2 {
  font-family: "Montserrat", sans-serif;
  position: relative;
  font-weight: bold; }
  @media (max-width: 719px) {
    h2, .h_2 {
      font-size: 40px !important; } }
  @media (min-width: 720px) {
    h2, .h_2 {
      font-size: 42px !important; } }
  @media (min-width: 992px) {
    h2, .h_2 {
      font-size: 45px !important;
      line-height: 60px; } }
  @media (min-width: 1390px) {
    h2, .h_2 {
      font-size: 50px !important;
      line-height: 65px; } }

h3, .h3 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 30px; }
  @media (max-width: 719px) {
    h3, .h3 {
      font-size: 34px !important; } }
  @media (min-width: 720px) {
    h3, .h3 {
      font-size: 32px !important;
      letter-spacing: -1px; } }
  @media (min-width: 992px) {
    h3, .h3 {
      font-size: 34px !important;
      line-height: 40px;
      letter-spacing: -0.5px; } }
  @media (min-width: 1390px) {
    h3, .h3 {
      font-size: 36px !important;
      line-height: 44px;
      letter-spacing: 0.1px; } }

h4 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 30px; }
  @media (max-width: 719px) {
    h4 {
      font-size: 24px !important; } }
  @media (min-width: 720px) {
    h4 {
      font-size: 26px !important; } }
  @media (min-width: 992px) {
    h4 {
      font-size: 30px !important;
      line-height: 40px; } }

h5 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin-bottom: 5px; }
  @media (max-width: 719px) {
    h5 {
      font-size: 16px !important; } }
  @media (min-width: 720px) {
    h5 {
      font-size: 18px !important; } }
  @media (min-width: 992px) {
    h5 {
      font-size: 20px !important;
      line-height: 25px; } }

.custom_gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fe9903), to(#feb813));
  background-image: linear-gradient(#fe9903 0%, #feb813 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent; }

@media (max-width: 719px) {
  .smallscript {
    font-size: 11px !important; } }

@media (min-width: 720px) {
  .smallscript {
    font-size: 12px !important; } }

@media (min-width: 992px) {
  .smallscript {
    font-size: 13px !important; } }

body.lb-disable-scrolling {
  overflow: hidden !important; }

html.lb-disable-scrolling {
  overflow: hidden !important; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.8);
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 999999;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 0px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: rgba(0, 0, 0, 0); }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 0%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: none;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border: 1px solid red; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  z-index: 100;
  width: 34%;
  left: 0;
  float: left;
  background-image: url("../img/pijl_links_wit.svg");
  background-position: 9.4%;
  background-repeat: no-repeat;
  background-size: 15px;
  -webkit-filter: opacity(0);
          filter: opacity(0);
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }
  @media (max-width: 719px) {
    .lb-nav a.lb-prev {
      -webkit-filter: opacity(1);
              filter: opacity(1); } }

.lb-nav a.lb-prev:hover {
  -webkit-filter: opacity(1);
          filter: opacity(1); }

.lb-nav a.lb-next {
  z-index: 100;
  width: 64%;
  right: 0px;
  float: right;
  background-image: url("../img/pijl_rechts_wit.svg");
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 15px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
  font-style: italic;
  padding-top: 15px; }

.lb-data .lb-caption {
  font-size: 18px;
  line-height: 1.1em;
  letter-spacing: 0.3px;
  margin: 20px 0px; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 0px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  margin-top: 15px;
  width: 30px;
  height: 30px;
  background: url("../img/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb_youtube, .lb-outerContainer {
  width: 90vw;
  height: 60vw; }

ul.menu {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  float: right;
  list-style-type: none;
  padding: 0;
  margin: 35px 0 0; }
  @media (max-width: 719px) {
    ul.menu {
      position: fixed;
      left: 0;
      top: 40px;
      width: 100vw;
      max-height: 0vh;
      overflow: hidden;
      text-align: center;
      display: block;
      background: #ffffff;
      -webkit-transition: 0.4s;
      transition: 0.4s; } }
  @media (min-width: 720px) {
    ul.menu {
      display: inline-block;
      text-align: right; } }
  ul.menu li {
    font-family: "Montserrat", sans-serif;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 15px; }
    @media (max-width: 719px) {
      ul.menu li {
        display: block;
        height: 50px; }
        ul.menu li:first-of-type {
          margin-top: 50px; } }
    ul.menu li a {
      font-weight: 700 !important; }
    ul.menu li a.active:not(.button) {
      color: #fcaf10; }
      @media (min-width: 720px) {
        ul.menu li a.active:not(.button)::after {
          background-color: #fe9903; } }
    ul.menu li a:not(.button)::after {
      content: '';
      position: absolute;
      top: 60px;
      left: 0;
      width: 100%;
      height: 5px;
      background-color: rgba(0, 0, 0, 0);
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    ul.menu li:hover a:not(.button) {
      text-decoration: none;
      color: #feb813; }
      @media (min-width: 720px) {
        ul.menu li:hover a:not(.button)::after {
          background-color: #fcaf10; } }

.menuicon {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: 0;
  margin-left: auto;
  vertical-align: middle;
  top: 13px;
  padding-top: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 719px) {
    .menuicon {
      display: block; } }
  @media (min-width: 720px) {
    .menuicon {
      display: none; } }
  .menuicon .bar {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 30px;
    height: 4px;
    position: relative;
    background-color: black;
    margin-left: 10px;
    margin-bottom: 5px; }

.active_icon .bar1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 3px 3px;
          transform-origin: 3px 3px; }

.active_icon .bar3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 3px 1px;
          transform-origin: 3px 1px; }

.active_icon .bar2 {
  width: 1px;
  left: 10px; }

.active_menu {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  min-height: 100vh; }

.masonry {
  margin-bottom: 50px; }

.masonry, .flexrow {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100% !important; }
  @media (min-width: 720px) {
    .masonry .column, .flexrow .column {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; } }
  .masonry .tile-3, .masonry .tile-6, .flexrow .tile-3, .flexrow .tile-6 {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media (max-width: 719px) {
      .masonry .tile-3, .masonry .tile-6, .flexrow .tile-3, .flexrow .tile-6 {
        padding: 5px; } }
    @media (min-width: 720px) {
      .masonry .tile-3, .masonry .tile-6, .flexrow .tile-3, .flexrow .tile-6 {
        padding: 10px; } }
    @media (min-width: 992px) {
      .masonry .tile-3, .masonry .tile-6, .flexrow .tile-3, .flexrow .tile-6 {
        padding: 13px; } }
    @media (min-width: 1390px) {
      .masonry .tile-3, .masonry .tile-6, .flexrow .tile-3, .flexrow .tile-6 {
        padding: 15px; } }
    .masonry .tile-3 img, .masonry .tile-6 img, .flexrow .tile-3 img, .flexrow .tile-6 img {
      -webkit-transition: 0.3s;
      transition: 0.3s;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      z-index: 0; }
    @media (min-width: 720px) {
      .masonry .tile-3:hover, .masonry .tile-6:hover, .flexrow .tile-3:hover, .flexrow .tile-6:hover {
        padding: 8px; } }
  .masonry .tile_r, .flexrow .tile_r {
    padding-left: 15px; }

.slick-slide {
  width: 100%;
  padding: 0;
  margin: 0;
  height: 100%;
  display: inline-block;
  overflow: hidden; }
  .slick-slide div, .slick-slide picture {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    -o-object-fit: cover;
       object-fit: cover; }
  .slick-slide .slideimage {
    position: relative !important;
    width: 100%;
    height: 100%;
    z-index: 0; }

.slick-list {
  overflow: hidden; }

.slide {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0; }

.slick-track {
  height: 100%; }

.slick-hidden {
  display: none; }

.arrow_left, .arrow_right {
  position: absolute;
  z-index: 98;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  padding-top: 11px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 719px) {
    .arrow_left, .arrow_right {
      top: 35vh; } }
  @media (min-width: 720px) {
    .arrow_left, .arrow_right {
      top: 485px; } }
  @media (min-width: 1390px) {
    .arrow_left, .arrow_right {
      top: 485px; } }
  .arrow_left:hover, .arrow_right:hover {
    background-color: #fcaf10; }

.arrow {
  width: 10px;
  display: block; }

.arrow_left {
  left: 25px;
  padding-left: 13px; }

.arrow_right {
  left: 80px;
  padding-left: 17px; }

@media (min-width: 720px) {
  .carrier_right .arrow_left {
    left: auto;
    right: 80px;
    padding-right: 13px; }
  .carrier_right .arrow_right {
    left: auto;
    right: 25px;
    padding-right: 17px; } }

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