﻿/* ==========================================================================
  CSS Reset
  ========================================================================== */
@font-face {
  font-family: "WorkSans";
  src: url("/Resources/fonts/WorkSans-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "WorkSans";
  src: url("/Resources/fonts/WorkSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "WorkSans";
  src: url("/Resources/fonts/WorkSans-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "WorkSans";
  src: url("/Resources/fonts/WorkSans-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "WorkSans";
  src: url("/Resources/fonts/WorkSans-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay-Italic";
  src: url("/Resources/fonts/PlayfairDisplay-Italic.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("/Resources/fonts/PlayfairDisplay-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("/Resources/fonts/PlayfairDisplay-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "PlayfairDisplay";
  src: url("/Resources/fonts/PlayfairDisplay-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Anton";
  src: url("/Resources/fonts/Anton-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/Resources/fonts/fa-regular-400.eot);
  src: url(/Resources/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-regular-400.woff2) format("woff2"), url(/Resources/fonts/fa-regular-400.woff) format("woff"), url(/Resources/fonts/fa-regular-400.ttf) format("truetype"), url(/Resources/fonts/fa-regular-400.svg#fontawesome) format("svg");
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url(/Resources/fonts/fa-brands-400.eot);
  src: url(/Resources/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-brands-400.woff2) format("woff2"), url(/Resources/fonts/fa-brands-400.woff) format("woff"), url(/Resources/fonts/fa-brands-400.ttf) format("truetype"), url(/Resources/fonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/Resources/fonts/fa-solid-900.eot);
  src: url(/Resources/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/Resources/fonts/fa-solid-900.woff2) format("woff2"), url(/Resources/fonts/fa-solid-900.woff) format("woff"), url(/Resources/fonts/fa-solid-900.ttf) format("truetype"), url(/Resources/fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free";
}

.fa, .fas {
  font-weight: 900;
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-phone:before {
  content: "\f095";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-times:before {
  content: "\f00d";
}

.fa-cookie-bite:before {
  content: "\f563";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-user:before {
  content: "\f007";
}

.fa-star:before {
  content: "\f005";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-fish:before {
  content: "\f578";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-pepper-hot:before {
  content: "\f810";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-heart:before {
  content: "\f004";
}

.fa-clock:before {
  content: "\f017";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.checkbox {
  padding: 0px !important;
  margin: 0 !important;
}
.checkbox input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.checkbox input:checked + label:after {
  opacity: 1 !important;
  visibility: visible !important;
}
.checkbox label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  margin-bottom: 0;
}
.checkbox label a {
  color: #1b7db1;
  text-decoration: underline;
}
.checkbox label:after {
  content: "\f00c" !important;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 4px;
  font-size: 16px;
  line-height: initial;
  top: 3px;
  margin-left: 0;
  opacity: 0;
  visibility: hidden;
  color: #1b7db1;
}
.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 23px;
  left: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  border: #1b7db1 1px solid;
  color: #000;
  border-radius: 5px;
}

.radio {
  padding: 0px !important;
}
.radio input {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.radio input[type=radio]:checked + label::before {
  background: #D31447 !important;
}
.radio label {
  position: relative;
  padding-left: 35px;
  margin: 0px;
  margin-bottom: 10px !important;
  text-align: left !important;
  cursor: pointer;
  color: #939393;
  font-weight: 500 !important;
  font-size: 14px;
}
.radio label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border: 1px solid #4B4B4B;
  border-radius: 50%;
  background-color: #fff;
}

/*.checkbox {
    padding-left: 20px;

    label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;

        &::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #000;
            border-radius: 0;
            background-color: #fff;
            -webkit-transition: border .15s ease-in-out,color .15s ease-in-out;
            -o-transition: border .15s ease-in-out,color .15s ease-in-out;
            transition: border .15s ease-in-out,color .15s ease-in-out;
        }

        &::after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 13px;
            color: #e6265e;
        }
    }

    &.has-success label::after {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
        margin-left: -20px;
        padding-left: 3px;
        padding-top: 1px;
        font-size: 13px;
        color: #e6265e;
    }

    input {
        &[type=checkbox],
        &[type="radio"] {
            opacity: 0;
            z-index: 1;
        }

        &[type="checkbox"]:focus + label::before, &[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        /*&[type="checkbox"]:checked + label::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f004";
        }
    }

    /*&.has-success label::after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f004";
    }

    input {
        &[type="radio"]:checked + label::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f004";
        }

        &[type="checkbox"]:disabled + label, &[type="radio"]:disabled + label {
            opacity: 0.65;
        }

        &[type="checkbox"]:disabled + label::before, &[type="radio"]:disabled + label::before {
            background-color: #eeeeee;
            cursor: not-allowed;
        }
    }

    &.checkbox-circle label::before {
        border-radius: 50%;
    }

    &.checkbox-inline {
        margin-top: 0;
    }
}

.checkbox-primary input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #fff;
        border-color: #fff;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-danger input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #d9534f;
        border-color: #d9534f;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-info input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-warning input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.checkbox-success input {
    &[type="checkbox"]:checked + label::before, &[type="radio"]:checked + label::before {
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    &[type="checkbox"]:checked + label::after, &[type="radio"]:checked + label::after {
        color: #fff;
    }
}

.radio {
    padding-left: 20px;

    label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-left: 5px;

        &::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out;
        }

        &::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
        }
    }

    input[type="radio"] {
        opacity: 0;
        z-index: 1;

        &:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;
        }

        &:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1);
        }

        &:disabled + label {
            opacity: 0.65;

            &::before {
                cursor: not-allowed;
            }
        }
    }

    &.radio-inline {
        margin-top: 0;
    }
}

.radio-primary input[type="radio"] {
    + label::after {
        background-color: #337ab7;
    }

    &:checked + label {
        &::before {
            border-color: #337ab7;
        }

        &::after {
            background-color: #337ab7;
        }
    }
}

.radio-danger input[type="radio"] {
    + label::after {
        background-color: #d9534f;
    }

    &:checked + label {
        &::before {
            border-color: #d9534f;
        }

        &::after {
            background-color: #d9534f;
        }
    }
}

.radio-info input[type="radio"] {
    + label::after {
        background-color: #5bc0de;
    }

    &:checked + label {
        &::before {
            border-color: #5bc0de;
        }

        &::after {
            background-color: #5bc0de;
        }
    }
}

.radio-warning input[type="radio"] {
    + label::after {
        background-color: #f0ad4e;
    }

    &:checked + label {
        &::before {
            border-color: #f0ad4e;
        }

        &::after {
            background-color: #f0ad4e;
        }
    }
}

.radio-success input[type="radio"] {
    + label::after {
        background-color: #5cb85c;
    }

    &:checked + label {
        &::before {
            border-color: #5cb85c;
        }

        &::after {
            background-color: #5cb85c;
        }
    }
}

input {
    &[type="checkbox"].styled:checked + label:after, &[type="radio"].styled:checked + label:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f00c";
    }

    &[type="checkbox"] .styled:checked + label::before, &[type="radio"] .styled:checked + label::before, &[type="checkbox"] .styled:checked + label::after, &[type="radio"] .styled:checked + label::after {
        color: #fff;
    }
}

.checkbox-size {
    position: relative;
    z-index: 1;
    padding-left: 0;
    display: inline-block;

    input {
        display: none;
    }

    label::before {
        background-color: #e53069;
        position: absolute;
        margin-left: 0;
        margin-top: -5px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
        color: #fff;
        border-radius: 50%;
        height: 40px;
        width: 40px;
        border: 2px solid #e53069;
        transition: border 0.2s ease-in-out;
    }

    input[type="radio"]:checked ~ .checkbox-size label::before {
        border: 1px solid #fff;
    }
}

.Checkbox .form-control-feedback {
    display: none !important;
}*/
.top-header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px 25px;
  display: block !important;
  background: #d5f0ff;
  width: 100%;
  z-index: 11;
}
.top-header ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: end;
  color: #fff;
  font-size: 14px;
}
.top-header ul li {
  padding: 0 0 0 25px;
  position: relative;
}
.top-header ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
}
.top-header ul li:nth-of-type(1) {
  margin: 0 25px 0 0;
}
.top-header ul li:nth-of-type(1):before {
  background-image: url("/Resources/img/phone.svg");
}
.top-header ul li:nth-of-type(2):before {
  background-image: url("/Resources/img/mail.svg");
}
.top-header ul li a {
  color: #1b7db1;
}

/*.offcanvas-menu .has-children {
    &:nth-of-type(1), &:nth-of-type(2) {
        span {
            cursor: default;

            a.dropDown {
                pointer-events: none;
                cursor: default;
            }
        }
    }
}*/
.hamburger {
  position: relative;
  z-index: 3;
  width: 40px;
  height: 25px;
  /*  right: 10px;
  top: 50%;*/
  display: none;
  /*    transform: translateY(-50%);*/
}
.hamburger .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
}
.hamburger #nav-icon2 {
  width: 50px;
  height: 35px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.hamburger #nav-icon2 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.hamburger #nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
.hamburger #nav-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px;
}
.hamburger #nav-icon2 span:nth-child(1), .hamburger #nav-icon2 span:nth-child(2) {
  top: 0px;
}
.hamburger #nav-icon2 span:nth-child(3), .hamburger #nav-icon2 span:nth-child(4) {
  top: 18px;
}
.hamburger #nav-icon2 span:nth-child(5), .hamburger #nav-icon2 span:nth-child(6) {
  top: 36px;
}
.hamburger #nav-icon2.open {
  top: 0;
}
.hamburger #nav-icon2.open span {
  background: #fff;
}
.hamburger #nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.hamburger #nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
.hamburger #nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.hamburger #nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.hamburger #nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 22px;
}
.hamburger #nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 22px;
}
.hamburger #nav-icon2.open span:nth-child(1), .hamburger #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger #nav-icon2.open span:nth-child(2), .hamburger #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 1350px) and (min-width: 1200px) {
  .custom-nav .dropdown-desktop:after {
    right: 0 !important;
  }
  header .container-fluid.custom {
    padding: 0px 15px;
  }
  header .offcanvas-menu ul li a {
    padding: 10px 15px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .custom-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin: 0 0 0 auto;
  }
  .custom-nav .dropdown-desktop {
    cursor: pointer;
  }
  .custom-nav .dropdown-desktop:nth-child(5) .offcanvas-submenu {
    min-width: 325px;
  }
  .custom-nav .dropdown-desktop:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    background-image: url(/Resources/img/arrow.svg);
    width: 10px;
    height: 10px;
    background-size: cover;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu {
    padding: 20px 0 20px;
    position: absolute;
    top: calc(100% + 5px);
    left: -46px;
    transition: all 0.3s ease-in-out;
    background: #fff;
    width: 100%;
    min-width: 325px;
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 10px 10px;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu li a {
    color: #142132;
    transition: all 0.3s ease-in-out;
    font-weight: 400 !important;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu li a:hover {
    color: #FF8417 !important;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu ul b {
    display: block;
    margin-bottom: 10px;
  }
  .custom-nav .dropdown-desktop .offcanvas-submenu ul li a {
    color: #142132;
  }
  .custom-nav .dropdown-desktop .drop-desk li {
    width: 100%;
  }
  .custom-nav .dropdown-desktop .drop-desk li:hover a {
    font-weight: bold;
  }
  .custom-nav .dropdown-desktop .drop-desk li:hover a:after {
    opacity: 1;
  }
  .custom-nav .dropdown-desktop .drop-desk li a {
    padding: 5px 20px 7px 30px;
    line-height: initial;
    position: relative;
    display: table;
    transition: 0.3s ease-in-out;
  }
  .custom-nav .dropdown-desktop .drop-desk li.back-btn {
    display: none;
  }
  header {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background: transparent;
    transition: all 0.3s ease-in-out;
    box-shadow: none;
    /*        &.scroll, &.static {
    }*/
    /*        .container-fluid.custom {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: row;
    }*/
  }
  header.static .outer-menu {
    background: #142132;
  }
  header.static .offcanvas-menu {
    background: #142132;
  }
  header.static .offcanvas-menu ul li a {
    color: #fff;
  }
  header .outer-menu {
    background: #fff;
    border-radius: 15px;
    /*           width: 100%;
    max-width: 1080px;*/
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 auto;
  }
  header .logo {
    display: inline-block;
    position: relative;
    position: relative;
    /*  margin-right: 10px;*/
    padding: 10px;
  }
  header .logo img {
    max-width: 55px;
    width: 100%;
    height: auto;
  }
  header .mobile-show {
    display: none;
  }
  header .right-side a {
    background: #63A6F0;
    padding: 25px 65px 25px 40px;
    border-radius: 0 15px 15px 0;
    position: relative;
    color: #fff;
    position: relative;
    display: table;
    transition: all 0.3s ease-in-out;
  }
  header .right-side a:before {
    content: "";
    position: absolute;
    top: 25px;
    right: 35px;
    width: 25px;
    height: 25px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1;
    background: #142132;
    border-radius: 50px;
    padding: 5px;
    transition: all 0.3s ease-in-out;
  }
  header .right-side a:after {
    content: "";
    position: absolute;
    top: 30px;
    right: 39px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    background-image: url(/Resources/img/arrow.svg);
    border-radius: 50px;
    padding: 5px;
  }
  header .right-side a:hover {
    background: #FF8417;
  }
  header .right-side a:hover:before {
    background: #FF8417;
  }
  header .right-side p {
    margin: 0;
  }
  header .offcanvas-menu {
    background: #fff;
    margin: 0 -15px 0 0;
    z-index: 2;
    position: relative;
    border-radius: 0 15px 15px 0;
    padding: 15px 25px 15px 0;
  }
  header .offcanvas-menu ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    /*             &:last-of-type {
        background: #63A6F0;
        border-radius: 7px;
        transition: all .3s ease-in-out;

        &:hover {
            background: #142132;
        }

        a {
            color: #fff !important;
            min-width: 150px;
            text-align: center;
        }
    }*/
  }
  header .offcanvas-menu ul li.active a {
    font-weight: bold;
    color: #FF8417;
  }
  header .offcanvas-menu ul li.active a.JS-KeuzehulpMenu {
    /*  color: #fff;*/
    font-weight: bold;
    color: #FF8417;
  }
  header .offcanvas-menu ul li.active .offcanvas-submenu.drop-desk a {
    color: #142132 !important;
  }
  header .offcanvas-menu ul li.active .offcanvas-submenu.drop-desk a:hover {
    color: #FF8417 !important;
  }
  header .offcanvas-menu ul li:hover .offcanvas-submenu {
    opacity: 1;
    visibility: visible;
  }
  header .offcanvas-menu ul li:hover a {
    color: #FF8417;
  }
  header .offcanvas-menu ul li.mobile {
    display: none;
  }
  header .offcanvas-menu ul li a {
    display: block;
    padding: 10px 15px;
    transition: all 0.2s ease-in-out;
    background: transparent;
    position: relative;
    color: #142132;
    text-decoration: none !important;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1450px) {
  header .offcanvas-menu ul li a {
    padding: 10px 5px !important;
    font-size: 16px;
  }
  header .right-side {
    font-size: 16px;
  }
  header .right-side a {
    padding: 25px 35px 25px 30px;
  }
  header .right-side a:after {
    right: 10px;
    width: 13px;
    height: 13px;
    top: 31px;
  }
  header .right-side a:before {
    right: 7px;
    width: 21px;
    height: 21px;
    top: 27px;
  }
}
@media only screen and (max-width: 1200px) {
  header .offcanvas-menu ul li a {
    padding: 10px 20px !important;
  }
  header .right-side {
    padding: 10px 20px 0;
  }
  header .right-side a {
    color: #fff;
    padding: 0;
  }
  header .mobile-show {
    padding: 0 5px 0 0;
  }
  .top-header {
    display: none !important;
  }
  .right-menu {
    z-index: 99;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu-middle .container-fluid {
    padding: 0 !important;
  }
  .menu-middle .right .menu-icon {
    height: 35px;
    width: 35px;
    margin: 0 4px;
  }
  .menu-middle .right .menu-icon.show-desktop {
    display: none;
  }
  .menu-middle .right .menu-icon.hide-desktop {
    display: block;
  }
  .menu-middle .right .menu-icon i {
    font-size: 16px;
  }
  footer, .copy, .menu-middle {
    left: 0%;
    transition: all 0.3s ease-in-out;
  }
  /* main {
      margin-top: 75px;
      position: relative;
      left: 0%;
      transition: left 0.3s ease-in-out;

      &.main-scroll {
          margin-top: 135px;
      }
  }*/
  html.active {
    overflow: hidden;
  }
  html.active main, html.active .topheader, html.active footer, html.active .copy, html.active .menu-middle {
    left: -45%;
  }
  html.active header .custom-nav {
    /* right: 0% !important; */
    visibility: visible;
    /* left: 50%; */
    top: 80px;
    /*            max-height: inherit;
    height: calc(100% - 475px);*/
    padding-top: 15px;
    min-height: 275px;
    border-radius: 0 0 15px 15px;
  }
  html.active .overlay-search {
    opacity: 1;
    left: 0;
    visibility: visible;
  }
  .hamburger, .login-mobile {
    display: block;
  }
  .offcanvas-menu {
    position: relative;
    width: 100%;
    /*  overflow: hidden;
    margin: 0px 0px 20px;*/
  }
  .offcanvas-menu .container {
    padding: 0;
  }
  .offcanvas-menu .title-drop {
    font-weight: 600;
    font-size: 20px;
    padding-left: 20px;
    margin: 25px 0px 5px;
  }
  .offcanvas-menu .menu.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  .offcanvas-menu ul li {
    display: block;
  }
  .offcanvas-menu ul li.back-btn {
    background: #142132;
  }
  .offcanvas-menu ul li.back-btn a {
    width: 80%;
    left: 20px;
    position: relative;
    padding: 15px 0;
  }
  .offcanvas-menu ul li.back-btn a:before {
    content: "\f060";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: relative;
    margin-right: 10px;
  }
  .offcanvas-menu ul li.mobile {
    display: block;
  }
  .offcanvas-menu ul li.mobile.bg-color {
    padding: 0 0 0 20px;
    /*  background: #fff;

    a {
        color: #fff !important;
    }*/
  }
  .offcanvas-menu ul li.mobile.bg-color a {
    display: table;
    border: none;
    color: #fff;
    background: #FF8417;
    cursor: pointer;
    border-radius: 100px;
    outline: none !important;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-weight: 400;
    position: relative;
    padding: 10px 50px 10px 25px;
    font-family: "WorkSans";
    position: relative;
    min-width: 175px;
    text-align: center;
    font-size: 16px;
  }
  .offcanvas-menu ul li.mobile.bg-color a span {
    z-index: 3;
    position: relative;
  }
  .offcanvas-menu ul li.mobile.bg-color a:hover {
    color: #fff;
  }
  .offcanvas-menu ul li.mobile.bg-color a:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 25px;
    height: 25px;
    z-index: 1;
    background: #142132;
    border-radius: 50px;
    padding: 5px;
    transition: all 0.5s ease-in-out;
  }
  .offcanvas-menu ul li.mobile.bg-color a:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    background-image: url(/Resources/img/arrow.svg);
    border-radius: 50px;
    padding: 5px;
    transition: all 0.5s ease-in-out;
  }
  .offcanvas-menu ul li.mobile.bg-color a:hover:after {
    transform: translateY(-50%) rotate(-38deg);
  }
  .offcanvas-menu ul li.mobile.bg-color a.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
    padding-left: 40px;
  }
  .offcanvas-menu ul li.mobile.bg-color a.loading:before {
    content: "\f110" !important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
    position: absolute;
    left: 10px;
    background: none;
    transform: none;
    top: initial;
    width: initial;
    height: initial;
  }
  .offcanvas-menu ul li.mobile a {
    color: rgb(61, 31, 49) !important;
  }
  .offcanvas-menu ul li a {
    display: block;
    padding: 15px 20px;
    transition: color 0.3s;
    color: #fff !important;
    text-decoration: none;
  }
  .offcanvas-menu ul li a i {
    margin-right: 10px;
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    /* height: 100%;*/
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    overflow-y: auto;
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu.in-view {
    transform: translate3d(0, 0, 0);
  }
  .offcanvas-menu ul li.has-children > .offcanvas-submenu.in-view.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  .offcanvas-menu ul li.has-children > span {
    display: block;
    position: relative;
    width: 100%;
  }
  .offcanvas-menu ul li.has-children > span .sub-menu-toggle {
    display: block;
  }
  .offcanvas-menu ul li.has-children > span a {
    padding-right: 65px;
    color: rgba(61, 31, 49, 0.9);
  }
  .offcanvas-menu ul li.has-children.not-child .sub-menu-toggle {
    display: none !important;
  }
  .offcanvas-menu ul li .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: calc(100% - 1px);
    transition: background-color 0.3s;
    z-index: 1;
    display: none;
  }
  .offcanvas-menu ul li .sub-menu-toggle:after {
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 31px;
    height: 31px;
    /* border: 1px solid #fff;*/
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    /* background: #fff;*/
  }
  .offcanvas-menu .menu {
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header {
    left: 0;
    width: 100%;
    top: 15px;
    z-index: 999;
    position: fixed;
    background: transparent;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    /*      .container-fluid.custom {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
    }*/
    /*        &.static {
        .outer-menu {
            background: #142132;
        }

        .offcanvas-menu {
            background: #142132;
        }

        .offcanvas-menu ul li a {
            color: #fff;
        }
    }*/
  }
  header .outer-menu {
    background: #142132;
    padding: 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  header .mobile-show a {
    color: #fff;
  }
  header .dropdown-custom .back-btn:not(:first-child) {
    display: none;
  }
  header .dropdown-custom li .sub-menu-toggle {
    display: none !important;
  }
  header .logo {
    display: table;
    position: relative;
  }
  header .logo img {
    width: 50px;
    height: auto;
    margin-left: 15px;
  }
  header.active .custom-nav {
    left: 0;
  }
  header.active .custom-nav .nav-items {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  header .custom-nav {
    position: fixed;
    top: 0;
    width: 45%;
    z-index: 2;
    bottom: 0;
    background-color: #142132;
    transition: right 0.4s ease-in-out;
    /*  padding: 25px 0 30px;*/
    height: 100vh;
    overflow-y: hidden;
    /*  right: -45%;*/
    -ms-overflow-style: none;
    transition: all 0.3s ease-in-out !important;
    height: calc(100vh - (100vh - 100%));
    overflow: hidden;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: calc(66.666667% - 30px);
    left: 50%;
    /* margin: 0 auto; */
    width: 100%;
    transform: translateX(-50%);
    top: 85px;
    height: 0;
  }
  header .custom-nav::-webkit-scrollbar {
    display: none;
  }
  header .custom-nav .off-canvas {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .off-canvas.in-view {
    transform: translate3d(0, 0, 0);
  }
  header .custom-nav .nav-items {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 20px;
    letter-spacing: 2px;
    position: relative;
    transform: translate3d(0, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .nav-items.off-view {
    transform: translate3d(-100%, 0, 0);
  }
  header .custom-nav .nav-items .dropdown-test .nav-big-down {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: auto;
    transform: translate3d(100%, 0, 0);
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
  }
  header .custom-nav .nav-items li {
    margin-bottom: 20px;
  }
  header .custom-nav .close-mobile {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
  }
  header .custom-nav .title {
    display: block;
    font-size: 24px;
    color: #000;
    position: relative;
    font-weight: 900;
  }
  header .custom-nav .social {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 30px;
  }
  header .custom-nav .social li {
    display: inline-block;
    margin-right: 20px;
  }
  header .custom-nav .social li:last-child {
    margin-right: 0px;
  }
  header .custom-nav .social li a {
    color: #D31447;
  }
  header .custom-nav .mobile-copyright {
    margin: 0;
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    color: #D31447;
  }
  header .custom-nav .mobile-show {
    display: block;
    margin: 0 0 25px;
  }
  header .custom-nav .mobile-show img {
    max-width: 150px;
    display: block;
    height: auto;
    margin: 0 0 0 15px;
  }
}
@media only screen and (max-width: 1200px) and (max-width: 767.5px) {
  header .custom-nav {
    width: 100%;
    right: -100%;
    max-width: calc(100% - 30px);
  }
  html.active {
    overflow: hidden;
  }
  /*
  html {
      &.active {
          main, .topheader, footer, .copy, .menu-middle {
              left: -75%;
          }

          .overlay-search {
              left: -75%;
          }
      }
  }*/
}
@media only screen and (max-width: 1200px) and (max-width: 360px) {
  header .logo img {
    max-width: 125px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 1200px) {
  .menu-middle {
    width: 100%;
    left: 0;
    padding: 10px 0;
  }
  .menu-middle .shopping-bag .drop {
    position: fixed;
    top: 55px;
    z-index: 999;
    right: initial;
    left: 15px;
    width: calc(100% - 30px);
    min-width: inherit;
    max-height: calc(100vh - 150px);
    height: 100%;
  }
  .menu-middle .shopping-bag .drop .list::-webkit-scrollbar {
    display: none;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .menu-middle .search {
    position: absolute;
    left: 0px;
    top: 60px;
    padding: 10px 15px;
    background: #D31447;
    width: 100%;
    order: 3;
    margin-left: auto;
    max-width: inherit;
  }
  .menu-middle .search .form-group .form-control {
    padding: 8px 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .topheader ul {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .menu-middle .search .form-group .btn-search {
    top: 0px;
  }
}
@media only screen and (max-width: 767.5px) {
  .search-results .inner {
    max-height: 70vh;
    overflow-y: scroll;
    margin: 0;
    padding: 20px 15px;
    -webkit-overflow-scrolling: touch;
  }
  .search-results .inner .close-search {
    padding: 0;
    right: 20px;
    font-size: 26px;
    top: 25px;
  }
  .search-results .inner b {
    display: block;
    margin-bottom: 10px;
  }
  .search-results .inner .products {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
  }
  .search-results .inner .products .item {
    align-items: flex-start;
  }
  .search-results .inner .products .item .right-side {
    padding-left: 0;
    max-width: calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    align-items: start;
  }
  .search-results .inner .products .item .right-side .price {
    margin: 10px auto 10px 0;
  }
  .search-results .inner .products .item .right-side .btn-list .stock, .search-results .inner .products .item .right-side .btn-list .delivery {
    text-align: left;
  }
  .search-results .inner .products .item .right-side .info, .search-results .inner .products .item .right-side .price, .search-results .inner .products .item .right-side .btn-list {
    max-width: 100%;
    text-align: left;
    width: 100%;
    justify-content: start;
  }
  .search-results .inner .products .item h6 {
    margin-bottom: 5px;
  }
  .search-results .inner .products .item img {
    flex: 0 0 20%;
    max-width: 20%;
    object-fit: contain;
  }
  .search-results .inner .cats {
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 15px;
    border-right: 0;
    margin-bottom: 30px;
  }
  .topheader {
    padding: 15px 0px;
  }
  .topheader ul li {
    margin-bottom: 3px;
  }
}
.banner-home {
  position: relative;
  min-height: 98vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  color: #fff;
  text-align: center;
}
.banner-home:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5019607843);
  border-radius: 0 0 100px 100px;
}
.banner-home b {
  font-weight: 400;
}
.banner-home img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  width: 100%;
  object-fit: cover;
  z-index: -1;
  border-radius: 0 0 100px 100px;
}
.banner-home h1 {
  color: #fff;
  font-size: 70px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 0 75px;
}
.banner-home h1 i, .banner-home h1 em {
  font-family: "PlayfairDisplay-Italic";
  font-style: normal;
}
.banner-home .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #FF8417;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  position: relative;
  padding: 10px 50px 10px 25px;
  font-family: "WorkSans";
  position: relative;
  min-width: 175px;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
}
.banner-home .btn-default span {
  z-index: 3;
  position: relative;
}
.banner-home .btn-default:hover {
  color: #fff;
}
.banner-home .btn-default:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 25px;
  height: 25px;
  z-index: 1;
  background: #142132;
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.banner-home .btn-default:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  background-image: url(/Resources/img/arrow.svg);
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.banner-home .btn-default:hover:after {
  transform: translateY(-50%) rotate(-38deg);
}
.banner-home .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.banner-home .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.banner-home .btn-default:hover {
  background: #fff;
  color: #142132;
}

.text-bg .text {
  padding: 50px 100px;
  background: #142132;
  text-align: center;
  border-radius: 15px;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  position: relative;
  top: -75px;
}
.text-bg .text i, .text-bg .text em {
  /*font-family: 'PlayfairDisplay-Italic';*/
  font-style: normal;
}
.text-bg .text .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #FF8417;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  position: relative;
  padding: 10px 50px 10px 25px;
  font-family: "WorkSans";
  position: relative;
  min-width: 175px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
}
.text-bg .text .btn-default span {
  z-index: 3;
  position: relative;
}
.text-bg .text .btn-default:hover {
  color: #fff;
}
.text-bg .text .btn-default:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 25px;
  height: 25px;
  z-index: 1;
  background: #142132;
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.text-bg .text .btn-default:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  background-image: url(/Resources/img/arrow.svg);
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.text-bg .text .btn-default:hover:after {
  transform: translateY(-50%) rotate(-38deg);
}
.text-bg .text .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.text-bg .text .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.text-bg .text .btn-default:nth-of-type(1):hover {
  background: #fff;
  color: #142132;
}
.text-bg .text .btn-default:nth-of-type(2) {
  background: transparent;
  border: 2px solid #FF8417;
  margin: 0 0 0 15px;
}
.text-bg .text .btn-default:nth-of-type(2):before {
  background: #FF8417;
}
.text-bg .text .btn-default:nth-of-type(2):hover {
  background: #FF8417;
}
.text-bg .text .btn-default:nth-of-type(2):hover:before {
  background: #142132;
}

.text-img {
  position: relative;
}
.text-img.bg-color.custom-pd {
  padding: 190px 0 115px;
}
.text-img.bg-color.custom-pd .middle-align-img img {
  top: 125px;
}
.text-img.bg-color {
  background: #E5F7F3;
  padding: 150px 0 100px;
  /*      h2, h3, h4, h5, h6 {
      i, em {
          display: block;
      }
  }*/
}
.text-img.bg-color.about-page {
  padding: 150px 0;
}
.text-img.bg-color.coaching-detail {
  padding: 150px 0 130px;
}
.text-img.bg-color.programm-bg {
  padding: 50px 0;
}
.text-img.bg-color.programm-bg:before {
  content: "";
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 100%;
  height: 150px;
  background: #E5F7F3;
  z-index: -1;
}
.text-img.bg-color.programm-bg .img-custom-mg img {
  top: 40px;
}
.text-img.bg-color.about-page img {
  top: 50px;
}
.text-img.bg-color.about-page .btn-default {
  margin: 15px 0 0;
}
.text-img.bg-color .img-custom-mg img {
  top: 75px;
}
.text-img.mg-top {
  margin: 75px 0 0;
}
.text-img a:not(.btn-default) {
  transition: all 0.3s ease-in-out;
  color: #142132;
  text-decoration: underline;
}
.text-img a:not(.btn-default):hover {
  color: #FF8417;
}
.text-img .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #FF8417;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  position: relative;
  padding: 10px 50px 10px 25px;
  font-family: "WorkSans";
  position: relative;
  min-width: 175px;
  text-align: center;
  font-size: 16px;
  background: transparent;
  border: 2px solid #FF8417;
  color: #142132;
}
.text-img .btn-default span {
  z-index: 3;
  position: relative;
}
.text-img .btn-default:hover {
  color: #fff;
}
.text-img .btn-default:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 25px;
  height: 25px;
  z-index: 1;
  background: #142132;
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.text-img .btn-default:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  background-image: url(/Resources/img/arrow.svg);
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.text-img .btn-default:hover:after {
  transform: translateY(-50%) rotate(-38deg);
}
.text-img .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.text-img .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.text-img .btn-default:before {
  background: #FF8417;
}
.text-img .btn-default:hover {
  background: #FF8417;
  color: #fff;
}
.text-img .btn-default:hover:before {
  background: #142132;
}
.text-img .middle-align-img img {
  top: 100px;
}
.text-img h2, .text-img h3, .text-img h4, .text-img h5, .text-img h6 {
  font-size: 35px;
  font-weight: 500;
}
.text-img h2 i, .text-img h2 em, .text-img h3 i, .text-img h3 em, .text-img h4 i, .text-img h4 em, .text-img h5 i, .text-img h5 em, .text-img h6 i, .text-img h6 em {
  font-size: 35px;
  /*font-family: 'PlayfairDisplay-Italic';*/
  font-weight: 700;
  font-style: normal;
}
.text-img .container-fluid.custom {
  position: initial !important;
}
.text-img .col-sm-4 {
  position: initial !important;
}
.text-img img {
  width: 100%;
  max-width: 525px;
  border-radius: 15px;
  position: absolute;
  right: -15px;
  top: -100px;
}

.slider-logos {
  margin: 50px 0 0;
  /* the slides */
  /* the parent */
}
.slider-logos.only-images .sliderImages {
  max-width: 100%;
}
.slider-logos .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.slider-logos .wrapper .img-left {
  max-width: 550px;
  width: 100%;
  margin: 0 25px 0 -25px;
}
.slider-logos .wrapper .img-left img {
  width: 100%;
  border-radius: 15px;
}
.slider-logos .slick-slide {
  margin: 0 15px;
}
.slider-logos .slick-list {
  margin: 0 -15px;
}
.slider-logos .sliderImages {
  max-width: 75%;
}

.services {
  background: #142132;
  padding: 50px 0;
  border-radius: 30px;
  margin: 50px 0;
}
.services.home {
  padding: 40px 0 80px;
}
.services.about-page {
  margin: 0 0 50px;
}
.services h2, .services h3, .services h4, .services h5, .services h6 {
  font-size: 35px;
  color: #fff;
}
.services h2 i, .services h2 em, .services h3 i, .services h3 em, .services h4 i, .services h4 em, .services h5 i, .services h5 em, .services h6 i, .services h6 em {
  /*font-family: 'PlayfairDisplay-Italic';*/
  font-style: normal;
}
.services .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #FF8417;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  position: relative;
  padding: 10px 50px 10px 25px;
  font-family: "WorkSans";
  position: relative;
  min-width: 175px;
  text-align: center;
  font-size: 16px;
  background: transparent;
  border: 2px solid #FF8417;
  margin-left: auto;
}
.services .btn-default span {
  z-index: 3;
  position: relative;
}
.services .btn-default:hover {
  color: #fff;
}
.services .btn-default:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 25px;
  height: 25px;
  z-index: 1;
  background: #142132;
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.services .btn-default:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  background-image: url(/Resources/img/arrow.svg);
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.services .btn-default:hover:after {
  transform: translateY(-50%) rotate(-38deg);
}
.services .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.services .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.services .btn-default:before {
  background: #FF8417;
}
.services .btn-default:hover {
  background: #FF8417;
}
.services .btn-default:hover:before {
  background: #142132;
}
.services .btn-center {
  margin: 50px 0 0;
}
.services .btn-center .btn-default {
  margin: 0 auto;
}
.services .item {
  background: #3C516A;
  border-radius: 20px;
  overflow: hidden;
  margin: 25px 0 0 0;
  height: 100%;
  display: block;
  transition: all 0.3s ease-in-out;
}
.services .item:hover .img-wrapper:before {
  box-shadow: 0 3px 20px rgba(20, 33, 50, 0.4);
}
.services .item b, .services .item strong {
  font-weight: 500;
  display: block;
  font-size: 22px;
}
.services .item p {
  margin: 0;
}
.services .item .img-wrapper {
  position: relative;
  margin: 0 0 75px;
}
.services .item .img-wrapper:before {
  content: "";
  position: absolute;
  top: -75px;
  left: -70px;
  width: 350px;
  height: 350px;
  background: #4e6177;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.services .item .img-wrapper img {
  width: 100%;
  max-width: 300px;
  border-radius: 50%;
  margin: -50px 0 0 -50px;
  position: relative;
  min-height: 250px;
}
.services .item .text {
  padding: 15px;
  color: #fff;
  font-size: 20px;
}

.reviews.reviews-page {
  padding: 140px 0 90px;
  text-align: center;
}
.reviews.reviews-page .breadcrumbs {
  margin: 0 auto 10px;
}
.reviews.reviews-page h1 {
  font-size: 55px;
  font-weight: 400;
  margin: 0 0 30px;
}
.reviews .show-mobile {
  display: none;
}
.reviews .review-item {
  background: #E7F1FC;
  padding: 25px;
  border-radius: 15px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  min-height: 425px;
}
.reviews .review-item.dark-blue {
  background: #142132;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
}
.reviews .title-middle {
  text-align: center;
  margin: 25px 0;
}
.reviews .title-middle h2, .reviews .title-middle h3, .reviews .title-middle h4, .reviews .title-middle h5, .reviews .title-middle h6 {
  font-size: 50px;
  line-height: 55px;
  font-weight: 500;
}
.reviews .title-middle i, .reviews .title-middle em {
  color: #63A6F0;
  /*font-family: 'PlayfairDisplay-Italic';*/
  font-style: normal;
}

.kernwaarden {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 500px 0 50px;
  margin: 40px 0 0;
}
.kernwaarden.contact-page .text ul li {
  padding: 0;
  position: relative;
  display: table;
  width: 100px;
}
.kernwaarden.contact-page .text ul li a {
  transition: all 0.3s ease-in-out;
  color: #142132;
}
.kernwaarden.contact-page .text ul li a:hover {
  color: #FF8417;
}
.kernwaarden.contact-page .text ul li:before {
  content: "";
  position: absolute;
  background-image: url(/Resources/img/arrow-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: -15px;
  top: 6px;
  left: initial;
  width: 15px;
  height: 15px;
  transform: rotate(-38deg);
}
.kernwaarden.pd-equal {
  padding: 50px 0 300px;
  margin: 0 0 -175px;
}
.kernwaarden.pd-bottom-big {
  padding: 50px 0 550px;
  margin: 75px 0 -175px;
}
.kernwaarden.pd-bottom-big.no-mg-top {
  margin: 0 0 -275px;
}
.kernwaarden img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.kernwaarden .text {
  background: #FFFFFF;
  padding: 25px;
  border-radius: 15px;
}
.kernwaarden .text h2, .kernwaarden .text h3, .kernwaarden .text h4, .kernwaarden .text h5, .kernwaarden .text h6 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
}
.kernwaarden .text i, .kernwaarden .text em {
  color: #63A6F0;
  font-style: normal;
  /*font-family: 'PlayfairDisplay-Italic';*/
}
.kernwaarden .text .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #FF8417;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  position: relative;
  padding: 10px 50px 10px 25px;
  font-family: "WorkSans";
  position: relative;
  min-width: 175px;
  text-align: center;
  font-size: 16px;
}
.kernwaarden .text .btn-default span {
  z-index: 3;
  position: relative;
}
.kernwaarden .text .btn-default:hover {
  color: #fff;
}
.kernwaarden .text .btn-default:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 25px;
  height: 25px;
  z-index: 1;
  background: #142132;
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.kernwaarden .text .btn-default:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  background-image: url(/Resources/img/arrow.svg);
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.kernwaarden .text .btn-default:hover:after {
  transform: translateY(-50%) rotate(-38deg);
}
.kernwaarden .text .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.kernwaarden .text .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.kernwaarden .text .btn-default:hover {
  background: #142132;
}
.kernwaarden .text .btn-default:hover:before {
  background: #FF8417;
}
.kernwaarden .text ul {
  margin: 0 0 15px;
}
.kernwaarden .text ul li {
  padding: 0 0 0 25px;
  position: relative;
}
.kernwaarden .text ul li:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/Resources/img/check.svg");
}

.how-we-do-it {
  padding: 40px 0;
  text-align: center;
  /* the slides */
  /* the parent */
}
.how-we-do-it b, .how-we-do-it strong {
  font-weight: 500;
}
.how-we-do-it .top-title h2, .how-we-do-it .top-title h3, .how-we-do-it .top-title h4, .how-we-do-it .top-title h5, .how-we-do-it .top-title h6 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 500;
  margin: 0 0 40px;
}
.how-we-do-it .top-title h2 i, .how-we-do-it .top-title h2 em, .how-we-do-it .top-title h3 i, .how-we-do-it .top-title h3 em, .how-we-do-it .top-title h4 i, .how-we-do-it .top-title h4 em, .how-we-do-it .top-title h5 i, .how-we-do-it .top-title h5 em, .how-we-do-it .top-title h6 i, .how-we-do-it .top-title h6 em {
  /*font-family: 'PlayfairDisplay-Italic';*/
  font-style: normal;
}
.how-we-do-it .text {
  background: #E5F7F3;
  padding: 35px;
  border-radius: 15px;
  text-align: left;
  height: 100%;
  font-size: 20px;
}
.how-we-do-it .text h2, .how-we-do-it .text h3, .how-we-do-it .text h4, .how-we-do-it .text h5, .how-we-do-it .text h6 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
  margin: 0 0 10px;
}
.how-we-do-it .text h2 i, .how-we-do-it .text h2 em, .how-we-do-it .text h3 i, .how-we-do-it .text h3 em, .how-we-do-it .text h4 i, .how-we-do-it .text h4 em, .how-we-do-it .text h5 i, .how-we-do-it .text h5 em, .how-we-do-it .text h6 i, .how-we-do-it .text h6 em {
  /*font-family: 'PlayfairDisplay-Italic';*/
  font-style: normal;
  font-size: 30px;
  margin: 0 0 3px;
}
.how-we-do-it .text .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #FF8417;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  position: relative;
  padding: 10px 50px 10px 25px;
  font-family: "WorkSans";
  position: relative;
  min-width: 175px;
  text-align: center;
  font-size: 16px;
  background: transparent;
  border: 2px solid #FF8417;
  color: #142132;
  position: absolute;
  bottom: 25px;
  min-width: 225px;
}
.how-we-do-it .text .btn-default span {
  z-index: 3;
  position: relative;
}
.how-we-do-it .text .btn-default:hover {
  color: #fff;
}
.how-we-do-it .text .btn-default:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 25px;
  height: 25px;
  z-index: 1;
  background: #142132;
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.how-we-do-it .text .btn-default:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  background-image: url(/Resources/img/arrow.svg);
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.how-we-do-it .text .btn-default:hover:after {
  transform: translateY(-50%) rotate(-38deg);
}
.how-we-do-it .text .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.how-we-do-it .text .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.how-we-do-it .text .btn-default:before {
  background: #FF8417;
  transition: all 0.3s ease-in-out;
}
.how-we-do-it .text .btn-default:hover {
  background: #FF8417;
}
.how-we-do-it .text .btn-default:hover:before {
  background: #142132;
}
.how-we-do-it img {
  width: 100%;
  border-radius: 15px;
}
.how-we-do-it .slick-slide {
  margin: 0 15px;
}
.how-we-do-it .slick-list {
  margin: 0 -15px;
}
.how-we-do-it .slider-wrapper {
  position: relative;
}
.how-we-do-it .slider-wrapper .slide {
  background: #ddd;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}
.how-we-do-it .slider-wrapper .progress-container {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 20px auto;
  width: 600px;
  position: absolute;
  top: 5px;
  left: 15px;
}
.how-we-do-it .slider-wrapper .progress-segment {
  flex: 1;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  border-radius: 100px;
  position: relative;
  z-index: 2;
}
.how-we-do-it .slider-wrapper .progress-fill {
  background: #fff;
  width: 0%;
  height: 100%;
  transition: width linear;
}

@media only screen and (max-width: 1475px) {
  .text-img.about-page img {
    max-width: 450px;
  }
}
@media only screen and (max-width: 1450px) {
  .banner-home h1 {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1300px) {
  .text-img.about-page img {
    max-width: 350px;
  }
}
@media only screen and (max-width: 1200px) {
  .banner-home h1 {
    padding: 0 0;
  }
  .text-img.mg-top {
    margin: 225px 0 0;
  }
  .text-img.bg-color .img-custom-mg img {
    max-width: 375px;
  }
  .text-img img {
    top: -250px;
  }
  .how-we-do-it .text .btn-default {
    margin: 25px 0 0;
    position: relative;
    bottom: initial;
  }
}
@media only screen and (max-width: 991.5px) {
  .services.about-page {
    margin: 0;
  }
  .services .overflow-scroll {
    overflow-x: scroll;
  }
  .services .overflow-scroll .row {
    width: 1500px;
  }
  .services .overflow-scroll .row .col-sm-6 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .services .btn-default {
    margin: 15px 0 0 0;
  }
  .services .item {
    height: calc(100% - 25px);
  }
  .reviews.reviews-page {
    padding: 115px 0 175px;
  }
  .reviews.reviews-page h1 {
    font-size: 34px;
    margin: 0 0 25px;
  }
  .reviews .title-middle {
    margin: 0 0 25px;
  }
  .reviews .overflow-scroll {
    overflow-x: scroll;
  }
  .reviews .overflow-scroll .row {
    width: 3000px;
  }
  .reviews .overflow-scroll .row .col-sm-3 {
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
  }
  .reviews .hid-mobile {
    display: none;
  }
  .reviews .show-mobile {
    display: block;
  }
  .reviews .title-middle h2, .reviews .title-middle h3, .reviews .title-middle h4, .reviews .title-middle h5, .reviews .title-middle h6 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media only screen and (max-width: 767.5px) {
  .banner-home {
    padding: 200px 0 250px;
  }
  .banner-home h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .banner-home .btn-default {
    margin: 15px auto 0;
  }
  .text-bg .text {
    top: -185px;
    padding: 25px;
    font-size: 22px;
    line-height: 28px;
  }
  .text-bg .text .btn-default {
    width: 100%;
  }
  .text-bg .text .btn-default:nth-of-type(2) {
    margin: 15px 0 0 0;
  }
  .text-img.mobile-method {
    margin: 225px 0 0;
  }
  .text-img.mobile-method .middle-align-img img {
    top: -105px !important;
  }
  .text-img.programm-bg .img-custom-mg img {
    top: -100px !important;
  }
  .text-img.coaching-detail {
    margin: 150px 0 0 0 !important;
    padding: 150px 0 50px;
  }
  .text-img.mg-top {
    margin: 25px 0 0;
  }
  .text-img.bg-color.coaching-detail {
    padding: 150px 0 40px;
  }
  .text-img.bg-color.pd-mobile {
    padding: 150px 0 50px;
  }
  .text-img.bg-color .img-custom-mg img {
    max-width: 275px;
    top: -100px;
  }
  .text-img h2, .text-img h3, .text-img h4, .text-img h5, .text-img h6 {
    font-size: 28px;
  }
  .text-img h2 em, .text-img h3 em, .text-img h4 em, .text-img h5 em, .text-img h6 em {
    font-size: 28px;
  }
  .text-img img {
    right: -75px;
  }
  .slider-logos {
    padding: 0 15px;
    /* the slides */
    /* the parent */
  }
  .slider-logos .sliderImages {
    max-width: 100%;
  }
  .slider-logos .wrapper {
    flex-direction: column;
  }
  .slider-logos .wrapper .img-left {
    margin: 0 0 25px;
    left: -75px;
    position: relative;
  }
  .slider-logos .slick-slide {
    margin: 0 10px;
  }
  .slider-logos .slick-list {
    margin: 0 -10px;
  }
  .services.home {
    padding: 50px 0;
  }
  .services h2, .services h3, .services h4, .services h5, .services h6 {
    font-size: 28px;
  }
  .how-we-do-it {
    padding: 50px 0 25px;
  }
  .how-we-do-it .top-title h2, .how-we-do-it .top-title h3, .how-we-do-it .top-title h4, .how-we-do-it .top-title h5, .how-we-do-it .top-title h6 {
    font-size: 30px;
    line-height: 35px;
    margin: 0 0 25px;
  }
  .how-we-do-it .text {
    margin: -25px 0 0 0;
  }
  .how-we-do-it .slider-wrapper .progress-container {
    justify-content: start;
  }
  .how-we-do-it .slider-wrapper .progress-segment {
    max-width: 100px;
  }
  .kernwaarden {
    margin: 75px 0 0;
  }
  .kernwaarden .text h2, .kernwaarden .text h3, .kernwaarden .text h4, .kernwaarden .text h5, .kernwaarden .text h6 {
    font-size: 26px;
    line-height: 31px;
  }
}
.popup {
  position: fixed;
  z-index: 12;
  left: 50px;
  bottom: 20px;
  width: calc(100% - 100px);
  background: rgba(240, 246, 255, 0.8);
  padding: 15px;
  color: #000;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
.popup .accept {
  display: table;
  border: none;
  color: #fff;
  background: #FF8417;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  position: relative;
  padding: 10px 50px 10px 25px;
  font-family: "WorkSans";
  position: relative;
  min-width: 175px;
  text-align: center;
  font-size: 16px;
  margin: 0 0 0 auto;
  color: #fff;
}
.popup .accept span {
  z-index: 3;
  position: relative;
}
.popup .accept:hover {
  color: #fff;
}
.popup .accept:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 25px;
  height: 25px;
  z-index: 1;
  background: #142132;
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.popup .accept:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  background-image: url(/Resources/img/arrow.svg);
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.popup .accept:hover:after {
  transform: translateY(-50%) rotate(-38deg);
}
.popup .accept.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.popup .accept.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.popup p {
  margin: 0;
}
.popup p a {
  color: #257BE0;
}
.popup .link {
  color: #FFFFFF;
  margin-right: 15px;
}
.popup .cookies-img {
  margin-right: 30px;
  font-size: 25px;
  float: left;
  color: #142132;
}

.link-pref {
  color: #fff;
  margin-right: 50px;
}
.link-pref:hover {
  text-decoration: underline;
}

.cookies {
  padding: 45px 0;
}
.cookies .title {
  display: block;
  font-weight: 500;
  text-align: center;
  font-size: 30px;
  padding: 0 60px;
}
.cookies .text {
  font-size: 16px;
  margin-top: 30px;
}
.cookies .text b {
  font-size: 24px;
  color: #D31447;
  display: block;
  margin-bottom: 15px;
}
.cookies .banner {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
  color: #D31447;
  margin-bottom: 60px;
}
.cookies .banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  margin-top: -20px;
}
.cookies .info {
  margin-top: 30px;
}
.cookies .info ul {
  list-style: none;
  padding: 0;
}
.cookies .info li {
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cookies .info h4 {
  background: #D31447;
  font-size: 18px;
  letter-spacing: 3px !important;
  color: #fff;
  cursor: pointer;
  height: 60px;
  padding: 20px 15px 0 45px;
  position: relative;
  border-radius: 5px;
  width: 100%;
  margin: auto;
  text-transform: none;
}
.cookies .info h4:after {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
  transition: background 0.2s ease-in-out;
}
.cookies .info h4:before {
  display: block !important;
  content: "";
  height: 30px;
  width: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: background 0.2s ease-in-out;
}
.cookies .info li.next h4:before, .cookies .info li.active h4:after {
  background: transparent;
}
.cookies .info .content {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.cookies .info .table {
  width: 1110px;
  max-width: 1110px;
  margin-top: 30px;
  color: #394452;
  text-transform: none;
}
.cookies .info .head {
  font-weight: 700;
  font-size: 18px;
}
.cookies .info .head .col {
  padding-top: 0 !important;
}
.cookies .info .content .row {
  display: flex;
}
.cookies .info .row .col {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
}
.cookies .info .border {
  position: absolute;
  height: 2px;
  width: calc(100% - 15px);
  background: #000;
  left: 15px;
  bottom: 0;
}

.preference {
  margin: 50px 0;
  float: left;
  width: 100%;
}
.preference .disable {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.preference .checkbox-cookies input {
  opacity: 0;
  z-index: 1;
  position: absolute;
}
.preference .checkbox-cookies input:checked + label:before {
  background: #D31447;
}
.preference .checkbox-cookies input:checked + label:after {
  left: 20px !important;
}
.preference .checkbox-cookies label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.preference .checkbox-cookies label:before {
  content: "";
  height: 30px;
  width: 45px;
  border: none;
  background: #b1b1b1;
  outline: none !important;
  border-radius: 100px;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  left: 0;
  transition: all 0.2s ease-in-out;
}
.preference .checkbox-cookies label:after {
  content: "" !important;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  height: 20px;
  width: 20px;
  margin-left: 0;
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease-in-out;
}
.preference .item {
  position: relative;
  margin-bottom: 30px;
}
.preference .btn {
  float: right;
}

.btn-cancel {
  text-decoration: none;
  font-weight: bold;
}

.btn-accept {
  float: right;
}
.btn-accept:hover {
  background: #394452;
  color: #fff;
}

.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 1440px) {
  .popup .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .popup {
    left: 25px;
    width: calc(100% - 50px);
    padding: 10px 15px;
  }
  .cookies .title {
    padding: 0 120px;
  }
  .checkbox-mobile {
    position: absolute;
    right: 30px;
    top: -10px;
    text-align: right;
  }
  .preference .checkbox {
    margin-right: 0px;
  }
}
@media (max-width: 767.5px) {
  .cookies .title {
    padding: 0 30px;
  }
  .cookies .info h4 {
    text-align: center;
    padding: 10px;
    font-size: 16px;
  }
  .popup {
    padding: 15px 0;
    line-height: inherit;
    left: 15px;
    width: calc(100% - 30px);
    bottom: 15px;
  }
  .popup .link {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
  }
  .popup p {
    padding: 0;
    padding-left: 0px;
  }
  .popup .cookies-img {
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .popup .container-fluid {
    padding: 0 15px;
  }
  .popup .accept {
    margin-top: 15px;
    line-height: inherit;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    width: 70%;
    text-align: center;
    display: block;
  }
}
.simple-text {
  color: #142132;
}
.simple-text.contact-top h1 {
  margin: 0;
}
.simple-text.half-bg {
  padding: 40px 0;
  position: relative;
}
.simple-text.half-bg:before {
  content: "";
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background: #E7F1FC;
  position: absolute;
}
.simple-text.half-bg .text {
  padding: 0;
}
.simple-text.half-bg .text.left-pd {
  padding: 0 0 0 75px;
  position: relative;
  z-index: 2;
}
.simple-text.half-bg .text.right-pd {
  padding: 0 75px 0 0;
}
.simple-text.half-bg .text h2, .simple-text.half-bg .text h3, .simple-text.half-bg .text h4, .simple-text.half-bg .text h5, .simple-text.half-bg .text h6 {
  font-weight: 500;
}
.simple-text.half-bg .text h2 i, .simple-text.half-bg .text h2 em, .simple-text.half-bg .text h3 i, .simple-text.half-bg .text h3 em, .simple-text.half-bg .text h4 i, .simple-text.half-bg .text h4 em, .simple-text.half-bg .text h5 i, .simple-text.half-bg .text h5 em, .simple-text.half-bg .text h6 i, .simple-text.half-bg .text h6 em {
  font-family: "PlayfairDisplay-Italic";
  font-style: normal;
  font-weight: 700;
  display: block;
}
.simple-text.pd-top {
  padding: 140px 0 0;
}
.simple-text.pd-top-bottom {
  padding: 40px 0;
}
.simple-text.pd-top-bottom b {
  font-weight: 500;
  font-size: 22px;
}
.simple-text.bg-color-blue {
  background: #E7F1FC;
  padding: 100px 0 40px;
}
.simple-text.bg-color-blue b {
  font-weight: 500;
  font-size: 22px;
}
.simple-text.center {
  text-align: center;
}
.simple-text.center .breadcrumbs {
  margin: 0 auto 10px;
}
.simple-text.center .btn-default {
  margin: 0 auto;
}
.simple-text .logo-gordon {
  max-width: 75px;
  display: block;
  margin: 15px 0 0;
  border-radius: 0;
}
.simple-text .img-wrapper {
  position: relative;
}
.simple-text .img-wrapper .text {
  color: #142132;
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  position: absolute;
  top: 25px;
  left: 25px;
  font-size: 16px;
}
.simple-text .img-wrapper .text a {
  color: #142132;
  transition: all 0.3s ease-in-out;
}
.simple-text .img-wrapper .text a:hover {
  color: #FF8417;
}
.simple-text .img-wrapper .text p {
  margin: 0;
}
.simple-text .img-wrapper img {
  border-radius: 30px;
}
.simple-text .mg-bottom {
  margin: 0 0 40px;
}
.simple-text h1 {
  font-size: 50px;
  font-weight: 400;
  margin: 0 0 15px;
}
.simple-text h1 i, .simple-text h1 em {
  font-size: 40px;
  font-family: "PlayfairDisplay-Italic";
  font-style: normal;
  font-weight: 700;
}
.simple-text img {
  width: 100%;
  border-radius: 16px;
}
.simple-text .text {
  padding: 40px 0;
  text-align: left;
}
.simple-text .text .btn-default {
  margin: 15px 0 0;
}
.simple-text .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #FF8417;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  position: relative;
  padding: 10px 50px 10px 25px;
  font-family: "WorkSans";
  position: relative;
  min-width: 175px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
}
.simple-text .btn-default span {
  z-index: 3;
  position: relative;
}
.simple-text .btn-default:hover {
  color: #fff;
}
.simple-text .btn-default:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 25px;
  height: 25px;
  z-index: 1;
  background: #142132;
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.simple-text .btn-default:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  background-image: url(/Resources/img/arrow.svg);
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.simple-text .btn-default:hover:after {
  transform: translateY(-50%) rotate(-38deg);
}
.simple-text .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.simple-text .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.simple-text .btn-default:nth-of-type(1):hover {
  background: #142132;
}
.simple-text .btn-default:nth-of-type(2) {
  background: #fff;
  color: #142132;
  border: 1px solid #FF8417;
}
.simple-text .btn-default:nth-of-type(2):hover {
  color: #fff;
  background: #142132;
  border-color: #142132;
}

.quote.custom-mg-bottom {
  margin: 0 0 -75px;
}
.quote.mg-bottom .outer {
  top: initial;
  bottom: -75px;
  margin: -75px 0 0;
}
.quote .outer {
  background: #142132;
  border-radius: 16px;
  text-align: center;
  padding: 75px 150px;
  color: #fff;
  font-size: 35px;
  position: relative;
  top: -75px;
}
.quote .outer .logo-right {
  max-width: 150px;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 25px;
  position: absolute;
  top: -75px;
  right: 50px;
}
.quote .outer h2, .quote .outer h3, .quote .outer h4, .quote .outer h5, .quote .outer h6 {
  color: #fff;
  font-size: 38px;
}
.quote .outer h2 i, .quote .outer h2 em, .quote .outer h3 i, .quote .outer h3 em, .quote .outer h4 i, .quote .outer h4 em, .quote .outer h5 i, .quote .outer h5 em, .quote .outer h6 i, .quote .outer h6 em {
  /*   font-family: 'PlayfairDisplay-Italic';*/
  font-style: normal;
}

.kernwaarden-text {
  padding: 50px 0 175px 0;
}
.kernwaarden-text h2, .kernwaarden-text h3, .kernwaarden-text h4, .kernwaarden-text h5, .kernwaarden-text h6 {
  color: #142132;
  font-size: 42px;
}
.kernwaarden-text h2 i, .kernwaarden-text h2 em, .kernwaarden-text h3 i, .kernwaarden-text h3 em, .kernwaarden-text h4 i, .kernwaarden-text h4 em, .kernwaarden-text h5 i, .kernwaarden-text h5 em, .kernwaarden-text h6 i, .kernwaarden-text h6 em {
  /*font-family: 'PlayfairDisplay-Italic';*/
  font-style: normal;
  color: #63A6F0;
}
.kernwaarden-text ul {
  padding: 0 0 0 20px;
}
.kernwaarden-text ul li {
  list-style: disc;
  font-style: italic;
}
.kernwaarden-text .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #FF8417;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  position: relative;
  padding: 10px 50px 10px 25px;
  font-family: "WorkSans";
  position: relative;
  min-width: 175px;
  text-align: center;
  font-size: 16px;
  margin: 15px 0 0;
}
.kernwaarden-text .btn-default span {
  z-index: 3;
  position: relative;
}
.kernwaarden-text .btn-default:hover {
  color: #fff;
}
.kernwaarden-text .btn-default:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 25px;
  height: 25px;
  z-index: 1;
  background: #142132;
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.kernwaarden-text .btn-default:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  background-image: url(/Resources/img/arrow.svg);
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.kernwaarden-text .btn-default:hover:after {
  transform: translateY(-50%) rotate(-38deg);
}
.kernwaarden-text .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.kernwaarden-text .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.kernwaarden-text .btn-default:hover {
  background: #142132;
}
.kernwaarden-text .btn-default:hover:before {
  background: #FF8417;
}
.kernwaarden-text .img-wrapper {
  display: flex;
  flex-direction: row;
  align-items: end;
}
.kernwaarden-text .img-wrapper img {
  max-width: 300px;
  width: 100%;
  border-radius: 16px;
  margin: 0 15px 0;
}
.kernwaarden-text .img-wrapper .text-number {
  position: relative;
  min-width: 200px;
}
.kernwaarden-text .img-wrapper .text-number b, .kernwaarden-text .img-wrapper .text-number strong {
  color: #FF8417;
  font-size: 120px;
  font-family: "Anton";
}
.kernwaarden-text .container-fluid.custom {
  position: initial !important;
}
.kernwaarden-text .row.custom-row .col-sm-4 {
  position: initial !important;
}
.kernwaarden-text .row.custom-row img {
  width: 100%;
  max-width: 600px;
  border-radius: 15px;
  position: absolute;
  right: 0;
  /*top: -100px;*/
  margin: -200px 0 0;
}

.image-banner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 75px 0;
}
.image-banner img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #fff;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
.image-banner .text {
  background: #FFFFFF;
  padding: 25px;
  border-radius: 15px;
}
.image-banner .text h2, .image-banner .text h3, .image-banner .text h4, .image-banner .text h5, .image-banner .text h6 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 500;
}
.image-banner .text i, .image-banner .text em {
  color: #63A6F0;
  /*font-family: 'PlayfairDisplay-Italic';*/
  font-style: normal;
}
.image-banner .text .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #FF8417;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  position: relative;
  padding: 10px 50px 10px 25px;
  font-family: "WorkSans";
  position: relative;
  min-width: 175px;
  text-align: center;
  font-size: 16px;
}
.image-banner .text .btn-default span {
  z-index: 3;
  position: relative;
}
.image-banner .text .btn-default:hover {
  color: #fff;
}
.image-banner .text .btn-default:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 25px;
  height: 25px;
  z-index: 1;
  background: #142132;
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.image-banner .text .btn-default:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  background-image: url(/Resources/img/arrow.svg);
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.image-banner .text .btn-default:hover:after {
  transform: translateY(-50%) rotate(-38deg);
}
.image-banner .text .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.image-banner .text .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.image-banner .text .btn-default:hover {
  background: #142132;
}
.image-banner .text .btn-default:hover:before {
  background: #FF8417;
}

.quote-text {
  padding: 0 0 20px 0;
}
.quote-text h2, .quote-text h3, .quote-text h4, .quote-text h5, .quote-text h6 {
  text-align: center;
  font-size: 35px;
}
.quote-text h2 i, .quote-text h2 em, .quote-text h3 i, .quote-text h3 em, .quote-text h4 i, .quote-text h4 em, .quote-text h5 i, .quote-text h5 em, .quote-text h6 i, .quote-text h6 em {
  /* font-family: 'PlayfairDisplay-Italic';*/
  font-style: normal;
}

.program-blocks {
  padding: 25px 0 40px;
}
.program-blocks .item {
  background: #142132;
  padding: 25px;
  border-radius: 16px;
  color: #fff;
  margin: 0 0 25px;
  height: calc(100% - 25px);
  display: flex;
  flex-direction: column;
}
.program-blocks .item p {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.program-blocks .item.bg-light {
  background: #E7F1FC;
  color: #142132;
}
.program-blocks .item.bg-light h2, .program-blocks .item.bg-light h3, .program-blocks .item.bg-light h4, .program-blocks .item.bg-light h5, .program-blocks .item.bg-light h6 {
  color: #142132;
}
.program-blocks .item.bg-light .btn-default {
  border: 2px solid #142132;
  color: #142132;
}
.program-blocks .item.bg-light .btn-default:hover {
  background: #142132;
}
.program-blocks .item h2, .program-blocks .item h3, .program-blocks .item h4, .program-blocks .item h5, .program-blocks .item h6 {
  color: #fff;
}
.program-blocks .item .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #FF8417;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  position: relative;
  padding: 10px 50px 10px 25px;
  font-family: "WorkSans";
  position: relative;
  min-width: 175px;
  text-align: center;
  font-size: 16px;
  background: transparent;
  border: 2px solid #FF8417;
  margin: auto 0 0;
  align-self: self-start;
}
.program-blocks .item .btn-default span {
  z-index: 3;
  position: relative;
}
.program-blocks .item .btn-default:hover {
  color: #fff;
}
.program-blocks .item .btn-default:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 25px;
  height: 25px;
  z-index: 1;
  background: #142132;
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.program-blocks .item .btn-default:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  background-image: url(/Resources/img/arrow.svg);
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.program-blocks .item .btn-default:hover:after {
  transform: translateY(-50%) rotate(-38deg);
}
.program-blocks .item .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.program-blocks .item .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.program-blocks .item .btn-default:hover {
  background: #FF8417;
}

.contact-form {
  position: relative;
  padding: 0 0 50px;
}
.contact-form.no-bg:before {
  display: none;
}
.contact-form:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 250px;
  background: #E5F7F3;
  top: 0;
  left: 0;
}
.contact-form .outer {
  background: #142132;
  padding: 40px 150px 40px 150px;
  border-radius: 16px;
}
.contact-form .outer.mg-custom {
  margin: -250px 0 0;
}
.contact-form .outer h2, .contact-form .outer h3, .contact-form .outer h4, .contact-form .outer h5, .contact-form .outer h6 {
  color: #fff;
  text-align: center;
  font-size: 38px;
  margin: 0 0 25px;
}
.contact-form .outer .form-group.checkbox label {
  margin: 0;
}
.contact-form .outer .form-group.checkbox label:before {
  border-color: #fff;
}
.contact-form .outer .form-group.checkbox label:after {
  color: #fff;
  top: 1px;
}
.contact-form .outer .form-group.checkbox label a {
  color: #fff;
  text-decoration: none;
  font-style: italic;
}
.contact-form .outer .form-group textarea {
  width: 100% !important;
  min-height: 150px;
}
.contact-form .outer .form-group label {
  color: #fff;
  display: block;
  margin: 0 0 5px;
}
.contact-form .outer .form-group .custom-label {
  margin: 0 0 -10px;
}
.contact-form .outer .radio-list {
  display: block;
}
.contact-form .outer .radio-list li {
  display: inline-block;
}
.contact-form .outer .radio-list li:not(:last-of-type) {
  margin: 0 25px 0 0;
}
.contact-form .outer .radio-list li input {
  position: relative;
  top: 15px;
}
.contact-form .outer .radio-list label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  margin: 0;
}
.contact-form .outer .radio-list label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 23px;
  left: 0;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  border: #fff 1px solid;
  color: #000;
  border-radius: 50%;
}
.contact-form .outer .radio-list label:after {
  content: "" !important;
  position: absolute;
  left: 4px;
  top: 4px;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
}
.contact-form .outer .radio-list input[type=radio]:checked + label:after {
  opacity: 1;
  visibility: visible;
}
.contact-form .outer .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #FF8417;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  position: relative;
  padding: 10px 50px 10px 25px;
  font-family: "WorkSans";
  position: relative;
  min-width: 175px;
  text-align: center;
  font-size: 16px;
}
.contact-form .outer .btn-default span {
  z-index: 3;
  position: relative;
}
.contact-form .outer .btn-default:hover {
  color: #fff;
}
.contact-form .outer .btn-default:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 25px;
  height: 25px;
  z-index: 1;
  background: #142132;
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.contact-form .outer .btn-default:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  background-image: url(/Resources/img/arrow.svg);
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.contact-form .outer .btn-default:hover:after {
  transform: translateY(-50%) rotate(-38deg);
}
.contact-form .outer .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.contact-form .outer .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.contact-form .outer .btn-default:hover {
  background: #fff;
  color: #142132;
}
.contact-form .outer .btn-default.loading:before {
  right: initial;
  border-radius: 0;
  padding: 0;
}

@media only screen and (min-width: 1920px) {
  .kernwaarden-text .col-sm-4 {
    margin-left: 8.333333%;
  }
}
@media only screen and (min-width: 2200px) {
  .kernwaarden-text .col-sm-4 {
    margin-left: 16.666667%;
  }
}
@media only screen and (max-width: 1400px) {
  .kernwaarden-text {
    padding: 50px 0 75px 0;
  }
  .kernwaarden-text .row.custom-row img {
    max-width: 500px;
  }
}
@media only screen and (max-width: 1200px) {
  /*  .text-img {
      img {
          top: -200px;
      }
  }*/
  .contact-form .outer {
    padding: 50px 75px 75px;
  }
}
@media only screen and (max-width: 991.5px) {
  .simple-text.pd-top {
    padding: 115px 0 0;
  }
  .text-img img {
    top: -250px;
    max-width: 400px;
  }
  .quote .outer {
    padding: 75px;
  }
  .kernwaarden-text .row.custom-row img {
    max-width: 400px;
  }
  .contact-form .outer {
    padding: 50px;
  }
  .contact-form .outer.mg-custom {
    margin: -100px 0 0;
  }
}
@media only screen and (max-width: 767.5px) {
  .text-img.bg-color.about-page {
    margin: 100px 0 0;
    padding: 150px 0 175px;
  }
  .text-img.bg-color.about-page img {
    top: -125px;
    max-width: 300px;
  }
  .text-img img {
    max-width: 275px;
    top: -175px;
    right: -25px;
  }
  .quote .outer {
    padding: 50px 25px 25px;
    font-size: 24px;
  }
  .quote .outer h2, .quote .outer h3, .quote .outer h4, .quote .outer h5, .quote .outer h6 {
    font-size: 28px;
    line-height: 34px;
  }
  .quote .outer .logo-right {
    max-width: 125px;
  }
  .kernwaarden-text {
    padding: 40px 0 75px;
    margin: 0 0 150px;
  }
  .kernwaarden-text h2, .kernwaarden-text h3, .kernwaarden-text h4, .kernwaarden-text h5, .kernwaarden-text h6 {
    font-size: 32px;
    line-height: 36px;
  }
  .kernwaarden-text .img-wrapper {
    flex-direction: column;
    align-items: center;
    margin: 25px 0 0;
  }
  .kernwaarden-text .img-wrapper img {
    margin: 0 0 15px;
  }
  .kernwaarden-text .row.custom-row img {
    max-width: 325px;
    right: -25px;
    margin: 25px 0 0;
  }
  .simple-text.contact-top .mg-bottom {
    margin: 0 0 20px;
  }
  .simple-text.contact-top .img-wrapper {
    margin: 0 0 10px;
  }
  .simple-text.top-section img {
    min-height: 275px;
    object-fit: cover;
    object-position: center;
  }
  .simple-text.bg-color-blue {
    padding: 75px 0 40px;
  }
  .simple-text.half-bg {
    padding: 50px 0;
  }
  .simple-text.half-bg:before {
    width: 100%;
    height: 50%;
    top: initial;
    bottom: 0;
  }
  .simple-text.half-bg .text.right-pd, .simple-text.half-bg .text.left-pd {
    padding: 0;
  }
  .simple-text.half-bg .text.left-pd {
    margin: 50px 0 0;
  }
  .simple-text.top-bottonm {
    padding: 50px 0;
  }
  .simple-text.pd-top-bottom {
    padding: 50px 0;
  }
  .simple-text.banner-simple-text .btn-default:nth-of-type(2) {
    margin: 10px auto 0;
  }
  .simple-text .btn-row {
    margin: 0 0 50px;
  }
  .simple-text .btn-row .btn-default {
    max-width: 275px;
    width: 100%;
  }
  .simple-text .btn-row .btn-default:nth-of-type(1) {
    margin: 0 auto 10px;
  }
  .simple-text h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .simple-text h1 i, .simple-text h1 em {
    font-size: 28px;
  }
  .quote-text {
    padding: 40px 0 20px;
  }
  .quote-text h2, .quote-text h3, .quote-text h4, .quote-text h5, .quote-text h6 {
    font-size: 28px;
    line-height: 32px;
  }
  .program-blocks {
    padding: 0 0 125px;
  }
  .program-blocks h2, .program-blocks h3, .program-blocks h4, .program-blocks h5, .program-blocks h6 {
    font-size: 24px;
    line-height: 32px;
  }
  .contact-form .outer {
    padding: 25px;
  }
  .contact-form .outer.mg-custom {
    margin: 25px 0 0;
  }
  .contact-form .outer h2, .contact-form .outer h3, .contact-form .outer h4, .contact-form .outer h5, .contact-form .outer h6 {
    font-size: 28px;
    line-height: 34px;
  }
  .contact-form .outer .radio-list li:nth-of-type(2) {
    margin: 0;
  }
  .contact-form .outer .radio-list li {
    width: 100%;
  }
  .contact-form .outer .radio-list li:not(:first-of-type) {
    margin: 0;
  }
  .contact-form .outer .btn-default {
    margin: 25px 0 0;
  }
  .image-banner .text h2, .image-banner .text h3, .image-banner .text h4, .image-banner .text h5, .image-banner .text h6 {
    font-size: 26px;
    line-height: 31px;
  }
}
/*@import "pages/about.scss";
@import "pages/producten.scss";
@import "pages/contact.scss";
@import "pages/text.scss";*/
/*
@import "pages/text.scss";
@import "pages/template-ontdek.scss";
@import "pages/prijzen.scss";
@import "pages/faq.scss";*/
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-terms {
  margin: 0;
  font-size: 12px;
  display: table;
}
.recaptcha-terms a {
  display: inline-block;
  color: inherit;
  text-decoration: underline !important;
}

.fixed-button {
  position: fixed;
  right: 25px;
  bottom: 25px;
  background: #fff;
  display: flex;
  z-index: 2;
  min-width: 190px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.33);
  border-radius: 5px;
  align-items: center;
  font-family: "WorkSans";
  color: #2E0B1A;
  padding: 10px 20px;
}
.fixed-button img {
  max-width: 23px;
  width: 100%;
  border-right: 1px solid #E2E2E2;
  padding: 0 15px 0 0;
}
.fixed-button a {
  color: #2E0B1A;
}
.fixed-button .text {
  /*       border-left: 1px solid #E2E2E2;*/
  padding-left: 15px;
}

html {
  overflow-x: hidden;
}
html.modal-open {
  overflow: hidden;
}
html.modal-open body {
  overflow: hidden;
}

body {
  position: relative;
  font-family: "WorkSans";
  background: #FFFFFF;
  font-weight: 400;
  overflow-x: hidden;
  margin: 0;
  line-height: 26px;
  font-size: 18px;
  color: #142132;
}
body:has(.anim-active):before {
  opacity: 1;
}

p {
  margin: 0 0 15px;
}
p:last-of-type {
  margin: 0;
}

:focus {
  outline: none !important;
}

.container-fluid {
  position: relative;
  z-index: 3;
}
.container-fluid.custom {
  padding: 0px 15px;
  max-width: 1550px;
}

input, button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "WorkSans";
  font-weight: 400;
  line-height: initial;
  color: #142132;
}

h2, h3, h4, h5, h6 {
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 15px;
}

*, ::after, ::before {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

.loading-div {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}
.loading-div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000;
  opacity: 0.6;
}
.loading-div .circle {
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
  color: #2B2E42;
}
.loading-div .circle .fa {
  font-size: 16px;
  bottom: -10px;
  position: relative;
  margin-right: 8px;
  animation-name: blink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.loading-div .circle .fa:nth-child(1) {
  animation-delay: 0.2s;
}
.loading-div .circle .fa:nth-child(2) {
  animation-delay: 0.4s;
}
.loading-div .circle .fa:nth-child(3) {
  animation-delay: 0.6s;
}
.loading-div .inner {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  width: calc(100% - 30px);
  font-size: 25px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
}
.loading-div .inner b {
  font-weight: 500;
}
.loading-div.activeloader {
  opacity: 1;
  visibility: visible;
}

.w-100 {
  width: 100% !important;
}

.hidden {
  display: none !important;
  opacity: 0;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

.breadcrumbs {
  position: relative;
  top: 0;
  font-size: 14px;
  margin-bottom: 20px;
  background: #C5D2CF;
  border-radius: 100px;
  padding: 5px 15px;
  display: table;
}
.breadcrumbs li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  color: #142132;
}
.breadcrumbs li:last-child {
  padding: 0;
}
.breadcrumbs li:not(:last-child):after {
  content: "/";
  position: absolute;
  color: #142132;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.breadcrumbs li img {
  max-width: 15px;
  border-radius: 0;
}
.breadcrumbs li a {
  color: #142132;
}

.errors {
  height: 100vh;
  width: 100vw;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  background: #E5F7F3;
}
.errors.thanks {
  padding: 150px 0;
  /* height: initial;*/
}
.errors.thanks .content {
  position: relative;
}
.errors:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 0;
}
.errors .content {
  width: 800px;
  max-width: calc(100% - 30px);
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 40px 60px;
  border-radius: 20px;
  background: #142132;
  color: #fff;
}
.errors .content .inner {
  color: #142132;
}
.errors .content h1, .errors .content h2, .errors .content h3, .errors .content h4, .errors .content h5, .errors .content h6 {
  font-size: 35px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
.errors .content .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #FF8417;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  position: relative;
  padding: 10px 50px 10px 25px;
  font-family: "WorkSans";
  position: relative;
  min-width: 175px;
  text-align: center;
  font-size: 16px;
  margin: 20px auto 0 !important;
}
.errors .content .btn-default span {
  z-index: 3;
  position: relative;
}
.errors .content .btn-default:hover {
  color: #fff;
}
.errors .content .btn-default:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 25px;
  height: 25px;
  z-index: 1;
  background: #142132;
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.errors .content .btn-default:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  background-image: url(/Resources/img/arrow.svg);
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.errors .content .btn-default:hover:after {
  transform: translateY(-50%) rotate(-38deg);
}
.errors .content .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.errors .content .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.errors .content p {
  margin: 0;
}

.overlay-search {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.overlay-search.active {
  opacity: 1;
  visibility: visible;
}

.form-group {
  margin-bottom: 15px;
}
.form-group.has-error .form-control {
  border-color: #E84631 !important;
}
.form-group.has-error.checkbox label:before {
  border-color: #E84631 !important;
}
.form-group.has-success .form-control {
  border-color: #00cd30 !important;
}
.form-group.has-success.checkbox label:before {
  border-color: #00cd30 !important;
}
.form-group select {
  background-image: url(/Resources/img/arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
  background-position: 95% !important;
}
.form-group .form-control {
  height: inherit;
  padding: 16px 20px;
  color: #000;
  border: none;
  width: 100%;
  font-family: inherit;
  font-size: 16px;
  -webkit-appearance: none;
  border-radius: 0;
  background: #fff;
  border-radius: 12px;
  -webkit-appearance: none;
  font-family: "WorkSans";
}
.form-group .help-block {
  display: block;
  color: #E84631;
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  font-size: 14px;
  border: 1px solid transparent;
}
.alert.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert.alert-succes {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert.alert-primary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  font-size: 16px;
  visibility: hidden;
}
.popup-modal.small .content {
  max-width: 600px;
  padding: 50px 100px 30px;
}
.popup-modal.active {
  opacity: 1;
  visibility: visible;
}
.popup-modal .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #FF8417;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  position: relative;
  padding: 10px 50px 10px 25px;
  font-family: "WorkSans";
  position: relative;
  min-width: 175px;
  text-align: center;
  font-size: 16px;
  margin: 20px auto 0;
}
.popup-modal .btn-default span {
  z-index: 3;
  position: relative;
}
.popup-modal .btn-default:hover {
  color: #fff;
}
.popup-modal .btn-default:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 25px;
  height: 25px;
  z-index: 1;
  background: #142132;
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.popup-modal .btn-default:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  background-image: url(/Resources/img/arrow.svg);
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
.popup-modal .btn-default:hover:after {
  transform: translateY(-50%) rotate(-38deg);
}
.popup-modal .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
.popup-modal .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
.popup-modal a:not(.btn-default) {
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
  color: #142132;
}
.popup-modal a:not(.btn-default):hover {
  color: #FF8417;
}
.popup-modal .img-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: -150px;
}
.popup-modal .img-wrapper img {
  max-width: 55%;
  width: 100%;
  margin-right: 15px;
  border-radius: 10px;
  display: block;
}
.popup-modal b, .popup-modal h1, .popup-modal h2, .popup-modal h3, .popup-modal h5 {
  font-size: 40px;
  font-weight: 500;
  line-height: initial;
  margin-bottom: 25px;
  display: block;
  font-family: "WorkSans";
  color: #2E0B1A;
}
.popup-modal .content {
  position: relative;
  width: calc(100% - 30px) !important;
  max-width: 900px;
  padding: 100px;
  background: #fff;
  color: #173252;
  padding: 50px;
  margin-bottom: 50px;
  border-radius: 10px;
  margin: 50px auto;
  overflow: hidden;
}
.popup-modal .content .recaptcha-terms {
  margin: 15px 0 0;
}
.popup-modal .content .inners {
  position: relative;
  z-index: 1;
}
.popup-modal .content ul {
  padding: 0 0 0 20px;
}
.popup-modal .content ul li {
  list-style: disc;
}
.popup-modal .content .close-modal {
  color: #000;
  position: absolute;
  right: 25px;
  font-size: 32px;
  cursor: pointer;
  top: 15px;
  z-index: 2;
}

.text-page {
  padding: 115px 0 50px;
}
.text-page .breadcrumbs {
  margin: 0 0 25px;
}
.text-page a:not(.breadcrumbs a) {
  color: #142132;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.text-page a:not(.breadcrumbs a):hover {
  color: #FF8417;
}

@keyframes blink {
  0% {
    bottom: -10px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: -10px;
  }
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
section:not(.fold-home).anim-active .container-fluid.custom {
  opacity: 1;
  top: 0;
}
section:not(.fold-home) .container-fluid.custom {
  position: relative;
  opacity: 0;
  top: 30px;
  -webkit-transition: all 0.6s ease-in-out 0.2s;
  transition: all 0.6s ease-in-out 0.2s;
}
section.anim-active {
  -webkit-transition: opacity 0.5s linear 0s;
  transition: opacity 0.5s linear 0s;
}

footer {
  background: #142132;
  border-radius: 100px 100px 0 0;
  color: #fff;
  padding: 0 0 40px;
  margin: 75px 0 0;
}
footer b {
  display: block;
  margin: 0 0 15px;
}
footer a {
  color: #fff;
  transition: all 0.3s ease-in-out;
  display: table;
}
footer a:hover {
  color: #FF8417;
}
footer .text {
  text-align: center;
  color: #fff;
  position: relative;
  top: -75px;
  margin: 0 0 -25px;
}
footer .text .logo-footer {
  max-width: 175px;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 25px;
}
footer .text b {
  font-weight: 400;
  margin: 0;
}
footer .text i, footer .text em {
  font-family: "PlayfairDisplay-Italic";
  font-size: 50px;
  display: block;
  margin: 10px auto 40px;
  font-style: normal;
}
footer .text .btn-default {
  display: table;
  border: none;
  color: #fff;
  background: #FF8417;
  cursor: pointer;
  border-radius: 100px;
  outline: none !important;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-weight: 400;
  position: relative;
  padding: 10px 50px 10px 25px;
  font-family: "WorkSans";
  position: relative;
  min-width: 175px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
}
footer .text .btn-default span {
  z-index: 3;
  position: relative;
}
footer .text .btn-default:hover {
  color: #fff;
}
footer .text .btn-default:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 25px;
  height: 25px;
  z-index: 1;
  background: #142132;
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
footer .text .btn-default:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  background-image: url(/Resources/img/arrow.svg);
  border-radius: 50px;
  padding: 5px;
  transition: all 0.5s ease-in-out;
}
footer .text .btn-default:hover:after {
  transform: translateY(-50%) rotate(-38deg);
}
footer .text .btn-default.loading {
  opacity: 0.6;
  pointer-events: none;
  position: relative;
  padding-left: 40px;
}
footer .text .btn-default.loading:before {
  content: "\f110" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  position: absolute;
  left: 10px;
  background: none;
  transform: none;
  top: initial;
  width: initial;
  height: initial;
}
footer .text .btn-default:nth-of-type(1):hover {
  background: #fff;
  color: #142132;
}
footer .text .btn-default:nth-of-type(2) {
  background: transparent;
  border: 2px solid #FF8417;
  margin: 0 0 0 15px;
}
footer .text .btn-default:nth-of-type(2):before {
  background: #FF8417;
}
footer .text .btn-default:nth-of-type(2):hover {
  background: #FF8417;
}
footer .text .btn-default:nth-of-type(2):hover:before {
  background: #142132;
}
footer .socials ul li {
  position: relative;
  display: table;
  width: 100px;
}
footer .socials ul li:after {
  content: "";
  position: absolute;
  background-image: url("/Resources/img/arrow-blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: -15px;
  top: 6px;
  width: 15px;
  height: 15px;
  transform: rotate(-38deg);
}
footer .custom-list ul {
  column-count: 2;
}
footer .logo-bottom {
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  display: table;
}
footer .logo-bottom img {
  width: 100%;
  max-width: 125px;
}
footer .mg-top {
  margin: 50px -15px 0;
}
footer .copy {
  background: #fff;
  border-radius: 10px;
  color: #142132;
  padding: 15px;
  text-align: center;
}
footer .copy p {
  margin: 0;
}
footer .copy a {
  color: #142132;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}
footer .copy a:hover {
  color: #FF8417;
}
footer .copy a:nth-of-type(1) {
  margin: 0 15px;
}

@media only screen and (max-width: 767.5px) {
  footer {
    border-radius: 45px 45px 0 0;
  }
  footer .mg-top {
    margin: 40px 0 -15px;
  }
  footer .text {
    margin: 0 0 -50px;
  }
  footer .text .logo-footer {
    max-width: 125px;
  }
  footer .text i, footer .text em {
    font-size: 32px;
    line-height: 38px;
    margin: 10px auto 20px;
  }
  footer .text .btn-default:nth-of-type(1) {
    margin: 0 auto 15px;
  }
  footer .text .btn-default:nth-of-type(2) {
    margin: 5px auto 0;
  }
  footer ul li {
    margin: 0 0 20px;
  }
  footer .socials {
    margin: 25px 0;
  }
  footer .logo-bottom {
    margin: 0 0 25px;
  }
  footer .custom-list ul {
    column-count: 1;
  }
  footer .copy a:nth-of-type(1) {
    margin: 15px 0;
  }
}
@media only screen and (min-width: 1920px) {
  body:before {
    max-width: 1750px;
  }
}
@media only screen and (max-width: 1450px) {
  .container-fluid.custom {
    padding: 0px 15px;
    max-width: 1325px;
  }
  .popup-modal .content {
    max-width: 800px;
    padding: 45px 50px;
  }
  .popup-modal .img-wrapper img {
    max-width: 45%;
  }
}
@media only screen and (max-width: 1200px) {
  .container-fluid.custom {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 991.5px) {
  .errors:before {
    position: absolute;
    top: 0px;
    left: -370px;
    transform: unset;
    height: 100%;
    z-index: 0;
    background-size: 105%;
  }
  .popup-modal .content {
    padding: 45px 50px;
  }
}
@media only screen and (max-width: 767.5px) {
  /*    body {
      &:before {

      }
  }*/
  .text-page {
    padding: 105px 0 50px;
  }
  h2, h3, h4, h5, h6 {
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 10px;
  }
  .bubble {
    opacity: 0.5;
  }
  .shopping-modal .inner {
    padding: 50px 20px 20px;
    min-width: inherit;
  }
  .shopping-modal .btn-row {
    margin-top: 30px px;
  }
  .banner-text {
    height: 200px;
  }
  .banner-text .text {
    font-size: 30px;
    width: calc(100% - 30px);
  }
  .popup-modal b, .popup-modal h1, .popup-modal h2, .popup-modal h3, .popup-modal h4, .popup-modal h5, .popup-modal h6 {
    font-size: 36px;
    margin: 0;
  }
  .popup-modal .content {
    margin-bottom: 0px;
    -webkit-mask-image: none;
    padding: 25px;
    max-height: 75vh;
    overflow-y: scroll;
  }
  .popup-modal .content .inners {
    padding: 35px 0 0;
  }
  .popup-modal .content .img-wrapper {
    overflow-x: scroll;
    margin: 25px 0 0 0;
  }
  .btn-default {
    padding: 10px 15px;
  }
  .breadcrumb-wrapper.shop-crumbs {
    display: block;
    padding: 15px 0;
  }
  .breadcrumb-wrapper.shop-crumbs .btn-back {
    margin: 0px 0px 15px;
  }
  .errors:before {
    transform: translateY(-50%);
    left: -260px;
    width: 250%;
    background-size: 120%;
    top: 68%;
  }
  .errors .content {
    padding: 25px;
  }
}
