@media all and (min-width: 768px) {
}@media all and (min-width: 768px) {
}#main {
  margin-top: -80px !important;
}
@media all and (min-width: 768px) {
  #main {
    margin-top: -100px !important;
  }
}
.btn {
  background-color: #000;
  color: #FFF;
  border: 1px solid #000;
  display: inline-block;
  padding: 1em 1.5em;
  outline: none;
  text-decoration: none;
  text-align: center;
  width: 100%;
  font-family: 'Nexa-Extra-Bold', sans-serif;
  line-height: 1.3;
  font-weight: 400;
  padding: 12px 14px;
  border-radius: 5px;
  text-transform: none;
  vertical-align: top;
  font-size: 15px;
  /*
		@media all and (min-width: @breakpoint2) {
			padding: 16px 15px;
		}

		@media all and (min-width: @breakpoint3) {
			padding: 16px 25px;
		}
		*/
}
.btn:hover {
  /*
            background-color: @color-ci-2;
            color: @color-ci-1;
            border: 1px solid @color-ci-1;
            */
}
.btn.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.btn.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
@media all and (min-width: 360px) {
  .btn {
    width: auto;
  }
}
.btn.btn-outline-white {
  background: transparent;
  border: 3px solid #FFF;
  color: #FFF;
}
.btn.btn-outline-white:hover {
  background: #FFF;
  color: #001530;
}
.btn.btn-outline-darkblue {
  background: transparent;
  border: 3px solid #001530;
  color: #001530;
}
.btn.btn-outline-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
.btn.btn-darkblue {
  background: #001530;
  border: 3px solid #001530;
  color: #FFF;
}
.btn.btn-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
}
.btn.btn-outline-orange {
  background: transparent;
  border: 3px solid #FFB300;
  color: #FFB300;
}
.btn.btn-outline-orange:hover {
  border-color: #FFB300;
  background: #FFB300;
  color: #001530;
}
.btn.btn-orange {
  background: #FFB300;
  border: 3px solid #FFB300;
  color: #001530;
}
.btn.btn-orange:hover {
  border-color: #FF9701;
  background: #FF9701;
}
.btn.btn-white {
  background: #fff;
  border: 2px solid #FFF;
  color: #001530;
}
.btn.btn-white:hover {
  background: #F4F4F6;
}
.btn.btn-outline-white {
  background: transparent;
  border: 3px solid #FFF;
  color: #FFF;
}
.btn.btn-outline-white:hover {
  background: #FFF;
  color: #001530;
}
.btn.btn-outline-darkblue {
  background: transparent;
  border: 3px solid #001530;
  color: #001530;
}
.btn.btn-outline-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
.btn.btn-outline-orange {
  background: transparent;
  border: 3px solid #FFB300;
  color: #FFB300;
}
.btn.btn-outline-orange:hover {
  border-color: #FFB300;
  background: #FFB300;
  color: #001530;
}
.btn.btn-orange {
  background: #FFB300;
  border: 3px solid #FFB300;
  color: #001530;
}
.btn.btn-orange:hover {
  border-color: #FF9701;
  background: #FF9701;
}
section#intro {
  position: relative;
  padding-bottom: 189px;
  background-attachment: fixed;
}
html.touch section#intro,
html.touchevents section#intro {
  background-attachment: scroll;
}
section#intro::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 21, 48, 0.3);
  z-index: 0;
}
section#intro .curve {
  position: absolute;
  width: 300%;
  height: 165px;
  bottom: 0;
  left: 0;
  transform: translateX(-50%);
  z-index: 1;
}
@media all and (min-width: 768px) {
  section#intro .curve {
    width: 100%;
    transform: translateX(0);
  }
}
section#intro .curve.top {
  height: 189px;
}
@media all and (max-width: 767px) {
  section#intro h1 {
    font-size: 1.8rem;
  }
}
section#intro .em-loading {
  border-color: #FFF;
  border-left-color: transparent;
  border-right-color: transparent;
}
section#intro [class*="wrapper-"] {
  padding-top: 120px;
}
@media all and (min-width: 768px) {
  section#intro [class*="wrapper-"] {
    padding-top: 200px;
  }
}
section#intro [class*="wrapper-"] .row {
  align-items: center;
}
section#intro [class*="wrapper-"] .row [class*="col_"] {
  color: #FFF;
}
section#intro [class*="wrapper-"] .row [class*="col_"] h1 {
  margin-top: 10px;
}
@media all and (min-width: 768px) {
  section#intro [class*="wrapper-"] .row [class*="col_"] h1 {
    margin-top: 0;
  }
}
section#intro [class*="wrapper-"] .row [class*="col_"] h1 mark {
  color: #FFB300;
  background: none;
}
@media all and (max-width: 767px) {
  section#intro [class*="wrapper-"] .row [class*="col_"] .btn-wrapper {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 768px) {
  section#intro [class*="wrapper-"] .row [class*="col_"] img {
    left: 10%;
    position: relative;
  }
}
section#testimonials {
  background: #F4F4F6;
  padding-bottom: 100px;
}
@media all and (min-width: 768px) {
  section#testimonials {
    padding-bottom: 65px;
  }
}
section#testimonials [class*="wrapper-"] {
  position: relative;
  padding-top: 0;
}
@media all and (min-width: 768px) {
}
section#logos {
  background: #F4F4F6;
}
section#logos [class*="wrapper-"] {
  position: relative;
}
@media all and (min-width: 768px) {
  section#logos [class*="wrapper-"] {
    padding-bottom: 132px;
  }
}
section#logos [class*="wrapper-"] .btn-wrapper {
  width: 100%;
  text-align: right;
}
section#logos [class*="wrapper-"] .btn-wrapper a.link {
  display: block;
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
  text-decoration: underline;
  font-family: 'Nexa-Extra-Bold', sans-serif;
}
section#logos [class*="wrapper-"] .btn-wrapper a.link:hover {
  text-decoration: none;
}
section#logos [class*="wrapper-"] .row {
  margin-left: 0;
  margin-bottom: 0;
}
section#logos [class*="wrapper-"] .row .owl-stage-outer {
  overflow: visible;
  box-sizing: content-box;
  width: 100%;
}
section#logos [class*="wrapper-"] .row .owl-stage-outer .slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 25px;
  background: #FFF;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
section#logos [class*="wrapper-"] .row .owl-stage-outer .slide > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media all and (min-width: 768px) {
  section#logos [class*="wrapper-"] .row .owl-stage-outer .slide {
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
  }
}
section#logos [class*="wrapper-"] .row .owl-stage-outer .slide .col_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  background-size: contain!important;
  overflow: hidden;
}
section#logos [class*="wrapper-"] .row .owl-stage-outer .slide .col_3 > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media all and (max-width: 767px) {
  section#logos [class*="wrapper-"] .row .owl-stage-outer .slide .col_3 {
    flex: 0 1 50%;
    width: 50%;
  }
}
@media all and (min-width: 768px) {
}
section#logos [class*="wrapper-"] .row .owl-stage-outer .slide .col_3 img {
  width: 80%;
  margin: 0 auto;
}
section#logos [class*="wrapper-"] .owl-dots {
  bottom: -38px;
}
section#logos [class*="wrapper-"] .owl-dots .owl-dot {
  margin: 0 5px;
  border-color: #B8BBC1;
}
@media all and (min-width: 1024px) {
  section#logos [class*="wrapper-"] .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    margin: 0 15px;
  }
}
section#logos [class*="wrapper-"] .owl-dots .owl-dot.active {
  background: #001530;
  border-color: #001530;
}
section#logos [class*="wrapper-"] .owl-nav-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -47px;
  pointer-events: none;
  z-index: 5;
}
section#logos [class*="wrapper-"] .owl-nav-custom > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media all and (min-width: 768px) {
  section#logos [class*="wrapper-"] .owl-nav-custom {
    bottom: 86px;
  }
}
section#logos [class*="wrapper-"] .owl-nav-custom button {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
  cursor: pointer;
  pointer-events: auto;
}
section#logos [class*="wrapper-"] .owl-nav-custom .owl-prev:hover .arrow--l-r,
section#logos [class*="wrapper-"] .owl-nav-custom .owl-next:hover .arrow--l-r {
  width: 3.5rem;
  transition: all 0.2s ease;
}
section#logos [class*="wrapper-"] .owl-nav-custom .owl-prev:hover .arrow--l-r span,
section#logos [class*="wrapper-"] .owl-nav-custom .owl-next:hover .arrow--l-r span {
  transition: all 0.2s ease;
}
section#logos [class*="wrapper-"] .owl-nav-custom .owl-prev:hover .arrow--l-r span:nth-child(1),
section#logos [class*="wrapper-"] .owl-nav-custom .owl-next:hover .arrow--l-r span:nth-child(1),
section#logos [class*="wrapper-"] .owl-nav-custom .owl-prev:hover .arrow--l-r span:nth-child(2),
section#logos [class*="wrapper-"] .owl-nav-custom .owl-next:hover .arrow--l-r span:nth-child(2),
section#logos [class*="wrapper-"] .owl-nav-custom .owl-prev:hover .arrow--l-r span:nth-child(4),
section#logos [class*="wrapper-"] .owl-nav-custom .owl-next:hover .arrow--l-r span:nth-child(4),
section#logos [class*="wrapper-"] .owl-nav-custom .owl-prev:hover .arrow--l-r span:nth-child(5),
section#logos [class*="wrapper-"] .owl-nav-custom .owl-next:hover .arrow--l-r span:nth-child(5) {
  width: 1.5rem;
}
section#logos [class*="wrapper-"] .owl-nav-custom .owl-prev:hover .arrow--l-r span:nth-child(3),
section#logos [class*="wrapper-"] .owl-nav-custom .owl-next:hover .arrow--l-r span:nth-child(3) {
  width: 3.5rem;
  top: 0.625rem;
  left: 0;
}
section#logos .margin-top-100 {
  margin-top: 100px;
}
@media all and (min-width: 768px) {
  section#logos .margin-top-100 {
    margin-top: 0;
  }
}
section.content-blocks {
  background: #F4F4F6;
}
@media all and (max-width: 767px) {
  section.content-blocks .order_xs_0 {
    margin-bottom: 15px;
  }
}
@media all and (min-width: 1024px) {
  section.content-blocks {
    padding: 100px 0 32px 0;
    background: transparent!important;
  }
  section.content-blocks [class*="wrapper-"] .row {
    margin: 0;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
  }
  section.content-blocks [class*="wrapper-"] .row [class*="col_"] {
    padding: 80px 90px;
  }
}
@media all and (min-width: 1024px) {
  section.content-blocks [class*="wrapper-"] .row [class*="col_"] {
    background: #F4F4F6;
  }
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner h2 {
  text-align: left;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper {
    margin-bottom: 20px;
  }
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid {
  /*
		@media all and (min-width: @breakpoint2) {
			padding: 16px 15px;
		}

		@media all and (min-width: @breakpoint3) {
			padding: 16px 25px;
		}
		*/
  background-color: #000;
  border: 1px solid #000;
  display: inline-block;
  padding: 1em 1.5em;
  outline: none;
  text-decoration: none;
  text-align: center;
  width: 100%;
  font-family: 'Nexa-Extra-Bold', sans-serif;
  line-height: 1.3;
  font-weight: 400;
  padding: 12px 14px;
  border-radius: 5px;
  text-transform: none;
  vertical-align: top;
  font-size: 15px;
  /*
		@media all and (min-width: @breakpoint2) {
			padding: 16px 15px;
		}

		@media all and (min-width: @breakpoint3) {
			padding: 16px 25px;
		}
		*/
  background: #001530;
  border: 3px solid #001530;
  color: #FFF;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid:hover {
  /*
            background-color: @color-ci-2;
            color: @color-ci-1;
            border: 1px solid @color-ci-1;
            */
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
@media all and (min-width: 360px) {
  section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid {
    width: auto;
  }
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-white {
  background: transparent;
  border: 3px solid #FFF;
  color: #FFF;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-white:hover {
  background: #FFF;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-darkblue {
  background: transparent;
  border: 3px solid #001530;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-darkblue {
  background: #001530;
  border: 3px solid #001530;
  color: #FFF;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-orange {
  background: transparent;
  border: 3px solid #FFB300;
  color: #FFB300;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-orange:hover {
  border-color: #FFB300;
  background: #FFB300;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-orange {
  background: #FFB300;
  border: 3px solid #FFB300;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-orange:hover {
  border-color: #FF9701;
  background: #FF9701;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-white {
  background: #fff;
  border: 2px solid #FFF;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-white:hover {
  background: #F4F4F6;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid:hover {
  /*
            background-color: @color-ci-2;
            color: @color-ci-1;
            border: 1px solid @color-ci-1;
            */
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
@media all and (min-width: 360px) {
  section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid {
    width: auto;
  }
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-white {
  background: transparent;
  border: 3px solid #FFF;
  color: #FFF;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-white:hover {
  background: #FFF;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-darkblue {
  background: transparent;
  border: 3px solid #001530;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-darkblue {
  background: #001530;
  border: 3px solid #001530;
  color: #FFF;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-orange {
  background: transparent;
  border: 3px solid #FFB300;
  color: #FFB300;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-orange:hover {
  border-color: #FFB300;
  background: #FFB300;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-orange {
  background: #FFB300;
  border: 3px solid #FFB300;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-orange:hover {
  border-color: #FF9701;
  background: #FF9701;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-white {
  background: #fff;
  border: 2px solid #FFF;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-white:hover {
  background: #F4F4F6;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-white {
  background: transparent;
  border: 3px solid #FFF;
  color: #FFF;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-white:hover {
  background: #FFF;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-darkblue {
  background: transparent;
  border: 3px solid #001530;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-orange {
  background: transparent;
  border: 3px solid #FFB300;
  color: #FFB300;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-orange:hover {
  border-color: #FFB300;
  background: #FFB300;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-orange {
  background: #FFB300;
  border: 3px solid #FFB300;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-orange:hover {
  border-color: #FF9701;
  background: #FF9701;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid:hover {
  background: #002F6D;
  border-color: #002F6D;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid:hover {
  background: #002F6D;
  border-color: #002F6D;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline {
  /*
		@media all and (min-width: @breakpoint2) {
			padding: 16px 15px;
		}

		@media all and (min-width: @breakpoint3) {
			padding: 16px 25px;
		}
		*/
  background-color: #000;
  color: #FFF;
  border: 1px solid #000;
  display: inline-block;
  padding: 1em 1.5em;
  outline: none;
  text-decoration: none;
  text-align: center;
  width: 100%;
  font-family: 'Nexa-Extra-Bold', sans-serif;
  line-height: 1.3;
  font-weight: 400;
  padding: 12px 14px;
  border-radius: 5px;
  text-transform: none;
  vertical-align: top;
  font-size: 15px;
  /*
		@media all and (min-width: @breakpoint2) {
			padding: 16px 15px;
		}

		@media all and (min-width: @breakpoint3) {
			padding: 16px 25px;
		}
		*/
  background: transparent;
  border: 3px solid #001530;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline:hover {
  /*
            background-color: @color-ci-2;
            color: @color-ci-1;
            border: 1px solid @color-ci-1;
            */
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
@media all and (min-width: 360px) {
  section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline {
    width: auto;
  }
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-white {
  background: transparent;
  border: 3px solid #FFF;
  color: #FFF;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-white:hover {
  background: #FFF;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-darkblue {
  background: transparent;
  border: 3px solid #001530;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-darkblue {
  background: #001530;
  border: 3px solid #001530;
  color: #FFF;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-orange {
  background: transparent;
  border: 3px solid #FFB300;
  color: #FFB300;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-orange:hover {
  border-color: #FFB300;
  background: #FFB300;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-orange {
  background: #FFB300;
  border: 3px solid #FFB300;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-orange:hover {
  border-color: #FF9701;
  background: #FF9701;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-white {
  background: #fff;
  border: 2px solid #FFF;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-white:hover {
  background: #F4F4F6;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline:hover {
  /*
            background-color: @color-ci-2;
            color: @color-ci-1;
            border: 1px solid @color-ci-1;
            */
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
@media all and (min-width: 360px) {
  section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline {
    width: auto;
  }
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-white {
  background: transparent;
  border: 3px solid #FFF;
  color: #FFF;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-white:hover {
  background: #FFF;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-darkblue {
  background: transparent;
  border: 3px solid #001530;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-darkblue {
  background: #001530;
  border: 3px solid #001530;
  color: #FFF;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-orange {
  background: transparent;
  border: 3px solid #FFB300;
  color: #FFB300;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-orange:hover {
  border-color: #FFB300;
  background: #FFB300;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-orange {
  background: #FFB300;
  border: 3px solid #FFB300;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-orange:hover {
  border-color: #FF9701;
  background: #FF9701;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-white {
  background: #fff;
  border: 2px solid #FFF;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-white:hover {
  background: #F4F4F6;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-white {
  background: transparent;
  border: 3px solid #FFF;
  color: #FFF;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-white:hover {
  background: #FFF;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-darkblue {
  background: transparent;
  border: 3px solid #001530;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-orange {
  background: transparent;
  border: 3px solid #FFB300;
  color: #FFB300;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-orange:hover {
  border-color: #FFB300;
  background: #FFB300;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-orange {
  background: #FFB300;
  border: 3px solid #FFB300;
  color: #001530;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-orange:hover {
  border-color: #FF9701;
  background: #FF9701;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
section.content-blocks [class*="wrapper-"] .row [class*="col_"][id*="img-col"] {
  height: 80vw;
  max-height: 495px;
}
@media all and (min-width: 768px) {
  section.content-blocks [class*="wrapper-"] .row [class*="col_"][id*="img-col"] {
    height: auto;
    max-height: 100%;
  }
}
section.content-blocks.img-left {
  background: #001530;
  color: #FFF;
}
@media all and (min-width: 1024px) {
  section.content-blocks.img-left {
    padding-bottom: 100px;
    padding-top: 32px;
  }
}
@media all and (min-width: 1024px) {
  section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] {
    order: 1;
    background: #001530;
  }
}
@media all and (max-width: 767px) {
  section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper {
    margin-bottom: 20px;
  }
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid {
  /*
		@media all and (min-width: @breakpoint2) {
			padding: 16px 15px;
		}

		@media all and (min-width: @breakpoint3) {
			padding: 16px 25px;
		}
		*/
  background-color: #000;
  color: #FFF;
  border: 1px solid #000;
  display: inline-block;
  padding: 1em 1.5em;
  outline: none;
  text-decoration: none;
  text-align: center;
  width: 100%;
  font-family: 'Nexa-Extra-Bold', sans-serif;
  line-height: 1.3;
  font-weight: 400;
  padding: 12px 14px;
  border-radius: 5px;
  text-transform: none;
  vertical-align: top;
  font-size: 15px;
  /*
		@media all and (min-width: @breakpoint2) {
			padding: 16px 15px;
		}

		@media all and (min-width: @breakpoint3) {
			padding: 16px 25px;
		}
		*/
  background: #FFB300;
  border: 3px solid #FFB300;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid:hover {
  /*
            background-color: @color-ci-2;
            color: @color-ci-1;
            border: 1px solid @color-ci-1;
            */
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
@media all and (min-width: 360px) {
  section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid {
    width: auto;
  }
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-white {
  background: transparent;
  border: 3px solid #FFF;
  color: #FFF;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-white:hover {
  background: #FFF;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-darkblue {
  background: transparent;
  border: 3px solid #001530;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-darkblue {
  background: #001530;
  border: 3px solid #001530;
  color: #FFF;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-orange {
  background: transparent;
  border: 3px solid #FFB300;
  color: #FFB300;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-orange:hover {
  border-color: #FFB300;
  background: #FFB300;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-orange {
  background: #FFB300;
  border: 3px solid #FFB300;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-orange:hover {
  border-color: #FF9701;
  background: #FF9701;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-white {
  background: #fff;
  border: 2px solid #FFF;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-white:hover {
  background: #F4F4F6;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid:hover {
  /*
            background-color: @color-ci-2;
            color: @color-ci-1;
            border: 1px solid @color-ci-1;
            */
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
@media all and (min-width: 360px) {
  section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid {
    width: auto;
  }
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-white {
  background: transparent;
  border: 3px solid #FFF;
  color: #FFF;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-white:hover {
  background: #FFF;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-darkblue {
  background: transparent;
  border: 3px solid #001530;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-darkblue {
  background: #001530;
  border: 3px solid #001530;
  color: #FFF;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-orange {
  background: transparent;
  border: 3px solid #FFB300;
  color: #FFB300;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-orange:hover {
  border-color: #FFB300;
  background: #FFB300;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-orange {
  background: #FFB300;
  border: 3px solid #FFB300;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-orange:hover {
  border-color: #FF9701;
  background: #FF9701;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-white {
  background: #fff;
  border: 2px solid #FFF;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-white:hover {
  background: #F4F4F6;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-white {
  background: transparent;
  border: 3px solid #FFF;
  color: #FFF;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-white:hover {
  background: #FFF;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-darkblue {
  background: transparent;
  border: 3px solid #001530;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-orange {
  background: transparent;
  border: 3px solid #FFB300;
  color: #FFB300;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-outline-orange:hover {
  border-color: #FFB300;
  background: #FFB300;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-orange {
  background: #FFB300;
  border: 3px solid #FFB300;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid.btn-orange:hover {
  border-color: #FF9701;
  background: #FF9701;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid:hover {
  border-color: #FF9701;
  background: #FF9701;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid:hover {
  border-color: #FF9701;
  background: #FF9701;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-solid:hover {
  border-color: #FF9701;
  background: #FF9701;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline {
  /*
		@media all and (min-width: @breakpoint2) {
			padding: 16px 15px;
		}

		@media all and (min-width: @breakpoint3) {
			padding: 16px 25px;
		}
		*/
  background-color: #000;
  border: 1px solid #000;
  display: inline-block;
  padding: 1em 1.5em;
  outline: none;
  text-decoration: none;
  text-align: center;
  width: 100%;
  font-family: 'Nexa-Extra-Bold', sans-serif;
  line-height: 1.3;
  font-weight: 400;
  padding: 12px 14px;
  border-radius: 5px;
  text-transform: none;
  vertical-align: top;
  font-size: 15px;
  /*
		@media all and (min-width: @breakpoint2) {
			padding: 16px 15px;
		}

		@media all and (min-width: @breakpoint3) {
			padding: 16px 25px;
		}
		*/
  background: transparent;
  border: 3px solid #FFF;
  color: #FFF;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline:hover {
  /*
            background-color: @color-ci-2;
            color: @color-ci-1;
            border: 1px solid @color-ci-1;
            */
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
@media all and (min-width: 360px) {
  section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline {
    width: auto;
  }
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-white {
  background: transparent;
  border: 3px solid #FFF;
  color: #FFF;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-white:hover {
  background: #FFF;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-darkblue {
  background: transparent;
  border: 3px solid #001530;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-darkblue {
  background: #001530;
  border: 3px solid #001530;
  color: #FFF;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-orange {
  background: transparent;
  border: 3px solid #FFB300;
  color: #FFB300;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-orange:hover {
  border-color: #FFB300;
  background: #FFB300;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-orange {
  background: #FFB300;
  border: 3px solid #FFB300;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-orange:hover {
  border-color: #FF9701;
  background: #FF9701;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-white {
  background: #fff;
  border: 2px solid #FFF;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-white:hover {
  background: #F4F4F6;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline:hover {
  /*
            background-color: @color-ci-2;
            color: @color-ci-1;
            border: 1px solid @color-ci-1;
            */
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
@media all and (min-width: 360px) {
  section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline {
    width: auto;
  }
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-white {
  background: transparent;
  border: 3px solid #FFF;
  color: #FFF;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-white:hover {
  background: #FFF;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-darkblue {
  background: transparent;
  border: 3px solid #001530;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-darkblue {
  background: #001530;
  border: 3px solid #001530;
  color: #FFF;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-orange {
  background: transparent;
  border: 3px solid #FFB300;
  color: #FFB300;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-orange:hover {
  border-color: #FFB300;
  background: #FFB300;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-orange {
  background: #FFB300;
  border: 3px solid #FFB300;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-orange:hover {
  border-color: #FF9701;
  background: #FF9701;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-white {
  background: #fff;
  border: 2px solid #FFF;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-white:hover {
  background: #F4F4F6;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-white {
  background: transparent;
  border: 3px solid #FFF;
  color: #FFF;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-white:hover {
  background: #FFF;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-darkblue {
  background: transparent;
  border: 3px solid #001530;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-orange {
  background: transparent;
  border: 3px solid #FFB300;
  color: #FFB300;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-outline-orange:hover {
  border-color: #FFB300;
  background: #FFB300;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-orange {
  background: #FFB300;
  border: 3px solid #FFB300;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline.btn-orange:hover {
  border-color: #FF9701;
  background: #FF9701;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline:hover {
  background: #FFF;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline:hover {
  background: #FFF;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"] .col-inner .btn-wrapper .btn-outline:hover {
  background: #FFF;
  color: #001530;
}
section.content-blocks.img-left [class*="wrapper-"] .row [class*="col_"][id*="img-col"] {
  order: 0;
}
section#community {
  background: #F4F4F6;
}
section#community [class*="wrapper-"] h2 {
  margin-bottom: 30px;
}
section#community [class*="wrapper-"] p {
  margin-top: 0;
}
@media all and (min-width: 768px) {
  section#community [class*="wrapper-"] p {
    text-align: center;
    margin-bottom: 70px;
  }
}
section#community [class*="wrapper-"] .foot-note p {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
}
section#community [class*="wrapper-"] .btn-wrapper {
  margin-top: 48px;
}
@media all and (max-width: 767px) {
  section#community [class*="wrapper-"] .btn-wrapper {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 768px) {
  section#community [class*="wrapper-"] .btn-wrapper {
    text-align: center;
  }
}
section#newsletter {
  position: relative;
  color: #FFF;
  background-attachment: fixed;
}
html.touch section#newsletter,
html.touchevents section#newsletter {
  background-attachment: scroll;
}
section#newsletter:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 21, 48, 0.7);
}
@media all and (min-width: 768px) {
  section#newsletter [class*="wrapper-"] .row [class*="col_"]:first-child {
    padding-right: 50px;
  }
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] h2 {
  text-align: left;
  margin-bottom: 30px;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] h2 mark {
  color: #FFB300;
  background: none;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .legal-consent-container {
  margin-top: 10px;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .submitted-message p {
  color: #FFB300;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .hs-error-msgs {
  margin-top: 10px;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .hs-error-msgs li {
  padding: 0;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .hs-error-msgs li label {
  margin: 0;
  color: #e00d4d;
  font-size: 14px;
  line-height: 1.4;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .hs-form-field label {
  display: block;
  margin-bottom: 5px;
  color: #FFF;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .hs-form-field .input input[type="email"] {
  padding: 10px;
  border: 1px solid #FFF;
  border-radius: 6px;
  color: #FFF;
  font-size: 16px;
  font-family: 'Nexa-Text-Regular', sans-serif;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .legal-consent-container p {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.4;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .legal-consent-container p a {
  color: #FFF;
  text-decoration: underline;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .legal-consent-container p a:hover {
  text-decoration: none;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .legal-consent-container .input ul.inputs-list li {
  padding: 0;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .legal-consent-container .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .legal-consent-container .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display > * {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .legal-consent-container .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border: 1px solid #FFF;
  appearance: none;
  border-radius: 3px;
  margin-right: 14px;
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.4;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .legal-consent-container .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked {
  appearance: auto;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .legal-consent-container .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display span {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .legal-consent-container .input ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display span p {
  margin: 0;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions {
  text-align: right;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button {
  /*
		@media all and (min-width: @breakpoint2) {
			padding: 16px 15px;
		}

		@media all and (min-width: @breakpoint3) {
			padding: 16px 25px;
		}
		*/
  background-color: #000;
  color: #FFF;
  border: 1px solid #000;
  display: inline-block;
  padding: 1em 1.5em;
  outline: none;
  text-decoration: none;
  text-align: center;
  width: 100%;
  font-family: 'Nexa-Extra-Bold', sans-serif;
  line-height: 1.3;
  font-weight: 400;
  padding: 12px 14px;
  border-radius: 5px;
  text-transform: none;
  vertical-align: top;
  font-size: 15px;
  /*
		@media all and (min-width: @breakpoint2) {
			padding: 16px 15px;
		}

		@media all and (min-width: @breakpoint3) {
			padding: 16px 25px;
		}
		*/
  background: #fff;
  border: 2px solid #FFF;
  color: #001530;
  padding: 10px 15px!important;
  margin-top: 20px;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button:hover {
  /*
            background-color: @color-ci-2;
            color: @color-ci-1;
            border: 1px solid @color-ci-1;
            */
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
@media all and (min-width: 360px) {
  section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button {
    width: auto;
  }
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-outline-white {
  background: transparent;
  border: 3px solid #FFF;
  color: #FFF;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-outline-white:hover {
  background: #FFF;
  color: #001530;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-outline-darkblue {
  background: transparent;
  border: 3px solid #001530;
  color: #001530;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-outline-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-darkblue {
  background: #001530;
  border: 3px solid #001530;
  color: #FFF;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-outline-orange {
  background: transparent;
  border: 3px solid #FFB300;
  color: #FFB300;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-outline-orange:hover {
  border-color: #FFB300;
  background: #FFB300;
  color: #001530;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-orange {
  background: #FFB300;
  border: 3px solid #FFB300;
  color: #001530;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-orange:hover {
  border-color: #FF9701;
  background: #FF9701;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-white {
  background: #fff;
  border: 2px solid #FFF;
  color: #001530;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-white:hover {
  background: #F4F4F6;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button:hover {
  /*
            background-color: @color-ci-2;
            color: @color-ci-1;
            border: 1px solid @color-ci-1;
            */
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
@media all and (min-width: 360px) {
  section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button {
    width: auto;
  }
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-outline-white {
  background: transparent;
  border: 3px solid #FFF;
  color: #FFF;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-outline-white:hover {
  background: #FFF;
  color: #001530;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-outline-darkblue {
  background: transparent;
  border: 3px solid #001530;
  color: #001530;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-outline-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-darkblue {
  background: #001530;
  border: 3px solid #001530;
  color: #FFF;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-outline-orange {
  background: transparent;
  border: 3px solid #FFB300;
  color: #FFB300;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-outline-orange:hover {
  border-color: #FFB300;
  background: #FFB300;
  color: #001530;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-orange {
  background: #FFB300;
  border: 3px solid #FFB300;
  color: #001530;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-orange:hover {
  border-color: #FF9701;
  background: #FF9701;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-white {
  background: #fff;
  border: 2px solid #FFF;
  color: #001530;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-white:hover {
  background: #F4F4F6;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-outline-white {
  background: transparent;
  border: 3px solid #FFF;
  color: #FFF;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-outline-white:hover {
  background: #FFF;
  color: #001530;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-outline-darkblue {
  background: transparent;
  border: 3px solid #001530;
  color: #001530;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-outline-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-outline-orange {
  background: transparent;
  border: 3px solid #FFB300;
  color: #FFB300;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-outline-orange:hover {
  border-color: #FFB300;
  background: #FFB300;
  color: #001530;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-orange {
  background: #FFB300;
  border: 3px solid #FFB300;
  color: #001530;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button.btn-orange:hover {
  border-color: #FF9701;
  background: #FF9701;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button:hover {
  background: #F4F4F6;
}
section#newsletter [class*="wrapper-"] .row [class*="col_"] .hbspt-form .actions .hs-button:hover {
  background: #F4F4F6;
}
section#news {
  background: #F4F4F6;
}
section#news [class*="wrapper-"] .btn-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  section#news [class*="wrapper-"] .btn-wrapper {
    margin-top: 87px;
  }
}
section#contact {
  background: #F4F4F6;
}
@media all and (min-width: 768px) {
  section#contact [class*="wrapper-"] .row {
    margin: 0;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35);
  }
}
@media all and (max-width: 1023px) {
  section#contact [class*="wrapper-"] .row [class*="col_"] {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media all and (min-width: 768px) {
  section#contact [class*="wrapper-"] .row [class*="col_"] {
    padding: 70px 60px;
  }
  section#contact [class*="wrapper-"] .row [class*="col_"]:last-child {
    background: #FFF;
  }
}
section#contact [class*="wrapper-"] .row [class*="col_"] h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}
@media all and (min-width: 768px) {
  section#contact [class*="wrapper-"] .row [class*="col_"] h2 {
    margin-top: 0;
  }
}
section#contact [class*="wrapper-"] .row [class*="col_"]#contact-bg {
  height: 80vh;
  max-height: 300px;
}
@media all and (min-width: 768px) {
  section#contact [class*="wrapper-"] .row [class*="col_"]#contact-bg {
    height: 80vh;
    max-height: 500px;
    padding: 0;
  }
}
@media all and (min-width: 1024px) {
  section#contact [class*="wrapper-"] .row [class*="col_"]#contact-bg {
    height: auto;
    max-height: 100%;
    padding: 0;
  }
}
section#contact [class*="wrapper-"] .row [class*="col_"] fieldset[class*="form-columns"] {
  max-width: 100%;
  margin-top: 20px;
}
section#contact [class*="wrapper-"] .row [class*="col_"] fieldset[class*="form-columns"]:first-child {
  margin-top: 0;
}
section#contact [class*="wrapper-"] .row [class*="col_"] fieldset[class*="form-columns"] label span {
  font-family: 'Nexa-Extra-Bold', sans-serif;
  font-size: 16px;
}
section#contact [class*="wrapper-"] .row [class*="col_"] fieldset[class*="form-columns"].form-columns-2 {
  margin-top: 50px;
}
section#contact [class*="wrapper-"] .row [class*="col_"] fieldset[class*="form-columns"].form-columns-2 .hs-form-field + .hs-form-field {
  margin-top: 20px;
}
@media all and (min-width: 480px) {
  section#contact [class*="wrapper-"] .row [class*="col_"] fieldset[class*="form-columns"].form-columns-2 .hs-form-field + .hs-form-field {
    margin-top: 0;
  }
}
section#contact [class*="wrapper-"] .row [class*="col_"] .submitted-message p {
  color: #FFB300;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .hs-error-msgs {
  margin-top: 10px;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .hs-error-msgs li {
  padding: 0;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .hs-error-msgs li label {
  margin: 0;
  color: #e00d4d;
  font-size: 12px;
  line-height: 1.3;
}
@media all and (min-width: 360px) and (max-width: 480px) {
  section#contact [class*="wrapper-"] .row [class*="col_"] .hs-error-msgs li label {
    font-size: 12px;
  }
}
@media all and (min-width: 480px) and (max-width: 768px) {
  section#contact [class*="wrapper-"] .row [class*="col_"] .hs-error-msgs li label {
    font-size: 12px;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  section#contact [class*="wrapper-"] .row [class*="col_"] .hs-error-msgs li label {
    font-size: 13px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1280px) {
  section#contact [class*="wrapper-"] .row [class*="col_"] .hs-error-msgs li label {
    font-size: 13px;
  }
}
@media all and (min-width: 1280px) and (max-width: 1468px) {
  section#contact [class*="wrapper-"] .row [class*="col_"] .hs-error-msgs li label {
    font-size: 14px;
  }
}
@media all and (min-width: 1468px) and (max-width: 1680px) {
  section#contact [class*="wrapper-"] .row [class*="col_"] .hs-error-msgs li label {
    font-size: 14px;
  }
}
@media all and (min-width: 1680px) and (max-width: 1920px) {
  section#contact [class*="wrapper-"] .row [class*="col_"] .hs-error-msgs li label {
    font-size: 14px;
  }
}
@media all and (min-width: 1920px) {
  section#contact [class*="wrapper-"] .row [class*="col_"] .hs-error-msgs li label {
    font-size: 14px;
  }
}
@media all and (min-width: 2200px) {
  section#contact [class*="wrapper-"] .row [class*="col_"] .hs-error-msgs li label {
    font-size: 14px;
  }
}
section#contact [class*="wrapper-"] .row [class*="col_"] .input ul.inputs-list li {
  display: inline;
  padding: 0;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .input ul.inputs-list li.hs-form-radio label.hs-form-radio-display {
  display: inline-block;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .input ul.inputs-list li.hs-form-radio label.hs-form-radio-display input {
  display: none;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .input ul.inputs-list li.hs-form-radio label.hs-form-radio-display input:checked + span {
  color: #FFF;
  background: #001530;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .input ul.inputs-list li.hs-form-radio label.hs-form-radio-display input:checked + span::before {
  border-color: #F4F4F6;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .input ul.inputs-list li.hs-form-radio label.hs-form-radio-display input:checked + span::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: transform 0.2s ease;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .input ul.inputs-list li.hs-form-radio label.hs-form-radio-display span {
  display: block;
  position: relative;
  height: 45px;
  padding: 23px 17px 0 42px;
  margin-right: 10px;
  margin-top: 0px;
  border-radius: 7px;
  background: #FFF;
  color: #001530;
  font-size: 16px;
  line-height: 0;
}
@media all and (min-width: 768px) {
  section#contact [class*="wrapper-"] .row [class*="col_"] .input ul.inputs-list li.hs-form-radio label.hs-form-radio-display span {
    background: #F4F4F6;
  }
}
section#contact [class*="wrapper-"] .row [class*="col_"] .input ul.inputs-list li.hs-form-radio label.hs-form-radio-display span::before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 14px;
  left: 17px;
  margin-right: 10px;
  border: 1px solid #6B747E;
  border-radius: 100%;
  cursor: pointer;
  z-index: 3;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .input ul.inputs-list li.hs-form-radio label.hs-form-radio-display span::after {
  content: '';
  display: block;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 17px;
  left: 20px;
  background-color: #F4F4F6;
  border-radius: 100%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: transform 0.2s ease;
  cursor: pointer;
  z-index: 4;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .hs-form-radio .hs-form-radio-display {
  margin-bottom: 10px;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .hs-form-field label {
  display: block;
  margin-bottom: 5px;
  color: #001530;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .hs-form-field .input textarea,
section#contact [class*="wrapper-"] .row [class*="col_"] .hs-form-field .input input {
  width: 100%;
  padding: 10px;
  border: 1px solid #B8BBC1;
  border-radius: 6px;
  color: #001530;
  background: #FFF;
  font-size: 16px;
  font-family: 'Nexa-Text-Regular', sans-serif;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .hs-form-field .input textarea {
  resize: none;
  min-height: 100px;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .legal-consent-container p {
  margin-bottom: 20px;
  font-family: 'Nexa-Text-Extra-Light', sans-serif;
  font-size: 12px;
  color: #6B747E;
  line-height: 1.7;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .legal-consent-container p a {
  color: #6B747E;
  text-decoration: underline;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .legal-consent-container p a:hover {
  text-decoration: none;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions {
  text-align: right;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button {
  /*
		@media all and (min-width: @breakpoint2) {
			padding: 16px 15px;
		}

		@media all and (min-width: @breakpoint3) {
			padding: 16px 25px;
		}
		*/
  background-color: #000;
  border: 1px solid #000;
  display: inline-block;
  padding: 1em 1.5em;
  outline: none;
  text-decoration: none;
  text-align: center;
  width: 100%;
  font-family: 'Nexa-Extra-Bold', sans-serif;
  line-height: 1.3;
  font-weight: 400;
  padding: 12px 14px;
  border-radius: 5px;
  text-transform: none;
  vertical-align: top;
  font-size: 15px;
  /*
		@media all and (min-width: @breakpoint2) {
			padding: 16px 15px;
		}

		@media all and (min-width: @breakpoint3) {
			padding: 16px 25px;
		}
		*/
  background: #001530;
  border: 3px solid #001530;
  color: #FFF;
  padding: 10px 15px;
  margin-top: 20px;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button:hover {
  /*
            background-color: @color-ci-2;
            color: @color-ci-1;
            border: 1px solid @color-ci-1;
            */
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
@media all and (min-width: 360px) {
  section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button {
    width: auto;
  }
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-outline-white {
  background: transparent;
  border: 3px solid #FFF;
  color: #FFF;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-outline-white:hover {
  background: #FFF;
  color: #001530;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-outline-darkblue {
  background: transparent;
  border: 3px solid #001530;
  color: #001530;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-outline-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-darkblue {
  background: #001530;
  border: 3px solid #001530;
  color: #FFF;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-outline-orange {
  background: transparent;
  border: 3px solid #FFB300;
  color: #FFB300;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-outline-orange:hover {
  border-color: #FFB300;
  background: #FFB300;
  color: #001530;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-orange {
  background: #FFB300;
  border: 3px solid #FFB300;
  color: #001530;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-orange:hover {
  border-color: #FF9701;
  background: #FF9701;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-white {
  background: #fff;
  border: 2px solid #FFF;
  color: #001530;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-white:hover {
  background: #F4F4F6;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button:hover {
  /*
            background-color: @color-ci-2;
            color: @color-ci-1;
            border: 1px solid @color-ci-1;
            */
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-outline-black {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-outline-black:hover {
  background: #000;
  color: #FFF;
}
@media all and (min-width: 360px) {
  section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button {
    width: auto;
  }
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-outline-white {
  background: transparent;
  border: 3px solid #FFF;
  color: #FFF;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-outline-white:hover {
  background: #FFF;
  color: #001530;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-outline-darkblue {
  background: transparent;
  border: 3px solid #001530;
  color: #001530;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-outline-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-darkblue {
  background: #001530;
  border: 3px solid #001530;
  color: #FFF;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-outline-orange {
  background: transparent;
  border: 3px solid #FFB300;
  color: #FFB300;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-outline-orange:hover {
  border-color: #FFB300;
  background: #FFB300;
  color: #001530;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-orange {
  background: #FFB300;
  border: 3px solid #FFB300;
  color: #001530;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-orange:hover {
  border-color: #FF9701;
  background: #FF9701;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-white {
  background: #fff;
  border: 2px solid #FFF;
  color: #001530;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-white:hover {
  background: #F4F4F6;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-outline-white {
  background: transparent;
  border: 3px solid #FFF;
  color: #FFF;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-outline-white:hover {
  background: #FFF;
  color: #001530;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-outline-darkblue {
  background: transparent;
  border: 3px solid #001530;
  color: #001530;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-outline-darkblue:hover {
  background: #002F6D;
  border-color: #002F6D;
  color: #fff;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-outline-orange {
  background: transparent;
  border: 3px solid #FFB300;
  color: #FFB300;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-outline-orange:hover {
  border-color: #FFB300;
  background: #FFB300;
  color: #001530;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-orange {
  background: #FFB300;
  border: 3px solid #FFB300;
  color: #001530;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button.btn-orange:hover {
  border-color: #FF9701;
  background: #FF9701;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button:hover {
  background: #002F6D;
  border-color: #002F6D;
}
section#contact [class*="wrapper-"] .row [class*="col_"] .actions .hs-button:hover {
  background: #002F6D;
  border-color: #002F6D;
}
@media all and (min-width: 768px) {
  section#appointment [class*="wrapper-"] {
    padding-bottom: 0;
  }
}
@media all and (max-width: 767px) {
  section#appointment .meetings-iframe-container iframe {
    height: 620px !important;
  }
}
