.carousel .testimonial,
.testimonial {
    position: relative;
    background: #fff;
    max-width: 600px;
    padding: 34px;
    margin: 2rem auto;
    text-align: left;
    height: 85%;
    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-shadow: 0 16px 48px 0 rgba(0, 0, 0, .12);
            box-shadow: 0 16px 48px 0 rgba(0, 0, 0, .12);
    top: 0;

    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.testimonial:hover {
    top: -5px;
}

.carousel .testimonial {
    margin: 2.5rem;
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .12);
            box-shadow: 0 8px 20px 0 rgba(0, 0, 0, .12);
    cursor: pointer;
}

@media (max-width: 991px) {
    .testimonial {
        padding: 16px;
        -webkit-box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .12);
                box-shadow: 0 8px 24px 0 rgba(0, 0, 0, .12);
    }
}

.testimonial .testimonial-client {
    font-size: 2rem;
    color: #2d2b37;
    margin-bottom: 5px;
}

.testimonial .testimonial-company {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    color: rgba(0, 0, 0, .76)
}

.testimonial .testimonial-position {
    display: inline-block;
    color: #23B5B2;
    margin-left: .5rem;
}

.testimonial .testimonial-quote-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 25px;
}

.carousel .testimonial .testimonial-quote-icon,
.testimonial .testimonial-quote-icon {
    width: 18px;
}

.testimonial .testimonial-quote-body {
    margin-left: 15px;
    line-height: 1.5;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
}

.testimonial-full {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.testimonial-full .testimonial-full-quote {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.testimonial-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 35px !important;
    width: 100%;
    height: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.testimonial-button .btn {
    display: inline;
}.wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
  background: white;
  opacity: .75;
  left: 0;
  top: 0;
}

.mainContainer > .wrapper {
  opacity: 1;
}

.loader {
  border: 8px solid #F3F3F3;
  border-radius: 50%;
  border-top: 8px solid #23B5B2;
  width: 72px;
  height: 72px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}@font-face {
  font-family: "Montserrat";
  src: url(ml.eot);
  src: url(ml.eot?#iefix) format("embedded-opentype"),
       url(ml.woff) format("woff");
  font-style: normal;
  font-weight: 300
}
@font-face {
  font-family: "Montserrat";
  src: url(mr.eot);
  src: url(mr.eot?#iefix) format("embedded-opentype"),
       url(mr.woff) format("woff");
  font-style: normal;
  font-weight: 500
}
@font-face {
  font-family: "Montserrat";
  src: url(mb.eot);
  src: url(mb.eot?#iefix) format("embedded-opentype"),
       url(mb.woff) format("woff");
  font-style: normal;
  font-weight: 700
}
@font-face {
  font-family: "nonstop";
  src: url(nonstop.eot);
  src: url(nonstop.eot?#iefix) format("embedded-opentype"),
       url(nonstop.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, /* 1 */
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.carousel .control-arrow,.carousel.carousel-slider .control-arrow{-webkit-transition:all .25s ease-in;transition:all .25s ease-in;opacity:.4;position:absolute;z-index:2;top:20px;background:0 0;border:0;font-size:32px;cursor:pointer}
.carousel .control-arrow:hover{opacity:1}
.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:''}
.carousel .control-disabled.control-arrow{opacity:0;cursor:inherit;display:none}
.carousel .control-prev.control-arrow{left:0}
.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}
.carousel .control-next.control-arrow{right:0}
.carousel .control-next.control-arrow:before{border-left:8px solid #fff}
.carousel{position:relative;width:100%}
.carousel *{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}
.carousel button{outline:0;border:0;background:0 0}
.carousel img{width:100%;display:inline-block;pointer-events:none}
.carousel .carousel{position:relative}
.carousel .control-arrow{top:50%;margin-top:-13px;font-size:18px}
.carousel .thumbs-wrapper{margin:20px;overflow:hidden}
.carousel .thumbs{-webkit-transition:all .15s ease-in;transition:all .15s ease-in;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);position:relative;list-style:none;white-space:nowrap}
.carousel .thumb{-webkit-transition:border .15s ease-in;transition:border .15s ease-in;display:inline-block;width:80px;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}
.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333;padding:2px}
.carousel .thumb img{vertical-align:top}
.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}
.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}
.carousel.carousel-slider .control-arrow:hover{background:rgba(0, 0, 0, .2)}
.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;-webkit-transition:height .15s ease-in;transition:height .15s ease-in}
.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-webkit-box;display:-ms-flexbox;display:-moz-flex;display:flex}
.carousel .slider-wrapper.axis-horizontal .slider .slide{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-flow:column;flex-flow:column}
.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-webkit-box;display:-ms-flexbox;display:-moz-flex;display:flex}
.carousel .slider-wrapper.axis-vertical .slider{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.carousel .slider{position:relative;list-style:none;width:100%}
.carousel .slider.animated{-webkit-transition:all .35s ease-in-out;transition:all .35s ease-in-out}
.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center;background:#000}
.carousel .slide img{width:100%;vertical-align:top;border:0}
.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}
.carousel .slide .legend{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;-webkit-transition:opacity .35s ease-in-out;transition:opacity .35s ease-in-out}
.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;text-align:center;width:100%}
@media (min-width:960px){.carousel .control-dots{bottom:0}}
.carousel .control-dots .dot{-webkit-transition:opacity .25s ease-in;transition:opacity .25s ease-in;opacity:.3;-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, .9);box-shadow:1px 1px 2px rgba(0, 0, 0, .9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}
.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1}
.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0, 0, 0, .9);color:#fff}
.carousel:hover .slide .legend{opacity:1}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none;
}
html {
  font-size: 62.5%;
}
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1140px) {
  html, body {
    height: 100%
  }
}
#root{
    height:100%;
}
body {
  position: relative;
  background: #fff url('bg-d.png') no-repeat top center;
  background-size: cover;
  min-width: 320px;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Montserrat", Helvetica-Neue, Helvetica, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: normal;
  line-height: 1.5;
  color: #011627;
}
@media (max-width: 768px) {
  body {
    font-size: 1.6em;
    background-image: url('bg-m.png');
    background-repeat: repeat-y;
    background-size: 100%
  }
}
a {
  color: #011627;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:hover {
  color: #139491;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}
a:not([href]):not([tabindex]):focus,
    a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
b, strong { font-weight: 700; }
small { font-size: 80%; }
sub { bottom: -.25em; }
sup { top: -.5em; }
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.1;
  margin-bottom: 0.5em;
  font-family: inherit;
  font-weight: 600;
  color: #1E1E1E;
  word-wrap: break-word;
  word-break: break-word;
}
.h1, h1 { font-size: 5.2rem; }
.h2, h2 { font-size: 4.2rem; }
.h3, h3 { font-size: 3.2rem; }
.h4, h4 { font-size: 2.4rem; }
.h5, h5 { font-size: 2rem; }
@media (max-width: 1024px) {
  .h1, h1 { font-size: 3.2rem; }
  .h2, h2 { font-size: 2.8rem; }
  .h3, h3 { font-size: 2.2rem; }
  .h4, h4 { font-size: 1.8rem; }
  .h5, h5 { font-size: 1.6rem; }
}
.text-bold { font-weight: 700; }
.text-normal { font-weight: 400 }
.text-light { font-weight: 300; }
.text-uppercase { text-transform: uppercase; }
.text-capitalize { text-transform: capitalize; }
.text-break-word { word-break: break-word; }
.text-nowrap { white-space: nowrap; }
.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-large { font-size: 125%; }
.text-small { font-size: 75%; }
.text-xsmall { font-size: 50%; }
.text-primary, .text-turquoise { color: #23B5B2; }
.text-secondary, .text-orange { color: #FCB00E; }
.text-third, .text-base { color: #011627; }
.text-fourth { color: #FDFFFC; }
.text-fifth { color: #2EC4B6; }
.text-danger, .text-red { color: #FF4D3F }
.text-muted, .text-hinted { color: #A4BCC0 }
.pageTitle {
  margin-bottom: 2.4rem;
  font-size: 3rem;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  color: #1E1E1E;
}
.pageTitle .small {
    font-size: .5em;
    text-transform: none;
    font-weight: normal;
    margin-top: 10px;
  }
@media (min-width: 1024px) {
  .pageTitle {
    margin-bottom: 2rem;
    font-size: 5rem
  }
}
@media (min-width: 1367px) {
  .pageTitle {
    margin-bottom: 3rem;
    font-size: 6rem
  }
}
a.decorated {
  color: #23B5B2 !important;
  cursor: pointer;
}
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  //white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 10px 20px;
  font-size: inherit;
  line-height: 1.25;
  border-radius: 1px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer
}
.btn.disabled,
  .btn[disabled],
  .btn.btn-disabled,
  .btn.state-disabled {
  cursor: default;
}
/* BUTTON ORANGE */
.btn-turquoise {
  color: #FFF;
  background-color: #23B5B2
}
.btn-turquoise:hover, .btn-turquoise.hover {
  background-color: #139491;
}
.btn-turquoise:active, .btn-turquoise.active {
  background-color: #139491;
}
.btn-turquoise.disabled, .btn-turquoise[disabled] {
  background-color: #91C3C2
}
.btn-orange {
  color: #FFF;
  background-color: #FCB00E
}
.btn-orange:hover, .btn-orange.hover {
  background-color: #FDCD65;
}
.btn-orange:active, .btn-orange.active {
  background-color: #CB8E0C;
}
.btn-orange.disabled, .btn-orange[disabled] {
  background-color: #E4CE9F
}
.btn-default, .btn-link {
  color: #47535d;
  background-color: #FFF;
  border-color: #d6dde2
}
.btn-default:hover, .btn-default.hover, .btn-link:hover, .btn-link.hover {
  background-color: #f5f6f1;
}
.btn-default:active, .btn-default.active, .btn-link:active, .btn-link.active {
  background-color: #f5f6f1;
}
.btn-default.disabled, .btn-default[disabled], .btn-link.disabled, .btn-link[disabled] {
  background-color: #f5f6f1;
  color: #919da7;
}
.btn-plain {
  color: #47535d;
  background-color: transparent;
  border-color: transparent
}
.btn-plain:hover, .btn-plain.hover {
  background-color: transparent;
}
.btn-plain:active, .btn-plain.active {
  background-color: transparent;
}
.btn-plain.disabled, .btn-plain[disabled] {
  background-color: transparent;
  color: #919da7;
}
.btn-sm {
  font-size: 1.4rem;
  padding: .75rem 1.25rem;
}
.btn-md {
  font-size: inherit;
  padding: 1.6rem 2.4rem;
}
.btn-lg {
  font-size: 1.8rem;
  padding: 1.6rem 3rem;
}
.btn-wide {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1139px) {
  .btn-sm { padding: .5rem 1rem; }
  .btn-md { padding: 1rem 2rem; }
  .btn-lg { padding: 1.4rem 2rem; }
}
.btn-block {
  display: block;
  width: 100%;
}
@media (max-width: 1023px) {
  .mobile-buttons .btn { width: 100%;
  }
  .mobile-buttons .btn ~ .btn { margin-top: 10px;
  }
}
/* HEX BUTTONS */
.btnHex {
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
.btnHex .state-disabled, .btnHex .disabled, .btnHex[disabled] { cursor: auto; cursor: initial; }
.btnHex.orange {
  color: #FCB00E
}
.btnHex.orange:hover, .btnHex.orange.hover {
  color: #FDCD65;
}
.btnHex.orange:active, .btnHex.orange.active {
  color: #CB8E0C;
}
.btnHex.orange.disabled, .btnHex.orange[disabled] {
  color: #E4CE9F!important;
}
.btnHex.turquoise {
  color: #23B5B2
}
.btnHex.turquoise:hover, .btnHex.turquoise.hover {
  color: #139491
}
.btnHex.turquoise:active, .btnHex.turquoise.active {
  color: #139491
}
.btnHex.turquoise.disabled, .btnHex.turquoise[disabled] {
  color: #b7e2e1!important;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
.input {
  display: block;
  width: 100%;
  padding: 1.3rem 1rem;
  font-size: 1em;
  line-height: 1.25;
  color: #1E1E1E;
  background-color: #FFF;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 0
}
.input::-ms-expand {
  background-color: transparent;
  border: 0;
}
.input:focus {
  outline: none;
}
.input::-webkit-input-placeholder {
  color: #868E96;
  opacity: 1;
  font-weight: 300;
}
.input:-ms-input-placeholder {
  color: #868E96;
  opacity: 1;
  font-weight: 300;
}
.input::-ms-input-placeholder {
  color: #868E96;
  opacity: 1;
  font-weight: 300;
}
.input::placeholder {
  color: #868E96;
  opacity: 1;
  font-weight: 300;
}
.input:disabled,
  .input[readonly] {
  background-color: #E9ECEF;
  opacity: 1;
}
select.input:not([size]):not([multiple]) {
  height: calc(2.25em + 2px);
}
select.input:focus::-ms-value {
  color: #495057;
  background-color: #FFF;
}
.errorBlock {
  margin-top: 0.5rem;
  text-align: left;
  color: #FF4D3F;
  font-size:1.2rem;
  height:2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
.ns-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.ns-list li {
    position: relative;
    padding-left: 26px;
    margin-top: 10px
  }
.ns-list li:first-child {
  margin-top: 0;
}
.ns-list li::before {
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #FCB00E;
  content: '';
}
.filters-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filters-list li {
    margin: 5px;
    padding: 0;
  }
.filters-list .filter-item {
    display: block;
    padding: 5px 8px;
    background-color: transparent;
    -webkit-transition: color .3s ease, background-color .3s ease;
    transition: color .3s ease, background-color .3s ease
  }
.filters-list .filter-item:not(.active) {
  cursor: pointer;
}
.filters-list .filter-item.active {
  background-color: #23B5B2;
  color: #FFF;
}
.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-inline li {
    padding-left: 1rem
  }
.list-inline li:first-child {
  padding-left: 0;
}
.skills-list {
  opacity: .75;
  font-weight: 300;
  font-size: 80%;
}
.img-responsive {
  max-width: 100%
}
.img-responsive.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1140px) {
  .container {
    max-width: 1600px;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .grid-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  -ms-flex-positive: 1;
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}
.grid-5 {
  -ms-flex: 0 0 20%;
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}
.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-sm-5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-md-5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-lg-5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .grid-xl-5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}
.mainContainer {
  position: relative;
}
@media (max-width: 1139px) {
  .mainContainer {
    padding-bottom: 50px
  }
}
/* Page transition wrapper */
.ptWrapper {
  width: 100%;
  position: relative;

  /* mobile */
}
.ptWrapper > div {
    width: 100%;
  }
@media (max-width: 1139px) {
  .ptWrapper {
    min-height: calc(100vh - 101px)
  }
}
.ptWrapper {
  /*desktop */
}
@media (min-width: 1140px) {
  .ptWrapper {
    overflow: hidden;
    height: 100vh;
  }
  .ptWrapper > div {
      position: absolute;
      height: 100vh;
  }
}
.mastHead {
  position: fixed;
  z-index: 1010;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1139px) {
  .mastHead {
    -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, .1);
            box-shadow: 0 6px 24px rgba(0, 0, 0, .1)
  }
}
.navContainer {
  width: 100%;
  height: 48px;
  z-index: 10;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.navContainer > .container {
    height: 100%;
  }
.navContainer a {
    color: #47535D;
  }
@media (min-width: 1140px) {
  .navContainer {
    height: 80px;
  }
  .navContainer > .container {
      max-width: none;
      max-width: initial;
      padding-left: 40px;
      padding-right: 40px;
  }
}
.navBar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1139px) {
  .navBar {
    background-color: #FFF
  }
}
.nsLogo {
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nsLogo picture {
    display: block;
  }
.nsLogo .mainLogo {
    height: 45px;
    position: absolute;
    top: 17px;
    left: 0;
  }
@media (max-width: 1139px) {
  .nsLogo .mainLogo {
      height: 28px;
      left: 50%;
      top: 15px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
  }
}
.iconHamburger {
  width: 30px;
  height: 100%;
  position: relative;
}
@media (min-width: 1140px) {
  .iconHamburger {
    display: none
  }
}
.iconHamburgerBox {
  cursor: pointer;
  display: block;
  height: 25px;
  position: relative;
  width: 30px;
  margin-top: 16px;
}
.iconHamburgerBox span {
    background-color: #011627;
    border-radius: 0;
    display: block;
    height: 3px;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    width: 100%
  }
.iconHamburgerBox span:nth-child(1) {
  top: 0;
}
.iconHamburgerBox span:nth-child(2), .iconHamburgerBox span:nth-child(3) {
  top: 7px;
}
.iconHamburgerBox span:nth-child(4) {
  top: 14px;
}
.navOpen .iconHamburgerBox span { background-color: #23B5B2; }
.navOpen .iconHamburgerBox span:nth-child(1), .navOpen .iconHamburgerBox span:nth-child(4) { opacity: 0; visibility: hidden; }
.navOpen .iconHamburgerBox span:nth-child(2) { -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.navOpen .iconHamburgerBox span:nth-child(3) { -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.mainNav {
  position: relative;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainNav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
.mainNav a {
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    display: block;
    line-height: 3.6rem;
    margin-left: 1rem;
    margin-right: 1rem;
    color: #6B6B6B
  }
.mainNav a:hover {
  color: #23B5B2;
}
.mainNav.navOpen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
@media (max-width: 1139px) {
  .mainNav {
    position: absolute!important;
    top: 48px;
    left: -15px;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: calc(100vh - 48px);
    width: calc(100% + 30px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: scale(0.8) translateY(-10px);
            transform: scale(0.8) translateY(-10px);
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden
  }
  .mainNav.navOpen {
    visibility: visible;
  }
  .mainNav ul {
      text-align: center;
  }
  .mainNav .pageLinks { }
  .mainNav .socialLinks {
      margin-top: 30px;
  }
  .mainNav .langSelect {
      margin-top: 30px;
  }
}
/* main page naviation links */
.pageLinks a:not(.btnItem)::before {
  left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  content: "";
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  position: absolute;
  bottom: -0.25em;
  height: 2px;
  width: 0;
  background: #46CECB;
}
.pageLinks a:not(.btnItem):hover::before {
  width: 100%;
}
@media (min-width: 1140px) {
  .pageLinks .btnItem {
      border: 1px solid #D6DDE2;
      border-radius: 4px;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      margin-left: .5rem;
      margin-right: .5rem
  }
  .pageLinks .btnItem:hover {
    border-color: #46CECB
  }
  .pageLinks .extLink {
      margin-left: 30px;
  }
}
@media (max-width: 1139px) {
  .pageLinks a {
      line-height: 5rem;
  }
}
@media (max-width: 1139px) and (orientation: portrait) {
  .pageLinks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
  }
}
/* Social icons on mobile */
.socialLinks li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.socialLinks a {
    display: block;
    font-size: 2rem;
    color: #6B6B6B
  }
.socialLinks a:hover,
    .socialLinks a:active {
  color: #46CECB;
}
@media (min-width: 1140px) {
  .socialLinks {
    display: none!important
  }
}
/* Language select */
.mainNav .langSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainNav .langSelect span {
    display: block;
    font-size: 1.4rem;
    margin-left: 5px;
    margin-right: 5px;
    color: #919DA7;
    cursor: pointer;
    line-height: 3.6rem;
  }
@media (min-width: 1140px) {
  .mainNav .langSelect {
    margin-left: 30px
  }
}
.mastFoot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  color: #919DA7;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 3rem;
  position: relative;
}
.mastFoot .clutchBadge{
      margin-left: 15px;
      margin-right: 15px;
      margin-bottom: 20px;
      margin-top: 5px;
  }
.mastFoot .socialSites {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
.mastFoot .socialSites a {
      font-size: 1.6rem;
      color: #919DA7;
      margin-left: 5px;
      margin-right: 5px
    }
.mastFoot .socialSites a:hover {
  color: #23B5B2;
}
@media (max-width: 1139px) {
  .mastFoot {
    text-align: center;
    background-color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 5rem;
    border-top: 1px solid #D6DDE2;
  }
  .mastFoot .socialSites {
      display: none;
  }
}
@media (min-width: 1140px) {
  .mastFoot {
    position: fixed;
    bottom: 30px;
    left: 40px;
    z-index: 100
  }
}
/*.verticalLine {*/
/*border-left: 1px solid #ddd;*/
/*height: 50vh;*/
/*margin: 1rem 0;*/
/*}*/
.dots-navigation {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.dots-navigation a {
    cursor: pointer;
    display: inline-block;
    background-color: transparent;
    border: 2px solid transparent;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    margin: 6px;
    position: relative;
    -webkit-transition: border-color 0.5s ease;
    transition: border-color 0.5s ease
  }
.dots-navigation a::after {
  height: 8px;
  width: 8px;
  position: absolute;
  display: block;
  content: "";
  background-color: #D6DDE2;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.dots-navigation a.active {
  border-color: #23B5B2
}
.dots-navigation a.active::after {
  background-color: transparent;
}
.dots-navigation.vertical {
  position: fixed;
  right: 24px;
  top: 40%;
  width: 18px;
  z-index: 150;
  text-align: center;
}
.dots-navigation.vertical a {
      margin: 0 3px 10px;
}
/* Main slides (up and down) arrows container */
.main-slider-navigation {
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 150;
}
.main-slider-navigation .icn {
    display: block;
    font-size: 54px;
    line-height: 1;
    height: 54px;
    width: 54px;
  }
/* Inslide navigation */
.inslide-navigation {
  width: 100%;
  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;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.inslide-navigation .dots-navigation {
    text-align: center;
  }
.inslide-navigation .icn {
    font-size: 3.2rem;
  }
@media (min-width: 1140px) {
  .inslide-navigation .dots-navigation {
      margin-left: 10px;
      margin-right: 10px;
      text-align: left;
      text-align: initial;
  }
}
.carousel-slider,
.carousel .slider-wrapper,
.carousel .slider-wrapper .slider,
.carousel .slider-wrapper .slider .slide {
    height: 100%;
}
.carousel .control-dots {
        background-color: rgba(0, 0, 0, 0) !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 48px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: #FFF;
        margin: 0;
        bottom: 0;
    }
.carousel .control-dots .dot {
            background-color:#D6DDE2;
            border: 2px solid #FFF;
            height: 12px;
            width: 12px;
            border-radius: 50%;
            margin: 6px;
            -webkit-box-shadow: none;
                    box-shadow: none;
            opacity: 1
        }
.carousel .control-dots .dot.selected {
  border-color: #23B5B2;
  background-color: #FFF;
}
.carousel .slide {
        background: transparent;
    }
.carousel.carousel-slider {
  overflow: visible;
}
.slideContent {
  width: 100%;
  overflow-x: hidden;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1139px) {
  .slideContent {
    padding-top: 80px;
    text-align: center;
    min-height: calc(100vh - 101px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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
  }
}
@media (min-width: 1140px) {
  .slideContent {
    height: 100%;
    padding-left: 60px;
    padding-right: 60px
  }
}
/* Content center */
@media (min-width: 1140px) {
  .f-desktop-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .f-desktop-center > div {
      text-align: center;
      width: 100%;
  }
}
.slideContentWrapper {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1140px) {
  .slideContentWrapper {
    padding-left: 60px;
    padding-right: 60px
  }
}
@media (min-width: 1200px) {
  .slideContentWrapper {
    max-height: 70vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
  }
}
[data-icon]:before {
  font-family: "nonstop";
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  -webkit-font-feature-settings: normal !important;
          font-feature-settings: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icn-"]:before,
[class*=" icn-"]:before {
  font-family: "nonstop";
  font-style: normal !important;
  font-weight: normal !important;
  -webkit-font-feature-settings: normal !important;
          font-feature-settings: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icn-skype:before { content: "a"; }
.icn-twitter:before { content: "b"; }
.icn-messenger:before { content: "c"; }
.icn-youtube:before { content: "d"; }
.icn-facebook:before { content: "e"; }
.icn-instagram:before { content: "f"; }
.icn-google-plus:before { content: "g"; }
.icn-cancel:before { content: "l"; }
.icn-attachment:before { content: "m"; }
.icn-snapchat:before { content: "n"; }
.icn-briefcase:before { content: "o"; }
.icn-direction:before { content: "p"; }
.icn-list:before { content: "q"; }
.icn-lock:before { content: "r"; }
.icn-lock-open:before { content: "s"; }
.icn-chevron-right:before { content: "h"; }
.icn-chevron-down:before { content: "i"; }
.icn-chevron-left:before { content: "j"; }
.icn-chevron-up:before { content: "k"; }
.icn-clutch:before { content: "x"; }
/* HEX BUTTONS */
.icn-hex-chevron-right:before { content: "t"; }
.icn-hex-chevron-left:before { content: "u"; }
.icn-hex-chevron-down:before { content: "v"; }
.icn-hex-chevron-up:before { content: "w"; }
.modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.modal-body > div {
    height: 100%;
  }
.modal-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  position: fixed;
}
.modal-background {
  width: 100%;
  height: 100%;
  z-index: 2100;
  position: fixed;
  background: rgba(255, 255, 255, .85);
}
.modal-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 2rem 10rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}
.modal-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  background: #fff;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1050;
  text-align: initial;
}
.modal-details .close {
    text-align: center;
    cursor: pointer;
    color: #384C5E
  }
.modal-details .close:hover {
  color: #23B5B2
}
.h-100 {
  height: 100%;
}
.modal-carousel {
  height: 100%;
  width: 100%;
  min-height: 350px;
}
.modal-carousel > div {
    height: 100%;
    width: 100%;
  }
.modal-carousel .slick-dots li.slick-active button {
    border-color: #FFF;
  }
@media (max-width: 767px) {
  .modal-body {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .modal-details {
    height: 100%;
  }

  .modal-wrapper {
    padding: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
}
@media (max-width: 1023px) {
  .modal-details {
    height: 100%;
  }

  .modal-wrapper {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .modal-details .close {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 2rem;
    line-height: 1;
  }

    .modal-details .close i {
      vertical-align: middle;
      display: inline-block;
      color: #FFF;
      margin-right: 5px;
      position: relative;
      top: -3px;
    }

    .modal-details .close i::after {
      content: '';
      display: block;
      position: absolute;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #23B5B2;
      top: -2px;
      z-index: -1;
      left: -2px;
    }
}
@media (min-width: 1024px) {
  .modal-details {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
            box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
  }

    .modal-details .close {
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 100;
      display: block;
      font-size: 4rem;
      width: 40px;
      height: 40px;
      line-height: 1;
    }

      .modal-details .close > span {
        display: none;
      }
}
.tile-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tile {
  position: relative;
  height: 350px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 567px) {
  .tile {
    height: 200px
  }
}
@media (min-width: 568px) and (max-width: 1139px) {
  .tile {
    height: 280px
  }
}
@media (min-width: 1140px) and (max-width: 1366px) {
  .tile {
    height: 230px
  }
}
.tile .tile-cover {
    display: block;
    position: relative;
    //margin: -1px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.tile .tile-cover img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: #F5F5F5;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: transform .4s ease;
      -webkit-transition: -webkit-transform .4s ease;
      transition: -webkit-transform .4s ease;
      transition: transform .4s ease;
      transition: transform .4s ease, -webkit-transform .4s ease;

      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }
.tile .tile-mask {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(145deg, rgba(35, 181, 178, 1) 0%,rgba(252, 176, 14, .55) 100%);
    opacity: 0;
    -webkit-transition: background .4s ease, opacity .4s ease;
    transition: background .4s ease, opacity .4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.tile .tile-body {
    opacity: 0;
    position: absolute;
    bottom: 40px;
    left: 0;
    padding: 15px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 5;
    width: 100%;
    color: #FFF;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(0);
            transform: translateY(0);
}
.tile:hover .tile-mask, .tile:active .tile-mask, .tile.active .tile-mask {
      opacity: 1;
}
.tile:hover .tile-cover img, .tile:active .tile-cover img, .tile.active .tile-cover img {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
}
.tile:hover .tile-body, .tile:active .tile-body, .tile.active .tile-body {
      -webkit-transform: translateY(-20px);
              transform: translateY(-20px);
      opacity: 1;
}
.cover-wrapper {
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.cover-wrapper img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #F5F5F5;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform .4s ease;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
.fileUploader [type="file"] {
    display: none;
  }
.contact-form-wrapper {
  background-color: #D6DDE2;
  padding: 20px;
  height: 100%;
}
@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.card-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  //align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-list .card {
    //transition: opacity .3s linear, transform .3s ease;
    -webkit-animation: FadeIn .5s linear;
            animation: FadeIn .5s linear;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
.card-list *:nth-child(1) > .card { -webkit-animation-delay: .2s; animation-delay: .2s; }
.card-list *:nth-child(2) > .card { -webkit-animation-delay: .4s; animation-delay: .4s; }
.card-list *:nth-child(3) > .card { -webkit-animation-delay: .6s; animation-delay: .6s; }
.card-list *:nth-child(4) > .card { -webkit-animation-delay: .8s; animation-delay: .8s; }
.card-list *:nth-child(5) > .card { -webkit-animation-delay: 1s; animation-delay: 1s; }
.card-list *:nth-child(6) > .card { -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
.card-list *:nth-child(7) > .card { -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
.card-list *:nth-child(8) > .card { -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
.card-list *:nth-child(9) > .card { -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
.card-list *:nth-child(10) > .card { -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
.card-list.cards-stretched .card {
  height: 100%;
}
.card {
  position: relative;
  padding: 20px;
  border: 1px solid transparent;
}
.card .card-icon {
    position: relative;
    text-align: center;
  }
.card .card-icon img {
      max-width: 100%;
      display: block;
      margin-left: auto;
      margin-right: auto
    }
.card .card-description {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
.card.center-content {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card.card-bordered {
  background-color: #FFF;
  border-color: #D6DDE2;
}
.card.card-shadow {
  background-color: #FFF;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
}
.alert {
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px
}
.alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert.small {
  padding: 5px;
}
.badge {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  background-color: #D6DDE2
}
.badge.badge-turquoise {
  color: #FFF;
  background-color: #23B5B2
}
.badge.badge-orange {
  color: #FFF;
  background-color: #FCB00E;
}
.badge + .badge {
  margin-left: 10px;
}
.badge.badge-sm {
  padding: 3px 6px;
  font-size: 1.4rem;
}
.badge.badge-lg {
  padding: 8px 16px;
  font-size: 2rem;
}
.scrollbar-container {
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}
.scrollbar-content {
    padding-right: 3rem;
}
@media (max-width: 1140px) {
    .project-categories {
        margin-top: 20px;
    }
}
.project-categories {
    -webkit-animation-name: displayOnDelay;
            animation-name: displayOnDelay;
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
}
@-webkit-keyframes displayOnDelay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes displayOnDelay {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
.popup-box {
    position: fixed;
    z-index: 2000;
    padding: 15px;

    width: calc(100% - 30px);
    color: #ffffff;    
}
.popup-box-theme-turquoise {
            background-color: #23B5B2;
        }
.popup-box-theme-orange {
            background-color: #FCB00E;
        }
.continueLink {
        cursor: pointer;
    }
@media (min-width: 768px) {
  .slide_about--highlights .highlights-cards .card {
        height: 100%;
        min-height: 130px;
  }
}
@media (min-width: 768px) {
  .slide_about--numbers .card-number-slide.icon--heart::after {
    left: 60px;
  }
  .slide_about--numbers .card-number-slide.icon--people::after {
    left: 0;
  }
  .slide_about--numbers .card-number-slide.icon--airplane::after {
    left: 70px;
  }
  .slide_about--numbers .card-number-slide.icon--hand::after {
    top: -20px;
    right: 30px;
  }
  .slide_about--numbers .card-number-slide.icon--cup::after {
    top: -10px;
    right: 30px;
  }
  .slide_about--numbers .card-number-slide.icon--ring::after {
    right: 0;
  }
}
.slide_about--numbers .card-number-slide {
    position: relative
}
.slide_about--numbers .card-number-slide::after {
  z-index: -1;
  content: '';
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
}
.slide_about--numbers .card-number-slide.icon--heart::after {
  background-image: url('/assets/images/numbersIcons/heart.png');
}
.slide_about--numbers .card-number-slide.icon--people::after {
  background-image: url('/assets/images/numbersIcons/people.png');
}
.slide_about--numbers .card-number-slide.icon--airplane::after {
  background-image: url('/assets/images/numbersIcons/airplane.png');
}
.slide_about--numbers .card-number-slide.icon--hand::after {
  background-image: url('/assets/images/numbersIcons/hand.png');
}
.slide_about--numbers .card-number-slide.icon--cup::after {
  background-image: url('/assets/images/numbersIcons/cup.png');
}
.slide_about--numbers .card-number-slide.icon--ring::after {
  background-image: url('/assets/images/numbersIcons/ring.png');
}
.slide-portfolio { }
.slide-team {
}
.membersGallery .tile {
    height: 220px;
  }
.slide-team-contact-us .jobs-slider {
    height: 6rem
  }
.slide-team-contact-us .jobs-slider > div {
  height: 100%;
}
.slide-team-contact-us .jobs-slider .slide {
      background-color: transparent;
}
.slide-team-contact-us .jobs-slider .slide span {
        cursor: pointer;
      }
.slide-team-contact-us .jobs-slider .control-dots {
      bottom: 30px;
}
.slide-team-contact-us .jobs-slider .control-dots .dot {
        cursor: pointer;
        display: inline-block;
        background-color: transparent;
        border: 2px solid transparent;
        height: 12px;
        width: 12px;
        border-radius: 50%;
        margin: 6px;
        position: relative;
        -webkit-transition: border-color 0.5s ease;
        transition: border-color 0.5s ease;
        -webkit-box-shadow: none;
                box-shadow: none
      }
.slide-team-contact-us .jobs-slider .control-dots .dot::after {
  height: 8px;
  width: 8px;
  position: absolute;
  display: block;
  content: "";
  background-color: #D6DDE2;
  border-radius: 50%;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.slide-team-contact-us .jobs-slider .control-dots .dot.selected {
  border-color: #139491
}
.slide-team-contact-us .jobs-slider .control-dots .dot.selected::after {
  background-color: transparent;
}
.slide-contact .scrollbar::-webkit-scrollbar {
    width: 10px;
    border-radius: 10px;
    background-color: #F5F5F5;
  }
.slide-contact .scrollbar::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #23B5B2;
  }
.slide-contact-contact-form .contact-person-wrapper {
    position: relative;
    height: 100%;
  }
.slide-contact-contact-form .contact-details-wrapper {
    background-color: #23B5B2;
    color: #FFF;
    padding: 20px;
    height: 100%;
    text-align: left;
  }
.slide-contact-contact-form .contact-details-wrapper .h2, .slide-contact-contact-form .contact-details-wrapper a {
      color: #FFF;
    }
.slide-team-contact-us .slideContentWrapper > .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.jobs-slider {
  //padding-bottom: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.jobs-slider > div {
    width: 100%;
    overflow: hidden;
  }
.jobs-slider .slick-arrow { display: none !important; }
/*.contactForm {
  background: var(--turquoise-light);
  height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1rem;
}*/
.modal-office-detail {

}
.business-contact-success-wrapper .contact-form-wrapper {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
@media (min-width: 1140px) and (max-width: 1366px) {
    .card-wrap-smaller {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%;
        max-width: 20%;
    }
}
.case-studies-details .logo-wrapper img {
      left: 0;
      top: 0;
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center top;
      object-position: center top;
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
      background-color: #F5F5F5;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: transform .4s ease;
      -webkit-transition: -webkit-transform .4s ease;
      transition: -webkit-transform .4s ease;
      transition: transform .4s ease;
      transition: transform .4s ease, -webkit-transform .4s ease;

      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
    }
@media (max-width: 1023px) {
    .case-studies-details .detail-image-wrapper {
      width: 100%;
      height: 50%;
    }

      .case-studies-details .detail-image-wrapper .modal-carousel {
        min-height: auto;
      }

    .case-studies-details .detail-content-wrapper {
      height: 50%;
    }
}
@media (min-width: 1024px) {
    .case-studies-details .detail-content-wrapper {
      height: 100%;
    }

    .case-studies-details .h2 {
      font-size: 3.8rem;
    }
}
@media (min-width: 1140px) and (max-width: 1366px) {
        .slide-contact-contact-form .h2 {
            font-size: 3.8rem;
        }
        .slide-contact-contact-form .slideContentWrapper {
            height: 100%;
        }

        .slide-contact-contact-form .contact-form-wrapper {
            padding: 5px 20px;
        }

        .slide-contact-contact-form textarea {
            height: 75px;
        }
}
@media (min-width: 1140px) and (max-width: 1366px) {

        .slide_case-studies.supplier-info .carousel-wrapper {
            height: 100%;
        }
        .slide_case-studies.supplier-info .slideContentWrapper {
            height: 100%;
        }

        .slide_case-studies.supplier-info .h2 {
            font-size: 3.8rem;
        }
}
@media (max-width: 1139px) {
        .slide_case-studies.supplier-info .details-wrapper {
            margin-top: 20px;
        }
        .slide_case-studies.supplier-info .scrollbar-container {
            max-height: 500px;
        }
}
.d-flex, .flexible { display: -webkit-box; display: -ms-flexbox; display: flex; }
.column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.d-block, .block { display: block; }
.d-ib { display: inline-block; }
.d-table { display: table; }
.d-tc { display: table-cell; }
.d-tr { display: table-row; }
.f-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center }
.f-left { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start }
.f-right { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end }
.a-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.a-top { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start }
.a-bottom { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end }
.alignCenter { margin: 0 auto; }
.full { width: 100%; height: 100%; }
.w100 { width: 100%; }
.w50 { width: 50%; }
.h100 { height: 100%; }
.hidden {
  visibility: hidden;
}
.mt1 { margin-top: 1rem; }
.mt2 { margin-top: 2rem; }
.mt3 { margin-top: 3rem; }
.mt4 { margin-top: 4rem; }
.mt5 { margin-top: 5rem; }
.mt6 { margin-top: 6rem; }
.mr1 { margin-right: 1rem; }
.mr2 { margin-right: 2rem; }
.mr3 { margin-right: 3rem; }
.mb1 { margin-bottom: 1rem; }
.mb2 { margin-bottom: 2rem; }
.mb3 { margin-bottom: 3rem; }
.mb4 { margin-bottom: 4rem; }
.ml1 { margin-left: 1rem; }
.ml2 { margin-left: 2rem; }
.ml3 { margin-left: 3rem; }
.pt1 { padding-top: 1rem; }
.pt2 { padding-top: 2rem; }
.pt3 { padding-top: 3rem; }
.pr1 { padding-right: 1rem; }
.pr2 { padding-right: 2rem; }
.pr3 { padding-right: 3rem; }
.pb1 { padding-bottom: 1rem; }
.pb2 { padding-bottom: 2rem; }
.pb3 { padding-bottom: 3rem; }
.pl1 { padding-left: 1rem; }
.pl2 { padding-left: 2rem; }
.pl3 { padding-left: 3rem; }
.hide-mobile, .show-mobile,
.hide-tablet, .show-tablet,
.hide-desktop, .show-desktop {
  display: none;
}
@media (max-width: 567px) {
  .show-mobile { display: inline !important; display: initial !important;}
  .show-mobile-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .show-mobile-block { display: block !important; }
  .hide-mobile { display: none!important;}
}
@media (min-width: 568px) {
  .show-tablet { display: inline !important; display: initial !important; }
  .show-tablet-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .show-tablet-block { display: block !important; }
  .hide-tablet { display: none !important; }
}
@media (min-width: 1140px) {
  .show-desktop { display: inline !important; display: initial !important;}
  .show-desktop-flex { display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important; }
  .show-desktop-block { display: block !important; }
  .hide-desktop { display: none !important;}
}
/* FONT SIZES */
.font-12 {
    font-size: 12px;
  }
.font-14 {
    font-size: 14px;
  }
.font-16 {
    font-size: 16px;
  }
.font-18 {
    font-size: 18px;
  }
.font-20 {
    font-size: 20px;
  }
.font-22 {
    font-size: 22px;
  }
.font-24 {
    font-size: 24px;
  }
.font-28 {
    font-size: 28px;
  }
.font-32 {
    font-size: 32px;
  }
.font-36 {
    font-size: 36px;
  }
.font-48 {
    font-size: 48px;
  }
.font-64 {
    font-size: 64px;
  }
.font-72 {
    font-size: 72px;
  }
/* Margins */
.m-6 { margin: 6px }
.m-t-6 { margin-top: 6px }
.m-b-6 { margin-bottom: 6px }
.m-l-6 { margin-left: 6px }
.m-r-6 { margin-right: 6px }
.m-8 { margin: 8px }
.m-t-8 { margin-top: 8px }
.m-b-8 { margin-bottom: 8px }
.m-l-8 { margin-left: 8px }
.m-r-8 { margin-right: 8px }
.m-10 { margin: 10px }
.m-t-10 { margin-top: 10px }
.m-b-10 { margin-bottom: 10px }
.m-l-10 { margin-left: 10px }
.m-r-10 { margin-right: 10px }
.m-12 { margin: 12px }
.m-t-12 { margin-top: 12px }
.m-b-12 { margin-bottom: 12px }
.m-l-12 { margin-left: 12px }
.m-r-12 { margin-right: 12px }
.m-16 { margin: 16px }
.m-t-16 { margin-top: 16px }
.m-b-16 { margin-bottom: 16px }
.m-l-16 { margin-left: 16px }
.m-r-16 { margin-right: 16px }
.m-20 { margin: 20px }
.m-t-20 { margin-top: 20px }
.m-b-20 { margin-bottom: 20px }
.m-l-20 { margin-left: 20px }
.m-r-20 { margin-right: 20px }
.m-30 { margin: 30px }
.m-t-30 { margin-top: 30px }
.m-b-30 { margin-bottom: 30px }
.m-l-30 { margin-left: 30px }
.m-r-30 { margin-right: 30px }
.m-40 { margin: 40px }
.m-t-40 { margin-top: 40px }
.m-b-40 { margin-bottom: 40px }
.m-l-40 { margin-left: 40px }
.m-r-40 { margin-right: 40px }
.m-50 { margin: 50px }
.m-t-50 { margin-top: 50px }
.m-b-50 { margin-bottom: 50px }
.m-l-50 { margin-left: 50px }
.m-r-50 { margin-right: 50px }
.m-60 { margin: 60px }
.m-t-60 { margin-top: 60px }
.m-b-60 { margin-bottom: 60px }
.m-l-60 { margin-left: 60px }
.m-r-60 { margin-right: 60px }
.m-70 { margin: 70px }
.m-t-70 { margin-top: 70px }
.m-b-70 { margin-bottom: 70px }
.m-l-70 { margin-left: 70px }
.m-r-70 { margin-right: 70px }
.m-80 { margin: 80px }
.m-t-80 { margin-top: 80px }
.m-b-80 { margin-bottom: 80px }
.m-l-80 { margin-left: 80px }
.m-r-80 { margin-right: 80px }
.m-90 { margin: 90px }
.m-t-90 { margin-top: 90px }
.m-b-90 { margin-bottom: 90px }
.m-l-90 { margin-left: 90px }
.m-r-90 { margin-right: 90px }
.m-100 { margin: 100px }
.m-t-100 { margin-top: 100px }
.m-b-100 { margin-bottom: 100px }
.m-l-100 { margin-left: 100px }
.m-r-100 { margin-right: 100px }
@media (max-width: 1139px) {
    .m-sm-6 { margin: 6px }
    .m-sm-t-6 { margin-top: 6px }
    .m-sm-b-6 { margin-bottom: 6px }
    .m-sm-l-6 { margin-left: 6px }
    .m-sm-r-6 { margin-right: 6px }
    .m-sm-8 { margin: 8px }
    .m-sm-t-8 { margin-top: 8px }
    .m-sm-b-8 { margin-bottom: 8px }
    .m-sm-l-8 { margin-left: 8px }
    .m-sm-r-8 { margin-right: 8px }
    .m-sm-10 { margin: 10px }
    .m-sm-t-10 { margin-top: 10px }
    .m-sm-b-10 { margin-bottom: 10px }
    .m-sm-l-10 { margin-left: 10px }
    .m-sm-r-10 { margin-right: 10px }
    .m-sm-12 { margin: 12px }
    .m-sm-t-12 { margin-top: 12px }
    .m-sm-b-12 { margin-bottom: 12px }
    .m-sm-l-12 { margin-left: 12px }
    .m-sm-r-12 { margin-right: 12px }
    .m-sm-16 { margin: 16px }
    .m-sm-t-16 { margin-top: 16px }
    .m-sm-b-16 { margin-bottom: 16px }
    .m-sm-l-16 { margin-left: 16px }
    .m-sm-r-16 { margin-right: 16px }
    .m-sm-20 { margin: 20px }
    .m-sm-t-20 { margin-top: 20px }
    .m-sm-b-20 { margin-bottom: 20px }
    .m-sm-l-20 { margin-left: 20px }
    .m-sm-r-20 { margin-right: 20px }
    .m-sm-30 { margin: 30px }
    .m-sm-t-30 { margin-top: 30px }
    .m-sm-b-30 { margin-bottom: 30px }
    .m-sm-l-30 { margin-left: 30px }
    .m-sm-r-30 { margin-right: 30px }
    .m-sm-40 { margin: 40px }
    .m-sm-t-40 { margin-top: 40px }
    .m-sm-b-40 { margin-bottom: 40px }
    .m-sm-l-40 { margin-left: 40px }
    .m-sm-r-40 { margin-right: 40px }
    .m-sm-50 { margin: 50px }
    .m-sm-t-50 { margin-top: 50px }
    .m-sm-b-50 { margin-bottom: 50px }
    .m-sm-l-50 { margin-left: 50px }
    .m-sm-r-50 { margin-right: 50px }
    .m-sm-60 { margin: 60px }
    .m-sm-t-60 { margin-top: 60px }
    .m-sm-b-60 { margin-bottom: 60px }
    .m-sm-l-60 { margin-left: 60px }
    .m-sm-r-60 { margin-right: 60px }
    .m-sm-70 { margin: 70px }
    .m-sm-t-70 { margin-top: 70px }
    .m-sm-b-70 { margin-bottom: 70px }
    .m-sm-l-70 { margin-left: 70px }
    .m-sm-r-70 { margin-right: 70px }
    .m-sm-80 { margin: 80px }
    .m-sm-t-80 { margin-top: 80px }
    .m-sm-b-80 { margin-bottom: 80px }
    .m-sm-l-80 { margin-left: 80px }
    .m-sm-r-80 { margin-right: 80px }
    .m-sm-90 { margin: 90px }
    .m-sm-t-90 { margin-top: 90px }
    .m-sm-b-90 { margin-bottom: 90px }
    .m-sm-l-90 { margin-left: 90px }
    .m-sm-r-90 { margin-right: 90px }
    .m-sm-100 { margin: 100px }
    .m-sm-t-100 { margin-top: 100px }
    .m-sm-b-100 { margin-bottom: 100px }
    .m-sm-l-100 { margin-left: 100px }
    .m-sm-r-100 { margin-right: 100px }
}
@media (min-width: 1140px) {
    .m-lg-6 { margin: 6px }
    .m-lg-t-6 { margin-top: 6px }
    .m-lg-b-6 { margin-bottom: 6px }
    .m-lg-l-6 { margin-left: 6px }
    .m-lg-r-6 { margin-right: 6px }
    .m-lg-8 { margin: 8px }
    .m-lg-t-8 { margin-top: 8px }
    .m-lg-b-8 { margin-bottom: 8px }
    .m-lg-l-8 { margin-left: 8px }
    .m-lg-r-8 { margin-right: 8px }
    .m-lg-10 { margin: 10px }
    .m-lg-t-10 { margin-top: 10px }
    .m-lg-b-10 { margin-bottom: 10px }
    .m-lg-l-10 { margin-left: 10px }
    .m-lg-r-10 { margin-right: 10px }
    .m-lg-12 { margin: 12px }
    .m-lg-t-12 { margin-top: 12px }
    .m-lg-b-12 { margin-bottom: 12px }
    .m-lg-l-12 { margin-left: 12px }
    .m-lg-r-12 { margin-right: 12px }
    .m-lg-16 { margin: 16px }
    .m-lg-t-16 { margin-top: 16px }
    .m-lg-b-16 { margin-bottom: 16px }
    .m-lg-l-16 { margin-left: 16px }
    .m-lg-r-16 { margin-right: 16px }
    .m-lg-20 { margin: 20px }
    .m-lg-t-20 { margin-top: 20px }
    .m-lg-b-20 { margin-bottom: 20px }
    .m-lg-l-20 { margin-left: 20px }
    .m-lg-r-20 { margin-right: 20px }
    .m-lg-30 { margin: 30px }
    .m-lg-t-30 { margin-top: 30px }
    .m-lg-b-30 { margin-bottom: 30px }
    .m-lg-l-30 { margin-left: 30px }
    .m-lg-r-30 { margin-right: 30px }
    .m-lg-40 { margin: 40px }
    .m-lg-t-40 { margin-top: 40px }
    .m-lg-b-40 { margin-bottom: 40px }
    .m-lg-l-40 { margin-left: 40px }
    .m-lg-r-40 { margin-right: 40px }
    .m-lg-50 { margin: 50px }
    .m-lg-t-50 { margin-top: 50px }
    .m-lg-b-50 { margin-bottom: 50px }
    .m-lg-l-50 { margin-left: 50px }
    .m-lg-r-50 { margin-right: 50px }
    .m-lg-60 { margin: 60px }
    .m-lg-t-60 { margin-top: 60px }
    .m-lg-b-60 { margin-bottom: 60px }
    .m-lg-l-60 { margin-left: 60px }
    .m-lg-r-60 { margin-right: 60px }
    .m-lg-70 { margin: 70px }
    .m-lg-t-70 { margin-top: 70px }
    .m-lg-b-70 { margin-bottom: 70px }
    .m-lg-l-70 { margin-left: 70px }
    .m-lg-r-70 { margin-right: 70px }
    .m-lg-80 { margin: 80px }
    .m-lg-t-80 { margin-top: 80px }
    .m-lg-b-80 { margin-bottom: 80px }
    .m-lg-l-80 { margin-left: 80px }
    .m-lg-r-80 { margin-right: 80px }
    .m-lg-90 { margin: 90px }
    .m-lg-t-90 { margin-top: 90px }
    .m-lg-b-90 { margin-bottom: 90px }
    .m-lg-l-90 { margin-left: 90px }
    .m-lg-r-90 { margin-right: 90px }
    .m-lg-100 { margin: 100px }
    .m-lg-t-100 { margin-top: 100px }
    .m-lg-b-100 { margin-bottom: 100px }
    .m-lg-l-100 { margin-left: 100px }
    .m-lg-r-100 { margin-right: 100px }
}
/* Paddings */
.p-6 { padding: 6px }
.p-t-6 { padding-top: 6px }
.p-b-6 { padding-bottom: 6px }
.p-l-6 { padding-left: 6px }
.p-r-6 { padding-right: 6px }
.p-8 { padding: 8px }
.p-t-8 { padding-top: 8px }
.p-b-8 { padding-bottom: 8px }
.p-l-8 { padding-left: 8px }
.p-r-8 { padding-right: 8px }
.p-10 { padding: 10px }
.p-t-10 { padding-top: 10px }
.p-b-10 { padding-bottom: 10px }
.p-l-10 { padding-left: 10px }
.p-r-10 { padding-right: 10px }
.p-12 { padding: 12px }
.p-t-12 { padding-top: 12px }
.p-b-12 { padding-bottom: 12px }
.p-l-12 { padding-left: 12px }
.p-r-12 { padding-right: 12px }
.p-15 { padding: 15px }
.p-t-15 { padding-top: 15px }
.p-b-15 { padding-bottom: 15px }
.p-l-15 { padding-left: 15px }
.p-r-15 { padding-right: 15px }
.p-16 { padding: 16px }
.p-t-16 { padding-top: 16px }
.p-b-16 { padding-bottom: 16px }
.p-l-16 { padding-left: 16px }
.p-r-16 { padding-right: 16px }
.p-20 { padding: 20px }
.p-t-20 { padding-top: 20px }
.p-b-20 { padding-bottom: 20px }
.p-l-20 { padding-left: 20px }
.p-r-20 { padding-right: 20px }
.p-30 { padding: 30px }
.p-t-30 { padding-top: 30px }
.p-b-30 { padding-bottom: 30px }
.p-l-30 { padding-left: 30px }
.p-r-30 { padding-right: 30px }
.p-40 { padding: 40px }
.p-t-40 { padding-top: 40px }
.p-b-40 { padding-bottom: 40px }
.p-l-40 { padding-left: 40px }
.p-r-40 { padding-right: 40px }
.p-50 { padding: 50px }
.p-t-50 { padding-top: 50px }
.p-b-50 { padding-bottom: 50px }
.p-l-50 { padding-left: 50px }
.p-r-50 { padding-right: 50px }
.p-60 { padding: 60px }
.p-t-60 { padding-top: 60px }
.p-b-60 { padding-bottom: 60px }
.p-l-60 { padding-left: 60px }
.p-r-60 { padding-right: 60px }
.p-70 { padding: 70px }
.p-t-70 { padding-top: 70px }
.p-b-70 { padding-bottom: 70px }
.p-l-70 { padding-left: 70px }
.p-r-70 { padding-right: 70px }
@media (max-width: 1139px) {
    .p-sm-6 { padding: 6px }
    .p-sm-t-6 { padding-top: 6px }
    .p-sm-b-6 { padding-bottom: 6px }
    .p-sm-l-6 { padding-left: 6px }
    .p-sm-r-6 { padding-right: 6px }
    .p-sm-8 { padding: 8px }
    .p-sm-t-8 { padding-top: 8px }
    .p-sm-b-8 { padding-bottom: 8px }
    .p-sm-l-8 { padding-left: 8px }
    .p-sm-r-8 { padding-right: 8px }
    .p-sm-10 { padding: 10px }
    .p-sm-t-10 { padding-top: 10px }
    .p-sm-b-10 { padding-bottom: 10px }
    .p-sm-l-10 { padding-left: 10px }
    .p-sm-r-10 { padding-right: 10px }
    .p-sm-12 { padding: 12px }
    .p-sm-t-12 { padding-top: 12px }
    .p-sm-b-12 { padding-bottom: 12px }
    .p-sm-l-12 { padding-left: 12px }
    .p-sm-r-12 { padding-right: 12px }
    .p-sm-15 { padding: 15px }
    .p-sm-t-15 { padding-top: 15px }
    .p-sm-b-15 { padding-bottom: 15px }
    .p-sm-l-15 { padding-left: 15px }
    .p-sm-r-15 { padding-right: 15px }
    .p-sm-16 { padding: 16px }
    .p-sm-t-16 { padding-top: 16px }
    .p-sm-b-16 { padding-bottom: 16px }
    .p-sm-l-16 { padding-left: 16px }
    .p-sm-r-16 { padding-right: 16px }
    .p-sm-20 { padding: 20px }
    .p-sm-t-20 { padding-top: 20px }
    .p-sm-b-20 { padding-bottom: 20px }
    .p-sm-l-20 { padding-left: 20px }
    .p-sm-r-20 { padding-right: 20px }
    .p-sm-30 { padding: 30px }
    .p-sm-t-30 { padding-top: 30px }
    .p-sm-b-30 { padding-bottom: 30px }
    .p-sm-l-30 { padding-left: 30px }
    .p-sm-r-30 { padding-right: 30px }
    .p-sm-40 { padding: 40px }
    .p-sm-t-40 { padding-top: 40px }
    .p-sm-b-40 { padding-bottom: 40px }
    .p-sm-l-40 { padding-left: 40px }
    .p-sm-r-40 { padding-right: 40px }
    .p-sm-50 { padding: 50px }
    .p-sm-t-50 { padding-top: 50px }
    .p-sm-b-50 { padding-bottom: 50px }
    .p-sm-l-50 { padding-left: 50px }
    .p-sm-r-50 { padding-right: 50px }
    .p-sm-60 { padding: 60px }
    .p-sm-t-60 { padding-top: 60px }
    .p-sm-b-60 { padding-bottom: 60px }
    .p-sm-l-60 { padding-left: 60px }
    .p-sm-r-60 { padding-right: 60px }
    .p-sm-70 { padding: 70px }
    .p-sm-t-70 { padding-top: 70px }
    .p-sm-b-70 { padding-bottom: 70px }
    .p-sm-l-70 { padding-left: 70px }
    .p-sm-r-70 { padding-right: 70px }
}
@media (min-width: 1140px) {
    .p-lg-6 { padding: 6px }
    .p-lg-t-6 { padding-top: 6px }
    .p-lg-b-6 { padding-bottom: 6px }
    .p-lg-l-6 { padding-left: 6px }
    .p-lg-r-6 { padding-right: 6px }
    .p-lg-8 { padding: 8px }
    .p-lg-t-8 { padding-top: 8px }
    .p-lg-b-8 { padding-bottom: 8px }
    .p-lg-l-8 { padding-left: 8px }
    .p-lg-r-8 { padding-right: 8px }
    .p-lg-10 { padding: 10px }
    .p-lg-t-10 { padding-top: 10px }
    .p-lg-b-10 { padding-bottom: 10px }
    .p-lg-l-10 { padding-left: 10px }
    .p-lg-r-10 { padding-right: 10px }
    .p-lg-12 { padding: 12px }
    .p-lg-t-12 { padding-top: 12px }
    .p-lg-b-12 { padding-bottom: 12px }
    .p-lg-l-12 { padding-left: 12px }
    .p-lg-r-12 { padding-right: 12px }
    .p-lg-15 { padding: 15px }
    .p-lg-t-15 { padding-top: 15px }
    .p-lg-b-15 { padding-bottom: 15px }
    .p-lg-l-15 { padding-left: 15px }
    .p-lg-r-15 { padding-right: 15px }
    .p-lg-16 { padding: 16px }
    .p-lg-t-16 { padding-top: 16px }
    .p-lg-b-16 { padding-bottom: 16px }
    .p-lg-l-16 { padding-left: 16px }
    .p-lg-r-16 { padding-right: 16px }
    .p-lg-20 { padding: 20px }
    .p-lg-t-20 { padding-top: 20px }
    .p-lg-b-20 { padding-bottom: 20px }
    .p-lg-l-20 { padding-left: 20px }
    .p-lg-r-20 { padding-right: 20px }
    .p-lg-30 { padding: 30px }
    .p-lg-t-30 { padding-top: 30px }
    .p-lg-b-30 { padding-bottom: 30px }
    .p-lg-l-30 { padding-left: 30px }
    .p-lg-r-30 { padding-right: 30px }
    .p-lg-40 { padding: 40px }
    .p-lg-t-40 { padding-top: 40px }
    .p-lg-b-40 { padding-bottom: 40px }
    .p-lg-l-40 { padding-left: 40px }
    .p-lg-r-40 { padding-right: 40px }
    .p-lg-50 { padding: 50px }
    .p-lg-t-50 { padding-top: 50px }
    .p-lg-b-50 { padding-bottom: 50px }
    .p-lg-l-50 { padding-left: 50px }
    .p-lg-r-50 { padding-right: 50px }
    .p-lg-60 { padding: 60px }
    .p-lg-t-60 { padding-top: 60px }
    .p-lg-b-60 { padding-bottom: 60px }
    .p-lg-l-60 { padding-left: 60px }
    .p-lg-r-60 { padding-right: 60px }
    .p-lg-70 { padding: 70px }
    .p-lg-t-70 { padding-top: 70px }
    .p-lg-b-70 { padding-bottom: 70px }
    .p-lg-l-70 { padding-left: 70px }
    .p-lg-r-70 { padding-right: 70px }
}
.hide {
  display: none;
}