@charset "UTF-8";
/* -----------------------------------------------------
+
+ FRONT-MAN.com
+
------------------------------------------------------ */
@font-face {
  font-family: 'AxiformaRegular';
  src: url("../fonts/Axiforma-Regular.eot");
  src: local("Axiforma Regular"), local("Axiforma-Regular"), url("../fonts/Axiforma-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Axiforma-Regular.woff") format("woff"), url("../fonts/Axiforma-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AxiformaBlack';
  src: url("../fonts/Axiforma-Black.eot");
  src: local("Axiforma Black"), local("Axiforma-Black"), url("../fonts/Axiforma-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Axiforma-Black.woff") format("woff"), url("../fonts/Axiforma-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'AxiformaBold';
  src: url("../fonts/Axiforma-Bold.eot");
  src: local("Axiforma Bold"), local("Axiforma-Bold"), url("../fonts/Axiforma-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Axiforma-Bold.woff") format("woff"), url("../fonts/Axiforma-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'AxiformaBook';
  src: url("../fonts/Axiforma-Book.eot");
  src: local("Axiforma Book"), local("Axiforma-Book"), url("../fonts/Axiforma-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Axiforma-Book.woff") format("woff"), url("../fonts/Axiforma-Book.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'AxiformaLight';
  src: url("../fonts/Axiforma-Light.eot");
  src: local("Axiforma Light"), local("Axiforma-Light"), url("../fonts/Axiforma-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Axiforma-Light.woff") format("woff"), url("../fonts/Axiforma-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/*------------------------------------*\
    @BASE #PAGE
\*------------------------------------*/
html {
  min-height: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.42;
  font-weight: 300;
  background-color: #f0f0f0;
  color: #555;
  height: 100%;
  min-width: 320px;
  position: relative;
}
body * {
  box-sizing: border-box;
  min-width: 0;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    @BASE #TYPE
\*------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  color: #555;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

h2,
.h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}

p:last-child {
  margin-bottom: 0;
}

dl dt {
  font-weight: 400;
}
dl dd {
  margin-bottom: 0;
}

p:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  p:not(:last-child) {
    margin-bottom: 20px;
  }
}

hr {
  margin: 80px 0;
}
@media (max-width: 768px) {
  hr {
    margin: 40px 0;
  }
}

strong {
  font-weight: 700;
}

/*------------------------------------*\
    @BASE #LINKS
\*------------------------------------*/
a {
  outline: none !important;
  /* removing outline in Mozilla */
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
a:hover, a:focus {
  text-decoration: none;
}
p a {
  text-decoration: underline;
  color: #555;
}
p a:hover {
  color: #5799da;
  text-decoration: underline;
}

/*------------------------------------*\
    @OBJECTS #BUTTONS
\*------------------------------------*/
button, button:focus, button:active {
  outline: none !important;
  cursor: pointer;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
button:not(.btn), button:focus:not(.btn), button:active:not(.btn) {
  border: none;
}

.btn {
  cursor: pointer;
  font-weight: 700;
}

*[class*="btn-outline-"] {
  border-width: 2px;
  box-shadow: none !important;
}

/*------------------------------------*\
    @OBJECTS #ICONS
\*------------------------------------*/
.icon {
  fill: currentColor;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

/*------------------------------------*\
    @OBJECTS #CAROUSEL [SLICK]
\*------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*------------------------------------*\
	@COMPONENTS #BUTTONS
\*------------------------------------*/
*[class*="btn-"] {
  cursor: pointer;
}

.btn {
  box-shadow: none !important;
}
.btn::not([class*="outline"]) {
  border: none !important;
}

.btn--wide {
  width: 100%;
  max-width: 270px;
  padding: 20px;
}
@media (max-width: 576px) {
  .btn--wide.btn--full {
    max-width: 100%;
  }
}

.btn-secondary,
.btn-primary {
  color: #fff !important;
}

.btn--shadow {
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2) !important;
}

.btn--xxl {
  padding: 30px 50px;
  font-size: 36px;
  border-radius: 10px;
}
.btn--xxl .icon {
  width: 50px;
  height: 50px;
  margin-left: 15px;
}
@media (max-width: 576px) {
  .btn--xxl {
    font-size: 20px;
    padding: 20px 30px;
  }
  .btn--xxl .icon {
    width: 30px;
    height: 30px;
  }
}

.btn-flat {
  padding: 0;
  background-color: transparent;
  color: #555;
  border: none;
  line-height: 1;
  outline: none;
  box-shadow: none !important;
}
.btn-flat:hover {
  color: #5799da;
}

.tag {
  display: inline-block;
  background-color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 16px;
}

/*------------------------------------*\
	@COMPONENTS #ICONS
\*------------------------------------*/
/*------------------------------------*\
	@COMPONENTS #PAGE
\*------------------------------------*/
body {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-x: hidden;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.container {
  width: 100%;
  max-width: 1260px;
  padding: 0 15px;
}

.container--sm {
  max-width: 1000px;
}

/*------------------------------------*\
	@COMPONENTS #HEADER
\*------------------------------------*/
.header {
  background-color: rgba(255, 255, 255, 0.8);
  height: 70px;
  font-weight: 400;
  position: relative;
  z-index: 1000;
}
.header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.header > .container:after {
  content: attr(data-label);
  font-size: 40px;
  color: #fff;
  font-weight: 200;
  line-height: 1;
  background-color: #324d67;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.search-on .header > .container:after {
  top: 100px;
}
@media (max-width: 1260px) {
  .header > .container:after {
    right: 0;
    border-radius: 0 0 0 10px;
    top: 100% !important;
  }
}
@media (max-width: 576px) {
  .header > .container:after {
    margin-top: 30px;
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    font-size: 30px;
    right: 15px;
    border-radius: 0 0 10px 10px;
    text-align: center;
    padding: 15px;
  }
}
.header > .container.label-hidden:after {
  display: none;
}
.header:after {
  content: '';
  width: 100%;
  height: 30px;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
}
.header ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header ul a {
  color: #555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header ul a:hover {
  color: #5799da;
}
.menu-on .header {
  z-index: 2000;
}

.header__logo {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin: 10px 60px -20px 0;
}
.header__logo img {
  height: 80px;
  margin-bottom: 0;
}
.header__logo:hover {
  opacity: .7;
}
@media (max-width: 992px) {
  .header__logo {
    margin-right: 30px;
  }
}

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .header__menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background-color: white;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 1;
  }
  .menu-on .header__menu {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

.header__nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1;
}
.header__nav li:not(:last-child) {
  margin-right: 40px;
}
.header__nav .icon:not(:only-child) {
  margin-right: 10px;
}
.header__nav:last-child {
  margin-left: auto;
}
@media (max-width: 992px) {
  .header__nav {
    font-size: 16px;
  }
  .header__nav li:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 20px !important;
    font-weight: 300;
  }
  .header__nav li {
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .header__nav a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .header__nav .icon:not(:only-child) {
    margin-left: 10px;
    margin-right: 0;
  }
  .header__nav:last-child {
    margin-left: 0;
  }
}

.header__nav--alt {
  font-size: 14px;
}
.header__nav--alt li:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 992px) {
  .header__nav--alt li:not(:last-child) {
    margin-right: 20px;
  }
}

.header__search {
  padding-right: 30px;
  border-right: 1px solid #555;
}
@media (max-width: 992px) {
  .header__search {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .header__search {
    border-top: 1px solid #ccc;
    border-right: none;
  }
  .header__search > * {
    display: none !important;
  }
}

.header__menu .menu-trigger {
  margin-bottom: 30px;
}
.header__menu .menu-trigger .icon {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .menu-trigger {
    display: none;
  }
}

.header__mob {
  margin-left: auto !important;
}
.header__mob li {
  margin-left: 30px;
}
.header__mob .icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .header__mob {
    display: none !important;
  }
}

/*------------------------------------*\
	@COMPONENTS #FOOTER
\*------------------------------------*/
.footer {
  margin-top: auto;
  background-color: #333;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 300;
  padding: 80px 0;
  font-size: 14px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  opacity: .5;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 992px) {
  .footer {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  .footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__title {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #fff;
}
@media (max-width: 992px) {
  .footer__title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .footer__title {
    margin-bottom: 20px;
  }
}

.footer__col {
  margin-right: 100px;
}
@media (max-width: 1260px) {
  .footer__col {
    margin-right: 5vw;
  }
}
@media (max-width: 768px) {
  .footer__col:not(:last-child) {
    margin-bottom: 50px;
  }
}

.footer__col--info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
  margin-right: 0;
  text-align: right;
}
.footer__col--info img {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .footer__col--info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    width: 100%;
  }
  .footer__col--info img {
    height: 100px;
    margin: 20px 0;
  }
}

.footer__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.footer__nav li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .footer__nav {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
  .footer__nav li {
    width: -webkit-calc(100%/3 - 20px);
    width: calc(100%/3 - 20px);
    margin: 10px;
  }
}
@media (max-width: 576px) {
  .footer__nav li {
    width: -webkit-calc(100%/2 - 20px);
    width: calc(100%/2 - 20px);
  }
}

.footer__menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px auto;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
.footer__menu li {
  margin: 0 10px;
}
@media (max-width: 992px) {
  .footer__menu {
    font-size: 16px;
  }
}

.footer__copy {
  font-weight: 300;
  font-size: 14px;
}

/*------------------------------------*\
	@COMPONENTS #TOTOP
\*------------------------------------*/
.totop {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  color: #5799da;
  position: absolute;
  top: 0;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.totop .icon {
  width: 15px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.totop:hover {
  background-color: #5799da;
  color: #fff !important;
}
.prefooter + .footer .totop {
  top: -100px;
}
@media (min-width: 992px) {
  .totop {
    right: 30px;
  }
}
@media (min-width: 576px) {
  .totop {
    width: 48px;
    height: 48px;
  }
  .totop .icon {
    width: 22px;
    height: 12px;
  }
  .prefooter + .footer .totop {
    top: -120px;
  }
}

/*------------------------------------*\
	@COMPONENTS #SECTION
\*------------------------------------*/
.section .container {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .section .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.section .container + .container {
  padding-top: 0;
}

.section--center .container {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 576px) {
  .section--center .container {
    min-height: 300px;
  }
}

.section--pattern {
  background: url("../images/pattern-white.jpg") left center repeat;
}

.section--grey {
  background-color: #f1f1f1;
}

.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
  color: #555;
  font-size: 18px;
  text-align: center;
}

.section__title {
  font-size: 36px;
  font-weight: 700;
  color: #555;
  margin-bottom: 30px;
}
.section__title--bgr {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 5px;
}

.section__label {
  position: absolute;
  right: 10px;
  bottom: -10px;
  background-color: #e7e7e7;
  display: inline-block;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 300;
}
.section__label:before, .section__label:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.section__label:before {
  right: 100%;
  border-width: 0 10px 10px 0;
  border-color: transparent #ccc transparent transparent;
}
.section__label:after {
  left: 100%;
  border-width: 10px 10px 0 0;
  border-color: #ccc transparent transparent transparent;
}
@media (max-width: 768px) {
  .section__label {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    text-align: center;
  }
}

/*------------------------------------*\
	@COMPONENTS #CAROUSEL
\*------------------------------------*/
.slick-prev, .slick-next {
  background-color: transparent;
  padding: 0;
  color: #5799da;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 50;
}
.slick-prev .icon,
.slick-next .icon {
  height: 40px;
  width: 30px;
}
.hero .slick-prev,
.hero .slick-next {
  margin-top: 40px;
  color: #fff;
  opacity: .5;
}
.slick-prev:hover, .slick-next:hover {
  opacity: 1;
}
@media (max-width: 576px) {
  .hero .slick-prev, .hero .slick-next {
    top: auto;
    bottom: 0;
    opacity: 1;
  }
}

.slick-prev {
  left: -50px;
}
@media (max-width: 1360px) {
  .slick-prev {
    left: -25px;
  }
}
.hero .slick-prev {
  left: 30px;
}
@media (max-width: 576px) {
  .hero .slick-prev {
    left: 20px;
  }
}

.slick-next {
  right: -50px;
}
@media (max-width: 1360px) {
  .slick-next {
    right: -25px;
  }
}
.hero .slick-next {
  right: 30px;
}
@media (max-width: 576px) {
  .hero .slick-next {
    right: 20px;
  }
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.slick-dots li {
  margin-top: -40px;
  margin-left: 10px;
}
.slick-dots button {
  padding: 0;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 2px solid white !important;
  border-radius: 3px;
  text-indent: -9999px;
}
.slick-dots button:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.slick-dots .slick-active button {
  background-color: #fff;
}
@media (max-width: 576px) {
  .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .slick-dots li {
    margin-top: -50px;
  }
}

/*------------------------------------*\
	@COMPONENTS #SEARCH
\*------------------------------------*/
.search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-calc(100% + 30px);
  height: calc(100% + 30px);
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  z-index: 1020;
}
.search-on .search {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.search .container {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search__input {
  border: none;
  border-bottom: 1px solid #ccc;
  background: none !important;
  font-weight: 300;
  padding-left: 0;
  border-radius: 0;
}

.search__btn {
  margin-left: 20px;
}
.search__btn .icon {
  width: 24px;
  height: 24px;
}

/*------------------------------------*\
	@COMPONENTS #HERO
\*------------------------------------*/
.hero {
  margin-top: -70px;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hero__slide {
  background-size: cover;
  background-position: 50% 0;
  padding-top: 100px;
  color: #fff;
}
.hero__slide .container {
  min-height: 740px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1260px) {
  .hero__slide .container {
    min-height: 700px;
  }
}
@media (max-width: 992px) {
  .hero__slide .container {
    min-height: 640px;
  }
}
@media (max-width: 768px) {
  .hero__slide .container {
    min-height: -webkit-calc(100vh - 100px);
    min-height: calc(100vh - 100px);
  }
}
@media (max-width: 576px) {
  .hero__slide .container {
    min-height: -webkit-calc(100vh - 240px);
    min-height: calc(100vh - 240px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 576px) {
  .hero__slide {
    padding-top: 150px;
    padding-bottom: 90px;
  }
}

.hero__box {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 10px 10px 0 0;
  max-width: 640px;
  width: 80%;
  padding: 30px;
  font-size: 24px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all .3s ease .3s;
  transition: all .3s ease .3s;
}
.slick-current .hero__box {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.hero__box p {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  -webkit-transition: all .3s ease .9s;
  transition: all .3s ease .9s;
}
.slick-current .hero__box p {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 576px) {
  .hero__box {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    font-weight: 300;
    text-align: center;
  }
}

.hero__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
  -webkit-transition: all .3s ease .6s;
  transition: all .3s ease .6s;
}
.slick-current .hero__title {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 576px) {
  .hero__title {
    text-align: center;
    font-size: 32px;
  }
}

.hero--product {
  margin-bottom: 85px;
}
.hero--product .container {
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 576px) {
  .hero--product {
    margin-bottom: 0;
  }
}

/*------------------------------------*\
	@COMPONENTS #EXPLORE
\*------------------------------------*/
.explore {
  position: relative;
  z-index: 1000;
}
@media (max-width: 1360px) {
  .explore {
    margin: 0 30px;
  }
}
.explore .slick-list {
  overflow: visible;
}
.explore .slick-list:before, .explore .slick-list:after {
  content: '';
  background-color: #f1f1f1;
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}
.explore .slick-list:before {
  right: 100%;
}
.explore .slick-list:after {
  left: 100%;
}

.explore__slide {
  padding: 0 15px;
  text-align: center;
}
.explore__slide .card {
  width: 100%;
  max-width: 220px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/*------------------------------------*\
	@COMPONENTS #CARD
\*------------------------------------*/
.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 300px;
  border: none;
  background-color: transparent;
  position: relative;
}

.card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  margin-bottom: 5px;
  border-radius: 10px 10px 0 0;
}

.card__badge {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card__title {
  font-size: 40px;
  font-weight: 300;
  color: #16193b;
}

.card__btn {
  padding: 15px;
  border-radius: 0 0 10px 10px;
}
.card__btn .icon-video {
  width: 40px;
  height: 30px;
}

.card--hero {
  min-width: 200px;
  width: 90%;
  max-width: 480px;
  min-height: 0;
  margin-bottom: -85px;
}
@media (max-width: 576px) {
  .card--hero {
    margin-bottom: 40px;
  }
}
.card--hero .card__top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 20px;
}
.card--hero .card__top > * {
  margin: 0 10px;
}
@media (max-width: 576px) {
  .card--hero .card__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.card--hero .card__badge {
  margin-bottom: 0;
  width: 50px;
  height: 50px;
}
.card--hero .card__badge img {
  height: 100%;
}
@media (max-width: 576px) {
  .card--hero .card__badge {
    margin-bottom: 20px;
  }
}
.card--hero .card__title {
  font-size: 46px;
  font-weight: 700;
}
.card--hero .card__btn {
  height: 80px;
  font-weight: 300;
  font-size: 18px;
}
.card--hero .card__btn .icon {
  margin-right: 10px;
}

/*------------------------------------*\
	@COMPONENTS #POPUP
\*------------------------------------*/
.popup {
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 100%;
  left: -20px;
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px);
  opacity: 0;
  visibility: hidden;
  margin-top: 40px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  z-index: 1010;
}
.card:hover .popup, .popup:hover {
  opacity: 1;
  visibility: visible;
  margin-top: 10px;
}
.popup:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #324d67 transparent;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100%;
}

.popup__content {
  background-color: #324d67;
  border-radius: 10px 10px 0 0;
  font-size: 12px;
  padding: 25px;
}
.popup__content p:not(:last-child) {
  margin-bottom: 20px;
}

.popup__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0 0 10px 10px;
  font-size: 14px;
  padding: 15px 25px 18px;
}
.popup__btn .icon-angle-right {
  width: 8px;
  height: 14px;
}

/*------------------------------------*\
	@COMPONENTS #LISTS
\*------------------------------------*/
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #555;
}
.check-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.check-list li:not(:last-child) {
  margin-bottom: 40px;
}
.check-list .icon {
  color: #28a745;
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .check-list {
    font-size: 20px;
  }
}

.tags-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
}
.tags-list li:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px;
  }
  .tags-list li {
    margin: 5px !important;
  }
}

/*------------------------------------*\
	@COMPONENTS #BRICK
\*------------------------------------*/
.brick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .brick {
    margin-bottom: 15px;
  }
}

.brick__icon {
  background-color: rgba(255, 255, 255, 0.5);
  min-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 15px;
  color: #5799da;
  border-radius: 10px 0 0 10px;
  margin-right: 3px;
}
.brick__icon .icon {
  width: 50px;
  height: 50px;
}

.brick__content {
  background-color: #fff;
  padding: 20px 25px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0 10px 10px 0;
}

.brick__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

/*------------------------------------*\
	@COMPONENTS #FAQ
\*------------------------------------*/
.faq {
  margin-bottom: 15px;
}
.faq.open:not(:last-child) {
  margin-bottom: 30px;
}

.faq__question {
  font-size: 16px;
  font-weight: 400;
  color: #555;
  cursor: pointer;
  padding: 15px 25px;
  border-radius: 3px;
  margin-bottom: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}
.open .faq__question {
  color: #5799da;
  background-color: #fff;
  border-radius: 3px 3px 0 0;
}
.open .faq__question .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq__answer {
  padding: 20px 25px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 0 0 3px 3px;
  font-size: 14px;
}

/*------------------------------------*\
	@COMPONENTS #MODAL
\*------------------------------------*/
.modal .close {
  padding: 0;
  line-height: 1;
  font-size: 1rem;
}

.modal-body {
  padding: 0;
}

/*------------------------------------*\
	@TRUMPS #COLORS
\*------------------------------------*/
.text-secondary {
  color: #c5913e !important;
}

/*------------------------------------*\
	@TRUMPS #HELPERS
\*------------------------------------*/
.clean {
  margin: 0;
  padding: 0;
}

.visuallyhidden {
  position: absolute;
  left: -999em;
}

.invisible {
  visibility: hidden !important;
}

.no-transition,
.no-transition * {
  -webkit-transition: none !important;
  transition: none !important;
}

.amp {
  font-family: Baskerville, Palatino, "Palatino Linotype", "Book Antiqua", serif;
  font-size: 1.4em;
  font-style: italic;
  font-weight: normal;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.flat-bottom {
  padding-bottom: 0 !important;
}

.nowrap {
  white-space: nowrap;
}

/*------------------------------------*\
	@TRUMPS #LAYOUT
\*------------------------------------*/
@media (max-width: 992px) {
  .row {
    margin: 0 -15px;
  }
  .row > * {
    padding: 0 15px;
  }
}
.row--border {
  margin: 0 -50px;
}
.row--border > * {
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row--border > *:not(:first-child) {
  border-left: 1px solid #ccc;
}
@media (max-width: 576px) {
  .row--border > * {
    border: none !important;
  }
}

.spaced1x {
  margin-bottom: 10px !important;
}

.spaced2x {
  margin-bottom: 20px !important;
}

.spaced3x {
  margin-bottom: 30px !important;
}

.spaced4x {
  margin-bottom: 40px !important;
}

.spaced5x {
  margin-bottom: 50px !important;
}

.spaced6x {
  margin-bottom: 60px !important;
}

.spaced7x {
  margin-bottom: 70px !important;
}

.spaced8x {
  margin-bottom: 80px !important;
}

.spaced9x {
  margin-bottom: 90px !important;
}

.spaced10x {
  margin-bottom: 100px !important;
}

/*------------------------------------*\
	@TRUMPS #PRINT
\*------------------------------------*/
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/3c3c5e64604209a4d63e1e4c48dd245d45fadfd9/css/main.css#L200-L234
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /**
   * DonÔÇÖt show links that are fragment identifiers, or use the `javascript:`
   * pseudo protocol.
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
}
