@charset "UTF-8";
/* -----------------------------------------------------
+
+ FRONT-MAN.com
+
------------------------------------------------------ */
/*! normalize.css v8.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 iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}


/*By reenote developer*/
.header__logo img{
  max-width: 100px;
}
.prefooter__logo img{
  max-width: 100px;
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*------------------------------------*
    @BASE #PAGE
\*------------------------------------*/
html {
  min-height: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  background-color: #fff;
  color: #fff;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

/*------------------------------------*
    @BASE #TYPE
\*------------------------------------*/
h1, .h1 {
  font-size: 2.25rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.125rem;
}

h4, .h4 {
  font-size: 1rem;
}

h5, .h5 {
  font-size: 0.875rem;
}

h6, .h6 {
  font-size: 0.75rem;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1;
  font-weight: 300;
  color: #fff;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child,
.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

img,
p,
ul,
ol,
dl,
pre,
blockquote {
  margin-bottom: 30px;
  margin-top: 0;
}

img:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
pre:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

hr {
  background-color: none;
  border: none;
  border-bottom: 1px solid #eee;
  height: 1px;
  margin: 30px 0;
}

/*------------------------------------*
    @BASE #LINKS
\*------------------------------------*/
a {
  outline: none !important;
  /* removing outline in Mozilla */
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

a::before, a::after {
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

a, a:focus {
  color: #fff;
}

a:hover, a:focus:hover {
  color: #e6e6e6;
}

/*------------------------------------*
    @BASE #IMAGES
\*------------------------------------*/
img {
  max-width: 100%;
}

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

.img-full {
  width: 100%;
}

.img-round {
  border-radius: 999px;
}

/*------------------------------------*
    @OBJECTS #CONTAINER
\*------------------------------------*/
.container {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container--full {
  max-width: 100%;
}

/*------------------------------------*
    @OBJECTS #BUTTONS
\*------------------------------------*/
button {
  cursor: pointer;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

button, button:focus, button:active {
  outline: none !important;
}

button:not(.btn), button:focus:not(.btn), button:active:not(.btn) {
  border: none;
}

*[class*="btn-"] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  vertical-align: middle;
  font: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: center;
  text-transform: none;
  margin: 0;
  cursor: pointer;
  overflow: visible;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  border-radius: 999px;
  padding: 5px 15px;
}

*[class*="btn-"], *[class*="btn-"]:hover, *[class*="btn-"]:active, *[class*="btn-"]:focus {
  text-decoration: none;
}

/*------------------------------------*
    @OBJECTS #TABLES
\*------------------------------------*/
table,
.table {
  width: 100%;
}

table th,
.table th {
  font-weight: normal;
}

/*------------------------------------*
    @OBJECTS #FORMS
\*------------------------------------*/
.form__input {
  vertical-align: middle;
  padding: 0;
  outline: none !important;
}

.form__input .form__input:not(textarea) {
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

textarea.form__input {
  resize: none;
  overflow-x: hidden;
  line-height: 1.5;
  padding-top: 8px;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

.btn .icon:last-child {
  margin-left: 10px;
}

.btn .icon:first-child {
  margin-right: 10px;
}

/*------------------------------------*
    @OBJECTS #GRID
\*------------------------------------*/
.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
  margin: -0px -15px;
}

.row > * {
  padding: 0 15px !important;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}

.col-xs {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
      flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
      flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
      flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
      flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
      flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
      flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
      flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media only screen and (min-width: 48em) {
  .col-sm,
  .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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (max-width: 768px) {
  .col-smm,
  .col-smm-1,
  .col-smm-2,
  .col-smm-3,
  .col-smm-4,
  .col-smm-5,
  .col-smm-6,
  .col-smm-7,
  .col-smm-8,
  .col-smm-9,
  .col-smm-10,
  .col-smm-11,
  .col-smm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .col-smm {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .col-smm-1 {
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-smm-2 {
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-smm-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .col-smm-4 {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-smm-5 {
    -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-smm-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .col-smm-7 {
    -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-smm-8 {
    -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-smm-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .col-smm-10 {
    -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-smm-11 {
    -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-smm-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .col-smm-offset-1 {
    margin-left: 8.333%;
  }
  .col-smm-offset-2 {
    margin-left: 16.667%;
  }
  .col-smm-offset-3 {
    margin-left: 25%;
  }
  .col-smm-offset-4 {
    margin-left: 33.333%;
  }
  .col-smm-offset-5 {
    margin-left: 41.667%;
  }
  .col-smm-offset-6 {
    margin-left: 50%;
  }
  .col-smm-offset-7 {
    margin-left: 58.333%;
  }
  .col-smm-offset-8 {
    margin-left: 66.667%;
  }
  .col-smm-offset-9 {
    margin-left: 75%;
  }
  .col-smm-offset-10 {
    margin-left: 83.333%;
  }
  .col-smm-offset-11 {
    margin-left: 91.667%;
  }
  .start-smm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .center-smm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .end-smm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .top-smm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .middle-smm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottom-smm {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .around-smm {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-smm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-smm {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-smm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 62em) {
  .col-md,
  .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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg,
  .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 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 30px;
    padding-left: 30px;
  }
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/*------------------------------------*
	@COMPONENTS #FORMS
\*------------------------------------*/
.form__input {
  color: #333;
  border-color: transparent;
  background-color: transparent;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 15px;
  border: none;
  border-bottom: 1px solid #eee;
}

.form__input::-webkit-input-placeholder {
  color: #ccc;
}

.form__input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.form__input:-ms-input-placeholder {
  color: #ccc;
}

.form__input:not(textarea) {
  line-height: 38px;
}

textarea.form__input {
  resize: none;
}

/*------------------------------------*
	@COMPONENTS #LAYOUT
\*------------------------------------*/
.page {
  background-color: #000;
}

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

.main--alt {
  position: relative;
}

.main--alt .flag-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: -0.35px;
  text-align: right;
  color: #fff;
  top: 220px;
  left: 0px;
}

@media (max-width: 992px) {
  .main--alt .flag-text {
    top: 160px;
  }
}

@media (max-width: 768px) {
  .main--alt .flag-text {
    top: 120px;
  }
}

@media (max-width: 768px) {
  .main--alt .flag-text {
    top: 130px;
  }
}

@media (max-width: 560px) {
  .main--alt .flag-text {
    top: 130px;
  }
  .main--alt .flag-text .flag-text {
    display: none;
  }
}

@media (max-width: 560px) {
  .main--alt .title--alt {
    padding-left: 0;
  }
  .main--alt .flag-text {
    display: none;
  }
}

.container {
  width: 1000px;
  max-width: 100%;
}

.container--xs {
  width: 640px;
}

.container--xl {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

/*------------------------------------*
	@COMPONENTS #HEADER
\*------------------------------------*/
.header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.page--alt .header {
  background-color: #f2f2f1;
}

.header__logo {
  display: inline-block;
  margin-bottom: 35px;
}

.header__logo .logo {
  height: 22px;
  width: 140px;
  fill: #fff;
}

.page--alt .header__logo .logo {
  fill: #000;
}

.header__logo:hover {
  opacity: .5;
}

.header__menu {
  max-width: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
}

@media (max-width: 560px) {
  .header__menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.header__item {
  text-transform: lowercase;
  list-style: none;
  position: relative;
}

.header__item.active {
  font-weight: 700;
}

.header__item .icon {
  color: #fff;
  width: 33px;
  height: 20px;
  position: absolute;
  bottom: -35px;
  left: 0;
  z-index: 9;
}

.page--alt .header__item {
  margin-bottom: 10px;
  color: #000;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.page--alt .header__item .icon {
  display: none;
}

.header__item:hover a {
  opacity: 0.5;
}

@media (max-width: 560px) {
  .header__item:not(:last-child) {
    margin-right: 30px;
  }
}

/*------------------------------------*
	@COMPONENTS #HERO
\*------------------------------------*/
.hero-wrap {
  padding-top: 110px;
  padding-bottom: 240px;
  background-color: #f2f2f1;
}

@media (max-width: 768px) {
  .hero-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .hero {
    -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;
  }
}

.hero__profile {
  position: relative;
}

.hero__profile .flag-text {
  font-weight: 500;
  bottom: -110px;
  left: -70px;
}

@media (max-width: 768px) {
  .hero__profile {
    padding-left: 40px;
    margin-bottom: 60px !important;
  }
  .hero__profile .flag-text {
    bottom: auto;
    bottom: 50%;
    left: -60px;
  }
}

.hero__text {
  font-size: 22px;
  line-height: 1.2;
  font-style: normal;
  letter-spacing: -0.45px;
  color: #000;
}

.hero__text:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .hero__text {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .hero__text:not(:last-child) {
    margin-bottom: 40px !important;
  }
}

.hero__content {
  margin-left: 130px;
  padding-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hero__content .flag-text {
  top: 35px;
  right: -30px;
  margin-bottom: 0;
}

.hero__content .icon-logo-half {
  color: #000;
  width: 44px;
  height: 25px;
  position: absolute;
  top: -18px;
  left: 0;
}

.hero__content span {
  width: 43px;
  height: 43px;
  border-radius: 99px;
  background-color: #000;
  position: absolute;
  bottom: -120px;
  right: 80px;
}

.hero__content p {
  font-size: 12px;
  color: #000;
  line-height: 1.17;
  letter-spacing: -0.45px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .hero__content p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .hero__content {
    padding-right: 50px;
    margin-bottom: 40px !important;
    margin-left: 56px;
  }
  .hero__content .flag-text {
    top: -50px;
  }
  .hero__content .icon-logo-half {
    top: -50px;
  }
  .hero__content span {
    bottom: -50px;
  }
}

@media (max-width: 560px) {
  .hero__content {
    margin-left: 0;
  }
  .hero__content span {
    right: 20px;
  }
}

/*------------------------------------*
	@COMPONENTS #FOOTER
\*------------------------------------*/
.footer {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer a {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.footer a:hover {
  opacity: 0.5;
}

@media (max-width: 560px) {
  .footer a {
    margin-left: 5px;
    margin-right: 5px;
  }
}

.copyright {
  font-size: 15px;
  letter-spacing: -0.45px;
  margin-right: 5px;
  margin-bottom: 0;
}

/*------------------------------------*
	@COMPONENTS #TITLE
\*------------------------------------*/
.title {
  font-size: 28px;
  color: #f2f2f1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .title {
    font-size: 42px;
  }
}

@media (max-width: 560px) {
  .title {
    font-size: 34px;
  }
}

.title--center {
  text-align: center;
  position: relative;
}

.title--center .flag-text {
  top: 10px;
  left: 0px;
}

.title--alt {
  font-size: 42px;
  letter-spacing: -1.05px;
  text-transform: none;
  margin-bottom: 110px;
}

@media (max-width: 992px) {
  .title--alt {
    padding-left: 40px;
  }
}

@media (max-width: 560px) {
  .title--alt {
    margin-bottom: 60px;
    font-size: 35px;
  }
}

.title--xs {
  margin-bottom: 80px;
  letter-spacing: normal;
}

.title--xl {
  margin-bottom: 180px;
}

@media (max-width: 768px) {
  .title--xl {
    margin-bottom: 60px;
  }
}

.subtitle {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.53px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

/*------------------------------------*
	@COMPONENTS #TEXT
\*------------------------------------*/
.text {
  font-size: 14px;
  line-height: 1.82;
  letter-spacing: -0.41px;
  color: #f2f2f1;
  margin-bottom: 40px;
}

.text--sm {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.53px;
}

@media (min-width: 769px) {
  .text--sm {
    font-size: 18px;
  }
}

.text--lg {
  font-size: 22px;
  line-height: 1.14;
  letter-spacing: -0.65px;
}

.text--lg br {
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .text--lg {
    font-size: 28px;
  }
}

@media (max-width: 560px) {
  .text--lg {
    font-size: 20px;
  }
}

.flag-text {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.17;
  letter-spacing: -0.45px;
  font-style: normal;
  font-stretch: normal;
  position: absolute;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (min-width: 769px) {
  .flag-text {
    font-size: 18px;
  }
}

/*------------------------------------*
	@COMPONENTS #SECTION
\*------------------------------------*/
.section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #000;
}

@media (max-width: 768px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section--xs {
  padding: 0;
}

.section--sm {
  padding-top: 90px;
}

.section--quality {
  padding-top: 120px;
  padding-bottom: 110px;
}

@media (max-width: 768px) {
  .section--quality {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section--quality .flex-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .section--quality .subtitle {
    margin-bottom: 60px;
  }
  .section--quality .flex-end {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media (max-width: 560px) {
  .section--quality {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}

.section--bottom {
  padding-bottom: 120px;
}

@media (max-width: 768px) {
  .section--bottom {
    padding-bottom: 80px;
  }
}

.section--top {
  padding-top: 120px;
}

@media (max-width: 768px) {
  .section--top {
    padding-top: 80px;
  }
}

.section--white {
  background-color: #f2f2f1;
}

.section--img {
  text-align: center;
  padding-top: 0;
}

.section--img img {
  width: 100%;
  max-width: 1024px;
}

.section--team .title {
  margin-bottom: 30px;
  text-align: center;
}

.section--team .text--sm {
  margin-bottom: 130px;
  font-size: 17px;
}

@media (max-width: 768px) {
  .section--team .text--sm {
    margin-bottom: 60px;
  }
}

.section--influence {
  position: relative;
  padding-top: 160px;
  padding-bottom: 200px;
  margin-bottom: 200px;
}

.section--influence .section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 130px;
  position: relative;
}

.section--influence .section__header .flag-text {
  position: absolute;
  top: 100px;
  left: -38px;
  color: #fff;
  font-size: 12px;
}

.section--influence .section__header .text {
  margin-bottom: 10px;
}

.section--influence .title {
  margin-bottom: 25px;
}

.section--influence .subtitle {
  text-align: center;
}

@media (max-width: 560px) {
  .section--influence .subtitle {
    text-align: left;
  }
}

.section--influence .icon {
  width: 43px;
  height: 22px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
          transform: translatex(-50%);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section--influence .text-wrap {
  margin-bottom: 80px;
}

.section--influence .text--lg {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .section--influence {
    padding-top: 40px;
    padding-bottom: 100px;
    margin-bottom: 80px;
  }
  .section--influence .section__header {
    margin-bottom: 60px;
  }
  .section--influence .title--alt {
    padding-left: 0;
  }
  .section--influence .text-wrap {
    margin-bottom: 40px;
  }
  .section--influence .text--lg {
    margin-bottom: 10px;
  }
  .section--influence .list {
    padding-left: 30px;
  }
}

@media (max-width: 560px) {
  .section--influence .icon {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(180deg);
        -ms-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
}

.section--contact {
  padding-top: 180px;
  padding-bottom: 110px;
  position: relative;
}

.section--contact::before {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 99px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 10px;
}

.section--contact .text {
  max-width: 500px;
  margin-bottom: 120px;
}

.section--contact .icon--lg {
  width: 163px;
  height: 98px;
}

.section--contact .flex-end {
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 150px;
}

.section--contact .flex-end .flag-text {
  color: #fff;
  position: absolute;
  left: -30px;
  bottom: 8px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .section--contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section--contact .text {
    margin-bottom: 60px;
  }
  .section--contact .flex-end {
    margin-bottom: 80px;
  }
  .section--contact .icon--lg {
    width: 120px;
    height: 70px;
  }
}

/*------------------------------------*
	@COMPONENTS #SPLIT
\*------------------------------------*/
.split {
  margin: 0;
}

.split__item {
  padding: 0 !important;
}

.split__item img {
  height: 100%;
  min-width: 340px;
}

@media (max-width: 768px) {
  .split__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .split__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .split__item img {
    min-width: 400px;
  }
  .split__item .text {
    font-size: 12px;
  }
}

@media (max-width: 560px) {
  .split__item img {
    width: 100%;
    min-width: 0;
  }
}

/*------------------------------------*
	@COMPONENTS #CARD
\*------------------------------------*/
@media (max-width: 768px) {
  .card-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .card-wrap > *:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .card {
    max-width: 395px;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.card__title {
  font-size: 14px;
  letter-spacing: -0.53px;
  color: #f2f2f1;
  text-transform: uppercase;
}

.card__title strong {
  font-size: 45px;
  margin-right: 10px;
}

@media (min-width: 769px) {
  .card__title {
    font-size: 18px;
  }
}

.card__text {
  font-size: 14px;
  letter-spacing: -0.41px;
  color: #f2f2f1;
  min-height: 95px;
  margin-bottom: 10px;
  line-height: normal;
}

@media (max-width: 768px) {
  .card__text {
    min-height: auto !important;
  }
}

.card__text--xl {
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  min-height: 90px;
}

@media (min-width: 769px) {
  .card__text--xl {
    font-size: 15px;
  }
}

.card__icon {
  width: 56px;
  height: 56px;
}

/*------------------------------------*
	@COMPONENTS #CAROUSEL
\*------------------------------------*/
.carousel__item {
  text-align: center;
}

.carousel__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.carousel__content address {
  font-size: 12px;
  letter-spacing: -0.45px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  margin-right: 0px;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .carousel__content address {
    font-size: 15px;
  }
}

.carousel__item--alt .carousel__content img {
  max-height: 710px;
}

.carousel__item--alt .carousel__content address {
  top: 0;
  right: -webkit-calc(100% + 20px);
  right: calc(100% + 20px);
}

@media (min-width: 992px) {
  .carousel__item--alt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .carousel__item--alt .carousel__content {
    position: relative;
  }
  .carousel__item--alt .carousel__content address {
    position: absolute;
    right: -webkit-calc(100% + 20px);
    right: calc(100% + 20px);
    top: 0;
    white-space: nowrap;
  }
}

.slick-slide {
  outline: transparent;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  padding-top: 25px;
}

.slick-dots li {
  list-style: none;
}

.slick-dots li:not(:last-child) {
  margin-right: 8px;
}

.slick-dots li button {
  position: relative;
  color: transparent;
  padding: 0;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  opacity: 0.4;
  background-color: transparent;
  border: 0.4px solid #fff;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.slick-dots .slick-active button {
  background-color: #fff;
  opacity: 0.4;
}

/*------------------------------------*
	@COMPONENTS #PREFOOTER
\*------------------------------------*/
.prefooter {
  background-color: #000;
  padding-top: 55px;
  padding-bottom: 130px;
}

.prefooter .icon {
  color: #fff;
  width: 40px;
  height: 26px;
  margin-bottom: 10px;
}

.prefooter .contact__address {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .prefooter {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .prefooter__logo-wrap {
    text-align: left;
    display: inline-block;
  }
}

.prefooter__logo {
  margin-bottom: 150px;
  fill: #fff;
}

.prefooter__logo svg {
  height: 20px;
}

@media (max-width: 560px) {
  .prefooter__logo {
    margin-bottom: 80px;
  }
}

.prefooter__text {
  font-size: 14px;
  letter-spacing: -0.45px;
  text-align: right;
}

@media (min-width: 769px) {
  .prefooter__text {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .prefooter__text {
    text-align: center;
  }
}

.prefooter__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.prefooter__info address {
  font-size: 14px;
  font-style: normal;
  letter-spacing: -0.45px;
}

@media (min-width: 769px) {
  .prefooter__info {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .prefooter__info {
    -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;
  }
  .prefooter__info address {
    margin-bottom: 30px;
  }
}

.prefooter__contact {
  text-align: right;
  font-size: 14px;
  letter-spacing: -0.45px;
}

.prefooter__contact a {
  display: block;
}

.prefooter__contact a:not(:last-child) {
  margin-bottom: 20px;
}

.prefooter__contact a:hover {
  opacity: 0.5;
}

@media (min-width: 769px) {
  .prefooter__contact {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .prefooter__contact {
    text-align: center;
  }
}

/*------------------------------------*
	@COMPONENTS #BLOCK
\*------------------------------------*/
.block:not(:last-child) {
  margin-bottom: 35px;
}

@media (max-width: 768px) {
  .block > * {
    margin-bottom: 35px !important;
  }
}

.block__title {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.55px;
  color: #fff;
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .block__title {
    font-size: 28px;
  }
}

.block__text {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

@media (min-width: 769px) {
  .block__text {
    font-size: 15px;
  }
}

/*------------------------------------*
	@COMPONENTS #LIST
\*------------------------------------*/
.list-wrap {
  padding-left: 0;
}

.list-wrap li {
  list-style: none;
  margin-bottom: 0;
}

.list {
  list-style: none;
  padding-left: 0;
}

.list li {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: -0.53px;
  position: relative;
}

.list li:not(:last-child) {
  margin-bottom: 15px;
}

.list li .icon {
  width: 20px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: -26px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 769px) {
  .list li {
    font-size: 18px;
  }
}

/*------------------------------------*
	@COMPONENTS #CONTACT
\*------------------------------------*/
.contact__content,
.contact__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact__content a:hover,
.contact__address a:hover {
  opacity: 0.5;
}

@media (max-width: 400px) {
  .contact__content,
  .contact__address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact__content {
  letter-spacing: -0.53px;
  color: #f2f2f1;
  text-align: right;
  margin-bottom: 30px;
}

.contact__content a {
  font-size: 16px;
}

.contact__content p {
  font-size: 14px;
}

@media (min-width: 769px) {
  .contact__content {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .contact__content a {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .contact__content a {
    margin-bottom: 20px;
  }
  .contact__content p {
    margin-left: auto;
  }
}

.contact__address {
  margin-bottom: 190px;
}

.contact__address address, .contact__address a {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: -0.55px;
  color: #f2f2f1;
}

.contact__address a {
  text-align: right;
}

@media (min-width: 769px) {
  .contact__address {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .contact__address {
    margin-bottom: 140px;
  }
}

@media (max-width: 560px) {
  .contact__address {
    margin-bottom: 80px;
  }
  .contact__address address, .contact__address a {
    font-size: 18px;
  }
  .contact__address address {
    margin-bottom: 20px;
  }
  .contact__address a {
    padding-left: 30px;
    margin-left: auto;
  }
}

/*------------------------------------*
	@TRUMPS #COLORS
\*------------------------------------*/
.color-primary {
  color: #fff !important;
}

.color-alt {
  color: #000 !important;
}

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

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

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

.nowrap {
  white-space: nowrap;
}

.nounderline {
  text-decoration: none !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex--j-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex--a-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex--a-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-center {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*------------------------------------*
	@TRUMPS #LAYOUT
\*------------------------------------*/
.spaced0 {
  margin-bottom: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

/*------------------------------------*
	@TRUMPS #PRINT
\*------------------------------------*/
/**
 * Very crude, reset-like styles taken from the HTML5 Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/3c3c5e64604209a4d63e1e4c48dd245d45fadfd9/css/main.css#L200-L234
 */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /**
     * Don’t show links that are fragment identifiers, or use the `javascript:`
     * pseudo protocol.
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
}

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