@charset "UTF-8";
/* ATTENTION!!! DON'T EDIT THE CSS DIRECTLY FROM THE CSS FILE. USE THE SCSS INSTEAD!!!  */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oswald:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat&display=swap");
html {
  max-width: 100%;
}

body {
  background: #000000;
  color: #ffffff;
}
body.menu-overlay-in {
  overflow-y: hidden;
}

h1 {
  font-family: "Futura";
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: 600;
}

p {
  font-family: "Futura";
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  line-height: 35px;
}
p.narrow {
  max-width: 1082px;
}

a {
  color: #ffffff;
}
a:hover {
  color: #fff;
}
a:focus {
  color: rgba(31, 61, 145, 0.8509803922);
  text-decoration: none;
}

img {
  max-width: 100%;
}

section {
  position: relative;
  width: 100%;
  display: block;
  margin: auto;
  height: auto;
  /*padding-bottom: 70px;
  padding-top: 70px;*/
}
section.has-bg {
  padding-bottom: 70px;
  padding-top: 70px;
}
section .background {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
section .section-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.87);
  z-index: -1;
  top: 0;
  left: 0;
}
section:first-of-type {
  padding-top: 0;
}
section .section-title {
  font-family: Futura;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  max-width: 100%;
  margin: auto;
  margin-bottom: 12px;
}
section .section-text {
  font-family: Futura;
  font-size: 20px;
  line-height: 35px;
  font-weight: 300;
  text-align: center;
  max-width: 1080px;
  margin: auto;
  margin-bottom: 32px;
}
section a {
  color: #fff;
}
section a:hover {
  color: #AAA;
  text-decoration: none;
}
section a:focus {
  color: #AAA;
  text-decoration: none;
}
section p a {
  color: #fff;
  text-decoration: underline;
}
section p a:hover {
  color: #AAA;
  text-decoration: underline;
}
section p a:focus {
  color: #AAA;
  text-decoration: none;
}

.container {
  max-width: 1450px;
}
.container .row {
  margin: 0;
  width: 100%;
}
.container .row.row-inlineblock {
  display: inline-block;
  margin-bottom: 50px;
}

.navoverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  min-height: 100%;
  display: none;
  padding: 110px 28px 0px;
  background: #1D1D1D;
}
.navoverlay .mobile-menu-container {
  height: calc(100vh - 110px);
}
.navoverlay .mobile-menu-wrapper {
  height: 100%;
  min-height: 100%;
}
.navoverlay ul {
  display: block;
  list-style: none;
  padding: 0;
}
.navoverlay ul li {
  display: block;
  line-height: 40px;
  margin-bottom: 5px;
  font-size: 30px;
}
.navoverlay ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0;
}
.navoverlay ul li.active a, .navoverlay ul li:hover a {
  color: #2D817A;
}
.navoverlay ul li.social-link {
  display: none;
}
.navoverlay .social-media {
  text-align: center;
  width: 100%;
  margin-bottom: 18px;
}
.navoverlay .social-media li {
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
  line-height: 1;
}
.navoverlay .social-media li a {
  font-size: 15px;
}
.navoverlay .search-box-container {
  margin-top: 0;
  margin-bottom: 22px;
  display: block;
  float: none;
}
.navoverlay .search-box-container .top-search .language button {
  font-size: 21px;
  height: 28px;
  font-weight: 400;
}
.navoverlay .search-box-container .top-search .language button:after {
  display: none;
}
.navoverlay .contact-info li {
  font-size: 15px;
  font-weight: 900;
}
.navoverlay .contact-info li i {
  font-size: 23px;
}
.navoverlay .white-line {
  width: 58px;
  height: 1px;
  background: #fff;
  margin: 0 auto 5px;
}

.navbar-light {
  position: relative;
}
.navbar-light .navbar-nav {
  margin-top: -66px;
}
.navbar-light .navbar-nav .nav-item {
  text-transform: uppercase;
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 46px;
  font-weight: bolder;
  padding: 0 20px;
}
.navbar-light .navbar-nav .nav-item:last-of-type {
  padding-right: 0;
}
.navbar-light .navbar-nav .nav-item:last-of-type a {
  margin: 0;
  margin-top: 10px;
}
.navbar-light .navbar-nav .nav-item.webshop .nav-link {
  border-radius: 23px !important;
  font-family: "Open Sans";
  font-weight: bolder;
  font-size: 14px;
  padding: 0px 20px;
  background-color: rgba(31, 61, 145, 0.8509803922);
  color: #ffffff;
}
.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
}
.navbar-light .navbar-nav .active .nav-link {
  color: rgba(31, 61, 145, 0.8509803922);
}
.navbar-light .top-logo {
  max-width: 231px;
  height: 100%;
  height: auto;
  margin-top: 5px;
}

.bg-light {
  background-color: transparent !important;
  height: 150px;
  width: 100%;
  max-width: 1640px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
  padding: 0;
}

.search-box-container {
  max-width: 399px;
  width: 100%;
  height: 46px;
  padding: 0;
  display: inline-block;
  float: right;
  margin-top: -64px;
}
.search-box-container .top-search {
  height: 46px;
}
.search-box-container .top-search .language button {
  border: none;
  padding: 0;
  height: 46px;
  border-radius: 0;
  background: transparent;
  font-size: 14px;
  line-height: 19px;
  font-family: "Open Sans";
  font-weight: bold;
  margin-right: 15px;
}
.search-box-container .top-search .language .dropdown-menu {
  padding: 5px 10px;
  border-radius: 0;
  border: 0;
}
.search-box-container .top-search .language .dropdown-menu button {
  height: auto;
  padding: 5px 0;
}
.search-box-container .top-search input {
  height: 46px;
  border-radius: 23px 0 0 23px !important;
  background: #2B2B2B;
  border: 3px solid #252525;
  border-right: none;
  font-family: Futura;
  font-size: 16px;
  line-height: 19px;
  padding-left: 24px;
  color: #ffffff;
}
.search-box-container .top-search input::placeholder {
  color: #ffffff;
}
.search-box-container .top-search input:-ms-input-placeholder {
  color: #ffffff;
}
.search-box-container .top-search input::-ms-input-placeholder {
  color: #ffffff;
}
.search-box-container .top-search .search-icon {
  height: 46px;
}
.search-box-container .top-search .search-icon button {
  border: 3px solid #252525;
  border-left: none;
  border-radius: 0 23px 23px 0;
  height: 46px;
  background: #2B2B2B;
  margin: 0;
  padding: 5px 20px;
  width: auto;
  height: auto;
  line-height: initial;
}

.subscribe {
  background-image: url(../img/48896846696_a5f4b68cef_o@2x.png);
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 345px;
  text-align: center;
}

.hide-md {
  display: block;
}

.hide-lg {
  display: none;
}

.text-light {
  font-weight: 300;
}

.text-bold {
  font-weight: bold;
}

.text-bolder {
  font-weight: 800;
  font-family: "Futura Extra";
}

body .pea_cook_wrapper {
  padding: 35px 40px 0 40px;
  text-align: left;
  border-radius: 0;
}
body .pea_cook_wrapper.pea_cook_bottomcenter {
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  min-height: 100px;
}
body .pea_cook_wrapper.pea_cook_bottomcenter p {
  font-family: "Futura";
  font-size: 14px;
  font-weight: 700;
}
body .pea_cook_wrapper button.pea_cook_btn {
  float: right;
  font-size: 10px;
  font-weight: 700;
  font-family: "Futura";
  text-transform: uppercase;
  color: rgba(31, 61, 145, 0.8509803922);
  background: #fff;
  box-shadow: none;
  text-shadow: none;
  width: 120px;
  height: 36px;
  border-radius: 70px;
}

@media only screen and (max-width: 1500px) {
  section {
    /*padding-bottom: 50px;
    padding-top: 50px;*/
  }
  section.has-bg {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  section .section-title {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 8px;
  }
  section .section-text {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
    max-width: 750px;
  }
  .container {
    max-width: 1066px;
  }
  .container .row.row-inlineblock {
    margin-bottom: 50px;
  }
  .navbar-light .navbar-nav {
    margin-top: -44px;
  }
  .navbar-light .navbar-nav .nav-item {
    font-size: 9px;
    line-height: 30px;
    padding: 0 15px;
  }
  .navbar-light .navbar-nav .nav-item:last-of-type {
    padding-right: 0;
  }
  .navbar-light .navbar-nav .nav-item:last-of-type a {
    margin: 0;
    margin-top: 7px;
  }
  .navbar-light .navbar-nav .nav-item.webshop .nav-link {
    border-radius: 23px !important;
    font-size: 9px;
    line-height: 30px;
    padding: 0 15px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #ffffff;
  }
  .navbar-light .top-logo {
    max-width: 164px;
    height: 100%;
    height: auto;
    margin-top: 5px;
  }
  .bg-light {
    height: 108px;
    max-width: 1036px;
  }
  .search-box-container {
    max-width: 280px;
    height: 32px;
    margin-top: -48px;
  }
  .search-box-container .top-search {
    height: 32px;
  }
  .search-box-container .top-search .language button {
    height: 32px;
    font-size: 10px;
    line-height: 14px;
  }
  .search-box-container .top-search .language .dropdown-menu {
    padding: 5px 10px;
  }
  .search-box-container .top-search .language .dropdown-menu button {
    padding: 5px 0;
  }
  .search-box-container .top-search input {
    height: 32px;
    border-radius: 16px 0 0 16px;
    font-size: 10px;
    line-height: 12px;
    padding-left: 24px;
  }
  .search-box-container .top-search .search-icon {
    height: 32px;
  }
  .search-box-container .top-search .search-icon button {
    border-radius: 0 16px 16px 0;
    height: 32px;
    padding: 0 10px;
  }
  .search-box-container .top-search .search-icon button i {
    font-size: 18px;
    display: block;
  }
  body .pea_cook_wrapper {
    padding: 20px 40px 0 40px;
  }
  body .pea_cook_wrapper.pea_cook_bottomcenter {
    min-height: 72px;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    max-width: 972px;
  }
}
@media only screen and (max-width: 992px) {
  section.has-bg {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  section .section-title {
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    text-align: center;
    margin: unset;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0 15px;
  }
  section .section-title.sm-left {
    text-align: left;
  }
  section .section-text {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    text-align: center;
    max-width: 100%;
    margin: unset;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  section .section-text.sm-left {
    text-align: left;
  }
  .hide-md {
    display: none;
  }
  .hide-lg {
    display: block;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-light {
    position: relative;
  }
  .navbar-light .navbar-nav {
    margin-top: -66px;
  }
  .navbar-light .navbar-nav .nav-item {
    text-transform: uppercase;
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 46px;
    font-weight: bolder;
    padding: 0 20px;
  }
  .navbar-light .navbar-nav .nav-item:last-of-type {
    padding-right: 0;
  }
  .navbar-light .navbar-nav .nav-item:last-of-type a {
    margin: 0;
    margin-top: 10px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #ffffff;
  }
  .navbar-light .navbar-nav .active .nav-link {
    color: rgba(31, 61, 145, 0.8509803922);
  }
  .navbar-light .top-logo {
    max-width: 146px;
    height: 100%;
    height: auto;
    margin-top: 5px;
  }
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 2555, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .bg-light {
    background-color: transparent !important;
    height: 80px;
    width: 100%;
    max-width: 1640px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 0;
    padding: 0;
  }
  .container {
    max-width: 100%;
  }
  .container .row {
    margin: 0;
    width: 100%;
  }
  .container .row.row-inlineblock {
    display: inline-block;
    margin-bottom: 50px;
  }
  .hide-md {
    display: none;
  }
  .hide-lg {
    display: block;
    padding: 0 !important;
  }
  .mobile-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    top: 0;
    left: 0;
  }
  .subscribe .subscribe-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 326px;
    width: 100%;
  }
  .subscribe .subscribe-container .footer-subscribe {
    margin-top: 22px;
  }
  .subscribe .subscribe-container .footer-subscribe input {
    max-width: 326px;
    height: 66px;
    border-radius: 5px !important;
    background: #ffffff;
    border: none;
    border-right: none;
    font-family: Futura;
    font-size: 16px;
    line-height: 35px;
    padding-left: 24px;
    color: #CCCCCC;
  }
  .subscribe .subscribe-container .footer-subscribe input::placeholder {
    color: #CCCCCC;
  }
  .subscribe .subscribe-container .footer-subscribe input:-ms-input-placeholder {
    color: #CCCCCC;
  }
  .subscribe .subscribe-container .footer-subscribe input::-ms-input-placeholder {
    color: #CCCCCC;
  }
  .subscribe .subscribe-container .btn.btn-green {
    font-family: "Open Sans";
    font-weight: 600;
    border-radius: 33px;
    margin: auto;
    margin-top: 26px;
    padding: 5px 20px;
    max-width: 212px;
    width: 100%;
    height: 64px;
  }
  .subscribe .subscribe-container h3 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 23px;
    line-height: 32px;
    font-weight: bolder;
    text-transform: uppercase;
  }
  .subscribe .subscribe-container p {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 12px;
    line-height: 17px;
    font-weight: bold;
    text-transform: capitalize;
  }
  .toggle-content {
    margin: 0;
  }
  .toggle-content .toggle h3 {
    padding: 0 8px;
    overflow: hidden;
  }
  .toggle-content .toggle h3 span {
    padding-left: 0px;
    padding-right: 20px;
  }
  .toggle-content .toggle h3:after {
    position: absolute;
    right: 10px;
  }
}
@media only screen and (max-width: 600px) {
  body .pea_cook_wrapper {
    padding: 20px 40px;
    text-align: center;
    border-radius: 0;
  }
  body .pea_cook_wrapper.pea_cook_bottomcenter p {
    font-size: 14px;
    line-height: 22px;
  }
  body .pea_cook_wrapper button.pea_cook_btn {
    float: none;
    display: block;
    margin: 15px auto 0 auto;
    font-size: 12px;
    width: 140px;
  }
}
.btn {
  text-transform: uppercase;
  border-radius: 5px;
  border: 0;
  font-family: "Futura";
  font-weight: 700;
  font-size: 22px;
  width: 213px;
  height: 69px;
  line-height: 69px;
  padding: 0;
}
.btn.btn-transparent {
  background-color: transparent;
  color: #ffffff;
  box-shadow: inset 0 0 0 2px #fff;
}
.btn.btn-transparent:focus {
  background-color: transparent;
  color: #ffffff;
  outline: 0;
  box-shadow: inset 0 0 0 2px #fff;
}
.btn.btn-transparent:hover {
  background: rgba(31, 61, 145, 0.8509803922);
  box-shadow: inset 0 0 0 2px rgba(31, 61, 145, 0.8509803922);
}
.btn.btn-white {
  background-color: #ffffff;
  color: rgba(31, 61, 145, 0.8509803922);
}
.btn.btn-white:focus {
  background-color: #ffffff;
  color: rgba(31, 61, 145, 0.8509803922);
  outline: 0;
}
.btn.btn-white:hover {
  background: rgba(31, 61, 145, 0.8509803922);
  color: #ffffff;
  border: 0;
}
.btn.btn-green {
  background-color: rgba(31, 61, 145, 0.8509803922);
  color: #ffffff;
  border: none;
}
.btn.btn-green:focus {
  background-color: rgba(31, 61, 145, 0.8509803922);
  color: #ffffff;
  border: none;
  outline: 0;
}
.btn.btn-green.rounded {
  border-radius: 23px !important;
  font-family: "Open Sans";
  font-weight: bolder;
  font-size: 14px;
  padding: 10px 20px;
}
.btn.btn-green:hover {
  color: rgba(31, 61, 145, 0.8509803922);
  background: #ffffff;
}

.gap {
  height: 86px;
  width: 100%;
  padding: 0;
}
.gap.line {
  height: 173px;
  display: flex;
}
.gap.line .line-item {
  width: 2px;
  height: 96px;
  padding-bottom: 0px;
  background: rgba(31, 61, 145, 0.8509803922);
  margin: auto;
}

@media only screen and (max-width: 1500px) {
  .btn {
    width: 163px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
  }
  .btn.btn-green.rounded {
    border-radius: 23px !important;
    font-size: 9px;
    line-height: 30px;
    padding: 0 15px;
  }
  .gap {
    height: 61px;
  }
  .gap.line {
    height: 123px;
  }
  .gap.line .line-item {
    height: 69px;
  }
}
@media only screen and (max-width: 1024px) {
  .btn {
    width: 160px;
    height: 58px;
    line-height: 58px;
    font-size: 14px;
  }
  .btn.btn-green.rounded {
    border-radius: 23px !important;
    font-size: 9px;
    line-height: 30px;
    padding: 0 15px;
  }
  .gap {
    height: 46px;
  }
  .gap.line {
    height: 93px;
  }
  .gap.line .line-item {
    height: 66px;
  }
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaPT-Light.eot");
  src: url("../fonts/FuturaPT-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Light.woff2") format("woff2"), url("../fonts/FuturaPT-Light.woff") format("woff"), url("../fonts/FuturaPT-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaPT-LightObl.eot");
  src: url("../fonts/FuturaPT-LightObl.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-LightObl.woff2") format("woff2"), url("../fonts/FuturaPT-LightObl.woff") format("woff"), url("../fonts/FuturaPT-LightObl.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaPT-Medium.eot");
  src: url("../fonts/FuturaPT-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Medium.woff2") format("woff2"), url("../fonts/FuturaPT-Medium.woff") format("woff"), url("../fonts/FuturaPT-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaPT-MediumObl.eot");
  src: url("../fonts/FuturaPT-MediumObl.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-MediumObl.woff2") format("woff2"), url("../fonts/FuturaPT-MediumObl.woff") format("woff"), url("../fonts/FuturaPT-MediumObl.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaPT-Bold.eot");
  src: url("../fonts/FuturaPT-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Bold.woff2") format("woff2"), url("../fonts/FuturaPT-Bold.woff") format("woff"), url("../fonts/FuturaPT-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaPT-BoldObl.eot");
  src: url("../fonts/FuturaPT-BoldObl.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-BoldObl.woff2") format("woff2"), url("../fonts/FuturaPT-BoldObl.woff") format("woff"), url("../fonts/FuturaPT-BoldObl.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaPT-Heavy.eot");
  src: url("../fonts/FuturaPT-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Heavy.woff2") format("woff2"), url("../fonts/FuturaPT-Heavy.woff") format("woff"), url("../fonts/FuturaPT-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Futura";
  src: url("../fonts/FuturaPT-HeavyObl.eot");
  src: url("../fonts/FuturaPT-HeavyObl.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-HeavyObl.woff2") format("woff2"), url("../fonts/FuturaPT-HeavyObl.woff") format("woff"), url("../fonts/FuturaPT-HeavyObl.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Futura Book";
  src: url("../fonts/FuturaPT-Book.eot");
  src: url("../fonts/FuturaPT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-Book.woff2") format("woff2"), url("../fonts/FuturaPT-Book.woff") format("woff"), url("../fonts/FuturaPT-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Futura Book";
  src: url("../fonts/FuturaPT-BookObl.eot");
  src: url("../fonts/FuturaPT-BookObl.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-BookObl.woff2") format("woff2"), url("../fonts/FuturaPT-BookObl.woff") format("woff"), url("../fonts/FuturaPT-BookObl.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Futura Cond";
  src: url("../fonts/FuturaPTCond-Medium.eot");
  src: url("../fonts/FuturaPTCond-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTCond-Medium.woff2") format("woff2"), url("../fonts/FuturaPTCond-Medium.woff") format("woff"), url("../fonts/FuturaPTCond-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: "Futura Cond";
  src: url("../fonts/FuturaPTCond-MediumObl.eot");
  src: url("../fonts/FuturaPTCond-MediumObl.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTCond-MediumObl.woff2") format("woff2"), url("../fonts/FuturaPTCond-MediumObl.woff") format("woff"), url("../fonts/FuturaPTCond-MediumObl.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-stretch: condensed;
}
@font-face {
  font-family: "Futura Cond";
  src: url("../fonts/FuturaPTCond-Bold.eot");
  src: url("../fonts/FuturaPTCond-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTCond-Bold.woff2") format("woff2"), url("../fonts/FuturaPTCond-Bold.woff") format("woff"), url("../fonts/FuturaPTCond-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: "Futura Cond";
  src: url("../fonts/FuturaPTCond-BoldObl.eot");
  src: url("../fonts/FuturaPTCond-BoldObl.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTCond-BoldObl.woff2") format("woff2"), url("../fonts/FuturaPTCond-BoldObl.woff") format("woff"), url("../fonts/FuturaPTCond-BoldObl.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-stretch: condensed;
}
@font-face {
  font-family: "Futura Cond Book";
  src: url("../fonts/FuturaPTCond-Book.eot");
  src: url("../fonts/FuturaPTCond-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTCond-Book.woff2") format("woff2"), url("../fonts/FuturaPTCond-Book.woff") format("woff"), url("../fonts/FuturaPTCond-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
}
@font-face {
  font-family: "Futura Cond Book";
  src: url("../fonts/FuturaPTCond-BookObl.eot");
  src: url("../fonts/FuturaPTCond-BookObl.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTCond-BookObl.woff2") format("woff2"), url("../fonts/FuturaPTCond-BookObl.woff") format("woff"), url("../fonts/FuturaPTCond-BookObl.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-stretch: condensed;
}
@font-face {
  font-family: "Futura Cond Extra";
  src: url("../fonts/FuturaPTCond-ExtraBoldObl.eot");
  src: url("../fonts/FuturaPTCond-ExtraBoldObl.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTCond-ExtraBoldObl.woff2") format("woff2"), url("../fonts/FuturaPTCond-ExtraBoldObl.woff") format("woff"), url("../fonts/FuturaPTCond-ExtraBoldObl.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-stretch: extra-condensed;
}
@font-face {
  font-family: "Futura Cond Extra";
  src: url("../fonts/FuturaPTCond-ExtraBold.eot");
  src: url("../fonts/FuturaPTCond-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPTCond-ExtraBold.woff2") format("woff2"), url("../fonts/FuturaPTCond-ExtraBold.woff") format("woff"), url("../fonts/FuturaPTCond-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-stretch: extra-condensed;
}
@font-face {
  font-family: "Futura Extra";
  src: url("../fonts/FuturaPT-ExtraBold.eot");
  src: url("../fonts/FuturaPT-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-ExtraBold.woff2") format("woff2"), url("../fonts/FuturaPT-ExtraBold.woff") format("woff"), url("../fonts/FuturaPT-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Futura Extra";
  src: url("../fonts/FuturaPT-ExtraBoldObl.eot");
  src: url("../fonts/FuturaPT-ExtraBoldObl.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaPT-ExtraBoldObl.woff2") format("woff2"), url("../fonts/FuturaPT-ExtraBoldObl.woff") format("woff"), url("../fonts/FuturaPT-ExtraBoldObl.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
footer {
  padding-top: 86px;
}
footer .footer-container {
  max-width: 1450px;
  text-align: center;
  min-height: 580px;
}
footer .footer-container .frm_message p {
  text-align: left;
}
footer .footer-container .widget h3 {
  font-family: "Futura";
  font-size: 25px;
  font-weight: bold;
  line-height: 50px;
  text-transform: capitalize;
  color: #ffffff;
  text-align: left;
  margin-bottom: 37px;
}
footer .footer-container .widget .footer-item.contact {
  text-align: left;
}
footer .footer-container .widget .footer-item.contact ul {
  list-style: none;
  text-align: left;
  padding-left: 0;
}
footer .footer-container .widget .footer-item.contact ul li {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}
footer .footer-container .widget .footer-item.contact ul li i {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  background: #000000;
  color: rgba(31, 61, 145, 0.8509803922);
  border: 1px solid #333333;
  line-height: 49px;
  margin-right: 25px;
  margin-top: 0px;
  float: left;
  text-align: center;
  font-size: 21px;
}
footer .footer-container .widget .footer-item.contact ul li p {
  text-align: left;
  float: left;
  font-family: "Futura";
  font-size: 20px;
  line-height: 25px;
  color: #555;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 10px;
}
footer .footer-container .widget .footer-item.contact ul li p .content {
  font-size: 25px;
  line-height: 30px;
  color: #ffffff;
}
footer .footer-container .widget .footer-item.contact ul li:last-child {
  margin-bottom: 0;
}
footer .footer-container .widget .footer-item.newsbrief .frm_form_fields {
  max-width: 507px;
}
footer .footer-container .widget .footer-item.newsbrief .input-group {
  margin-bottom: 24px;
  width: 244px;
  float: left;
}
footer .footer-container .widget .footer-item.newsbrief .input-group.frm_half:not(.frm_first) {
  float: right;
}
footer .footer-container .widget .footer-item.newsbrief .input-group.frm_full {
  max-width: 100%;
  width: 100%;
}
footer .footer-container .widget .footer-item.newsbrief .input-group.frm_full input[type=email] {
  max-width: 100%;
  width: 100%;
}
footer .footer-container .widget .footer-item.newsbrief .input-group input[type=text], footer .footer-container .widget .footer-item.newsbrief .input-group input[type=email] {
  max-width: 244px;
  width: 100%;
  height: 73px;
  background: #1C1C1C;
  border: 1px solid #444442;
  border-radius: 0px;
  font-family: "Futura";
  font-size: 19px;
  line-height: 22px;
  color: #ffffff;
  padding-left: 25px;
  padding-right: 25px;
}
footer .footer-container .widget .footer-item.newsbrief .input-group input[type=text]:placeholder, footer .footer-container .widget .footer-item.newsbrief .input-group input[type=email]:placeholder {
  color: #fff;
}
footer .footer-container .widget .footer-item.newsbrief .input-group input[type=text]::placeholder, footer .footer-container .widget .footer-item.newsbrief .input-group input[type=email]::placeholder {
  color: #fff;
}
footer .footer-container .widget .footer-item.newsbrief .input-group input[type=text]::ms-input-placeholder, footer .footer-container .widget .footer-item.newsbrief .input-group input[type=email]::ms-input-placeholder {
  color: #fff;
}
footer .footer-container .widget .footer-item.newsbrief .input-group input[type=text]:focus, footer .footer-container .widget .footer-item.newsbrief .input-group input[type=email]:focus {
  outline: 0;
}
footer .footer-container .widget .footer-item.newsbrief .input-group .frm_error {
  color: #ff0000;
  font-size: 0.9em;
  margin-top: 5px;
}
footer .footer-container .widget .footer-item.newsbrief .btn.btn-green {
  width: 213px;
  height: 69px;
  padding: 0;
  font-size: 22px;
  font-family: "Futura";
  font-weight: 700;
  line-height: 29px;
  background: rgba(31, 61, 145, 0.8509803922);
  border-radius: 5px;
  text-transform: uppercase;
  margin-top: 11px;
}
footer .footer-container .widget .footer-item.newsbrief .btn:hover {
  color: rgba(31, 61, 145, 0.8509803922);
  background: #fff;
}
footer .footer-container .widget .footer-item.sitemap {
  text-align: left;
}
footer .footer-container .widget .footer-item.sitemap ul {
  list-style: none;
  text-align: left;
  padding-left: 0;
  margin-top: -10px;
}
footer .footer-container .widget .footer-item.sitemap ul li {
  width: 100%;
  display: inline-block;
}
footer .footer-container .widget .footer-item.sitemap ul li a {
  text-align: left;
  float: left;
  font-family: "Futura";
  font-size: 20px;
  line-height: 31px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
}
footer .footer-container .widget .footer-item.sitemap ul li a:hover {
  color: #fff;
}
footer .footer-container .widget .footer-item .btn.btn-green {
  margin-top: 15px;
  float: left;
  padding: 10px 90px;
  border-radius: 10px;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 33px;
}

@media only screen and (max-width: 1500px) {
  footer {
    padding-top: 60px;
  }
  footer .footer-container {
    max-width: 1066px;
    text-align: center;
    min-height: 430px;
  }
  footer .footer-container .widget h3 {
    font-size: 17px;
    line-height: 34px;
    margin-bottom: 23px;
  }
  footer .footer-container .widget .footer-item.contact ul li {
    margin-bottom: 10px;
  }
  footer .footer-container .widget .footer-item.contact ul li i {
    width: 36px;
    height: 36px;
    font-size: 16px;
    margin-right: 19px;
    line-height: 36px;
  }
  footer .footer-container .widget .footer-item.contact ul li p {
    font-size: 17px;
    line-height: 20px;
    margin-top: 9px;
  }
  footer .footer-container .widget .footer-item.contact ul li p .content {
    font-size: 18px;
    line-height: 22px;
  }
  footer .footer-container .widget .footer-item.newsbrief .frm_form_fields {
    max-width: 360px;
  }
  footer .footer-container .widget .footer-item.newsbrief .input-group {
    margin-bottom: 16px;
    width: 173px;
  }
  footer .footer-container .widget .footer-item.newsbrief .input-group input[type=text], footer .footer-container .widget .footer-item.newsbrief .input-group input[type=email] {
    max-width: 173px;
    height: 52px;
    font-size: 12px;
    line-height: 15px;
    padding-left: 17px;
    padding-right: 17px;
  }
  footer .footer-container .widget .footer-item.newsbrief .btn.btn-green {
    font-size: 15px;
    line-height: 20px;
    padding: 0;
    height: 60px;
    width: 163px;
    margin-top: 0px;
  }
  footer .footer-container .widget .footer-item.sitemap ul {
    margin-top: -8px;
  }
  footer .footer-container .widget .footer-item.sitemap ul li a {
    font-size: 14px;
    line-height: 21px;
  }
  footer .footer-container .widget .footer-item .btn.btn-green {
    margin-top: 10px;
    padding: 7px 70px;
    font-size: 15px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 992px) {
  footer {
    padding: 46px 0 0 0;
  }
  footer .footer-container {
    max-width: 100%;
    text-align: left;
    padding-right: 0;
    padding-left: 0;
  }
  footer .footer-container .frm_message p {
    text-align: center;
  }
  footer .footer-container .widget {
    margin-bottom: 50px;
  }
  footer .footer-container .widget.widget-social {
    margin-bottom: 32px;
  }
  footer .footer-container .widget.widget-privacy {
    margin-bottom: 13px;
  }
  footer .footer-container .widget h3 {
    font-family: "Futura";
    font-size: 23px;
    line-height: 35px;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: center;
  }
  footer .footer-container .widget .footer-item.contact {
    max-width: 85%;
    margin: auto;
    margin-bottom: -50px;
  }
  footer .footer-container .widget .footer-item.contact ul li {
    margin-bottom: 25px;
  }
  footer .footer-container .widget .footer-item.contact ul li i {
    width: 50px;
    height: 50px;
    font-size: 23px;
    line-height: 50px;
  }
  footer .footer-container .widget .footer-item.contact ul li p {
    font-size: 17px;
    line-height: 20px;
    margin-top: 14px;
  }
  footer .footer-container .widget .footer-item.contact ul li p .content {
    font-size: 23px;
    line-height: 27px;
  }
  footer .footer-container .widget .footer-item.newsbrief .frm_form_fields {
    max-width: 100%;
  }
  footer .footer-container .widget .footer-item.newsbrief .input-group {
    margin-bottom: 20px;
    width: 100%;
  }
  footer .footer-container .widget .footer-item.newsbrief .input-group input[type=text], footer .footer-container .widget .footer-item.newsbrief .input-group input[type=email] {
    max-width: 100%;
    height: 73px;
    font-size: 16px;
    line-height: 20px;
  }
  footer .footer-container .widget .footer-item.newsbrief .btn.btn-green {
    font-size: 14px;
    line-height: 20px;
    padding: 0px;
    margin-top: 10px;
    height: 58px;
    width: 160px;
    float: none;
  }
  footer .footer-container .widget .footer-item.newsbrief .frm_submit {
    text-align: center;
  }
  footer .footer-container .widget .footer-item.social {
    max-width: 375px;
    display: flex;
    flex-flow: row;
    font-size: 22px;
    padding: 0 18px;
    display: none;
  }
  footer .footer-container .widget .footer-item.social a {
    width: 100%;
    text-align: center;
  }
  footer .footer-container .widget .footer-item.social a:first-of-type {
    text-align: left;
  }
  footer .footer-container .widget .footer-item.social a:last-of-type {
    text-align: right;
  }
  footer .footer-container .widget .footer-item.privacy-link {
    font-size: 15px;
    line-height: 35px;
    font-family: "Futura Book";
  }
  footer .footer-container .widget .footer-item.privacy-link .menu-socket-menu-container {
    width: 100%;
  }
  footer .footer-container .widget .footer-item.privacy-link .menu-socket-menu-container ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
  }
  footer .footer-container .widget .footer-item.privacy-link .menu-socket-menu-container ul li {
    display: inline-block;
  }
  footer .footer-container .widget .footer-item.privacy-link .menu-socket-menu-container ul li:first-child {
    float: left;
  }
  footer .footer-container .widget .footer-item.privacy-link .menu-socket-menu-container ul li:last-child {
    float: right;
  }
}
section.heading {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
}
section.heading .slider-container {
  max-width: 100%;
  padding: 0;
}
section.heading .slider-container .carousel-indicators {
  bottom: 20px;
}
section.heading .slider-container .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  background: none;
  margin-right: 4.5px;
  margin-left: 4.5px;
  border-radius: 50%;
}
section.heading .slider-container .carousel-indicators li.active {
  background: #ffffff;
}
section.heading .slider-container .carousel-item {
  position: relative;
  max-height: 1000px;
}
section.heading .slider-container .carousel-item img {
  height: inherit;
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 1000px;
  height: 100vh;
}
section.heading .slider-container .carousel-item .heading-content {
  position: absolute;
  max-width: 1450px;
  padding: 0 15px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.heading .slider-container .carousel-item .heading-content .heading-text {
  font-family: "Futura";
  font-weight: 300;
  font-size: 69px;
  line-height: 63px;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 37px;
}
section.heading .slider-container .carousel-item .heading-content .heading-text .text-bold {
  font-family: "Futura";
  font-weight: bold;
}
section.heading .slider-container .carousel-item .heading-content .btn {
  font-size: 20px;
  padding: 20px 45px;
  width: auto;
  height: auto;
  line-height: inherit;
  margin-right: 20px;
}
section.heading .slider-container .carousel-item .heading-content .btn:last-child {
  margin-right: 0;
}
section.heading .slider-container .carousel-item .heading-content.al-center {
  text-align: center;
}
section.heading .slider-container .carousel-item .heading-content.al-center .heading-text {
  text-align: center;
}
section.heading .slider-container .carousel-item .heading-content.al-right {
  text-align: right;
}
section.heading .slider-container .carousel-item .heading-content.al-right .heading-text {
  text-align: right;
}
section.heading .static-container {
  max-width: 100%;
  padding: 0;
}
section.heading .static-container .image-item {
  position: relative;
  max-height: 1000px;
}
section.heading .static-container .image-item img {
  height: inherit;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
section.heading .static-container .image-item .heading-content {
  position: absolute;
  max-width: 1440px;
  padding: 0 15px;
  width: 100%;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
}
section.heading .static-container .image-item .heading-content .logo {
  width: 350px;
  height: 96px;
  object-fit: cover;
  object-position: center;
}
section.heading .static-container .image-item .heading-content .heading-text {
  font-family: "Futura";
  font-weight: 300;
  font-size: 69px;
  line-height: 63px;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 0;
}
section.heading .static-container .image-item .heading-content .heading-text .text-bold {
  font-family: "Futura";
  font-weight: bold;
}
section.heading .static-container .image-item .heading-content .heading-text.blogpost {
  font-size: 85px;
  line-height: 78px;
}
section.heading .static-container .image-item .heading-content .heading-text.logo-title {
  font-size: 85px;
  line-height: 85px;
  margin-top: 0px;
  text-transform: uppercase;
}
section.heading .static-container .image-item .heading-content .heading-title {
  font-family: "Futura";
  font-weight: 300;
  font-size: 39px;
  line-height: 45px;
  text-transform: uppercase;
}
section.heading .static-container .image-item .heading-content .heading-title .text-bold {
  font-family: "Futura";
  font-weight: bold;
}
section.heading .static-container .image-item .heading-content .featured-image {
  width: 324px;
  height: 182px;
  background: #111111;
  border: 1px solid #707070;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
section.heading .static-container .image-item .heading-content .featured-image:hover {
  background: rgba(31, 61, 145, 0.8509803922);
  border-color: rgba(31, 61, 145, 0.8509803922);
}
section.heading .static-container .image-item .heading-content .featured-image img {
  border: none;
  border-radius: inherit;
  object-position: center;
  object-fit: cover;
  width: inherit;
  height: inherit;
}
section.heading .static-container .image-item .heading-content .heading-paragraph {
  max-width: 474px;
  width: 100%;
  font-family: Futura;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  margin: auto;
  margin-bottom: 25px;
  margin-top: 16px;
}
section.heading .static-container .image-item .heading-content .btn-heading {
  width: 240px;
  height: 65px;
  line-height: 65px;
  padding: 0;
  margin-right: 0;
}
section.heading .static-container .image-item .heading-content.al-center {
  text-align: center;
}
section.heading .static-container .image-item .heading-content.al-center .heading-text {
  text-align: center;
}
section.heading .static-container .image-item .heading-content.al-right {
  text-align: right;
}
section.heading .static-container .image-item .heading-content.al-right .heading-text {
  text-align: right;
}
section.heading .static-container .image-item.short {
  max-height: 570px;
  height: 100%;
}
section.heading .static-container .image-item.short img {
  height: inherit;
  max-height: inherit;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: relative;
}
section.heading .static-container .image-item.short.blogpost {
  max-height: 600px;
}
section.heading .static-container .image-item.short.blogpost .heading-content {
  top: 50%;
}
section.heading .static-container .image-item.short.blogpost .blogpost-cat, section.heading .static-container .image-item.short.blogpost .blogpost-date {
  display: block;
  font-family: "Open Sans";
  font-weight: bolder;
  font-size: 27px;
  line-height: 20px;
  border-bottom: 3px solid #ffffff;
  padding: 0 20px 10px 20px;
  margin: auto;
  width: max-content;
  margin-bottom: 10px;
}
section.heading .static-container .image-item.short.blogpost .blogpost-title {
  font-family: Futura;
  font-size: 58px;
  line-height: 81px;
  margin: 0;
  text-transform: uppercase;
}
section.heading .static-container .image-item.short.blogpost .blogpost-date {
  border-bottom: none;
  padding: 0 0 30px 0;
  text-transform: uppercase;
}
section.heading .static-container .image-item.short.blogpost .blogpost-date.lower {
  text-transform: lowercase;
  font-family: Futura;
  font-size: 39px;
  line-height: 39px;
  margin-bottom: 20px;
  padding: 0;
}
section.heading .static-container.blogpost {
  max-height: 600px;
}
section.heading .static-container.blogpost .heading-content {
  top: 60%;
}
section.heading .search-container {
  position: relative;
  min-width: 576px;
  width: max-content;
  margin: 20px auto 10px auto;
}
section.heading .search-container .heading-search {
  height: 46px;
}
section.heading .search-container .heading-search input {
  height: 46px;
  border-radius: 26px 0 0 26px !important;
  background: #2B2B2B;
  border: none;
  border-right: none;
  font-family: Futura;
  font-weight: 500;
  font-size: 16px;
  line-height: 35px;
  padding-left: 24px;
  color: #ffffff;
}
section.heading .search-container .heading-search input::placeholder {
  color: #ffffff;
}
section.heading .search-container .heading-search input:-ms-input-placeholder {
  color: #ffffff;
}
section.heading .search-container .heading-search input::-ms-input-placeholder {
  color: #ffffff;
}
section.heading .search-container .heading-search .search-icon {
  height: 46px;
}
section.heading .search-container .heading-search .search-icon button {
  border: 0px solid #252525;
  border-left: none;
  border-radius: 0 23px 23px 0;
  height: 46px;
  background: #2B2B2B;
  margin: 0;
  padding: 5px 20px;
  width: 100%;
  min-width: 61px;
  position: relative;
}
section.heading .search-container .heading-search .search-icon button i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.heading .heading-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}
section.fixed {
  position: relative;
  top: -150px;
  left: 0;
  z-index: 0;
}

@media only screen and (max-width: 1500px) {
  section.heading .slider-container .carousel-indicators {
    bottom: 20px;
  }
  section.heading .slider-container .carousel-indicators li {
    width: 9px;
    height: 9px;
    margin-right: 4.5px;
    margin-left: 4.5px;
  }
  section.heading .slider-container .carousel-item {
    max-height: 1000px;
  }
  section.heading .slider-container .carousel-item img {
    height: 770px;
  }
  section.heading .slider-container .carousel-item .heading-content {
    max-width: 1066px;
  }
  section.heading .slider-container .carousel-item .heading-content .heading-text {
    font-size: 48px;
    line-height: 44px;
    margin-bottom: 30px;
  }
  section.heading .slider-container .carousel-item .heading-content .btn {
    margin-right: 10px;
  }
  section.heading .slider-container .carousel-item .heading-content .btn.btn-white, section.heading .slider-container .carousel-item .heading-content .btn.btn-transparent, section.heading .slider-container .carousel-item .heading-content .btn.btn-green {
    max-width: 162px;
    height: 47px;
    font-size: 14px;
    line-height: 47px;
    padding: 0px 25px;
  }
  section.heading .slider-container .carousel-item .heading-content .btn:last-child {
    margin-right: 0;
  }
  section.heading .static-container .image-item .heading-content {
    max-width: 1058px;
  }
  section.heading .static-container .image-item .heading-content .logo {
    width: 250px;
    height: 69px;
  }
  section.heading .static-container .image-item .heading-content .heading-text {
    font-size: 48px;
    line-height: 44px;
  }
  section.heading .static-container .image-item .heading-content .heading-text.blogpost {
    font-size: 60px;
    line-height: 55px;
    font-weight: 300;
  }
  section.heading .static-container .image-item .heading-content .heading-text.logo-title {
    font-size: 60px;
    line-height: 60px;
    margin-top: 0px;
  }
  section.heading .static-container .image-item .heading-content .heading-title {
    font-size: 27px;
    line-height: 31px;
  }
  section.heading .static-container .image-item .heading-content .featured-image {
    width: 229px;
    height: 129px;
  }
  section.heading .static-container .image-item .heading-content .heading-paragraph {
    max-width: 320px;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 17px;
    margin-top: 17px;
  }
  section.heading .static-container .image-item .heading-content .btn-heading {
    width: 135px;
    height: 36px;
    font-size: 11px;
    line-height: 36px;
  }
  section.heading .static-container .image-item.short {
    max-height: 406px;
  }
  section.heading .static-container .image-item.short.blogpost {
    max-height: 420px;
  }
  section.heading .static-container .image-item.short.blogpost .blogpost-cat, section.heading .static-container .image-item.short.blogpost .blogpost-date {
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 1.8px;
    padding: 0 10px 5px 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #ffffff;
    font-weight: bold;
  }
  section.heading .static-container .image-item.short.blogpost .blogpost-title {
    font-size: 41px;
    line-height: 57px;
    font-weight: bold;
  }
  section.heading .static-container .image-item.short.blogpost .blogpost-date {
    padding: 0 0 20px 0;
    border: none;
    margin-bottom: 0;
  }
  section.heading .static-container .image-item.short.blogpost .blogpost-date.lower {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  section.heading .search-container {
    min-width: 410px;
  }
  section.heading .search-container .heading-search {
    height: 37px;
  }
  section.heading .search-container .heading-search input {
    border: none;
    height: 37px;
    font-size: 10px;
    line-height: 24px;
  }
  section.heading .search-container .heading-search .search-icon {
    height: 37px;
  }
  section.heading .search-container .heading-search .search-icon button {
    border: none;
    height: 37px;
    font-size: 12px;
    width: 100%;
    min-width: 39px;
  }
}
@media only screen and (max-width: 1024px) {
  section.heading .slider-container .carousel-item .heading-content {
    max-width: 900px;
  }
  section.heading .static-container .image-item .heading-content {
    max-width: 900px;
  }
}
@media only screen and (max-width: 992px) {
  section.heading {
    height: 100vh;
  }
  section.heading .slider-container {
    max-width: 100%;
  }
  section.heading .slider-container .carousel-item {
    max-height: 100vh;
  }
  section.heading .slider-container .carousel-item img {
    height: 100vh;
  }
  section.heading .slider-container .carousel-item .heading-content {
    max-width: 100%;
    padding: 0 30px;
  }
  section.heading .slider-container .carousel-item .heading-content .heading-text {
    font-size: 40px;
    line-height: 36px;
  }
  section.heading .slider-container .carousel-item .heading-content .btn.btn-white, section.heading .slider-container .carousel-item .heading-content .btn.btn-transparent, section.heading .slider-container .carousel-item .heading-content .btn.btn-green {
    font-size: 12px;
    line-height: 16px;
    padding: 15px 20px;
  }
  section.heading .static-container {
    min-height: 100vh;
    height: 100%;
  }
  section.heading .static-container .image-item {
    min-height: 100vh;
    height: 100%;
  }
  section.heading .static-container .image-item .heading-content {
    max-width: 100%;
    padding: 0 30px;
  }
  section.heading .static-container .image-item .heading-content .logo {
    width: 350px;
    height: 96px;
  }
  section.heading .static-container .image-item .heading-content .heading-text {
    font-size: 40px;
    line-height: 36px;
    text-align: left;
  }
  section.heading .static-container .image-item .heading-content .heading-text.blogpost {
    font-size: 40px;
    line-height: 36px;
    font-weight: 300;
  }
  section.heading .static-container .image-item .heading-content .heading-text.logo-title {
    font-size: 40px;
    line-height: 36px;
    margin-top: 0px;
  }
  section.heading .static-container .image-item .heading-content .heading-title {
    font-size: 45px;
    line-height: 41px;
  }
  section.heading .static-container .image-item .heading-content .featured-image {
    width: 100%;
    max-width: 324px;
    max-height: 182px;
    height: auto;
    position: relative;
    margin: auto;
    margin-bottom: 40px;
    transform: unset;
  }
  section.heading .static-container .image-item .heading-content .featured-image img {
    max-width: 324px;
    height: 182px;
    max-height: 182px;
    min-height: unset;
  }
  section.heading .static-container .image-item .heading-content .heading-paragraph {
    max-width: 100%;
    width: 100%;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 25px;
    margin-top: 16px;
    text-align: left;
  }
  section.heading .static-container .image-item .heading-content .btn-heading {
    width: 166px;
    height: 57px;
    line-height: 57px;
    padding: 0;
    margin-right: 0;
    font-size: 14px;
  }
  section.heading .static-container .image-item .heading-content.al-center {
    text-align: center;
  }
  section.heading .static-container .image-item .heading-content.al-center .heading-text {
    text-align: center;
  }
  section.heading .static-container .image-item .heading-content.al-right {
    text-align: right;
  }
  section.heading .static-container .image-item .heading-content.al-right .heading-text {
    text-align: right;
  }
  section.heading .static-container .image-item.short {
    max-height: unset;
    min-height: 100vh;
    height: 100%;
  }
  section.heading .static-container .image-item.short img {
    height: 100%;
    min-height: 343px;
    max-height: 100%;
  }
  section.heading .static-container .image-item.short.blogpost {
    max-height: unset;
    min-height: 343px;
    height: 100%;
  }
  section.heading .static-container .image-item.short.blogpost .blogpost-cat, section.heading .static-container .image-item.short.blogpost .blogpost-date {
    display: block;
    font-family: "Open Sans";
    font-weight: bolder;
    font-size: 20px;
    line-height: 30px;
    border-bottom: 3px solid #ffffff;
    padding: 0 20px 10px 20px;
    margin: auto;
    width: max-content;
    margin-bottom: 10px;
  }
  section.heading .static-container .image-item.short.blogpost .blogpost-title {
    font-family: Futura;
    font-size: 40px;
    line-height: 36px;
    margin: 0;
  }
  section.heading .static-container .image-item.short.blogpost .blogpost-date {
    border-bottom: none;
    padding: 0 0 30px 0;
  }
  section.heading .static-container .image-item.short.blogpost .blogpost-date.lower {
    font-size: 18px;
    line-height: 24px;
    padding: 0;
  }
  section.heading .search-container {
    min-width: 320px;
    width: max-content;
  }
  section.heading .search-container .heading-search {
    height: 46px;
  }
  section.heading .search-container .heading-search input {
    height: 46px;
    border-radius: 26px 0 0 26px !important;
    background: #2B2B2B;
    border: none;
    border-right: none;
    font-family: Futura;
    font-size: 16px;
    line-height: 35px;
    padding-left: 24px;
    color: #ffffff;
  }
  section.heading .search-container .heading-search input::placeholder {
    color: #ffffff;
  }
  section.heading .search-container .heading-search input:-ms-input-placeholder {
    color: #ffffff;
  }
  section.heading .search-container .heading-search input::-ms-input-placeholder {
    color: #ffffff;
  }
  section.heading .search-container .heading-search .search-icon {
    height: 46px;
  }
  section.heading .search-container .heading-search .search-icon button {
    border: none;
    border-left: none;
    border-radius: 0 23px 23px 0;
    height: 46px;
    background: #2B2B2B;
    margin: 0;
    padding: 5px 20px;
  }
  section.heading .heading-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
  }
  section.heading.short {
    min-height: 343px;
    height: auto;
    max-height: 100%;
  }
  section.heading.short .static-container {
    min-height: 343px;
    height: 100%;
  }
  section.fixed {
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
  }
}
section.iconbox {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
section.iconbox .boxicon-container {
  max-width: 1440px;
  padding: 0;
}
section.iconbox .boxicon-container .boxitem-row .box-column {
  padding: 0;
  padding-left: 23px;
  padding-right: 23px;
}
section.iconbox .boxicon-container .boxitem-row .box-column .box-item {
  height: 534px;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
section.iconbox .boxicon-container .boxitem-row .box-column .box-item a.linkonimg {
  height: 100%;
}
section.iconbox .boxicon-container .boxitem-row .box-column .box-item a.linkonimg:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
section.iconbox .boxicon-container .boxitem-row .box-column .box-item img {
  height: 534px;
  object-fit: cover;
  object-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
section.iconbox .boxicon-container .boxitem-row .box-column .box-item .box-header {
  position: absolute;
  width: 100%;
  left: 0;
  padding: 15px;
  min-height: 98px;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.0784313725);
  background-image: linear-gradient(-90deg, #111111, #272727);
}
section.iconbox .boxicon-container .boxitem-row .box-column .box-item .box-header .icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #000000;
  float: left;
  position: relative;
}
section.iconbox .boxicon-container .boxitem-row .box-column .box-item .box-header .icon img {
  object-position: center;
  object-fit: contain;
  padding: 0px;
  width: auto;
  height: auto;
  max-width: 35px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
section.iconbox .boxicon-container .boxitem-row .box-column .box-item .box-header .item-name {
  font-family: Futura;
  font-size: 18px;
  line-height: 36px;
  font-weight: 300;
  line-height: 1.1em;
  color: #fff;
  float: left;
  padding: 15px;
  position: absolute;
  left: 80px;
  top: 50%;
  transform: translate(0%, -50%);
  width: auto;
}
section.iconbox .boxicon-container .boxitem-row .box-column .box-item .box-header .item-name .text-bold {
  font-weight: bold;
}
section.iconbox .boxicon-container .boxitem-row .box-column .box-item .box-header .arrow img {
  width: 23px;
  height: 11px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.iconbox .boxicon-container .boxitem-row .box-column.top .box-header {
  top: 0;
}
section.iconbox .boxicon-container .boxitem-row .box-column.bottom .box-header {
  bottom: 0;
}
section.iconbox .boxicon-container .boxitem-row .box-column.short {
  height: 360px;
}
section.iconbox .boxicon-container .boxitem-row .box-column.short .box-item {
  height: inherit;
}
section.iconbox .boxicon-container .boxitem-row .box-column.short .box-item img {
  height: inherit;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
section.iconbox .boxicon-container .boxitem-row .box-column.short .box-item .item-name {
  left: 80px;
  text-transform: uppercase;
}

@media only screen and (max-width: 1500px) {
  section.iconbox .boxicon-container {
    max-width: 1058px;
  }
  section.iconbox .boxicon-container .boxitem-row .box-column {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.iconbox .boxicon-container .boxitem-row .box-column .box-item {
    height: 386px;
    margin-bottom: 8px;
  }
  section.iconbox .boxicon-container .boxitem-row .box-column .box-item img {
    height: 386px;
  }
  section.iconbox .boxicon-container .boxitem-row .box-column .box-item .box-header {
    padding: 10px;
    min-height: 70px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.0784313725);
  }
  section.iconbox .boxicon-container .boxitem-row .box-column .box-item .box-header .icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
  }
  section.iconbox .boxicon-container .boxitem-row .box-column .box-item .box-header .icon img {
    padding: 0px;
    max-width: 25px;
  }
  section.iconbox .boxicon-container .boxitem-row .box-column .box-item .box-header .item-name {
    font-size: 12px;
    line-height: 16px;
    padding: 0 10px;
    left: 60px;
    width: auto;
  }
  section.iconbox .boxicon-container .boxitem-row .box-column .box-item .box-header .arrow img {
    width: 23px;
    height: 11px;
    right: 15px;
    top: 50%;
  }
  section.iconbox .boxicon-container .boxitem-row .box-column.short {
    height: 285px;
  }
  section.iconbox .boxicon-container .boxitem-row .box-column.short .box-item .item-name {
    left: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  section.iconbox .boxicon-container {
    max-width: 990px;
  }
  section.iconbox .boxicon-container .boxitem-row .box-column .box-item {
    height: 360px;
  }
  section.iconbox .boxicon-container .boxitem-row .box-column .box-item img {
    height: 360px;
  }
}
@media only screen and (max-width: 992px) {
  section.iconbox {
    padding-bottom: 0;
  }
  section.iconbox .boxicon-container {
    max-width: 100%;
    padding: 0;
  }
  section.iconbox .boxicon-container .boxitem-row .box-column {
    padding-left: 0;
    padding-right: 0;
  }
  section.iconbox .boxicon-container .boxitem-row .box-column .box-item {
    height: 375px;
    margin-bottom: 0;
  }
  section.iconbox .boxicon-container .boxitem-row .box-column .box-item img {
    height: 375px;
    width: 100%;
  }
  section.iconbox .boxicon-container .boxitem-row .box-column .box-item .box-header {
    padding: 15px;
    min-height: 76px;
  }
  section.iconbox .boxicon-container .boxitem-row .box-column .box-item .box-header .icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translate(0, -50%);
  }
  section.iconbox .boxicon-container .boxitem-row .box-column .box-item .box-header .item-name {
    font-family: "Futura";
    font-size: 25px;
    line-height: 50px;
    font-weight: 300;
    color: #fff;
    float: none;
    padding: 0;
    position: absolute;
    left: 80px;
    top: 50%;
    transform: translate(0, -50%);
  }
  section.iconbox .boxicon-container .boxitem-row .box-column .box-item .box-header .item-name .text-bold {
    font-weight: 300;
    padding-left: 5px;
  }
  section.iconbox .boxicon-container .boxitem-row .box-column .box-item .box-header .item-name br {
    content: no-close-quote;
  }
  section.iconbox .boxicon-container .boxitem-row .box-column .box-item .box-header .arrow img {
    width: 23px;
    height: 11px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  section.iconbox .boxicon-container .boxitem-row .box-column.top .box-header {
    top: 0;
  }
  section.iconbox .boxicon-container .boxitem-row .box-column.bottom .box-header {
    bottom: auto;
    top: 0;
  }
  section.iconbox .boxicon-container .boxitem-row .box-column.short {
    height: 360px;
  }
  section.iconbox .boxicon-container .boxitem-row .box-column.short .box-item {
    height: inherit;
  }
  section.iconbox .boxicon-container .boxitem-row .box-column.short .box-item .box-header .item-name {
    /*left: 20px;*/
  }
  section.iconbox .boxicon-container .boxitem-row .box-column.short .box-item img {
    height: inherit;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
section.counterbox {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
section.counterbox .counter-container .section-title + .counteritem-row {
  margin-top: 55px;
}
section.counterbox .counter-container .counter-column .counter-item {
  padding: 0 23px;
  height: 256px;
  background: #111111;
  border: 1px solid #707070;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  width: inherit;
  margin-bottom: 10px;
}
section.counterbox .counter-container .counter-column .counter-item.green {
  background: rgba(31, 61, 145, 0.8509803922);
  border: solid 1px #fff;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
section.counterbox .counter-container .counter-column .counter-item .item {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Futura;
  font-weight: bold;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  width: 100%;
}
section.counterbox .counter-container .counter-column .counter-item .item .number {
  font-size: 38px;
}
section.counterbox .counter-container .counter-column .counter-item .item.light {
  font-size: 30px;
}
section.counterbox .counter-container .counter-column .counter-item .item.light .number {
  font-family: Futura;
}
section.counterbox .counter-container .counter-column .counter-item .item.light .description {
  font-family: Futura;
}
section.counterbox .counter-container .counter-column .counter-item:hover {
  background: rgba(31, 61, 145, 0.8509803922);
  border: none;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media only screen and (max-width: 1500px) {
  section.counterbox .counter-container {
    max-width: 1058px;
  }
  section.counterbox .counter-container .section-title + .counteritem-row {
    margin-top: 25px;
  }
  section.counterbox .counter-container .counter-column .counter-item {
    padding: 0 17px;
    height: 184px;
    margin-bottom: 8px;
  }
  section.counterbox .counter-container .counter-column .counter-item .item {
    font-size: 27px;
    line-height: 36px;
    font-family: Futura;
  }
  section.counterbox .counter-container .counter-column .counter-item .item .description {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
  }
  section.counterbox .counter-container .counter-column .counter-item .item .number {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  section.counterbox .counter-container {
    max-width: 990px;
  }
}
@media only screen and (max-width: 992px) {
  section.counterbox {
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.counterbox .counter-container {
    padding: 0;
  }
  section.counterbox .counter-container .section-title {
    text-align: center;
    font-family: "Futura";
    font-weight: bold;
    font-size: 35px;
    line-height: 35px;
  }
  section.counterbox .counter-container .section-title .text-light-mobile {
    font-family: "Futura";
    font-weight: 300;
    white-space: nowrap;
    display: block;
  }
  section.counterbox .counter-container .section-text {
    text-align: center;
  }
  section.counterbox .counter-container .counter-column.col-sm-6 {
    max-width: 50%;
    padding: 15px;
  }
  section.counterbox .counter-container .counter-column .counter-item {
    padding: 0 15px;
    height: 134px;
    margin-bottom: -10px;
  }
  section.counterbox .counter-container .counter-column .counter-item .item {
    font-family: Futura;
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }
  section.counterbox .counter-container .counter-column .counter-item .item .description {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
  }
  section.counterbox .counter-container .counter-column .counter-item .item .number {
    font-size: 28px;
  }
  section.counterbox .counter-container .counter-column .counter-item .item.light {
    font-size: 40px;
    line-height: 50px;
  }
  section.counterbox .counter-container .counter-column .counter-item .item.light .number {
    font-family: Futura;
  }
  section.counterbox .counter-container .counter-column .counter-item .item.light .description {
    font-family: Futura;
    font-weight: bold;
    font-size: 30px;
    line-height: 38px;
  }
  section.counterbox.has-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
section.partbox {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
section.partbox .partbox-container {
  max-width: 100%;
  min-height: 337px;
  height: 100%;
  position: relative;
}
section.partbox .partbox-container img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
section.partbox .partbox-container .vertical-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 337px;
  background-image: linear-gradient(90deg, transparent, #000000 80%);
}
section.partbox .partbox-container .vertical-overlay.left-overlay {
  background-image: linear-gradient(-90deg, transparent, #000000 80%);
}
section.partbox .partbox-container .partboxitem-row {
  max-width: 1450px;
  width: 100%;
  margin: auto;
  position: relative;
  height: 100%;
  min-height: inherit;
}
section.partbox .partbox-container .partboxitem-row .partbox-item {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  text-align: right;
}
section.partbox .partbox-container .partboxitem-row .partbox-item.sm-left {
  left: 0;
  right: auto;
  text-align: left;
}
section.partbox .partbox-container .partboxitem-row .partbox-item .title {
  font-family: Futura;
  font-weight: bold;
  font-size: 48px;
  line-height: 60px;
  text-transform: uppercase;
  margin-top: -12px;
}
section.partbox .partbox-container .partboxitem-row .partbox-item .description {
  font-family: "Futura";
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
}
section.partbox .partbox-container .partboxitem-row .partbox-item .btn-white {
  color: #000000;
  margin-right: 0;
  margin-top: 30px;
  font-family: Futura;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  height: auto;
  width: max-content;
  padding: 20px 45px;
}
section.partbox .partbox-container .partboxitem-row .partbox-item .btn-white:hover {
  color: #fff;
}

@media only screen and (max-width: 1500px) {
  section.partbox .partbox-container {
    min-height: 240px;
  }
  section.partbox .partbox-container .vertical-overlay {
    min-height: 240px;
  }
  section.partbox .partbox-container .partboxitem-row {
    max-width: 1058px;
  }
  section.partbox .partbox-container .partboxitem-row .partbox-item .title {
    font-family: Futura;
    font-size: 34px;
    line-height: 60px;
  }
  section.partbox .partbox-container .partboxitem-row .partbox-item .description {
    font-family: Futura;
    font-size: 14px;
    line-height: 18px;
  }
  section.partbox .partbox-container .partboxitem-row .partbox-item .btn-white {
    margin-top: 30px;
    font-size: 10px;
    line-height: 13px;
    font-family: Futura;
    font-weight: bold;
    height: auto;
    width: max-content;
    padding: 10px 25px;
  }
}
@media only screen and (max-width: 1024px) {
  section.partbox .partbox-container .partboxitem-row {
    max-width: 990px;
  }
}
@media only screen and (max-width: 992px) {
  section.partbox .partbox-container {
    max-width: 100%;
    min-height: 232px;
  }
  section.partbox .partbox-container .vertical-overlay {
    min-height: 232px;
  }
  section.partbox .partbox-container .partboxitem-row {
    max-width: 100%;
  }
  section.partbox .partbox-container .partboxitem-row .partbox-item {
    right: 30px;
  }
  section.partbox .partbox-container .partboxitem-row .partbox-item.sm-left {
    right: auto;
    left: 30px;
  }
  section.partbox .partbox-container .partboxitem-row .partbox-item .title {
    font-family: Futura;
    font-weight: bold;
    font-size: 28px;
    line-height: 60px;
  }
  section.partbox .partbox-container .partboxitem-row .partbox-item .description {
    font-size: 12px;
    line-height: 14px;
  }
  section.partbox .partbox-container .partboxitem-row .partbox-item .btn-white {
    font-family: Futura;
    margin-top: 20px;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: rgba(31, 61, 145, 0.8509803922);
  }
}
section.paragraph {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
section.paragraph .paragraph-container {
  max-width: 100%;
  min-height: 337px;
  height: 100%;
  position: relative;
}
section.paragraph .paragraph-container img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
section.paragraph .paragraph-container .vertical-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 337px;
  background-image: linear-gradient(90deg, transparent, #000000 80%);
}
section.paragraph .paragraph-container .paragraphitem-row {
  max-width: 1450px;
  width: 100%;
  margin: auto;
  position: relative;
  height: 100%;
  min-height: inherit;
}
section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .sharing-container {
  position: absolute;
  max-width: max-content;
  left: -105px;
  top: 8px;
}
section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .sharing-container span {
  display: block;
  text-align: left;
  width: 100%;
  font-family: Futura;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #FFFFFF;
  opacity: 0.4;
}
section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .sharing-container a {
  display: block;
  width: max-content;
  font-size: 24px;
  line-height: 56px;
}
section.paragraph .paragraph-container .paragraphitem-row .paragraph-item h2 {
  font-family: "Futura Book";
  font-size: 44px;
  line-height: 40px;
  margin-bottom: 65px;
  font-weight: 300;
}
section.paragraph .paragraph-container .paragraphitem-row .paragraph-item h2 .text-bold {
  font-family: Futura;
}
section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content {
  position: relative;
}
section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.column {
  column-count: 2;
  column-gap: 150px;
}
section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.column p {
  font-family: Futura;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
}
section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.column p:last-of-type {
  margin-bottom: 0;
}
section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.right-image {
  padding: 0;
}
section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.right-image .text {
  padding-left: 0;
  padding-right: 75px;
}
section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.right-image .text p {
  font-family: Futura;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
}
section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.right-image .image {
  padding-left: 75px;
  padding-right: 0;
  padding-top: 12px;
}
section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.right-image .image img {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  margin-bottom: 0px;
}
section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.featured-text .featured {
  position: relative;
  padding-left: 75px;
  padding-right: 0;
}
section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.featured-text .featured p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Futura;
  font-weight: 300;
  font-size: 77px;
  line-height: 70px;
  width: max-content;
}
section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.featured-text .featured p .text-big {
  font-weight: bold;
}
section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.featured-text .text {
  padding-left: 0;
  padding-right: 75px;
}
section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.featured-text .text p {
  font-family: Futura;
  font-weight: 500;
  font-size: 20px;
  line-height: 40px;
}
section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .text-bold {
  font-weight: bold;
  font-family: Futura;
}
section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .text-big {
  font-size: 212px;
  line-height: 193px;
}

@media only screen and (max-width: 1500px) {
  section.paragraph .paragraph-container {
    max-width: 1058px;
  }
  section.paragraph .paragraph-container .paragraphitem-row {
    max-width: 1058px;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .sharing-container {
    left: -105px;
    top: 2px;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .sharing-container span {
    font-size: 14px;
    line-height: 18px;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .sharing-container a {
    font-size: 18px;
    line-height: 40px;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item h2 {
    font-size: 31px;
    line-height: 32px;
    margin-bottom: 35px;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.column {
    column-gap: 116px;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.column p {
    font-size: 14px;
    line-height: 23px;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.right-image {
    padding: 0;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.right-image .text {
    padding-right: 58px;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.right-image .text p {
    font-size: 14px;
    line-height: 23px;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.right-image .image {
    padding-left: 58px;
    padding-top: 5px;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.featured-text .text {
    padding-right: 58px;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.featured-text .text p {
    font-size: 14px;
    line-height: 23px;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.featured-text .featured {
    padding-left: 58px;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.featured-text .featured p {
    font-size: 54px;
    line-height: 49px;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .text-big {
    font-size: 150px;
    line-height: 137px;
  }
}
@media only screen and (max-width: 1024px) {
  section.paragraph .paragraph-container {
    max-width: 990px;
  }
  section.paragraph .paragraph-container .paragraphitem-row {
    max-width: 990px;
  }
}
@media only screen and (max-width: 992px) {
  section.paragraph {
    width: 100%;
  }
  section.paragraph .paragraph-container {
    max-width: 100%;
  }
  section.paragraph .paragraph-container .paragraphitem-row {
    max-width: 100%;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .sharing-container {
    position: relative;
    max-width: 100%;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    padding-bottom: 20px;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .sharing-container span {
    display: block;
    text-align: center;
    width: 100%;
    font-family: Futura;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    opacity: 0.4;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .sharing-container a {
    display: inline-block;
    padding: 0 15px;
    font-size: 24px;
    line-height: 56px;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item h2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 25px;
    text-align: left;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item h2 .text-bold {
    font-family: Futura;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content {
    position: relative;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.column {
    column-count: 1;
    column-gap: unset;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.column p {
    font-size: 16px;
    line-height: 25px;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.right-image {
    padding: 0;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.right-image .text {
    padding-right: 0;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.right-image .text p {
    font-size: 16px;
    line-height: 25px;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.right-image .image {
    padding-left: 0;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.featured-text .featured {
    padding-left: 0;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.featured-text .featured p {
    font-size: 64px;
    line-height: 59px;
    position: relative;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.featured-text .text {
    padding-right: 0;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .paragraph-content.featured-text .text p {
    font-size: 16px;
    line-height: 25px;
  }
  section.paragraph .paragraph-container .paragraphitem-row .paragraph-item .text-big {
    font-size: 181px;
    line-height: 165px;
  }
}
.section-testimonial {
  padding: 0 !important;
}
.section-testimonial .container {
  max-width: 1100px;
  margin: 0 auto;
}
.section-testimonial .quote {
  font-family: "Futura Book";
  position: relative;
  padding: 70px 0 0 0;
  margin-top: 80px;
}
.section-testimonial .quote:before {
  content: "“";
  font-size: 292px;
  height: 64px;
  line-height: 64px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Futura Extra";
}
.section-testimonial .quote blockquote p {
  font-size: 60px;
  line-height: 80px;
  text-transform: uppercase;
}
.section-testimonial .quote blockquote p b {
  font-weight: 700;
}
.section-testimonial .quote blockquote p.cite {
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 1.9px;
}
.section-testimonial .quote blockquote p .info {
  color: rgba(31, 61, 145, 0.8509803922);
  font-family: "Open Sans";
  font-weight: 900;
}

@media only screen and (max-width: 1500px) {
  .section-testimonial .container {
    max-width: 800px;
  }
  .section-testimonial .quote {
    padding: 70px 0 0 0;
    margin-top: 30px;
  }
  .section-testimonial .quote:before {
    content: "“";
    font-size: 207px;
    height: 64px;
    line-height: 64px;
  }
  .section-testimonial .quote blockquote p {
    font-size: 42px;
    line-height: 56px;
  }
  .section-testimonial .quote blockquote p.cite {
    font-size: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .section-testimonial {
    order: 1;
  }
  .section-testimonial .container {
    max-width: 100%;
    padding-top: 10px;
  }
  .section-testimonial .quote {
    padding: 40px 0 0 0;
    margin-top: 30px;
  }
  .section-testimonial .quote:before {
    font-size: 103px;
    height: 64px;
    line-height: 64px;
  }
  .section-testimonial .quote blockquote p {
    font-size: 19px;
    line-height: 28px;
  }
  .section-testimonial .quote blockquote p.cite {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .section-testimonial + section.line-gap {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.featured-posts {
  position: relative;
  max-width: 1450px;
  width: 100%;
  margin: auto;
}
.featured-posts .row {
  margin-right: -30px;
  margin-left: -30px;
}
.featured-posts .row .hidden-container {
  width: 100%;
  flex-wrap: wrap;
}
.featured-posts .row .hidden-container .show {
  display: flex;
}
.featured-posts .row .btn.btn-green {
  margin: auto;
  margin-top: 53px;
  margin-bottom: 0px;
  width: 213px;
  height: 69px;
  line-height: 69px;
  padding: 0;
}
.featured-posts .featured-post-container {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  margin-bottom: 60px;
}
.featured-posts .featured-post-container:nth-last-child(1), .featured-posts .featured-post-container:nth-last-child(2), .featured-posts .featured-post-container:nth-last-child(3) {
  margin-bottom: 0;
}
.featured-posts .featured-post-box {
  height: 295px;
  padding: 15px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background: #000;
}
.featured-posts .featured-post-box img {
  position: absolute;
  width: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
  height: inherit;
  left: 0;
  top: 0;
  border-radius: 5px;
  opacity: 0.65;
}
.featured-posts .featured-post-box .post-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  z-index: 1;
  transform: translate(-50%, -50%);
  text-align: center;
}
.featured-posts .featured-post-box .post-content .post-category {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
.featured-posts .featured-post-box .post-content .post-category span {
  display: inline-block;
  padding: 0 5px 2px 5px;
  border-bottom: 2px solid #ffffff;
}
.featured-posts .featured-post-box .post-content .post-category span a {
  color: #fff;
}
.featured-posts .featured-post-box .post-content .post-category span a:hover {
  color: #fff;
}
.featured-posts .featured-post-box .post-content .post-title {
  font-family: "Futura";
  font-size: 30px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.featured-posts .featured-post-box .post-content .post-title a {
  color: #fff;
}
.featured-posts .featured-post-box .post-content .post-title a:hover {
  color: #fff;
}
.featured-posts .featured-post-box .post-content .post-date {
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 19px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.featured-posts .featured-post-box .post-content .btn-green {
  font-family: "Futura";
  font-size: 12px;
  line-height: 15px;
  display: block;
  width: max-content;
  margin: auto;
  padding: 5px 25px;
  line-height: initial;
  height: auto;
}
.featured-posts .featured-post-box .post-excerpt {
  position: absolute;
  z-index: 1;
  bottom: -100%;
  height: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(31, 61, 145);
  padding: 0;
  border-radius: 5px;
  text-align: center;
  transition-property: all;
  transition-duration: 0.9s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.featured-posts .featured-post-box .post-excerpt.hovered {
  bottom: 0;
}
.featured-posts .featured-post-box .post-excerpt a {
  padding: 30px 40px;
  width: 100%;
  height: 100%;
  display: block;
}
.featured-posts .featured-post-box .post-excerpt p {
  font-family: "Futura";
  font-weight: 300;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 5px;
  max-width: unset;
}
.featured-posts .featured-post-box .post-excerpt .post-title {
  font-family: "Open Sans";
  font-size: 30px;
  line-height: 42px;
  text-transform: capitalize;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.featured-posts .featured-post-box .post-excerpt .post-title a {
  color: #fff;
}
.featured-posts .featured-post-box .post-excerpt .post-category {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 22px;
  line-height: 40px;
  text-transform: uppercase;
  padding: 0 5px 2px 5px;
  text-align: center;
}
.featured-posts .featured-post-box .post-excerpt .post-category a {
  color: #fff;
}
.featured-posts .featured-post-box .post-excerpt i {
  color: #ffffff;
}
.featured-posts .featured-post-box .post-excerpt .arr {
  max-width: 27px;
  position: relative;
  object-fit: unset;
  height: auto;
  opacity: 1;
}
.featured-posts .featured-post-box:hover .post-excerpt {
  bottom: 0;
}
.featured-posts.long-post {
  max-width: 1640px;
}
.featured-posts.long-post .row {
  margin: 0;
}
.featured-posts.long-post .featured-post-container {
  margin-bottom: 24px;
}
.featured-posts.long-post .featured-post-container:last-child {
  margin-bottom: 0;
}
.featured-posts.long-post .hidden-container .featured-post-container:last-child {
  margin-bottom: 24px;
}
.featured-posts.long-post .featured-post-box {
  height: 179px;
  padding: 25px;
}
.featured-posts.long-post .featured-post-box .post-content .post-category {
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 0px;
  margin-top: -6px;
}
.featured-posts.long-post .featured-post-box .post-content .post-category span {
  padding: 0 5px 2px 5px;
}
.featured-posts.long-post .featured-post-box .post-content .post-title {
  font-size: 30px;
  line-height: 42px;
}
.featured-posts.long-post .featured-post-box .post-content .post-date {
  font-size: 14px;
  line-height: 19px;
}
.featured-posts.long-post .featured-post-box .post-content .btn-green {
  font-size: 12px;
  line-height: 15px;
  width: max-content;
  line-height: initial;
  height: auto;
}
.featured-posts.long-post .featured-post-box .post-excerpt {
  display: none;
}

section.boxlong .featured-posts .featured-post-box {
  height: 483px;
}
section.boxlong .featured-posts .featured-post-box .excerpt-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 15px;
}
section.boxlong .featured-posts.saturated .featured-post-box img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
section.boxlong .featured-posts.saturated .featured-post-box:hover img, section.boxlong .featured-posts.saturated .featured-post-box:focus img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  transition: all 0.3s ease-in-out;
}
section.boxlong .featured-posts.hide-meta .featured-post-box {
  height: 483px;
}
section.boxlong .featured-posts.hide-meta .featured-post-box .post-content {
  visibility: hidden;
}

@media only screen and (max-width: 1500px) {
  .featured-posts {
    max-width: 1036px;
  }
  .featured-posts .row {
    margin-right: -20px;
    margin-left: -20px;
  }
  .featured-posts .row .btn.btn-green {
    margin-top: 40px;
    width: 163px;
    height: 60px;
    line-height: 60px;
    padding: 0;
  }
  .featured-posts .featured-post-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  .featured-posts .featured-post-box {
    height: 210px;
    padding: 15px;
  }
  .featured-posts .featured-post-box .post-content .post-category {
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 0.85px;
    padding: 0 5px 2px 5px;
  }
  .featured-posts .featured-post-box .post-content .post-title {
    font-size: 21px;
    line-height: 29px;
  }
  .featured-posts .featured-post-box .post-content .post-date {
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 0.85px;
  }
  .featured-posts .featured-post-box .post-content .btn-green {
    font-size: 8px;
    line-height: 10px;
    width: max-content;
    margin: auto;
    padding: 5px 25px;
    line-height: initial;
    height: auto;
  }
  .featured-posts .featured-post-box .post-excerpt {
    padding: 0;
  }
  .featured-posts .featured-post-box .post-excerpt p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .featured-posts .featured-post-box .post-excerpt .post-title {
    font-size: 20px;
    line-height: 28px;
  }
  .featured-posts .featured-post-box .post-excerpt .post-category {
    font-size: 15px;
    line-height: 28px;
    padding: 0 5px 2px 5px;
  }
  .featured-posts .featured-post-box .post-excerpt a {
    padding: 20px 40px;
  }
  .featured-posts .featured-post-box .post-excerpt .arr {
    max-width: 20px;
  }
  .featured-posts.long-post {
    max-width: 1160px;
  }
  .featured-posts.long-post .featured-post-container {
    margin-bottom: 17px;
  }
  .featured-posts.long-post .featured-post-container:last-child {
    margin-bottom: 0;
  }
  .featured-posts.long-post .hidden-container .featured-post-container:last-child {
    margin-bottom: 17px;
  }
  .featured-posts.long-post .featured-post-box {
    height: 127px;
    padding: 19px;
  }
  .featured-posts.long-post .featured-post-box .post-content .post-category {
    font-size: 9px;
    line-height: 12px;
  }
  .featured-posts.long-post .featured-post-box .post-content .post-category span {
    padding: 0 5px 2px 5px;
  }
  .featured-posts.long-post .featured-post-box .post-content .post-category span a {
    color: #fff;
  }
  .featured-posts.long-post .featured-post-box .post-content .post-title {
    font-size: 20px;
    line-height: 28px;
  }
  .featured-posts.long-post .featured-post-box .post-content .post-date {
    font-size: 9px;
    line-height: 12px;
  }
  .featured-posts.long-post .featured-post-box .post-content .btn-green {
    font-size: 8px;
    line-height: 10px;
    margin-top: auto;
  }
}
@media only screen and (max-width: 992px) {
  .featured-posts .featured-post-container, .featured-posts.long-post .featured-post-container {
    margin-bottom: 25px;
  }
  .featured-posts .featured-post-container:last-child, .featured-posts.long-post .featured-post-container:last-child {
    margin-bottom: 0;
  }
  .featured-posts .hidden-container .featured-post-container:last-child, .featured-posts.long-post .hidden-container .featured-post-container:last-child {
    margin-bottom: 25px;
  }
  .featured-posts .row .btn.btn-green, .featured-posts.long-post .row .btn.btn-green {
    margin-top: 35px;
    width: 160px;
    height: 58px;
    line-height: 58px;
  }
  .featured-posts .featured-post-box, .featured-posts.long-post .featured-post-box {
    height: auto;
    min-height: 180px;
    padding: 27px;
  }
  .featured-posts .featured-post-box .post-content .post-category, .featured-posts.long-post .featured-post-box .post-content .post-category {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.85px;
    padding: 0 5px 5px 5px;
    margin-top: 0;
  }
  .featured-posts .featured-post-box .post-content .post-title, .featured-posts.long-post .featured-post-box .post-content .post-title {
    font-size: 30px;
    line-height: 42px;
  }
  .featured-posts .featured-post-box .post-content .post-date, .featured-posts.long-post .featured-post-box .post-content .post-date {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.85px;
    margin-bottom: 14px;
  }
  .featured-posts .featured-post-box .post-content .btn-green, .featured-posts.long-post .featured-post-box .post-content .btn-green {
    font-size: 12px;
    line-height: 15px;
    padding: 5px 25px;
    margin: 0 auto;
    width: max-content;
    line-height: initial;
    height: auto;
  }
  .featured-posts .featured-post-box img, .featured-posts.long-post .featured-post-box img {
    height: 100%;
  }
  .featured-posts .featured-post-box .post-excerpt, .featured-posts.long-post .featured-post-box .post-excerpt {
    padding: 0;
  }
  .featured-posts .featured-post-box .post-excerpt a, .featured-posts.long-post .featured-post-box .post-excerpt a {
    padding: 15px 40px;
  }
}
.section-portfolio {
  text-align: center;
}
.section-portfolio .container {
  max-width: 1480px;
}
.section-portfolio p {
  text-align: center;
  margin: 0 auto;
}
.section-portfolio ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section-portfolio .portfolio-nav {
  margin: 30px auto 70px auto;
  list-style-type: none;
  text-align: center;
  border: 0;
}
.section-portfolio .portfolio-nav li {
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 5px;
  cursor: pointer;
  transition: box-shadow 0.2s ease;
}
.section-portfolio .portfolio-nav li a {
  padding: 0 8px 5px 8px;
}
.section-portfolio .portfolio-nav li a.active, .section-portfolio .portfolio-nav li a:hover {
  color: rgba(31, 61, 145, 0.8509803922);
  box-shadow: 0 2px 0 0 rgba(31, 61, 145, 0.8509803922);
}
.section-portfolio .portfolio-item {
  margin: 50px 0 0px 0;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  flex-direction: row;
}
.section-portfolio .portfolio-item li {
  width: 442px;
  flex-basis: 442px;
  margin: 0 60px 40px 0;
  padding: 0 0;
}
.section-portfolio .portfolio-item li:nth-child(3n) {
  margin-right: 0;
}
.section-portfolio .portfolio-item li:nth-last-child(1), .section-portfolio .portfolio-item li:nth-last-child(2), .section-portfolio .portfolio-item li:nth-last-child(3) {
  margin-bottom: 0;
}
.section-portfolio .portfolio-item li img {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  max-height: 483px;
  object-position: center;
  object-fit: cover;
}
.section-portfolio .portfolio-item .items {
  height: 483px;
}
.section-portfolio .portfolio-item .hidden {
  display: none;
}
.section-portfolio .btn:not(.btn-green) {
  border-radius: 10px;
  margin: 0 auto;
}
.section-portfolio .load-more {
  position: relative;
}
.section-portfolio .btn {
  width: 213px;
  height: 69px;
  line-height: 69px;
  padding: 0;
  margin-top: 77px;
  font-size: 22px;
  font-weight: 700;
}
.section-portfolio .featured-posts .featured-post-box .post-content .btn {
  width: max-content;
  height: auto;
  line-height: initial;
}
.section-portfolio .featured-posts .featured-post-box .post-excerpt .excerpt-container {
  padding: 30px 40px;
}
.section-portfolio .featured-posts .featured-post-box .post-excerpt a {
  padding: 0;
}

@media only screen and (max-width: 1500px) {
  .section-portfolio .container {
    max-width: 1080px;
  }
  .section-portfolio p {
    max-width: 50%;
    font-size: 14px;
    line-height: 18px;
  }
  .section-portfolio .portfolio-nav {
    margin: 20px auto 43px auto;
  }
  .section-portfolio .portfolio-nav li {
    font-size: 18px;
  }
  .section-portfolio .portfolio-item {
    margin: 50px 0 0px 0;
  }
  .section-portfolio .portfolio-item li {
    width: 314px;
    flex-basis: 314px;
    margin: 0 50px 28px 0;
  }
  .section-portfolio .portfolio-item li img {
    max-height: 383px;
  }
  .section-portfolio .portfolio-item .items {
    height: 342px;
  }
  .section-portfolio .btn {
    width: 163px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin-top: 57px;
    font-size: 15px;
    font-weight: 700;
  }
  .section-portfolio .featured-posts {
    margin-top: 50px;
  }
  .section-portfolio .featured-posts .featured-post-box .post-excerpt .excerpt-container {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 992px) {
  .section-portfolio .container {
    padding: 0;
  }
  .section-portfolio .container .row {
    margin: 0;
  }
  .section-portfolio .container .row [class^=col] {
    padding: 0;
    margin-bottom: 25px;
  }
  .section-portfolio .section-title {
    font-size: 35px;
    line-height: 35px;
    text-align: center;
  }
  .section-portfolio p {
    max-width: 90%;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
  }
  .section-portfolio .portfolio-nav {
    margin: 20px auto 43px auto;
  }
  .section-portfolio .portfolio-nav li {
    font-size: 18px;
  }
  .section-portfolio .portfolio-item {
    margin: 0px 0 0 0;
    overflow: hidden;
  }
  .section-portfolio .portfolio-item li {
    flex-basis: 50%;
    width: 100%;
    margin: 0;
    padding: 10px;
  }
  .section-portfolio .portfolio-item li:nth-last-child(1), .section-portfolio .portfolio-item li:nth-last-child(2) {
    padding-bottom: 0;
  }
  .section-portfolio .portfolio-item li img {
    border-radius: 0;
    min-width: 100%;
    max-height: 180px;
  }
  .section-portfolio .portfolio-item .items {
    height: 258px;
  }
  .section-portfolio .btn {
    width: 160px;
    height: 58px;
    line-height: 58px;
    padding: 0;
    margin-top: 60px;
    font-size: 15px;
    font-weight: 700;
  }
  .section-portfolio .featured-posts {
    margin-top: 53px;
  }
  .section-portfolio .featured-posts .featured-post-box .post-excerpt .excerpt-container {
    padding: 15px 40px;
  }
}
.message {
  width: 100%;
  max-width: 1640px;
  display: block;
  margin: auto;
}
.message .frm_style_formidable-style.with_frm_style input[type=text], .message .frm_style_formidable-style.with_frm_style input[type=password], .message .frm_style_formidable-style.with_frm_style input[type=email], .message .frm_style_formidable-style.with_frm_style input[type=number], .message .frm_style_formidable-style.with_frm_style input[type=url], .message .frm_style_formidable-style.with_frm_style input[type=tel], .message .frm_style_formidable-style.with_frm_style input[type=phone], .message .frm_style_formidable-style.with_frm_style input[type=search], .message .frm_style_formidable-style.with_frm_style select, .message .frm_style_formidable-style.with_frm_style textarea, .message .frm_form_fields_style, .message .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .message .frm_form_fields_active_style, .message .frm_form_fields_error_style, .message .frm_style_formidable-style.with_frm_style .frm-card-element.StripeElement, .message .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .message .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
  width: 100%;
}
.message p {
  line-height: 25px;
}
.message h2 {
  font-family: "Futura";
  font-size: 40px;
  font-weight: 600;
}
.message h2 strong, .message h2 b {
  font-weight: 600;
}
.message .form-image-container .form-image {
  padding-right: 40px;
}
.message .form-image-container .form-image img {
  max-width: 100%;
  width: 100%;
  height: 862px;
  object-fit: cover;
  object-position: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
.message .form-image-container .form-image img:hover {
  -webkit-filter: unset;
  filter: unset;
}
.message .form-container form {
  margin-top: 24px;
}
.message .form-container form .form-group.input:first-of-type {
  padding-right: 18px;
}
.message .form-container form .form-group.input:last-of-type {
  padding-left: 18px;
}
.message .form-container form label {
  font-family: Futura;
  font-size: 21px;
  line-height: 28px;
}
.message .form-container form input {
  font-family: Futura;
  font-size: 21px;
  line-height: 28px;
  height: 72px;
  background: #1c1c1c;
  border: 1px solid #444442;
  border-radius: 0;
  color: #fff;
}
.message .form-container form textarea {
  font-family: Futura;
  font-size: 21px;
  line-height: 28px;
  height: 365px;
  background: #1c1c1c;
  border: 1px solid #444442;
  border-radius: 0;
  color: #fff;
}
.message .form-container form button {
  padding: 15px 120px;
  margin-top: 15px;
  font-family: Futura;
  font-size: 19px;
  line-height: 26px;
  font-weight: bolder;
}
.message .form-container .frm_style_formidable-style.with_frm_style form input::-webkit-input-placeholder,
.message .form-container .frm_style_formidable-style.with_frm_style form textarea::-webkit-input-placeholder {
  color: #fff;
}
.message .form-container .frm_style_formidable-style.with_frm_style form input::-moz-input-placeholder,
.message .form-container .frm_style_formidable-style.with_frm_style form textarea::-moz-input-placeholder {
  color: #fff;
}
.message .form-container .frm_style_formidable-style.with_frm_style form .form-field {
  margin-bottom: 33px;
}
.message .form-container .frm_style_formidable-style.with_frm_style form label {
  font-family: Futura;
  font-size: 19px;
  line-height: 31px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
}
.message .form-container .frm_style_formidable-style.with_frm_style form input {
  font-family: Futura;
  font-size: 19px;
  height: 73px;
  background: #1c1c1c;
  border: 1px solid #444442;
  border-radius: 0;
  color: #fff;
  padding: 0 28px;
}
.message .form-container .frm_style_formidable-style.with_frm_style form input:focus {
  background: #1c1c1c;
  border: 1px solid #444442;
}
.message .form-container .frm_style_formidable-style.with_frm_style form input[type=checkbox], .message .form-container .frm_style_formidable-style.with_frm_style form input[type=radio] {
  height: auto;
}
.message .form-container .frm_style_formidable-style.with_frm_style form input[type=checkbox] {
  height: auto;
  -webkit-appearance: none;
  background-color: #1f1f1f;
  border: 1px solid #444442;
  padding: 11px;
  border-radius: 0;
  display: inline-block;
  position: relative;
  vertical-align: text-bottom;
  color: #fff;
}
.message .form-container .frm_style_formidable-style.with_frm_style form input[type=checkbox]:active, .message .form-container .frm_style_formidable-style.with_frm_style form input[type=checkbox]:checked:active, .message .form-container .frm_style_formidable-style.with_frm_style form input[type=checkbox]:focus {
  box-shadow: none;
  outline: 0;
}
.message .form-container .frm_style_formidable-style.with_frm_style form input[type=checkbox]:checked {
  box-shadow: none;
  outline: 0;
}
.message .form-container .frm_style_formidable-style.with_frm_style form input[type=checkbox]:checked:after {
  content: "×";
  font-size: 25px;
  position: absolute;
  top: -3px;
  left: 5px;
  color: #fff;
}
.message .form-container .frm_style_formidable-style.with_frm_style form textarea {
  font-family: Futura;
  font-size: 19px;
  line-height: 28px;
  height: 365px;
  background: #1c1c1c;
  border: 1px solid #444442;
  border-radius: 0;
  color: #fff;
  padding: 28px;
}
.message .form-container .frm_style_formidable-style.with_frm_style form button {
  background-color: rgba(31, 61, 145, 0.8509803922);
  color: #ffffff;
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  padding: 0;
  font-family: "Futura";
  font-size: 22px;
  font-weight: 700;
  width: 213px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  margin: 0;
  border-radius: 5px;
}
.message .form-container .frm_style_formidable-style.with_frm_style form button:hover {
  background: #fff;
  color: rgba(31, 61, 145, 0.8509803922);
}
.message .form-container .frm_style_formidable-style.with_frm_style form button:focus {
  border: 0;
  outline: 0;
}
.message .form-container .frm_style_formidable-style.with_frm_style form .frm_required {
  display: none;
}
.message .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper {
  display: inline-block;
  margin-top: 2px !important;
}
.message .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper .form-field {
  margin-bottom: 5px;
}
.message .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper .form-field .frm_error {
  padding-left: 33px;
}
.message .form-container .frm_style_formidable-style.with_frm_style form .frm_submit {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.message .form-container .frm_style_formidable-style.with_frm_style form .frm_blank_field input, .message .form-container .frm_style_formidable-style.with_frm_style form .frm_blank_field select, .message .form-container .frm_style_formidable-style.with_frm_style form .frm_blank_field textarea, .message .form-container .frm_style_formidable-style.with_frm_style form .frm_blank_field .frm_dropzone {
  border: solid 1px red !important;
}
.message .form-container .frm_style_formidable-style.with_frm_style form .frm_blank_field .frm_dropzone.dz-started {
  border: solid 1px #444442 !important;
}
.message .form-container .frm_style_formidable-style.with_frm_style form .frm_error {
  font-family: "Futura";
  font-weight: 100;
  font-size: 14px;
  color: red;
}

@media only screen and (max-width: 1500px) {
  .message {
    max-width: 1168px;
  }
  .message h2 {
    font-size: 28px;
  }
  .message .form-image-container .form-image {
    padding-right: 24px;
  }
  .message .form-image-container .form-image img {
    height: 630px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form .form-field {
    margin-bottom: 23px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form label {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form input {
    font-size: 14px;
    line-height: 22px;
    height: 53px;
    padding: 0 20px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form textarea {
    font-size: 14px;
    line-height: 22px;
    height: 237px;
    padding: 20px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form button {
    padding: 0;
    font-size: 15px;
    width: 163px;
    height: 60px;
    line-height: 60px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper .form-field {
    margin-bottom: 8px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper .form-field label {
    font-size: 14px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper .form-field .frm_error {
    padding-left: 28px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form input[type=checkbox] {
    padding: 2px;
    font-size: 14px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form input[type=checkbox]:checked:after {
    top: -3px;
    left: 3px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .message {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 992px) {
  .message {
    width: 100%;
    max-width: 100% px;
  }
  .message h2 {
    text-align: center;
  }
  .message .row {
    margin: 0;
  }
  .message .form-container form .form-row {
    margin: 0;
  }
  .message .form-container form .form-group.input {
    padding-left: 0;
    padding-right: 0;
  }
  .message .form-container form .form-group.input:first-of-type {
    padding-right: 0;
  }
  .message .form-container form .form-group.input:last-of-type {
    padding-left: 0;
  }
  .message .form-container form label {
    font-family: Futura;
    font-size: 21px;
    line-height: 28px;
  }
  .message .form-container form input {
    font-size: 21px;
    line-height: 31px;
  }
  .message .form-container form textarea {
    font-size: 21px;
    line-height: 31px;
    height: 330px;
  }
  .message .form-container form button {
    padding: 15px 120px;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 0;
    width: 100%;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form .form-field {
    margin-bottom: 24px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form label {
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 5px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form input {
    font-size: 16px;
    line-height: 31px;
    height: 73px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper {
    margin-top: -5px !important;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper .form-field {
    margin-bottom: 0px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper .form-field label {
    font-size: 16px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper .form-field .frm_error {
    padding-left: 32px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form input[type=checkbox] {
    padding: 8px;
    font-size: 16px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form input[type=checkbox]:checked:after {
    top: -8px;
    left: 3px;
    font-size: 20px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form textarea {
    font-size: 16px;
    line-height: 31px;
    height: 240px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form button {
    padding: 0;
    font-size: 14px;
    width: 160px;
    height: 58px;
    line-height: 58px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form .frm_submit {
    text-align: center;
    padding-top: 0px;
  }
}
@media only screen and (max-width: 479px) {
  .message .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper .form-field {
    margin-bottom: 8px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper .form-field label {
    font-size: 16px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper .form-field .frm_error {
    padding-left: 32px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form input[type=checkbox] {
    padding: 11px;
    font-size: 16px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form input[type=checkbox]:checked:after {
    top: -5px;
    left: 5px;
    font-size: 25px;
  }
  .message .form-container .frm_style_formidable-style.with_frm_style form .frm_submit {
    padding-top: 15px;
  }
}
.address {
  width: 100%;
  height: 630px;
  max-width: 1640px;
  display: block;
  margin: auto;
  padding: 0 15px;
}
.address .map-overlay {
  max-width: 100%;
  width: 100%;
  position: relative;
  padding: 0;
}
.address .map-overlay iframe {
  width: 100%;
  height: 630px;
}
.address .address-detail {
  width: 100%;
  max-height: 630px;
  height: 100%;
  position: relative;
  padding: 0;
}
.address .address-detail img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 630px;
  object-fit: cover;
  object-position: center;
}
.address .address-detail .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 630px;
  padding: 85px;
  background: rgba(31, 61, 145, 0.3);
}
.address .address-detail .img-overlay .detail {
  padding-top: 83px;
}
.address .address-detail .img-overlay .detail .item-detail {
  margin-bottom: 30px;
}
.address .address-detail .img-overlay .detail i {
  font-size: 34px;
  margin-bottom: 20px;
}
.address .address-detail .img-overlay .detail p {
  font-family: "Futura";
  font-weight: 300;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 0;
}
.address .address-detail .img-overlay .detail p a {
  font-size: 20px;
}
.address .address-detail .img-overlay .detail p a:hover {
  color: #fff;
}
.address .address-detail .img-overlay h3 {
  font-family: "Futura";
  font-size: 44px;
  line-height: 50px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 28px;
}
.address .address-detail .img-overlay p {
  font-family: "Futura";
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
}

@media only screen and (max-width: 1500px) {
  .address {
    height: 446px;
    max-width: 1168px;
  }
  .address .map-overlay iframe {
    height: 446px;
  }
  .address .address-detail img {
    height: 446px;
  }
  .address .address-detail .img-overlay {
    padding: 60px 60px 0px;
    height: 446px;
  }
  .address .address-detail .img-overlay h3 {
    font-size: 31px;
    line-height: 35px;
    margin-bottom: 12px;
  }
  .address .address-detail .img-overlay p {
    font-size: 14px;
    line-height: 18px;
  }
  .address .address-detail .img-overlay .detail {
    padding-top: 50px;
  }
  .address .address-detail .img-overlay .detail .item-detail {
    margin-bottom: 20px;
  }
  .address .address-detail .img-overlay .detail i {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .address .address-detail .img-overlay .detail p {
    font-size: 14px;
    line-height: 18px;
  }
  .address .address-detail .img-overlay .detail p a {
    font-size: inherit;
    line-height: inherit;
  }
}
@media only screen and (max-width: 992px) {
  .address {
    height: auto;
  }
  .address .map-overlay {
    padding-left: 0px;
    padding-right: 0px;
  }
  .address .map-overlay iframe {
    height: 265px;
    display: block;
  }
  .address .address-detail {
    max-height: unset;
    min-height: 452px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .address .address-detail img {
    display: none;
  }
  .address .address-detail .img-overlay {
    min-height: 452px;
    padding: 24px 30px 60px;
    height: auto;
    background-image: url(../img/49064157773_1e5b73e9fb_o@2x.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    position: relative;
  }
  .address .address-detail .img-overlay h3 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }
  .address .address-detail .img-overlay p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
  }
  .address .address-detail .img-overlay .detail {
    padding-top: 30px;
  }
  .address .address-detail .img-overlay .detail .item-detail {
    margin-bottom: 60px;
  }
  .address .address-detail .img-overlay .detail .item-detail:nth-child(3), .address .address-detail .img-overlay .detail .item-detail:nth-child(4) {
    margin-bottom: 0;
  }
  .address .address-detail .img-overlay .detail i {
    font-size: 33px;
    margin-bottom: 26px;
  }
  .address .address-detail .img-overlay .detail p {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
  }
}
section.brands {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
section.brands .brands-container {
  max-width: 1440px;
  padding: 0 30px;
  text-align: center;
}
section.brands .brands-container .brands-row {
  padding-bottom: 0px;
}
section.brands .brands-container .brands-row .brands-item {
  height: 162px;
  position: relative;
  width: 20%;
  max-width: 20%;
  flex-basis: unset;
  margin-top: 30px;
}
section.brands .brands-container .brands-row .brands-item:nth-child(-n+5) {
  margin-top: 0;
}
section.brands .brands-container .brands-row .brands-item .brands-box {
  position: relative;
  border: 1px solid #707070;
  border-radius: 10px;
  position: relative;
  padding: 0;
  height: inherit;
  background: #111111;
}
section.brands .brands-container .brands-row .brands-item .brands-box:hover {
  background: rgba(31, 61, 145, 0.8509803922);
  border: solid 1px rgba(31, 61, 145, 0.8509803922);
}
section.brands .brands-container .brands-row .brands-item .brands-box .merk {
  position: relative;
  width: 100%;
  height: 100%;
}
section.brands .brands-container .brands-row .brands-item .brands-box a {
  width: 100%;
  position: relative;
  display: inline-block;
  height: 100%;
}
section.brands .brands-container .brands-row .brands-item .brands-box a img {
  max-width: 90%;
  position: absolute;
  object-fit: cover;
  object-position: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}
section.brands .brands-container .brands-row .brands-item .brands-box a img.color {
  opacity: 0;
}
section.brands .brands-container .brands-row .brands-item .brands-box a img.desaturate {
  position: absolute;
  opacity: 1;
}
section.brands .brands-container .brands-row .brands-item .brands-box a:hover img {
  transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
}
section.brands .brands-container .brands-row .brands-item .brands-box a:hover img.color {
  opacity: 1;
}
section.brands .brands-container .brands-row .brands-item .brands-box a:hover img.desaturate {
  opacity: 0;
}
section.brands .brands-container .btn {
  margin-right: 0;
  width: 213px;
  height: 69px;
  line-height: 69px;
  padding: 0;
  margin-top: 77px;
}
section.brands .brands-container .collapsing, section.brands .brands-container .collapse.show {
  display: flex;
  width: 100%;
  max-width: 100%;
  flex-wrap: wrap;
}

.case-racing section.brands {
  padding-bottom: 0;
}

@media only screen and (max-width: 1500px) {
  section.brands .brands-container {
    max-width: 1058px;
  }
  section.brands .brands-container .brands-row {
    padding-bottom: 0px;
  }
  section.brands .brands-container .brands-row .brands-item {
    height: 115px;
  }
  section.brands .brands-container .brands-row .brands-item .brands-box {
    border-radius: 10px;
    padding: 0;
    height: 115px;
  }
  section.brands .brands-container .btn {
    font-size: 15px;
    width: 163px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin-top: 57px;
  }
}
@media only screen and (max-width: 1024px) {
  section.brands .brands-container {
    max-width: 990px;
  }
}
@media only screen and (max-width: 992px) {
  section.brands .brands-container {
    max-width: 100%;
    padding: 0 0 0px 0;
  }
  section.brands .brands-container .section-title, section.brands .brands-container .section-text {
    text-align: center;
  }
  section.brands .brands-container .brands-row .brands-item {
    height: 120px;
    position: relative;
    width: 50%;
    max-width: 50%;
  }
  section.brands .brands-container .brands-row .brands-item:nth-child(-n+2) {
    margin-top: 0;
  }
  section.brands .brands-container .brands-row .brands-item:nth-child(3), section.brands .brands-container .brands-row .brands-item:nth-child(4), section.brands .brands-container .brands-row .brands-item:nth-child(5) {
    margin-top: 30px;
  }
  section.brands .brands-container .brands-row .brands-item .brands-box {
    height: inherit;
    padding: 0;
  }
  section.brands .brands-container .brands-row .brands-item .brands-box a {
    height: 100%;
    width: 100%;
    padding: 15px;
  }
  section.brands .brands-container .brands-row .brands-item .brands-box a img {
    height: auto;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
  }
  section.brands .brands-container .brands-row .brands-item .brands-box a img.color {
    opacity: 1;
  }
  section.brands .brands-container .brands-row .brands-item .brands-box a img.desaturate {
    display: none;
  }
  section.brands .brands-container .brands-row .collapse {
    margin-top: 30px;
    width: 100%;
  }
  section.brands .brands-container .btn {
    font-size: 14px;
    line-height: 18px;
    width: 160px;
    height: 58px;
    line-height: 58px;
  }
}
@media only screen and (max-width: 640px) {
  section.brands .brands-container .brands-row .brands-item {
    height: 95px;
  }
  section.brands .brands-container .brands-row .brands-item .brands-box {
    padding: 0;
  }
}
/*=============================================== Main Menu ===============================================*/
section.heading {
  padding-top: 0;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
  }
}
.menu-container {
  position: relative;
  z-index: 100;
}
.menu-container.fixed {
  animation: smoothScroll 1s forwards;
}
.menu-container.transparent {
  position: absolute;
  left: 0;
  right: 0;
}
.menu-container.fixed {
  position: fixed;
  background: #000;
  max-width: 100%;
}
.menu-container.fixed #main-menu.navbar-light {
  padding: 0 15px;
  height: 70px;
}
.menu-container.fixed #main-menu.navbar-light .top-logo {
  max-width: 150px;
}
.menu-container.fixed .search-box-container {
  display: none;
}
.menu-container .header-rightside {
  min-height: 80px;
  padding-top: 18px;
}
.menu-container .header-rightside .navbar-brand {
  max-width: 146px;
  position: relative;
  z-index: 6;
  margin-top: 5px;
}
.menu-container .header-rightside .navbar-brand img {
  max-width: 146px;
  height: 100%;
  height: auto;
}
.menu-container .header-rightside .slide-menu-wrapper {
  position: relative;
  z-index: 6;
  padding-top: 13px;
}
.menu-container .trigger-menu-icon {
  width: 28px;
  display: inline-block;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  height: 32px;
}
.menu-container .trigger-menu-icon span {
  display: block;
  height: 3px;
  border-radius: 6px;
  background: #fff;
  margin: 0 0 7px;
  -webkit-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -moz-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -ms-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -o-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.menu-container .trigger-menu-icon span:last-child {
  margin-bottom: 0;
}
.menu-container .trigger-menu-icon.is-active span {
  visibility: hidden;
  opacity: 0;
  background-color: #ffffff;
}
.menu-container .trigger-menu-icon.is-active span:first-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  visibility: visible;
  opacity: 1;
  margin-top: 10px;
}
.menu-container .trigger-menu-icon.is-active span:last-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  visibility: visible;
  opacity: 1;
  margin-top: -19px;
}

#main-menu.navbar-light {
  position: relative;
  width: 100%;
  height: 150px;
  max-width: 1450px;
  z-index: 1;
  padding: 0;
  margin: 0 auto;
}
#main-menu.navbar-light .trigger-menu-icon {
  display: none;
}
#main-menu.navbar-light #navbarNav {
  flex-direction: column;
  align-self: center;
  justify-content: flex-end;
  flex-basis: 100%;
}
#main-menu.navbar-light #navbarNav #nav-contact-info {
  /*display: none;*/
  order: 2;
  width: max-content;
  position: absolute;
  right: 430px;
}
#main-menu.navbar-light #navbarNav #nav-contact-info .contact-info, #main-menu.navbar-light #navbarNav #nav-contact-info .white-line {
  display: none;
}
#main-menu.navbar-light #navbarNav #nav-contact-info .contact-info a:hover, #main-menu.navbar-light #navbarNav #nav-contact-info .contact-info a:active, #main-menu.navbar-light #navbarNav #nav-contact-info .contact-info a:focus {
  color: #fff;
}
#main-menu.navbar-light #navbarNav #nav-contact-info .social-media {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
}
#main-menu.navbar-light #navbarNav #nav-contact-info .social-media li {
  display: inline-block;
  margin-left: 20px;
}
#main-menu.navbar-light #navbarNav #nav-contact-info .social-media li a:hover {
  color: #fff;
  opacity: 0.9;
}
#main-menu.navbar-light #navbarNav #nav-contact-info .social-media li a:focus, #main-menu.navbar-light #navbarNav #nav-contact-info .social-media li a:active {
  color: #fff;
}
#main-menu.navbar-light #navbarNav .navbar-nav {
  margin-top: 0;
  align-self: flex-end;
  order: 1;
}
#main-menu.navbar-light #navbarNav .navbar-nav .nav-item {
  text-transform: uppercase;
  font-family: "Futura";
  font-size: 14px;
  line-height: 46px;
  font-weight: 700;
  letter-spacing: 1.33px;
  padding: 0 20px;
}
#main-menu.navbar-light #navbarNav .navbar-nav .nav-item:last-of-type {
  padding-right: 0;
}
#main-menu.navbar-light #navbarNav .navbar-nav .nav-item:last-of-type a {
  margin: 0;
  margin-top: 10px;
}
#main-menu.navbar-light #navbarNav .navbar-nav .nav-item.webshop .nav-link {
  color: #fff;
  font-family: "Futura";
}
#main-menu.navbar-light #navbarNav .navbar-nav .nav-item.webshop .nav-link:hover {
  color: rgba(31, 61, 145, 0.8509803922);
  background: #fff;
}
#main-menu.navbar-light #navbarNav .navbar-nav .nav-item.linktohome {
  display: none;
}
#main-menu.navbar-light #navbarNav .navbar-nav .nav-link {
  color: #ffffff;
}
#main-menu.navbar-light #navbarNav .navbar-nav .nav-link.btn {
  width: initial;
  height: auto;
  line-height: 46px;
  padding: 0 20px;
}
#main-menu.navbar-light #navbarNav .navbar-nav .nav-link:visited {
  color: #ffffff;
}
#main-menu.navbar-light #navbarNav .navbar-nav .nav-link:hover {
  color: #aaa;
  text-decoration: none;
}
#main-menu.navbar-light #navbarNav .navbar-nav .nav-link.rounded {
  color: #fff;
  font-family: "Futura";
}
#main-menu.navbar-light #navbarNav .navbar-nav .nav-link.rounded:hover {
  color: rgba(31, 61, 145, 0.8509803922);
  background: #fff;
}
#main-menu.navbar-light #navbarNav .navbar-nav .active .nav-link {
  color: #AAA;
}
#main-menu.navbar-light .top-logo {
  max-width: 231px;
  height: 100%;
  height: auto;
  margin-top: 5px;
}
#main-menu.navbar-light .search-box-container {
  max-width: 399px;
  width: 100%;
  height: 46px;
  padding: 0;
  float: none;
  margin-top: 10px;
  align-self: flex-end;
  order: 2;
}
#main-menu.navbar-light .search-box-container .top-search {
  height: 46px;
}
#main-menu.navbar-light .search-box-container .top-search .language a {
  border: none;
  padding: 0;
  height: auto;
  border-radius: 0;
  background: transparent;
  font-size: 14px;
  line-height: 18px;
  font-family: "Futura";
  font-weight: 700;
  margin-right: 0px;
  margin-bottom: 10px;
  width: max-content;
  display: block;
}
#main-menu.navbar-light .search-box-container .top-search .language a.btn {
  margin-right: 15px;
  margin-bottom: 0;
  margin-top: 14px;
}
#main-menu.navbar-light .search-box-container .top-search .language a:last-of-type {
  margin-bottom: 0;
}
#main-menu.navbar-light .search-box-container .top-search .language a i {
  display: none;
}
#main-menu.navbar-light .search-box-container .top-search .language a img {
  width: 24px;
}
#main-menu.navbar-light .search-box-container .top-search .language .dropdown-menu {
  padding: 5px;
  border-radius: 0;
  border: 0;
  min-width: 0;
  margin-left: -4px;
}
#main-menu.navbar-light .search-box-container .top-search .language .dropdown-menu button {
  height: auto;
  padding: 5px 0;
  width: 24px;
  margin-right: 0;
}
#main-menu.navbar-light .search-box-container .top-search input {
  height: 46px;
  border-radius: 23px 0 0 23px !important;
  background: #2B2B2B;
  border: 3px solid #252525;
  border-right: none;
  font-family: Futura;
  font-size: 14px;
  line-height: 16px;
  padding-left: 24px;
  color: #ffffff;
}
#main-menu.navbar-light .search-box-container .top-search input::placeholder {
  color: #ffffff;
}
#main-menu.navbar-light .search-box-container .top-search input:-ms-input-placeholder {
  color: #ffffff;
}
#main-menu.navbar-light .search-box-container .top-search input::-ms-input-placeholder {
  color: #ffffff;
}
#main-menu.navbar-light .search-box-container .top-search .search-icon {
  height: 46px;
}
#main-menu.navbar-light .search-box-container .top-search .search-icon button {
  border: 3px solid #252525;
  border-left: none;
  border-radius: 0 23px 23px 0;
  height: 46px;
  background: #2B2B2B;
  margin: 0;
  padding: 5px 20px;
}
#main-menu.navbar-light .search-box-container .top-search .search-icon button i {
  font-size: 18px;
  display: block;
}
#main-menu .dropdown-menu {
  background: #252525;
  border: solid 3px #2B2B2B;
}
#main-menu .dropdown-menu .dropdown-item {
  color: #fff;
}
#main-menu .dropdown-menu .dropdown-item:hover, #main-menu .dropdown-menu .dropdown-item:focus {
  background: #252525;
  color: #fff;
  opacity: 0.75;
}

@media only screen and (max-width: 1500px) {
  #main-menu.navbar-light {
    height: 107px;
    max-width: 1066px;
  }
  #main-menu.navbar-light .navbar-nav {
    margin-top: 0;
  }
  #main-menu.navbar-light .navbar-nav .nav-item {
    font-size: 9px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.85px;
    padding: 0 12px;
  }
  #main-menu.navbar-light #navbarNav .navbar-nav .nav-item {
    font-size: 9px;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.85px;
    padding: 0 12px;
  }
  #main-menu.navbar-light #navbarNav .navbar-nav .nav-link.btn {
    line-height: 30px;
    padding: 0 15px;
  }
  #main-menu.navbar-light #navbarNav #nav-contact-info {
    right: 314px;
  }
  #main-menu.navbar-light #navbarNav #nav-contact-info .social-media {
    margin: 0 0 5px 0;
  }
  #main-menu.navbar-light #navbarNav #nav-contact-info .social-media li {
    margin-left: 20px;
  }
  #main-menu.navbar-light .top-logo {
    max-height: 64px;
    max-width: 100%;
  }
  #main-menu.navbar-light .search-box-container {
    max-width: 283px;
    height: 33px;
  }
  #main-menu.navbar-light .search-box-container .top-search {
    height: 33px;
  }
  #main-menu.navbar-light .search-box-container .top-search .language a {
    height: auto;
    font-size: 9px;
    line-height: 12px;
    margin-right: 0px;
  }
  #main-menu.navbar-light .search-box-container .top-search .language a.btn {
    margin-top: 9px;
  }
  #main-menu.navbar-light .search-box-container .top-search .language .dropdown-menu {
    padding: 5px;
    border-radius: 0;
  }
  #main-menu.navbar-light .search-box-container .top-search .language .dropdown-menu .dropdown-item {
    border: 0;
  }
  #main-menu.navbar-light .search-box-container .top-search .language .dropdown-menu .dropdown-item.active, #main-menu.navbar-light .search-box-container .top-search .language .dropdown-menu .dropdown-item:hover, #main-menu.navbar-light .search-box-container .top-search .language .dropdown-menu .dropdown-item:focus {
    border: 0;
  }
  #main-menu.navbar-light .search-box-container .top-search .language .dropdown-menu button {
    height: auto;
    padding: 5px 0;
  }
  #main-menu.navbar-light .search-box-container .top-search input {
    height: 33px;
    font-size: 9px;
    line-height: 12px;
  }
  #main-menu.navbar-light .search-box-container .top-search .search-icon {
    height: 33px;
  }
  #main-menu.navbar-light .search-box-container .top-search .search-icon button {
    border: 3px solid #252525;
    border-left: none;
    border-radius: 0 23px 23px 0;
    height: 33px;
    background: #2B2B2B;
    margin: 0;
    padding: 5px 10px;
  }
  #main-menu.navbar-light .search-box-container .top-search .search-icon button i {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  #main-menu.navbar-light {
    max-width: 900px;
    padding: 0 15px;
  }
  #main-menu.navbar-light #navbarNav #nav-contact-info {
    right: 324px;
  }
}
@media only screen and (max-width: 992px) {
  html {
    height: 100vh;
  }
  .container.menu-container {
    padding: 0px;
    background: #1D1D1D;
    z-index: 100;
  }
  .container.menu-container.transparent {
    background: transparent;
  }
  .container.menu-container.fixed {
    background: #1D1D1D;
    max-width: 100%;
  }
  .container.menu-container.fixed #main-menu.navbar-light {
    padding: 0;
  }
  .container.menu-container.fixed .search-box-container {
    display: block;
  }
  .container.menu-container #main-menu {
    padding: 0 0px;
  }
  .container.menu-container #main-menu.navbar-light {
    height: 80px;
    max-width: 100%;
  }
  .container.menu-container #main-menu.navbar-light .navbar-brand {
    margin-left: 20px;
  }
  .container.menu-container #main-menu.navbar-light .trigger-menu-icon {
    width: 28px;
    display: inline-block;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0 20px 0 0;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    height: 32px;
  }
  .container.menu-container #main-menu.navbar-light .trigger-menu-icon span {
    display: block;
    height: 3px;
    border-radius: 6px;
    background: #fff;
    margin: 0 0 7px;
    -webkit-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
    -ms-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
    -o-transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
    transition: all 0.5s cubic-bezier(0.6, 0.02, 0.35, 0.99) 0s;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
  }
  .container.menu-container #main-menu.navbar-light .trigger-menu-icon.is-active span {
    visibility: hidden;
    opacity: 0;
    background-color: #ffffff;
  }
  .container.menu-container #main-menu.navbar-light .trigger-menu-icon.is-active span:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
  }
  .container.menu-container #main-menu.navbar-light .trigger-menu-icon.is-active span:last-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    visibility: visible;
    opacity: 1;
    margin-top: -19px;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav {
    display: none;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 100;
    padding: 20px 0 0 0;
    height: 100vh;
    background: #1D1D1D;
    order: 2;
    justify-content: flex-start;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav .navbar-nav {
    margin: 0 20px;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav .navbar-nav .nav-item {
    display: block;
    line-height: 40px;
    margin-bottom: 5px;
    font-size: 30px;
    padding: 0;
    width: 100%;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav .navbar-nav .nav-item .rounded {
    background: transparent;
    line-height: 40px;
    margin-bottom: 5px;
    font-size: 30px;
    padding: 0;
    text-align: left;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav .navbar-nav .nav-item.webshop .nav-link {
    background: transparent;
    line-height: 40px;
    margin-bottom: 5px;
    font-size: 30px;
    padding: 0;
    text-align: left;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav .navbar-nav .nav-item .nav-link {
    padding-left: 0;
    padding-right: 0;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav .search-box-container {
    order: 1;
    margin: 0 0 10px 20px;
    align-self: flex-start;
    height: auto;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav .search-box-container .top-search {
    height: auto;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav .search-box-container .top-search .language a {
    font-size: 21px;
    height: auto;
    font-weight: 800;
    margin-right: 0;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav .search-box-container .top-search .language a.dropdown-toggle::after {
    display: none;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav .search-box-container .top-search .language a i {
    display: inline-block;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav .search-box-container .top-search .language a img {
    margin: -4px 0 0 6px;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav .search-box-container .top-search .language .dropdown-menu {
    position: relative;
    top: 5px;
    left: 0;
    float: none;
    max-width: 57px;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav .search-box-container .top-search .language .dropdown-menu button {
    font-weight: 400;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav .search-box-container .top-search .language .dropdown-menu a {
    display: block;
    width: 100%;
    text-align: center;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav .search-box-container .top-search .language .dropdown-menu a img {
    margin: 2px auto;
    display: block;
    float: none;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav .search-box-container .top-search .search-box, .container.menu-container #main-menu.navbar-light #navbarNav .search-box-container .top-search .search-icon {
    display: none;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav #nav-contact-info {
    display: block;
    position: absolute;
    bottom: 90px;
    width: auto;
    left: 20px;
    right: 20px;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav #nav-contact-info .contact-info {
    font-family: "Futura";
    display: block;
    margin: 0 0 20px 0;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav #nav-contact-info .contact-info li {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 900;
    letter-spacing: 1.43px;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav #nav-contact-info .contact-info li i {
    font-size: 23px;
    vertical-align: middle;
    margin-right: 10px;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav #nav-contact-info .white-line {
    display: block;
    width: 58px;
    height: 1px;
    background: #fff;
    margin: 0 auto 20px;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav #nav-contact-info .social-media {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .container.menu-container #main-menu.navbar-light #navbarNav #nav-contact-info .social-media li {
    display: inline-block;
    padding: 0 25px;
    vertical-align: top;
    line-height: 1;
    margin-left: 0;
  }
  .container.menu-container #main-menu.navbar-light .top-logo {
    max-width: 169px;
  }
  .menu-overlay-in .container.menu-container {
    position: fixed;
    height: 100vh;
  }
  .menu-overlay-in .container.menu-container.transparent {
    background: #1D1D1D;
  }
  .menu-overlay-in .container.menu-container #main-menu.navbar-light {
    max-width: 100%;
  }
  .menu-overlay-in .container.menu-container #main-menu.navbar-light #navbarNav {
    height: 92vh;
  }
  .menu-overlay-in .container.menu-container #main-menu.navbar-light #navbarNav.nav-active {
    display: block;
  }
}
@media only screen and (min-width: 992px) and (max-width: 992px) {
  body .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }
  body.menu-overlay-in .navbar-expand-lg .navbar-collapse {
    display: block !important;
  }
  #main-menu.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
  }
}
.support {
  max-width: 1640px;
}
.support .support-topic-left {
  height: 350px;
  color: #ffffff;
  padding: 0 25px 0 0;
}
.support .support-topic-left .support-topic-left-content {
  position: relative;
  background: #1f3d91;
  height: 100%;
  width: 100%;
  padding: 40px;
  border-radius: 5px;
}
.support .support-topic-left .support-topic-left-content i {
  font-size: 56px;
}
.support .support-topic-left .support-topic-left-content .text {
  position: absolute;
  bottom: 40px;
}
.support .support-topic-left .support-topic-left-content .text h4 {
  font-size: 24px;
  line-height: 37px;
  font-family: "Futura";
  text-transform: capitalize;
}
.support .support-topic-left .support-topic-left-content .text p {
  font-size: 20px;
  line-height: 35px;
}
.support .support-topic-right {
  padding: 0 0 0 25px;
}
.support .support-topic-right .support-topic-right-content .faq {
  display: block;
  width: 100%;
  height: 56px;
  margin-bottom: 15px;
  background-color: #1f3d91;
  font-size: 24px;
  line-height: 56px;
  padding: 0px 20px;
  border-radius: 5px;
  font-weight: bold;
}
.support .support-topic-right .support-topic-right-content .faq img {
  margin-right: 13px;
}
.support .support-topic-right .support-topic-right-content .card {
  background-color: #1f3d91;
  margin-bottom: 15px;
  border-radius: 5px;
}
.support .support-topic-right .support-topic-right-content .card:last-child {
  margin-bottom: 0;
}
.support .support-topic-right .support-topic-right-content .card .card-header {
  padding: 0 !important;
  border-bottom: none;
  -webkit-font-smoothing: unset;
}
.support .support-topic-right .support-topic-right-content .card .card-header a {
  font-family: "Futura";
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  min-height: 56px;
  height: 100%;
  border-radius: 0;
  border: none;
  padding: 15px 33px 15px 20px;
  background: #1f3d91;
  position: relative;
  display: block;
  -webkit-font-smoothing: unset;
}
.support .support-topic-right .support-topic-right-content .card .card-header a:hover, .support .support-topic-right .support-topic-right-content .card .card-header a:focus {
  color: #fff;
}
.support .support-topic-right .support-topic-right-content .card .card-header a:after {
  display: block;
  content: " ";
  width: 13px;
  height: 16px;
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -8px;
  background: url(../img/dropdown.svg) no-repeat left center;
  transform: rotate(-180deg);
  transition: transform 0.2s;
}
.support .support-topic-right .support-topic-right-content .card .card-header a.collapsed:after {
  transform: none;
}
.support .support-topic-right .support-topic-right-content .card .card-body {
  padding-top: 0;
  font-family: "Futura";
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

@media only screen and (max-width: 1500px) {
  .support {
    max-width: 1168px;
  }
  .support .support-topic-left {
    height: 392px;
    color: #ffffff;
    padding: 0 25px 0 0;
  }
  .support .support-topic-left .support-topic-left-content {
    position: relative;
    background: rgba(31, 61, 145, 0.8509803922);
    height: 100%;
    width: 100%;
    padding: 40px;
    border-radius: 5px;
  }
  .support .support-topic-left .support-topic-left-content i {
    font-size: 56px;
  }
  .support .support-topic-left .support-topic-left-content .text {
    position: absolute;
    bottom: 40px;
  }
  .support .support-topic-left .support-topic-left-content .text h4 {
    font-size: 17px;
    line-height: 26px;
    font-family: "Futura";
    text-transform: capitalize;
  }
  .support .support-topic-left .support-topic-left-content .text p {
    font-size: 14px;
    line-height: 25px;
  }
  .support .support-topic-right {
    padding: 0 0 0 25px;
  }
  .support .support-topic-right .support-topic-right-content .faq {
    display: block;
    width: 100%;
    height: 56px;
    margin-bottom: 15px;
    background-color: rgba(31, 61, 145, 0.8509803922);
    font-size: 17px;
    line-height: 26px;
    padding: 13px 20px;
    border-radius: 5px;
  }
  .support .support-topic-right .support-topic-right-content .faq img {
    margin-right: 13px;
  }
  .support .support-topic-right .support-topic-right-content .card {
    background-color: rgba(31, 61, 145, 0.8509803922);
    margin-bottom: 15px;
    border-radius: 5px;
  }
  .support .support-topic-right .support-topic-right-content .card .card-header {
    padding: 0 !important;
    border-bottom: none;
  }
  .support .support-topic-right .support-topic-right-content .card .card-header a {
    font-family: "Futura";
    font-size: 18px;
    font-weight: 300;
    line-height: 37px;
    min-height: 56px;
    height: 100%;
    border-radius: 0;
    border: none;
    background-color: rgba(31, 61, 145, 0.8509803922);
    padding: 15px 33px 15px 20px;
    background: rgba(31, 61, 145, 0.8509803922);
    position: relative;
    display: block;
  }
  .support .support-topic-right .support-topic-right-content .card .card-header a:hover, .support .support-topic-right .support-topic-right-content .card .card-header a:focus {
    color: #fff;
  }
  .support .support-topic-right .support-topic-right-content .card .card-header a:after {
    display: block;
    content: " ";
    width: 13px;
    height: 16px;
    position: absolute;
    right: 17px;
    top: 50%;
    margin-top: -8px;
    transform: rotate(-180deg);
    transition: transform 0.2s;
  }
  .support .support-topic-right .support-topic-right-content .card .card-header a.collapsed:after {
    transform: none;
  }
  .support .support-topic-right .support-topic-right-content .card .card-body {
    padding-top: 0;
    font-family: "Futura";
    font-weight: 300;
    font-size: 18px;
    line-height: 37px;
  }
}
@media only screen and (max-width: 1024px) {
  .support .support-topic-left {
    padding: 0;
    height: auto;
  }
  .support .support-topic-left .support-topic-left-content {
    padding: 20px;
  }
  .support .support-topic-left .support-topic-left-content .text h4 {
    font-size: 16px;
    line-height: 16px;
  }
  .support .support-topic-left .support-topic-left-content .text p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
  }
  .support .support-topic-right {
    padding: 0;
  }
  .support .support-topic-right .support-topic-right-content {
    margin-left: 15px;
  }
  .support .support-topic-right .support-topic-right-content .card .card-header a {
    font-size: 16px;
    line-height: 20px;
  }
  .support .support-topic-right .support-topic-right-content .card .card-header a:after {
    top: 38%;
  }
}
@media only screen and (max-width: 992px) {
  .support .support-topic-left {
    padding: 0;
    height: auto;
    margin-bottom: 30px;
  }
  .support .support-topic-left .support-topic-left-content {
    padding: 20px;
  }
  .support .support-topic-left .support-topic-left-content i {
    font-size: 40px;
  }
  .support .support-topic-left .support-topic-left-content .text {
    margin-top: 15px;
    position: relative;
    bottom: 0;
  }
  .support .support-topic-left .support-topic-left-content .text h4 {
    font-size: 16px;
    line-height: 16px;
  }
  .support .support-topic-left .support-topic-left-content .text p {
    font-size: 16px;
    line-height: 25px;
  }
  .support .support-topic-right {
    padding: 0;
  }
  .support .support-topic-right .support-topic-right-content {
    margin: 0;
  }
  .support .support-topic-right .support-topic-right-content .card .card-header a {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
  .support .support-topic-right .support-topic-right-content .card .card-header a:after {
    top: 38%;
  }
  .support .support-topic-right .support-topic-right-content .card .card-body {
    font-size: 16px;
    line-height: 22px;
  }
  .support .support-topic-right .support-topic-right-content .faq {
    font-size: 20px;
  }
}
body.search .menu-container.transparent {
  position: relative;
}
body.search p.not_found {
  color: #fff;
  font-family: unset;
}

.search-result {
  padding: 0px 0 0 0;
  text-align: center;
}
.search-result .post-item {
  padding: 0;
  margin: 30px 0 0px 0;
  text-align: left;
  border-bottom: solid 1px #707070;
  padding-bottom: 20px;
  margin-bottom: 0px;
}
.search-result .post-item:first-child {
  margin-top: 0;
}
.search-result .post-item.hidden {
  display: none;
}
.search-result .post-item h2 {
  font-size: 35px;
  line-height: 39px;
  font-weight: 700;
  text-transform: uppercase;
}
.search-result .post-item p {
  font-size: 19px;
  line-height: 39px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
}
.search-result .post-item .more {
  font-size: 19px;
}
.search-result .post-item .more:hover {
  color: #fff;
  text-decoration: underline;
}
.search-result .pagination {
  text-align: center;
  font-family: "Futura";
  font-size: 16px;
  padding: 40px 0 0px 0;
}
.search-result .pagination h2 {
  display: none;
}
.search-result .pagination .nav-links {
  width: 100%;
  text-align: center;
}
.search-result .pagination .nav-links .page-numbers {
  border: solid 1px #fff;
  border-radius: 100%;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 34px;
  margin: 0 4px;
}
.search-result .pagination .nav-links .page-numbers.current, .search-result .pagination .nav-links .page-numbers:hover {
  background: rgba(31, 61, 145, 0.8509803922);
  color: #fff;
}
.search-result .pagination .nav-links .page-numbers.next, .search-result .pagination .nav-links .page-numbers.prev {
  border: 0;
  background: transparent;
  width: auto;
  height: auto;
}
.search-result .pagination .nav-links .page-numbers.next:hover, .search-result .pagination .nav-links .page-numbers.prev:hover {
  color: rgba(31, 61, 145, 0.8509803922);
}

@media only screen and (max-width: 1500px) {
  .search-result .post-item .post-item-content {
    padding-bottom: 20px;
  }
  .search-result .post-item h2 {
    font-size: 28px;
    line-height: 28px;
  }
  .search-result .post-item p {
    font-size: 14px;
    line-height: 28px;
  }
  .search-result .post-item .more {
    font-size: 14px;
  }
}
@media only screen and (max-width: 992px) {
  .search-result {
    margin-bottom: 50px;
  }
  .search-result .post-item {
    margin: 30px 0 20px 0;
    padding-bottom: 20px;
  }
  .search-result .post-item + .post-item {
    margin-top: 0px;
  }
  .search-result .post-item h2 {
    font-size: 23px;
    line-height: 28px;
  }
  .search-result .post-item p {
    font-size: 14px;
    line-height: 28px;
  }
  .search-result .post-item .more {
    font-size: 14px;
  }
}
section.terms .section-title {
  text-align: left;
  font-size: 35px;
  line-height: 22px;
  font-family: "Futura Book";
  padding-left: 15px;
  font-weight: normal;
}
section.terms .section-text {
  text-align: left;
  margin-bottom: 28px;
  padding-left: 15px;
  max-width: 100%;
}

#archive-list .card {
  background-color: #012E2A;
  margin-bottom: 14px;
  border-radius: 5px;
}
#archive-list .card:last-child {
  margin-bottom: 0;
}
#archive-list .card .card-header {
  padding: 0 !important;
  border-bottom: none;
}
#archive-list .card .card-header a {
  font-family: "Futura Book";
  font-size: 20px;
  font-weight: normal;
  line-height: 37px;
  min-height: 56px;
  height: 100%;
  border-radius: 0;
  border: none;
  background-color: #012E2A;
  padding: 8px 20px 8px 20px;
  background: #012E2A;
  position: relative;
  display: block;
}
#archive-list .card .card-header a .topic-title {
  font-weight: "Futura";
  font-weight: bold;
  font-size: 14px;
  line-height: 37px;
  margin-right: 32px;
}
#archive-list .card .card-header a:hover, #archive-list .card .card-header a:focus {
  color: #fff;
}
#archive-list .card .card-header a:after {
  display: block;
  content: " ";
  width: 13px;
  height: 16px;
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -8px;
  background: url(../../assets/img/dropdown.svg) no-repeat left center;
  transform: rotate(-180deg);
  transition: transform 0.2s;
}
#archive-list .card .card-header a.collapsed:after {
  transform: none;
}
#archive-list .card .card-body {
  padding-top: 0;
  font-family: "Futura";
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.privacy-image img {
  width: 100%;
  height: 705px;
  object-position: center;
  object-fit: cover;
}

@media only screen and (max-width: 1500px) {
  #archive-list .card {
    margin-bottom: 11px;
  }
  #archive-list .card .card-header {
    border-bottom: none;
  }
  #archive-list .card .card-header a {
    font-size: 14px;
    line-height: 24px;
    padding: 6px 20px 6px 20px;
    min-height: 40px;
  }
  #archive-list .card .card-header a .topic-title {
    font-size: 10px;
    line-height: 26px;
    margin-right: 22px;
  }
  #archive-list .card .card-header a:after {
    width: 13px;
    height: 16px;
    right: 17px;
    margin-top: -8px;
  }
  #archive-list .card .card-body {
    font-size: 14px;
    line-height: 24px;
  }
  .privacy-image img {
    width: 100%;
    height: 518px;
  }
}
@media only screen and (max-width: 1024px) {
  #archive-list .card .card-header a {
    font-size: 14px;
    line-height: 24px;
  }
  #archive-list .card .card-header a .topic-title {
    font-size: 10px;
    line-height: 26px;
    margin-right: 22px;
  }
  #archive-list .card .card-header a:after {
    top: 38%;
  }
}
@media only screen and (max-width: 992px) {
  #archive-list .card .card-header a {
    font-size: 16px;
    line-height: 20px;
  }
  #archive-list .card .card-header a:after {
    top: 38%;
  }
  #archive-list .card .card-body {
    font-size: 14px;
  }
}
section.image {
  position: relative;
  padding: 0;
}
section.image .image-container {
  padding: 0;
  max-width: 100%;
}
section.image .image-container .image-col {
  padding: 0;
  position: relative;
}
section.image .image-container .image-col .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 20%;
  background: rgb(0, 0, 0);
  background: linear-gradient(360deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
section.image .image-container img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 684px;
  object-position: center;
  object-fit: cover;
}
section.image .image-container.full {
  max-width: 1855px;
}
section.image .image-container.full .image-col {
  margin-bottom: 24px;
  padding: 0 12px;
}
section.image .image-container.full img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-height: 335px;
  object-position: center;
  object-fit: cover;
}
section.image .image-container.full .image-col {
  margin-bottom: 24px;
  padding: 0 12px;
}

@media only screen and (max-width: 1500px) {
  section.image .image-container img {
    max-height: 485px;
  }
  section.image .image-container.full {
    max-width: 1328px;
  }
  section.image .image-container.full .image-col {
    margin-bottom: 24px;
  }
  section.image .image-container.full img {
    max-height: 240px;
  }
}
@media only screen and (max-width: 1024px) {
  section.image .image-container img {
    max-height: 240px;
  }
  section.image .image-container.full {
    max-width: 990px;
  }
  section.image .image-container.full .image-col {
    margin-bottom: 24px;
  }
  section.image .image-container.full img {
    max-height: 240px;
  }
}
@media only screen and (max-width: 992px) {
  section.image {
    position: relative;
    padding: 0;
  }
  section.image .image-container {
    padding: 0;
  }
  section.image .image-container img {
    max-height: 314px;
  }
  section.image .image-container.full {
    max-width: 100%;
  }
  section.image .image-container.full .image-col {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  section.image .image-container.full .image-col {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  section.image .image-container.full img {
    max-height: 146px;
    height: 146px;
  }
}
.message.garantie {
  width: 100%;
  max-width: 1172px; /* 1172px  */
  display: block;
  margin: auto;
}
.message.garantie .frm_style_formidable-style.with_frm_style input[type=text], .message.garantie .frm_style_formidable-style.with_frm_style input[type=password], .message.garantie .frm_style_formidable-style.with_frm_style input[type=email], .message.garantie .frm_style_formidable-style.with_frm_style input[type=number], .message.garantie .frm_style_formidable-style.with_frm_style input[type=url], .message.garantie .frm_style_formidable-style.with_frm_style input[type=tel], .message.garantie .frm_style_formidable-style.with_frm_style input[type=phone], .message.garantie .frm_style_formidable-style.with_frm_style input[type=search], .message.garantie .frm_style_formidable-style.with_frm_style select, .message.garantie .frm_style_formidable-style.with_frm_style textarea, .message.garantie .frm_form_fields_style, .message.garantie .frm_style_formidable-style.with_frm_style .frm_scroll_box .frm_opt_container, .message.garantie .frm_form_fields_active_style, .message.garantie .frm_form_fields_error_style, .message.garantie .frm_style_formidable-style.with_frm_style .frm-card-element.StripeElement, .message.garantie .frm_style_formidable-style.with_frm_style .chosen-container-multi .chosen-choices, .message.garantie .frm_style_formidable-style.with_frm_style .chosen-container-single .chosen-single {
  width: 100%;
}
.message.garantie p {
  line-height: 25px;
}
.message.garantie h2 {
  font-family: "Futura";
  font-size: 31px;
  font-weight: 300;
}
.message.garantie h2 strong, .message.garantie h2 b {
  font-weight: 600;
}
.message.garantie .form-image-container .form-image {
  padding-right: 0px;
}
.message.garantie .form-image-container .form-image img {
  max-width: 362px;
  width: 100%;
  height: 744px;
  object-fit: cover;
  object-position: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}
.message.garantie .form-image-container .form-image img:hover {
  -webkit-filter: unset;
  filter: unset;
}
.message.garantie .form-container {
  padding-left: 37px;
}
.message.garantie .form-container .frm_forms {
  margin-top: 30px;
}
.message.garantie .form-container form {
  margin-top: 0;
}
.message.garantie .form-container form .form-group.input:first-of-type {
  padding-right: 18px;
}
.message.garantie .form-container form .form-group.input:last-of-type {
  padding-left: 18px;
}
.message.garantie .form-container form label {
  font-family: "Futura";
  font-size: 21px;
  line-height: 28px;
}
.message.garantie .form-container form input {
  font-family: "Futura";
  font-size: 21px;
  line-height: 28px;
  height: 53px;
  background: #1c1c1c;
  border: 1px solid #444442;
  border-radius: 0;
  color: #fff;
}
.message.garantie .form-container form textarea {
  font-family: "Futura";
  font-size: 21px;
  line-height: 28px;
  height: 365px;
  background: #1c1c1c;
  border: 1px solid #444442;
  border-radius: 0;
  color: #fff;
}
.message.garantie .form-container form button {
  padding: 15px 120px;
  margin-top: 15px;
  font-size: 19px;
  line-height: 26px;
  font-weight: bolder;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form {
  font-family: "Futura";
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form label {
  font-family: "Futura";
  font-weight: 500;
  font-size: 14px;
  line-height: 31px;
  color: #fff;
  margin-bottom: 5px;
  letter-spacing: 0.7px;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .form-field {
  margin-bottom: 22px;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form input {
  font-family: "Futura";
  font-weight: 500;
  font-size: 14px;
  height: 53px;
  background: #1c1c1c;
  border: 1px solid #444442;
  border-radius: 0;
  color: #fff;
  letter-spacing: 0.7px;
  padding: 0 10px 0 15px;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form input:focus {
  background: #1c1c1c;
  border: 1px solid #444442;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form input[type=checkbox] {
  height: auto;
  -webkit-appearance: none;
  background-color: rgba(0, 0, 0, 0.88);
  border: 1px solid #444442;
  padding: 8px;
  border-radius: 0;
  display: inline-block;
  position: relative;
  vertical-align: text-bottom;
  color: #fff;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form input[type=checkbox]:active, .message.garantie .form-container .frm_style_formidable-style.with_frm_style form input[type=checkbox]:checked:active, .message.garantie .form-container .frm_style_formidable-style.with_frm_style form input[type=checkbox]:focus {
  box-shadow: none;
  outline: 0;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form input[type=checkbox]:checked {
  box-shadow: none;
  outline: 0;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form input[type=checkbox]:checked:after {
  content: "×";
  font-size: 22px;
  position: absolute;
  top: -6px;
  left: 2px;
  color: #fff;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form input::-webkit-input-placeholder {
  color: #fff;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form input::-moz-input-placeholder {
  color: #fff;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form input[type=number]::-webkit-inner-spin-button,
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form textarea {
  font-family: "Futura";
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  height: 365px;
  background: #1c1c1c;
  border: 1px solid #444442;
  border-radius: 0;
  color: #fff;
  letter-spacing: 0.7px;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form select {
  font-family: "Futura";
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  height: 53px;
  background: #1c1c1c url(../img/dropdown.svg) no-repeat 98% center;
  border: 1px solid #444442;
  border-radius: 0;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 0.7px;
  padding: 0 10px 0 15px;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form button {
  background-color: rgba(31, 61, 145, 0.8509803922);
  color: #ffffff;
  border: none;
  box-shadow: none;
  text-transform: uppercase;
  padding: 0;
  font-family: "Futura";
  font-size: 22px;
  font-weight: 700;
  width: 213px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  margin: 0;
  border-radius: 5px;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form button:hover {
  background: #fff;
  color: rgba(31, 61, 145, 0.8509803922);
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_required {
  display: none;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_submit {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper {
  display: inline-block;
  margin-top: 0px !important;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper .form-field {
  margin-bottom: 0;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper .form-field .frm_error {
  padding-left: 28px;
  margin-top: -5px;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper .form-field a {
  text-decoration: underline;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form #form-submit-wrapper {
  clear: both;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone {
  max-width: 100%;
  position: relative;
  height: 53px;
  background: #1c1c1c;
  border: 1px solid #444442;
  border-radius: 0;
  margin-top: 0;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone .frm_icon_font.frm_upload_icon {
  position: absolute;
  right: 10px;
  top: 14px;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone .frm_icon_font.frm_upload_icon:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url(../img/upload-icon.svg) no-repeat;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone .dz-message {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  text-align: left;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone .frm_small_text {
  display: none;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone .frm_upload_text {
  text-align: left;
  font-size: 14px;
  margin: 0;
  color: #fff;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone .frm_upload_text button {
  font-size: 14px;
  height: auto;
  width: auto;
  text-transform: initial;
  color: #fff;
  font-family: "Futura" !important;
  padding: 15px 15px 0 15px !important;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone.dz-started {
  height: auto;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone.dz-clickable, .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone.frm_single_upload {
  min-height: 53px !important;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone .dz-message {
  min-height: 53px !important;
  margin-bottom: 15px;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone .dz-preview {
  padding: 0px 10px;
  border-bottom: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone .dz-preview .dz-image {
  width: 20%;
  margin-top: 4px;
  height: 40px;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone .dz-preview .dz-details {
  margin-bottom: 0;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone .dz-preview .dz-remove {
  color: #fff;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_upload_icon:before {
  font-size: 14px;
  color: #fff;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_description {
  font-family: "Futura";
  font-size: 13px;
  color: #fff;
  font-style: italic;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .streetname .frm_description {
  /*position: absolute;
  left: 48px;*/
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .has-info .info {
  display: inline-block;
  background: url(../img/info-circle-icon.svg) no-repeat;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  overflow: visible;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .has-info .info:hover .frm_description {
  display: block;
  left: 22px;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .has-info .frm_description {
  display: none;
  background: #1f1f1f;
  border: solid 1px #313130;
  width: 270px;
  position: absolute;
  font-size: 14px;
  max-width: unset;
  z-index: 1;
  padding: 20px 10px;
  bottom: 0;
  font-style: normal;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .has-info .frm_description span {
  display: block;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .has-info .frm_description span.dd {
  font-weight: 100;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .has-info .frm_description .dd + .dt {
  padding-top: 15px;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_blank_field input, .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_blank_field select, .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_blank_field textarea, .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_blank_field .frm_dropzone, .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_blank_field iframe {
  border: solid 1px red !important;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_blank_field .frm_dropzone.dz-started {
  border: solid 1px #444442 !important;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_error, .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_error2 {
  font-family: Futura;
  font-weight: 100;
  font-size: 14px;
  color: red;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_error_style {
  background: #fff;
  border: solid 1px #fff;
  border-radius: 0;
}
.message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_error_style p {
  color: #f00;
  margin-bottom: 0;
  border: 0;
}

@media only screen and (max-width: 1500px) {
  .message.garantie {
    max-width: 1168px;
  }
  .message.garantie .form-image-container .form-image {
    padding-right: 24px;
  }
  .message.garantie .form-image-container .form-image img {
    height: 732px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form label {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form input {
    font-size: 14px;
    line-height: 22px;
    height: 52px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form textarea {
    font-size: 14px;
    line-height: 22px;
    height: 237px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form button {
    padding: 0;
    font-size: 15px;
    width: 163px;
    height: 60px;
    line-height: 60px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper {
    margin-top: 2px !important;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form input[type=checkbox]:checked:after {
    top: -3px;
    left: 2px;
  }
}
@media only screen and (max-width: 1024px) {
  .message.garantie {
    max-width: 1000px;
  }
  .message.garantie .form-container {
    padding-left: 15px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .form-field {
    margin-bottom: 24px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .form-field.streetname {
    width: 29%;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .form-field.houseno {
    width: 17%;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .streetname .frm_description {
    /*left: 30px;*/
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .has-info .info:hover .frm_description {
    left: -135px;
    bottom: 22px;
  }
}
@media only screen and (max-width: 992px) {
  .message.garantie {
    width: 100%;
    max-width: 100%;
  }
  .message.garantie .row {
    margin: 0;
  }
  .message.garantie .form-container {
    padding-left: 15px;
  }
  .message.garantie .form-container form .form-row {
    margin: 0;
  }
  .message.garantie .form-container form .form-group.input {
    padding-left: 0;
    padding-right: 0;
  }
  .message.garantie .form-container form .form-group.input:first-of-type {
    padding-right: 0;
  }
  .message.garantie .form-container form .form-group.input:last-of-type {
    padding-left: 0;
  }
  .message.garantie .form-container form label {
    font-family: "Futura";
    font-size: 16px;
    line-height: 28px;
  }
  .message.garantie .form-container form input {
    font-size: 16px;
    line-height: 31px;
  }
  .message.garantie .form-container form textarea {
    font-size: 16px;
    line-height: 31px;
    height: 330px;
  }
  .message.garantie .form-container form button {
    padding: 15px 120px;
    margin-top: 15px;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 0;
    width: 100%;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .form-field {
    margin-bottom: 24px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .streetname .frm_description {
    /*left: 28px;*/
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_submit {
    padding-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .form-field.streetname, .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .form-field.city {
    width: 62%;
    float: left;
    clear: none;
    margin-right: 3%;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .form-field.city {
    margin-right: 0;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .form-field.houseno, .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .form-field.postcode {
    width: 35%;
    float: left;
    clear: none;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .form-field.postcode {
    margin-right: 3%;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form label {
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 5px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form input {
    font-size: 16px;
    line-height: 31px;
    height: 73px;
    padding: 0 10px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form input[type=checkbox] {
    background-color: #1f1f1f;
    border: 1px solid #444442;
    padding: 10px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form input[type=checkbox]:checked:after {
    content: "×";
    font-size: 28px;
    position: absolute;
    top: -5px;
    left: 3px;
    color: #fff;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form textarea {
    font-size: 16px;
    line-height: 31px;
    height: 240px;
    padding: 0 10px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form select {
    background: #1c1c1c url(../img/polygon.svg) no-repeat 96% center;
    background-size: 18px 16px;
    font-size: 16px;
    line-height: 31px;
    height: 73px;
    padding: 0 10px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form button {
    padding: 0;
    font-size: 14px;
    width: 160px;
    height: 58px;
    line-height: 58px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone .frm_icon_font.frm_upload_icon {
    right: 10px;
    top: 25px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone .frm_upload_text {
    font-size: 16px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone .frm_upload_text button {
    font-size: 16px;
    padding: 25px 10px 0 10px !important;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone.dz-clickable, .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone.frm_single_upload {
    min-height: 73px !important;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone .dz-message {
    min-height: 73px !important;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone.dz-started {
    height: auto;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .streetname .frm_description {
    /*left: 28px;*/
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper .form-field .frm_error {
    padding-left: 32px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_submit {
    text-align: center;
    padding-top: 24px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .has-info .info:hover .frm_description {
    left: -120px;
    bottom: 22px;
  }
}
@media only screen and (max-width: 479px) {
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper .form-field label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 320px) {
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form label {
    font-size: 12px;
    line-height: 31px;
    margin-bottom: 5px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form input {
    font-size: 12px;
    height: 53px;
    padding: 0 5px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form textarea {
    font-size: 12px;
    padding: 5px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form select {
    font-size: 12px;
    height: 53px;
    padding: 0 5px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form button {
    padding: 0;
    font-size: 14px;
    line-height: 57px;
    width: 166px;
    height: 57px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone .frm_icon_font.frm_upload_icon {
    right: 10px;
    top: 18px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone .frm_upload_text {
    font-size: 12px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone .frm_upload_text button {
    font-size: 12px;
    padding: 18px 10px 0 5px !important;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone .dz-preview .dz-column {
    width: 75%;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone.dz-clickable, .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone.frm_single_upload {
    min-height: 53px !important;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_dropzone .dz-message {
    min-height: 53px !important;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .streetname .frm_description {
    /*left: 28px;*/
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper .form-field {
    margin-bottom: 8px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper .form-field label {
    font-size: 14px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form #form-checkbox-wrapper .form-field .frm_error {
    padding-left: 32px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .frm_submit {
    text-align: center;
    padding-top: 24px;
  }
  .message.garantie .form-container .frm_style_formidable-style.with_frm_style form .has-info .info:hover .frm_description {
    left: -120px;
    bottom: 22px;
  }
}
section.video .section-overlay {
  background: black;
  background: rgba(0, 0, 0, 0.8);
}
section.video .section-title {
  margin-top: -11px;
}
section.video .section-title .text-light {
  font-weight: 700;
}
section.video .video-row {
  margin-top: 45px;
}
section.video .video-right.video-container, section.video .video-left.video-container {
  max-width: 1660px;
}
section.video .video-right .video-row, section.video .video-left .video-row {
  margin-top: 0;
}
section.video .video-right .video-wrapper, section.video .video-left .video-wrapper {
  max-width: 880px;
  min-height: 500px;
  margin-left: 70px;
}
section.video .video-right .section-title, section.video .video-right .section-text, section.video .video-left .section-title, section.video .video-left .section-text {
  text-align: left;
}
section.video .video-right .section-title, section.video .video-left .section-title {
  margin-top: 0;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 48px;
}
section.video .video-right .section-title .text-light, section.video .video-left .section-title .text-light {
  display: block;
  font-weight: 300;
}
section.video .video-right .section-text, section.video .video-left .section-text {
  padding: 0 30px 0 0;
  margin-bottom: 0;
}
section.video .video-left .video-text {
  order: 2;
  padding-left: 30px;
}
section.video .video-left .video-wrapper {
  margin-left: 0;
  margin-right: 70px;
}
section.video .video-left .section-text {
  padding: 0;
}
section.video .video-wrapper {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  max-width: 1256px;
  margin: 0 auto;
}
section.video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 1500px) {
  section.video .video-row {
    margin-top: 40px;
  }
  section.video .video-right.video-container, section.video .video-left.video-container {
    max-width: 1177px;
  }
  section.video .video-right .video-wrapper, section.video .video-left .video-wrapper {
    max-width: 628px;
    min-height: 355px;
    margin-left: 10px;
  }
  section.video .video-right .section-title, section.video .video-left .section-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 33px;
  }
  section.video .video-right .section-text, section.video .video-left .section-text {
    padding: 0 30px 0 0;
    margin-bottom: 20px;
  }
  section.video .video-left .video-text {
    padding-left: 30px;
  }
  section.video .video-left .video-wrapper {
    margin-left: 0;
    margin-right: 10px;
  }
  section.video .video-left .section-text {
    padding: 0;
  }
  section.video .video-wrapper {
    max-width: 894px;
    min-height: 500px;
  }
}
@media only screen and (max-width: 992px) {
  section.video .video-container {
    padding: 0;
  }
  section.video .video-row {
    margin-top: 0px;
  }
  section.video .video-row [class*=col] {
    max-width: 100%;
    flex: 0 0 100%;
  }
  section.video .video-row .video-col {
    padding: 0;
  }
  section.video .section-title {
    font-size: 30px;
    line-height: 31px;
  }
  section.video .section-title .text-light {
    display: block;
    font-weight: 300;
  }
  section.video .section-title, section.video .section-text {
    text-align: left;
    padding: 0 15px;
  }
  section.video .video-right .section-title, section.video .video-left .section-title {
    padding: 0 0px;
    margin-bottom: 10px;
  }
  section.video .video-right .video-wrapper, section.video .video-left .video-wrapper {
    margin-left: 0px;
    max-width: 100%;
    min-height: unset;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }
  section.video .video-left .video-text {
    padding-left: 15px;
    order: 0;
  }
  section.video .video-left .video-wrapper {
    margin-left: 0;
    margin-right: 0px;
  }
  section.video .video-left .section-text {
    padding: 0;
  }
  section.video .video-wrapper {
    max-width: 100%;
    min-height: unset;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }
}

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