/* All Variables should be declared here which makes it easier to update if something changes globally */
/*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  LAYOUT MIXINS
---------------------------------------------------------*/
/*---------------------------------------------------------
  MISC MIXINS
---------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: inherit;
}

html, body {
  min-height: 100%;
  margin: 0;
}

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  box-sizing: border-box;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Sections
   ========================================================================== */
/**
 * 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.
 */
label,
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 0;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * 1. Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
  /* 1 */
  height: auto;
  vertical-align: middle;
  max-width: 100%;
}

/**
 * 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-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

textarea {
  resize: vertical;
}

/**
 * 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],
[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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/**
 * 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 {
  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] {
  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,
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;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  transition: filter 0.3s;
}
@media (min-width: 1200px) {
  .grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
  }
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/**
100    Extra Light or Ultra Light
200    Light or Thin
300    Book or Demi
400    Normal or Regular
500    Medium
600    Semibold, Demibold
700    Bold
800    Black, Extra Bold or Heavy
900    Extra Black, Fat, Poster or Ultra Black
**/
@font-face {
  font-family: "Luxus Brut";
  src: url("../fonts/LuxusBrut.woff2") format("woff2"), url("../fonts/LuxusBrut.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 23.5px;
  color: #272729;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  font-weight: normal;
}
h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
  margin-top: 0;
}
h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1, .h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 40px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 60px;
  }
}
@media (min-width: 1600px) {
  h1, .h1 {
    letter-spacing: 0.3em;
  }
}

h2, .h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 0.19em;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 35px;
    letter-spacing: 0.18em;
  }
}

h3, .h3 {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 12px;
  font-weight: 300;
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 30px;
  }
}

h4, .h4 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 6px;
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 25px;
  }
}

h5, .h5 {
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: 30px;
  margin-bottom: 10px;
}

a {
  text-decoration: none;
  color: currentColor;
}

p {
  margin: 0 0 22px;
}
p:last-child {
  margin: 0;
}

b, strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

.wysiwyg a {
  text-decoration: underline;
}
.wysiwyg a:hover {
  text-decoration: none;
}
.wysiwyg ul {
  list-style-type: none;
  padding: 0;
  margin: 0 0 22px;
  line-height: 22px;
}
.wysiwyg ul li {
  position: relative;
  padding-left: 43px;
  margin-bottom: 9px;
}
.wysiwyg ul li:before {
  content: "";
  width: 26px;
  height: 3px;
  background: #f8931e;
  position: absolute;
  top: 10px;
  left: 0;
}
.wysiwyg ul li:last-child {
  margin-bottom: 0;
}
.wysiwyg ul:last-child {
  margin-bottom: 0;
}

.hasSubtitle h5 {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding-left: 45px;
  margin-bottom: 17px;
}
@media (min-width: 768px) {
  .hasSubtitle h5 {
    margin-bottom: 15px;
  }
}
.hasSubtitle h5:before {
  content: "";
  width: 26px;
  height: 5px;
  background: #f8931e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .hasSubtitle--rotated h5 {
    position: absolute;
    transform: rotate(-90deg) translateY(25px);
    transform-origin: 100% 0;
    right: 100%;
    top: 13px;
    white-space: nowrap;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .hasSubtitle--rotated h5 {
    transform: rotate(-90deg) translateY(45px);
  }
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=date],
input[type=search],
input[type=url],
input[type=password],
textarea,
select {
  border: 1px solid #272729;
  padding: 0 30px;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  background: transparent;
  height: 61px;
  transition: border-color 0.3s;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=search]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border-color: #f8931e;
}

textarea {
  display: block;
  height: 200px;
  padding: 20px 30px;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + span:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  cursor: pointer;
  background: #ffffff;
  border: 4px solid #ffffff;
  box-shadow: 0 0 0 1px #000000;
  position: absolute;
  left: 0;
  top: 0;
}

input[type=checkbox]:checked + span:before {
  background: #000000;
}

.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-bottom: 20px;
}
.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin: 20px 0 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .wpcf7-checkbox .wpcf7-list-item:nth-child(2n+1) {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .wpcf7-checkbox .wpcf7-list-item:nth-child(2n+1) {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .wpcf7-checkbox .wpcf7-list-item:nth-child(2n) {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .wpcf7-checkbox .wpcf7-list-item:nth-child(2n) {
    width: 70%;
  }
}
.wpcf7-checkbox label {
  display: block;
  position: relative;
  padding-left: 45px;
  line-height: 24px;
  cursor: pointer;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7-acceptance label {
  display: block;
  position: relative;
  padding-left: 45px;
  line-height: 24px;
  cursor: pointer;
}

.btn {
  display: inline-flex;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #272729;
  padding: 10px 25px;
  min-height: 60px;
  letter-spacing: 0.2em;
  margin: 36px 0;
  background: transparent;
  border-radius: 0;
  outline: none;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}
@media (min-width: 768px) {
  .btn {
    margin: 50px 0;
  }
}
@media (min-width: 1600px) {
  .btn {
    margin: 65px 0;
  }
}
.btn:hover {
  color: #ffffff;
  border-color: #f8931e;
  background: #f8931e;
}
.btn:first-child {
  margin-top: 0;
}
.btn:last-child {
  margin-bottom: 0;
}

.btnRow {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

table {
  width: 100%;
  max-width: 100%;
}
table th,
table td {
  vertical-align: top;
}
table thead th {
  vertical-align: bottom;
}

.owl-carousel .owl-item {
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  backface-visibility: visible;
}

.fancybox-bg {
  background: rgba(39, 39, 41, 0.9);
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-content {
  background: transparent;
  padding: 0;
}

.fancybox-slide--html {
  padding: 20px;
}
@media (min-width: 768px) {
  .fancybox-slide--html {
    padding: 50px;
  }
}

.fancybox-slide--html .fancybox-close-small {
  color: #f8931e;
}
@media (min-width: 768px) {
  .fancybox-slide--html .fancybox-close-small {
    width: 60px;
    height: 60px;
    padding: 0;
    right: -52px;
    top: -52px;
  }
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container--open .select2-selection--single {
  border-color: #f8931e;
}

.select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 61px;
  user-select: none;
  -webkit-user-select: none;
  border: 1px solid #272729;
}

.select2-selection__rendered {
  display: block;
  padding-left: 30px;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 59px;
}

.select2-selection__arrow {
  display: block;
  background: url("../images/select-arrow.png") no-repeat center;
  width: 10px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.select2-search {
  display: none;
}

.select2-dropdown {
  background-color: #ffffff;
  border: 1px solid #f8931e;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1051;
}
.select2-dropdown--above {
  border-bottom: none;
}
.select2-dropdown--below {
  border-top: none;
}

.select2-results__options {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.select2-results__option {
  line-height: 60px;
  padding: 0 30px;
  transition: background-color 0.3s, color 0.3s;
}
.select2-results__option:hover {
  background: #f8931e;
  color: #ffffff;
}

body {
  min-width: 360px;
  position: relative;
  padding: 0;
}

.bodyContainer {
  overflow: hidden;
}

.bodyInner {
  margin: 0 auto;
  max-width: 2000px;
  position: relative;
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 1710px;
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .container {
    padding: 0 30px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0 44px;
  }
}
@media (min-width: 1200px) {
  .container--middle {
    max-width: 1520px;
  }
}
@media (min-width: 768px) {
  .container--narrow {
    max-width: 630px;
  }
}

.siteHeader {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 90px;
  z-index: 1000;
}
.siteHeader__logo {
  display: block;
  width: 74px;
  height: 40px;
  background: url("../images/logo.svg") no-repeat left center;
  background-size: auto 100%;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 3000;
}
@media (min-width: 768px) {
  .siteHeader__logo {
    top: 30px;
    left: 30px;
    width: 134px;
    height: 73px;
  }
}
@media (min-width: 1600px) {
  .siteHeader__logo {
    top: 50px;
    left: 50px;
  }
}

.headerBar {
  margin-top: 83px;
  padding: 0 20px;
  color: #ababac;
}
@media (min-width: 768px) {
  .headerBar {
    padding: 0 30px;
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .headerBar {
    position: absolute;
    top: 25px;
    right: 30px;
    display: flex;
    align-items: baseline;
    margin: 0;
    padding: 0;
    color: #a9a9a9;
  }
}
@media (min-width: 1600px) {
  .headerBar {
    top: 45px;
    right: 50px;
  }
}

.siteLanguages {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 36px;
  margin-bottom: 23px;
}
@media (min-width: 1200px) {
  .siteLanguages {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    margin-bottom: 0;
  }
}
.siteLanguages ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.siteLanguages li {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .siteLanguages:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #a46822;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.headerSocials {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .headerSocials {
    display: flex;
    margin-left: 40px;
  }
}
.headerSocials__item {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .headerSocials__item {
    margin: 0 14px 0 0;
  }
}
.headerSocials__item:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .headerSocials__anchor {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: color 0.3s;
  }
}
@media (min-width: 1200px) {
  .headerSocials__anchor:hover {
    color: #ffffff;
  }
}
@media (min-width: 1200px) {
  .headerSocials__icon {
    height: 15px;
  }
}
@media (min-width: 1200px) {
  .headerSocials__icon--facebook {
    height: 18px;
  }
}
@media (min-width: 1200px) {
  .headerSocials__icon--instagram {
    height: 15px;
    margin-top: 3px;
  }
}

.siteFooter {
  position: relative;
  color: #ffffff;
  background: #272729;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .siteFooter {
    padding: 50px 0;
  }
}
@media (min-width: 1200px) {
  .siteFooter {
    padding: 45px 0;
  }
}
.siteFooter:before, .siteFooter:after {
  content: "";
  height: 100%;
  background: #272729;
  position: absolute;
  top: 0;
  width: 1000px;
}
.siteFooter:before {
  right: 100%;
  margin-right: -1px;
}
.siteFooter:after {
  left: 100%;
  margin-left: -1px;
}
.siteFooter .container {
  max-width: none;
}
.siteFooter__cols {
  font-size: 14px;
}
@media (min-width: 768px) {
  .siteFooter__cols {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .siteFooter__cols {
    font-size: 16px;
  }
}
.siteFooter__cols a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .siteFooter__col1 {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .siteFooter__col1 {
    width: 68%;
  }
}
@media (min-width: 768px) {
  .siteFooter__col2 {
    width: 30%;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1600px) {
  .siteFooter__col2 {
    flex-direction: row;
    width: 23.5%;
  }
}

@media (min-width: 768px) {
  .footerLocations {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .footerLocations {
    justify-content: space-between;
  }
}

.footerLocation {
  margin-top: 31px;
}
@media (min-width: 768px) {
  .footerLocation {
    width: 50%;
    margin-top: 40px;
  }
}
@media (min-width: 1600px) {
  .footerLocation {
    width: 25%;
    margin-top: 0;
  }
}
.footerLocation__address {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .footerLocation__address {
    margin-bottom: 23px;
  }
}
.footerLocation:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .footerLocation:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .footerLocation:nth-child(1) {
    order: 1;
  }
}
@media (min-width: 1600px) {
  .footerLocation:nth-child(2) {
    order: 3;
  }
}
@media (min-width: 1600px) {
  .footerLocation:nth-child(3) {
    order: 2;
  }
}
@media (min-width: 1600px) {
  .footerLocation:nth-child(4) {
    order: 4;
  }
}

.footerTitle {
  font-size: 25px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .footerTitle {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
.footerTitle--orange {
  color: #f8931e;
}

.footerSchedule {
  margin-top: 31px;
}
@media (min-width: 768px) {
  .footerSchedule {
    margin-top: 0;
  }
}
@media (min-width: 1600px) {
  .footerSchedule {
    text-align: left;
  }
}

.footerSocials {
  list-style-type: none;
  padding: 0;
  margin: 15px 0 0;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .footerSocials {
    justify-content: flex-end;
  }
}
.footerSocials__item {
  margin-right: 11px;
  align-items: center;
}
@media (min-width: 768px) {
  .footerSocials__item {
    margin: 0 0 0 11px;
  }
}
@media (min-width: 1200px) {
  .footerSocials__item {
    margin: 0 0 0 15px;
  }
}
.footerSocials__anchor {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 1200px) {
  .footerSocials__anchor {
    transition: color 0.3s;
  }
}
@media (min-width: 1200px) {
  .footerSocials__anchor:hover {
    color: #a9a9a9;
  }
}

.footerContacts {
  margin-top: 31px;
}
@media (min-width: 1200px) {
  .footerContacts {
    margin-top: 0;
  }
}
.footerContacts__contacts {
  margin-top: 30px;
}

.footerCopyrights {
  font-size: 12px;
  margin-top: 28px;
}
@media (min-width: 768px) {
  .footerCopyrights {
    font-size: 14px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .footerCopyrights {
    font-size: 16px;
    justify-content: center;
    margin-top: 85px;
    margin-bottom: 10px;
  }
}
.footerCopyrights a {
  text-decoration: underline;
}
.footerCopyrights a:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  .footerCopyrights__item2 {
    margin: 0 50px;
  }
}
@media (min-width: 768px) {
  .footerCopyrights__item3 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .footerCopyrights__item3 {
    width: auto;
  }
}

.mainNav {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  z-index: 2000;
  color: #ffffff;
  padding: 95px 0 30px;
  position: absolute;
  left: 0;
  top: 0;
  transition: visibility 0.3s, opacity 0.3s;
}
@media (min-width: 768px) {
  .mainNav {
    padding: 175px 0 30px;
  }
}
@media (min-width: 1200px) {
  .mainNav {
    visibility: visible;
    opacity: 1;
    padding: 0;
    width: auto;
    position: static;
  }
}
.mainNav.visible {
  visibility: visible;
  opacity: 1;
}

.mainMenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1200px) {
  .mainMenu {
    display: flex;
    position: absolute;
    right: 30px;
    top: 55px;
  }
}
@media (min-width: 1600px) {
  .mainMenu {
    right: 50px;
    top: 89px;
  }
}
.mainMenu__item {
  position: relative;
  margin-top: 33px;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .mainMenu__item {
    margin: 0;
  }
}
.mainMenu__item--depth0 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .mainMenu__item--depth0 {
    padding: 0 25px;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth0 {
    padding: 0;
    margin-left: 65px;
  }
}
.mainMenu__item--depth0:first-child {
  margin-top: 0;
}
.mainMenu__item--depth0.current-menu-ancestor, .mainMenu__item--depth0.current-menu-item {
  font-weight: 700;
}
@media (min-width: 1200px) {
  .mainMenu__item--depth0.current-menu-ancestor, .mainMenu__item--depth0.current-menu-item, .mainMenu__item--depth0:hover {
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  .mainMenu__item--depth0.current-menu-ancestor:after, .mainMenu__item--depth0.current-menu-item:after, .mainMenu__item--depth0:hover:after {
    content: "";
    width: 25px;
    height: 5px;
    background: #f8931e;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
.mainMenu__link {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 0.18em;
}
@media (min-width: 1200px) {
  .mainMenu__link {
    font-size: 16px;
  }
}
.mainMenu__link--depth0 {
  padding: 6px 0;
}
@media (min-width: 1200px) {
  .mainMenu__link--depth0 {
    padding: 15px 0;
    border: none;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1600px) {
  .mainMenu__link--depth0 {
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  .mainMenu__link--depth0:before {
    content: attr(data-text);
    content: attr(data-text)/"";
    height: 0;
    visibility: hidden;
    overflow: hidden;
    user-select: none;
    pointer-events: none;
    font-weight: 700;
  }
}
@media speech {
  .mainMenu__link--depth0:before {
    display: none;
  }
}
.btnMenu {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3000;
  background: transparent;
  outline: none;
  width: 58px;
  height: 58px;
  border: none;
}
@media (min-width: 768px) {
  .btnMenu {
    top: 38px;
    right: 21px;
  }
}
@media (min-width: 1200px) {
  .btnMenu {
    display: none;
  }
}
.btnMenu span {
  display: block;
  border-radius: 0;
  width: 40px;
  height: 4px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s, background-color 0.3s, margin-top 0.3s;
}
.btnMenu span:nth-child(1) {
  margin-top: -14px;
}
.btnMenu span:nth-child(2) {
  background: #f8931e;
}
.btnMenu span:nth-child(3) {
  margin-top: 14px;
}
.btnMenu--close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
  margin-top: 0;
  background: #f8931e;
}
.btnMenu--close span:nth-child(2) {
  background: transparent;
}
.btnMenu--close span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
  margin-top: 0;
  background: #f8931e;
}

.menuOverlay {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(39, 39, 41, 0.97);
  z-index: 500;
  transition: visibility 0.3s, opacity 0.3s;
}
.menuOverlay.visible {
  opacity: 1;
  visibility: visible;
}

.comments ul {
  list-style-type: none;
}

.section-comment-form .comment-form .form-group label {
  display: block;
  padding: 0;
  margin: 0;
}
.section-comment-form .comment-form .btn {
  margin: 0;
  border: none;
  padding: 0;
}
.section-comments-list {
  padding: 0;
}
.section-comments-list .comments-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.section-comments-list .comments-list .comment {
  margin: 0;
}
.section-comments-list .comments-list .comment:last-of-type {
  margin-bottom: 0;
}
.section-comments-list .comments-list .comment .comment-wrap {
  margin: 0;
}
.section-comments-list .comments-list .comment .comment-wrap .comment-header {
  margin: 0;
}
.section-comments-list .comments-list .comment .comment-wrap .comment-header .comment-author {
  margin: 0;
}
.section {
  margin: 65px 0;
}
@media (min-width: 768px) {
  .section {
    margin: 81px 0;
  }
}
@media (min-width: 1200px) {
  .section {
    margin: 120px 0;
  }
}
@media (min-width: 1600px) {
  .section {
    margin: 165px 0;
  }
}

.heroSection {
  position: relative;
  color: #ffffff;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .heroSection {
    display: flex;
    justify-content: flex-end;
    align-items: stretch;
    background: #272729;
    max-height: 800px;
    padding-top: 135px;
    margin-bottom: 200px;
  }
}
@media (min-width: 1600px) {
  .heroSection {
    padding-top: 175px;
    margin-bottom: 240px;
  }
}
.heroSection:before, .heroSection:after {
  content: "";
  height: 100%;
  background: #272729;
  position: absolute;
  top: 0;
  width: 1000px;
}
.heroSection:before {
  right: 100%;
  margin-right: -1px;
}
.heroSection:after {
  left: 100%;
}
.heroSection__textContainer {
  background: #272729;
  height: 335px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .heroSection__textContainer {
    padding-left: 70px;
    height: 522px;
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .heroSection__textContainer {
    height: auto;
    background: transparent;
    padding-bottom: 0;
    padding-left: 50px;
    max-width: 595px;
    flex: 1;
    padding-right: 100px;
  }
}
.heroSection__imageContainer {
  margin-left: 20px;
  margin-top: -70px;
}
@media (min-width: 768px) {
  .heroSection__imageContainer {
    margin-left: 100px;
    margin-top: -160px;
  }
}
@media (min-width: 1200px) {
  .heroSection__imageContainer {
    margin: 0 0 -75px;
    width: calc( (100vw - 630px)/2 + 630px );
  }
}
@media (min-width: 2000px) {
  .heroSection__imageContainer {
    width: calc( (2000px - 630px)/2 + 630px );
  }
}

.textSection .container {
  position: relative;
}
.textSection__subtitle {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding-left: 45px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .textSection__subtitle {
    position: absolute;
    transform: rotate(-90deg);
    left: -68px;
    top: 75px;
  }
}
@media (min-width: 1200px) {
  .textSection__subtitle {
    left: -37px;
  }
}
.textSection__subtitle:before {
  content: "";
  width: 26px;
  height: 5px;
  background: #f8931e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .textSection__textContainer {
    position: relative;
  }
}

@media (min-width: 1200px) {
  .textImageBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.textImageBlock__imageContainer {
  position: relative;
  margin-top: 35px;
  padding-bottom: 64.7%;
}
@media (min-width: 768px) {
  .textImageBlock__imageContainer {
    margin-top: 45px;
    padding-bottom: 63.6%;
  }
}
@media (min-width: 1200px) {
  .textImageBlock__imageContainer {
    width: 49%;
    padding-bottom: 31%;
    margin-top: 0;
  }
}
.textImageBlock__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .textImageBlock__textContainer {
    padding: 0 70px;
  }
}
@media (min-width: 1200px) {
  .textImageBlock__textContainer {
    padding: 0;
    flex: 1;
    max-width: 610px;
    margin-right: 50px;
  }
}
@media (min-width: 1200px) {
  .textImageBlock--inverted {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .textImageBlock--inverted .textImageBlock__textContainer {
    margin: 0 0 0 50px;
    padding-right: 20px;
  }
}

.popup {
  max-width: 955px;
  background: #ffffff;
  width: 100%;
  padding: 50px 0;
  line-height: 1.75;
  overflow: visible;
}
@media (min-width: 768px) {
  .popup {
    padding: 110px 0;
  }
}

.hybridPopup {
  padding: 45px 0;
}
@media (min-width: 768px) {
  .hybridPopup {
    padding: 60px 0;
  }
}
.hybridPopup__hero {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .hybridPopup__hero {
    margin-bottom: 40px;
  }
}
.hybridPopup__heroImage {
  width: calc(100% - 20px);
  margin-left: 20px;
}
@media (min-width: 768px) {
  .hybridPopup__heroImage {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
}
@media (min-width: 1200px) {
  .hybridPopup__heroImage {
    width: calc(100% - 65px);
    margin-left: 65px;
  }
}
.hybridPopup__heroOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #ffffff;
  padding: 15px 20px;
}
@media (min-width: 768px) {
  .hybridPopup__heroOverlay {
    padding: 25px 30px;
  }
}
.hybridPopup__heroOverlay h2 {
  font-size: 15px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .hybridPopup__heroOverlay h2 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .hybridPopup__heroOverlay h2 {
    font-size: 33px;
    line-height: 60px;
    letter-spacing: 0.25em;
  }
}
.hybridPopup__heroOverlay em {
  font-style: normal;
  color: #f3a24c;
  font-family: "Luxus Brut", sans-serif;
  font-size: 40px;
  text-transform: lowercase;
  letter-spacing: 0em;
}
@media (min-width: 768px) {
  .hybridPopup__heroOverlay em {
    font-size: 90px;
  }
}
@media (min-width: 1200px) {
  .hybridPopup__heroOverlay em {
    font-size: 100px;
  }
}
.hybridPopup .container--narrow {
  max-width: 730px;
}
.hybridPopup .btn {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .hybridPopup .btn {
    margin-top: 45px;
  }
}

body.single-blog h3 {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  body.single-blog h3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  body.single-blog .heroSection__textContainer {
    height: 386px;
  }
}
@media (min-width: 768px) {
  body.single-blog .heroSection__textContainer {
    padding-top: 45px;
  }
}
body.single-blog .heroSection .blogAuthor {
  margin-top: 5px;
}
@media (min-width: 768px) {
  body.single-blog .heroSection .blogAuthor {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  body.single-blog .heroSection .blogAuthor {
    margin: 50px 0;
  }
}

.imageBlock {
  margin: 35px 0;
}
@media (min-width: 768px) {
  .imageBlock {
    margin: 45px auto;
    max-width: 950px;
  }
}
@media (min-width: 1200px) {
  .imageBlock {
    margin: 55px auto;
  }
}
@media (min-width: 1600px) {
  .imageBlock {
    margin: 65px auto;
  }
}
.imageBlock__image {
  width: 100%;
}

.videoBlock {
  position: relative;
  margin: 35px 0;
}
@media (min-width: 768px) {
  .videoBlock {
    margin: 45px auto;
    max-width: 950px;
  }
}
@media (min-width: 1200px) {
  .videoBlock {
    margin: 55px auto;
  }
}
@media (min-width: 1600px) {
  .videoBlock {
    margin: 65px auto;
  }
}
.videoBlock__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: no-repeat center;
  background-size: cover;
  cursor: pointer;
}
.videoBlock__overlay:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background: url("../images/icon-play.png") no-repeat center;
  z-index: 120;
}
@media (min-width: 768px) {
  .videoBlock__overlay:before {
    width: 86px;
    height: 86px;
  }
}
.videoBlock__overlay:after {
  content: "";
  background: rgba(39, 39, 41, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 110;
}

@media (min-width: 1200px) {
  body.page-template-home .heroSection {
    height: 50vw;
    max-height: 1000px;
    align-items: stretch;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .heroSection {
    margin-bottom: 290px;
  }
}
body.page-template-home .heroSection__textContainer {
  height: 375px;
}
@media (min-width: 768px) {
  body.page-template-home .heroSection__textContainer {
    height: 520px;
    padding: 35px 0 0 70px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .heroSection__textContainer {
    height: auto;
    padding-left: 35px;
    padding-top: 0;
  }
}
@media (min-width: 1600px) {
  body.page-template-home .heroSection__textContainer h1 {
    font-size: 50px;
    line-height: 1.6;
    letter-spacing: 0.2em;
  }
}
@media (min-width: 1024px) {
  body.page-template-home .heroSection__textContainer h1 br {
    display: none;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .heroSection__textContainer h1 br {
    display: block;
  }
}
@media (min-width: 768px) {
  body.page-template-home .heroSection__imageContainer {
    margin-top: -100px;
    position: relative;
    padding-bottom: 66%;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .heroSection__imageContainer {
    margin-top: 0;
    margin-bottom: -125px;
    padding-bottom: 47.5%;
  }
}
@media (min-width: 768px) {
  body.page-template-home .heroSection__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
body.page-template-home .introSection {
  line-height: 28px;
}
body.page-template-home .introSection p {
  margin: 0 0 28px;
}
@media (min-width: 768px) {
  body.page-template-home .introSection .btnRow {
    justify-content: flex-start;
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .introSection .btnRow {
    margin-top: 65px;
  }
}
body.page-template-home .imageBlock {
  margin: -25px 0 0;
}
@media (min-width: 768px) {
  body.page-template-home .imageBlock {
    max-width: none;
    margin: 95px 0;
  }
}
@media (min-width: 1200px) {
  body.page-template-home .imageBlock {
    margin: 0;
  }
}
body.page-template-home .imageBlock__imageContainer {
  overflow: hidden;
  position: relative;
  padding-bottom: 50%;
}
@media (min-width: 768px) {
  body.page-template-home .imageBlock__imageContainer {
    padding-bottom: 47%;
  }
}
body.page-template-home .imageBlock__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogCarouselSection {
  overflow: hidden;
}
.blogCarouselSection__title {
  padding-right: 100px;
}

.blogCarousel {
  position: relative;
  margin: 30px auto 40px;
  width: calc( 100% - 80px );
}
@media (min-width: 768px) {
  .blogCarousel {
    margin-bottom: 50px;
    padding: 5px 0 0;
    width: calc( 100% - 120px );
  }
}
@media (min-width: 1200px) {
  .blogCarousel {
    width: calc( 100% - 390px );
    overflow: visible;
    padding: 10px 0 0;
    margin-bottom: 70px;
  }
}
.blogCarousel__carousel .owl-stage-outer {
  overflow: visible;
}
.blogCarousel .owl-nav {
  display: flex;
  position: absolute;
  right: -27px;
  top: -80px;
}
@media (min-width: 768px) {
  .blogCarousel .owl-nav {
    top: -90px;
    right: -40px;
  }
}
@media (min-width: 1200px) {
  .blogCarousel .owl-nav {
    position: static;
    transform: none;
  }
}
.blogCarousel .owl-prev,
.blogCarousel .owl-next {
  display: block;
  width: 34px;
  height: 50px;
  background: no-repeat center !important;
}
@media (min-width: 1200px) {
  .blogCarousel .owl-prev,
.blogCarousel .owl-next {
    width: 165px;
    height: 400px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}
@media (min-width: 1200px) {
  .blogCarousel .owl-prev:hover,
.blogCarousel .owl-next:hover {
    opacity: 1;
  }
}
.blogCarousel .owl-prev {
  background-image: url("../images/angle-left.png") !important;
}
@media (min-width: 1200px) {
  .blogCarousel .owl-prev {
    left: -195px;
    background-image: url("../images/angle-left-white.png") !important;
  }
}
.blogCarousel .owl-next {
  background-image: url("../images/angle-right.png") !important;
}
@media (min-width: 1200px) {
  .blogCarousel .owl-next {
    right: -195px;
    background-image: url("../images/angle-right-white.png") !important;
  }
}

.blogCarouselTeaser__imageContainer {
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}
.blogCarouselTeaser__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .blogCarouselTeaser__image {
    transition: transform 0.3s;
  }
}
.blogCarouselTeaser__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  color: #ffffff;
  background: rgba(39, 39, 41, 0.3) url("../images/portfolio-teaser-gradient-mobile.png") repeat-x center bottom;
}
@media (min-width: 1200px) {
  .blogCarouselTeaser__overlay {
    padding: 45px 50px;
    background-image: url("../images/portfolio-teaser-gradient-desktop.png");
    transition: background-color 0.3s;
  }
}
@media (min-width: 1200px) {
  .blogCarouselTeaser__title {
    position: relative;
    transition: padding-left 0.3s;
  }
}
@media (min-width: 1200px) {
  .blogCarouselTeaser__title:before {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #f8931e;
    transition: width 0.3s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .blogCarouselTeaser:hover .blogCarouselTeaser__image {
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  .blogCarouselTeaser:hover .blogCarouselTeaser__overlay {
    background-color: rgba(39, 39, 41, 0.65);
  }
}
@media (min-width: 1200px) {
  .blogCarouselTeaser:hover .blogCarouselTeaser__title {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .blogCarouselTeaser:hover .blogCarouselTeaser__title:before {
    width: 26px;
  }
}

.teamSection {
  margin: 65px 0;
}

@media (min-width: 768px) {
  .teamListing {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.teamTeaser {
  position: relative;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .teamTeaser {
    width: 48%;
    margin-top: 4%;
  }
}
@media (min-width: 1200px) {
  .teamTeaser {
    width: 49%;
    margin-top: 2%;
  }
}
.teamTeaser__imageContainer {
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
}
@media (min-width: 1200px) {
  .teamTeaser__imageContainer {
    padding-bottom: 65%;
  }
}
.teamTeaser__image {
  object-fit: cover;
  object-position: right center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .teamTeaser__image {
    transition: transform 0.3s;
  }
}
.teamTeaser__overlay {
  background: url("../images/member-gradient-mobile.png") repeat-x center bottom;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  color: #ffffff;
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1200px) {
  .teamTeaser__overlay {
    padding: 55px 50px;
    transition: background-color 0.3s;
  }
}
.teamTeaser__name {
  font-size: 25px;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .teamTeaser__name {
    font-size: 30px;
    margin-bottom: 12px;
  }
}
.teamTeaser__title {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding-left: 40px;
  max-width: 190px;
}
@media (min-width: 1200px) {
  .teamTeaser__title {
    max-width: none;
  }
}
.teamTeaser__title:before {
  content: "";
  width: 26px;
  height: 5px;
  background: currentColor;
  position: absolute;
  left: 0;
  top: 10px;
  transition: background-color 0.3s;
}
.teamTeaser__lnkOverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.teamTeaser:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .teamTeaser:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .teamTeaser:hover .teamTeaser__image {
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  .teamTeaser:hover .teamTeaser__overlay {
    background-color: rgba(39, 39, 41, 0.65);
  }
}
@media (min-width: 1200px) {
  .teamTeaser:hover .teamTeaser__title:before {
    background-color: #f8931e;
  }
}

.teamQuote {
  position: relative;
  color: #ffffff;
  background: #272729;
  padding-bottom: 100%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .teamQuote {
    width: 48%;
    margin-top: 4%;
    padding-bottom: 48%;
  }
}
@media (min-width: 1200px) {
  .teamQuote {
    width: 49%;
    margin-top: 2%;
    padding-bottom: 24%;
  }
}
.teamQuote__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 25px 30px;
}
@media (min-width: 1200px) {
  .teamQuote__text {
    position: relative;
    margin-top: 50px;
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  .teamQuote__text:before {
    display: block;
    content: "";
    background: url("../images/quotes.svg") no-repeat center;
    width: 36px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: -55px;
    transform: translateX(-50%);
  }
}

@media (min-width: 768px) {
  .logos {
    margin: 55px auto 0;
    display: flex;
    align-items: center;
    max-width: 570px;
  }
}
@media (min-width: 1200px) {
  .logos {
    max-width: 625px;
  }
}
@media (min-width: 1600px) {
  .logos {
    max-width: 960px;
    margin: 90px auto 0;
  }
}
.logos__logoContainer {
  text-align: center;
  margin: 33px 0;
}
@media (min-width: 768px) {
  .logos__logoContainer {
    width: 30%;
    margin: 0 5% 0 0;
  }
}
@media (min-width: 768px) {
  .logos__logoContainer:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .logos__logoContainer:nth-child(3n+1) {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .logos__logoContainer:nth-child(3n+3) {
    text-align: right;
  }
}
.logos__logoAnchor {
  display: block;
}
.logos__logoImage {
  max-height: 73px;
  max-width: 131px;
}
@media (min-width: 1200px) {
  .logos__logoImage {
    max-height: 92px;
    max-width: 162px;
  }
}

.memberInfo {
  max-width: 570px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .memberInfo {
    margin-top: 100px;
  }
}
@media (min-width: 1200px) {
  .memberInfo {
    position: relative;
    max-width: 1280px;
    padding-right: 550px;
  }
}
@media (min-width: 1600px) {
  .memberInfo {
    padding-right: 650px;
  }
}
@media (min-width: 768px) {
  .memberInfo__cols {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .memberInfo__cols {
    display: block;
  }
}
@media (min-width: 768px) {
  .memberInfo__col1 {
    width: 47.5%;
  }
}
@media (min-width: 1200px) {
  .memberInfo__col1 {
    width: auto;
  }
}
@media (min-width: 768px) {
  .memberInfo__col2 {
    width: 47.5%;
  }
}
@media (min-width: 1200px) {
  .memberInfo__col2 {
    width: auto;
  }
}
.memberInfo__title {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding-left: 40px;
  margin-bottom: 35px;
}
@media (min-width: 768px) {
  .memberInfo__title {
    margin-bottom: 45px;
    max-width: 195px;
  }
}
@media (min-width: 1200px) {
  .memberInfo__title {
    max-width: none;
  }
}
.memberInfo__title:before {
  content: "";
  width: 24px;
  height: 3px;
  background: #f8931e;
  position: absolute;
  left: 0;
  top: 10px;
}
.memberInfo__iconLinkedin {
  color: #f8931e;
}
@media (min-width: 1200px) {
  .memberInfo__iconLinkedin {
    position: absolute;
    left: 0;
    bottom: 90px;
  }
}
@media (min-width: 1600px) {
  .memberInfo__iconLinkedin {
    bottom: 135px;
  }
}
.memberInfo__photoContainer {
  position: relative;
  padding-bottom: 100%;
  margin-top: 33px;
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .memberInfo__photoContainer {
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .memberInfo__photoContainer {
    position: absolute;
    top: 60px;
    right: 0;
    width: 460px;
    padding-bottom: 460px;
  }
}
.memberInfo__photo {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.memberInfo__btnRow {
  display: flex;
  justify-content: center;
  margin-top: 65px;
}
@media (min-width: 768px) {
  .memberInfo__btnRow {
    margin-top: 45px;
  }
}
@media (min-width: 1200px) {
  .memberInfo__btnRow {
    margin-right: -550px;
    margin-top: 100px;
  }
}
@media (min-width: 1600px) {
  .memberInfo__btnRow {
    margin-top: 155px;
    margin-right: -650px;
  }
}

@media (min-width: 1200px) {
  .textBlock__columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .textBlock__col1 {
    max-width: 48%;
  }
}
.textBlock__col2 {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .textBlock__col2 {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .textBlock__col2 {
    width: 46%;
    max-width: 460px;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .textNarrowBlock {
    margin: 0 70px;
  }
}
@media (min-width: 1200px) {
  .textNarrowBlock {
    margin: 0 auto;
    max-width: 630px;
  }
}

@media (min-width: 768px) {
  .howWeHelpBlock {
    margin: 0 70px;
  }
}
@media (min-width: 1600px) {
  .howWeHelpBlock {
    margin: 0 164px -60px;
  }
}

.productSpecialties {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .productSpecialties {
    margin-top: 45px;
  }
}
@media (min-width: 1600px) {
  .productSpecialties {
    margin-top: 60px;
  }
}

.productSpecialty {
  position: relative;
  width: 47%;
  margin-right: 6%;
  margin-top: 6%;
  /*@media (min-width: $laptop-min) {
    width: 23.5%;
    margin-right: 2%;
    margin-top: 2%;
  }*/
  /*@media (min-width: $laptop-min) and (max-width: $laptop-max) {
    &:nth-child(4n) {
      margin-right: 0;
    }

    &:nth-child(-n+4) {
      margin-top: 0;
    }
  }*/
}
@media (min-width: 768px) {
  .productSpecialty {
    width: 30.5%;
    margin-right: 4.25%;
    margin-top: 4.25%;
  }
}
@media (min-width: 1200px) {
  .productSpecialty {
    width: 18.5%;
    margin-right: 1.875%;
    margin-top: 1.875%;
  }
}
.productSpecialty__image {
  width: 100%;
}
.productSpecialty__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  background: rgba(39, 39, 41, 0.5);
  padding: 12px;
}
@media (min-width: 768px) {
  .productSpecialty__overlay {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .productSpecialty__overlay {
    font-size: 25px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .productSpecialty:nth-child(2n) {
    margin-right: 0;
  }
  .productSpecialty:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .productSpecialty:nth-child(3n) {
    margin-right: 0;
  }
  .productSpecialty:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .productSpecialty:nth-child(5n) {
    margin-right: 0;
  }
  .productSpecialty:nth-child(-n+5) {
    margin-top: 0;
  }
}

.servicesSection {
  background: #f6f6f6;
  padding: 65px 0;
}
@media (min-width: 768px) {
  .servicesSection {
    margin: 100px 0;
    padding: 90px 0;
  }
}
@media (min-width: 1200px) {
  .servicesSection {
    margin: 120px 0;
    padding: 120px 0;
  }
}
@media (min-width: 1600px) {
  .servicesSection {
    margin: 160px 0;
    padding: 160px 0;
  }
}

@media (min-width: 768px) {
  .services {
    column-count: 2;
    column-gap: 4%;
    margin-bottom: -45px;
  }
}
@media (min-width: 1200px) {
  .services {
    column-count: 3;
    margin-top: 45px;
    margin-bottom: -120px;
  }
}
@media (min-width: 1600px) {
  .services {
    margin-top: 55px;
    margin-bottom: -165px;
  }
}
.services__item {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .services__item {
    display: inline-block;
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .services__item {
    margin-bottom: 70px;
  }
}
@media (min-width: 1600px) {
  .services__item {
    margin-bottom: 95px;
  }
  .services__item:nth-child(4) {
    margin-bottom: 0;
  }
}
.services__item a {
  text-decoration: underline;
}
.services__item a:hover {
  text-decoration: none;
}
.services__item ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.services__item:last-child {
  margin: 0;
}

.ourApproachBlock {
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ourApproachBlock__text {
    max-width: 575px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .ourApproachBlock__text {
    max-width: 630px;
  }
}
.ourApproachBlock__list {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .ourApproachBlock__list {
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .ourApproachBlock__list {
    margin-top: 67px;
  }
}
.ourApproachBlock__listItem {
  margin-top: 22px;
}
@media (min-width: 768px) {
  .ourApproachBlock__listItem {
    width: 48%;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .ourApproachBlock__listItem {
    position: relative;
    padding-left: 80px;
    width: 47%;
    padding-right: 57px;
    margin-top: 45px;
  }
}
.ourApproachBlock__listItem:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .ourApproachBlock__listItem:nth-child(-n+2) {
    margin-top: 0;
  }
}
.ourApproachBlock__number {
  color: #f8931e;
  font-size: 35px;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .ourApproachBlock__number {
    position: absolute;
    left: -5px;
    top: -10px;
  }
}

@media (min-width: 768px) {
  .portfolio {
    margin-top: 95px;
  }
}
@media (min-width: 768px) {
  .portfolio__teasers {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.portfolio__pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .portfolio__pagination {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .portfolio__pagination {
    margin-top: 65px;
  }
}
@media (min-width: 1600px) {
  .portfolio__pagination {
    margin-top: 80px;
  }
}

.portfolioTeaser {
  position: relative;
  margin-top: 18px;
}
@media (min-width: 768px) {
  .portfolioTeaser {
    width: 48%;
    margin-top: 4%;
  }
}
@media (min-width: 1200px) {
  .portfolioTeaser {
    margin-top: 2%;
  }
}
.portfolioTeaser__imageContainer {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}
.portfolioTeaser__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .portfolioTeaser__image {
    transition: transform 0.3s;
  }
}
.portfolioTeaser__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
  color: #ffffff;
  background: rgba(39, 39, 41, 0.3) url("../images/portfolio-teaser-gradient-mobile.png") repeat-x center bottom;
}
@media (min-width: 1200px) {
  .portfolioTeaser__overlay {
    padding: 45px 50px;
    background-image: url("../images/portfolio-teaser-gradient-desktop.png");
    transition: background-color 0.3s;
  }
}
@media (min-width: 1200px) {
  .portfolioTeaser__title {
    position: relative;
    transition: padding-left 0.3s;
  }
}
@media (min-width: 1200px) {
  .portfolioTeaser__title:before {
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background: #f8931e;
    transition: width 0.3s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .portfolioTeaser:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .portfolioTeaser:nth-child(4n+1), .portfolioTeaser:nth-child(4n+4) {
    width: 38.9%;
  }
}
@media (min-width: 1200px) {
  .portfolioTeaser:nth-child(4n+2), .portfolioTeaser:nth-child(4n+3) {
    width: 59.3%;
  }
}
@media (min-width: 1200px) {
  .portfolioTeaser:nth-child(4n+2) .portfolioTeaser__imageContainer, .portfolioTeaser:nth-child(4n+3) .portfolioTeaser__imageContainer {
    padding-bottom: 66%;
  }
}
.portfolioTeaser--fullWidth {
  width: 100% !important;
}
.portfolioTeaser--fullWidth .portfolioTeaser__imageContainer {
  padding-bottom: 48% !important;
}
@media (min-width: 1200px) {
  .portfolioTeaser--fullWidth .portfolioTeaser__imageContainer {
    padding-bottom: 38.5% !important;
  }
}
@media (min-width: 1200px) {
  .portfolioTeaser:hover .portfolioTeaser__image {
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  .portfolioTeaser:hover .portfolioTeaser__overlay {
    background-color: rgba(39, 39, 41, 0.65);
  }
}
@media (min-width: 1200px) {
  .portfolioTeaser:hover .portfolioTeaser__title {
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  .portfolioTeaser:hover .portfolioTeaser__title:before {
    width: 26px;
  }
}

.portfolioSection {
  overflow: hidden;
}

.portfolioCarousel {
  position: relative;
  padding: 5px 0 60px;
  margin: 0 auto 50px;
  width: calc( 100% - 80px );
}
@media (min-width: 768px) {
  .portfolioCarousel {
    margin-bottom: 85px;
    padding: 15px 0 70px;
    width: calc( 100% - 120px );
  }
}
@media (min-width: 1200px) {
  .portfolioCarousel {
    width: calc( 100% - 390px );
    overflow: visible;
    padding: 10px 0 0;
    margin-bottom: 125px;
  }
}
@media (min-width: 1600px) {
  .portfolioCarousel {
    margin-bottom: 165px;
  }
}
.portfolioCarousel__carousel .owl-stage-outer {
  overflow: visible;
}
.portfolioCarousel__imageContainer {
  position: relative;
  padding-bottom: 61.7%;
}
@media (min-width: 768px) {
  .portfolioCarousel__imageContainer {
    padding-bottom: 52%;
  }
}
@media (min-width: 1200px) {
  .portfolioCarousel__imageContainer {
    padding-bottom: 49.5%;
  }
}
.portfolioCarousel__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolioCarousel .owl-nav {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .portfolioCarousel .owl-nav {
    bottom: -70px;
  }
}
@media (min-width: 1200px) {
  .portfolioCarousel .owl-nav {
    position: static;
    transform: none;
  }
}
.portfolioCarousel .owl-prev,
.portfolioCarousel .owl-next {
  display: block;
  width: 34px;
  height: 50px;
  background: no-repeat center !important;
}
@media (min-width: 1200px) {
  .portfolioCarousel .owl-prev,
.portfolioCarousel .owl-next {
    width: 165px;
    height: 400px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}
@media (min-width: 1200px) {
  .portfolioCarousel .owl-prev:hover,
.portfolioCarousel .owl-next:hover {
    opacity: 1;
  }
}
.portfolioCarousel .owl-prev {
  background-image: url("../images/angle-left.png") !important;
}
@media (min-width: 1200px) {
  .portfolioCarousel .owl-prev {
    left: -195px;
    background-image: url("../images/angle-left-white.png") !important;
  }
}
.portfolioCarousel .owl-next {
  background-image: url("../images/angle-right.png") !important;
}
@media (min-width: 1200px) {
  .portfolioCarousel .owl-next {
    right: -195px;
    background-image: url("../images/angle-right-white.png") !important;
  }
}

@media (min-width: 768px) {
  .portfolioDetails {
    margin: 0 70px;
  }
}
@media (min-width: 1200px) {
  .portfolioDetails {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.portfolioDetails h3 {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .portfolioDetails h3 {
    margin-bottom: 40px;
  }
}
.portfolioDetails__location {
  position: relative;
  text-transform: uppercase;
  padding-left: 42px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
.portfolioDetails__location:before {
  content: "";
  display: block;
  width: 24px;
  height: 3px;
  background: #f8931e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1200px) {
  .portfolioDetails__col1 {
    width: 48%;
    max-width: 630px;
  }
}
.portfolioDetails__col2 {
  margin-top: 30px;
  padding-left: 30px;
  border-left: 5px solid #f8931e;
  max-width: 340px;
}
@media (min-width: 768px) {
  .portfolioDetails__col2 {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .portfolioDetails__col2 {
    width: 48%;
    max-width: 330px;
    margin-top: 0;
  }
}

.postNav {
  position: relative;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin: 50px 0 0;
}
@media (min-width: 768px) {
  .postNav {
    margin: 80px 70px 0;
  }
}
@media (min-width: 1200px) {
  .postNav {
    margin-top: 120px;
  }
}
@media (min-width: 1600px) {
  .postNav {
    margin-top: 150px;
  }
}
.postNav__lnk {
  display: block;
  padding: 10px 0;
}
.postNav__lnk:before {
  content: attr(data-mobile-text);
}
@media (min-width: 768px) {
  .postNav__lnk:before {
    content: attr(data-tablet-text);
  }
}
@media (min-width: 1200px) {
  .postNav__lnk:before {
    content: attr(data-laptop-text);
  }
}
.postNav__lnkText {
  display: none;
}
.postNav__lnk--prev, .postNav__lnk--next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.postNav__lnk--prev {
  left: 0;
}
.postNav__lnk--next {
  right: 0;
}

.brandsListing {
  margin-top: -30px;
}
@media (min-width: 768px) {
  .brandsListing {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .brandsListing {
    margin-top: 0;
    padding-bottom: 0;
  }
}

.brandTeaser {
  position: relative;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .brandTeaser {
    width: 48%;
    margin-top: 4%;
  }
}
@media (min-width: 1200px) {
  .brandTeaser {
    width: 49%;
    margin-top: 2%;
  }
}
.brandTeaser__imageContainer {
  overflow: hidden;
  position: relative;
  padding-bottom: 73.5%;
}
@media (min-width: 1200px) {
  .brandTeaser__imageContainer {
    padding-bottom: 79.3%;
  }
}
.brandTeaser__image {
  object-fit: cover;
  object-position: right center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .brandTeaser__image {
    transition: transform 0.3s;
  }
}
.brandTeaser__overlay {
  background: rgba(39, 39, 41, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  color: #ffffff;
  padding: 25px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .brandTeaser__overlay {
    padding: 55px 50px;
    transition: background-color 0.3s;
  }
}
.brandTeaser__logo {
  max-width: 170px;
  max-height: 35px;
}
@media (min-width: 1200px) {
  .brandTeaser__logo {
    max-width: 192px;
    max-height: 70px;
  }
}
.brandTeaser__lnkOverlay {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
.brandTeaser:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .brandTeaser:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .brandTeaser:hover .brandTeaser__image {
    transform: scale(1.1);
  }
}
@media (min-width: 1200px) {
  .brandTeaser:hover .brandTeaser__overlay {
    background: rgba(39, 39, 41, 0.6);
  }
}

.brandsQuote {
  position: relative;
  color: #ffffff;
  background: #272729;
  padding-bottom: 73.5%;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .brandsQuote {
    width: 48%;
    margin-top: 4%;
    padding-bottom: 35%;
  }
}
@media (min-width: 1200px) {
  .brandsQuote {
    width: 49%;
    margin-top: 2%;
    padding-bottom: 24%;
  }
}
.brandsQuote__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 25px 30px;
}
@media (min-width: 1200px) {
  .brandsQuote__text {
    position: relative;
    margin-top: 50px;
    max-width: 460px;
  }
}
@media (min-width: 1200px) {
  .brandsQuote__text:before {
    display: block;
    content: "";
    background: url("../images/quotes.svg") no-repeat center;
    width: 36px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: -55px;
    transform: translateX(-50%);
  }
}

@media (min-width: 1200px) {
  .partnersWeSupport {
    margin: 0 70px;
  }
}

.alphabetBlock {
  margin-top: 30px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .alphabetBlock {
    margin-top: 40px;
    column-count: 2;
    column-gap: 30px;
  }
}
@media (min-width: 1200px) {
  .alphabetBlock {
    margin: 60px 70px 0;
    column-count: 3;
  }
}
@media (min-width: 1600px) {
  .alphabetBlock {
    column-count: 4;
  }
}

.brandGallery {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .brandGallery {
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  .brandGallery {
    margin-top: 105px;
  }
}
@media (min-width: 1600px) {
  .brandGallery {
    margin-top: 140px;
  }
}
@media (min-width: 768px) {
  .brandGallery__items {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
.brandGallery__btnRow {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .brandGallery__btnRow {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .brandGallery__btnRow {
    margin-top: 75px;
  }
}
@media (min-width: 1600px) {
  .brandGallery__btnRow {
    margin-top: 100px;
  }
}

.brandGalleryItem {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .brandGalleryItem {
    margin-top: 4%;
  }
}
@media (min-width: 1200px) {
  .brandGalleryItem {
    margin-top: 1.7%;
  }
}
.brandGalleryItem__imageContainer {
  position: relative;
  height: 100%;
}
.brandGalleryItem__image {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .brandGalleryItem:nth-child(1) {
    width: 38%;
    margin-right: 4.1%;
  }
}
@media (min-width: 1200px) {
  .brandGalleryItem:nth-child(1) {
    width: 38.9%;
    margin-right: 1.7%;
  }
}
.brandGalleryItem:nth-child(1) .brandGalleryItem__imageContainer {
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  .brandGalleryItem:nth-child(2) {
    width: 57.9%;
  }
}
@media (min-width: 1200px) {
  .brandGalleryItem:nth-child(2) {
    width: 59.4%;
  }
}
.brandGalleryItem:nth-child(2) .brandGalleryItem__imageContainer {
  padding-bottom: 65.9%;
}
@media (min-width: 1200px) {
  .brandGalleryItem:nth-child(2) .brandGalleryItem__imageContainer {
    padding-bottom: 65%;
  }
}
@media (min-width: 768px) {
  .brandGalleryItem:nth-child(3), .brandGalleryItem:nth-child(4), .brandGalleryItem:nth-child(5) {
    width: 30.6%;
    margin-right: 4.1%;
  }
}
@media (min-width: 1200px) {
  .brandGalleryItem:nth-child(3), .brandGalleryItem:nth-child(4), .brandGalleryItem:nth-child(5) {
    width: 32.2%;
    margin-right: 1.7%;
  }
}
@media (min-width: 768px) {
  .brandGalleryItem:nth-child(5) {
    margin-right: 0;
  }
}
.brandGalleryItem:nth-child(3) .brandGalleryItem__imageContainer, .brandGalleryItem:nth-child(4) .brandGalleryItem__imageContainer, .brandGalleryItem:nth-child(5) .brandGalleryItem__imageContainer {
  padding-bottom: 124%;
}
@media (min-width: 1200px) {
  .brandGalleryItem:nth-child(3) .brandGalleryItem__imageContainer, .brandGalleryItem:nth-child(4) .brandGalleryItem__imageContainer, .brandGalleryItem:nth-child(5) .brandGalleryItem__imageContainer {
    padding-bottom: 121%;
  }
}

@media (min-width: 768px) {
  body.page-template-blog .portfolio__pagination {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  body.page-template-blog .portfolio__pagination {
    margin-top: 70px;
  }
}

@media (min-width: 768px) {
  .contactLocations {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .contactLocations {
    padding-top: 5px;
    padding-bottom: 0;
    margin: 0 auto;
    max-width: 950px;
  }
}
@media (min-width: 1600px) {
  .contactLocations {
    max-width: none;
  }
}

.contactLocation {
  position: relative;
  color: #ffffff;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .contactLocation {
    width: 48%;
    margin-top: 4%;
  }
}
@media (min-width: 1600px) {
  .contactLocation {
    width: auto;
    flex: 1;
    margin-right: 30px;
    margin-top: 0;
  }
  .contactLocation:last-child {
    margin-right: 0;
  }
}
.contactLocation a {
  text-decoration: underline;
}
.contactLocation__imageContainer {
  padding-bottom: 132.5%;
  background: no-repeat center;
  background-size: cover;
}
@media (min-width: 1200px) {
  .contactLocation__imageContainer {
    padding-bottom: 137%;
  }
}
.contactLocation__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
}
@media (min-width: 1600px) {
  .contactLocation__overlay {
    padding: 50px;
  }
}
.contactLocation__text {
  min-height: 180px;
}
.contactLocation__address {
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .contactLocation__address {
    margin-top: 35px;
  }
}
.contactLocation__contacts {
  margin-top: 45px;
}
.contactLocation:nth-child(1) .contactLocation__imageContainer {
  background-image: url("../images/contact-hq.jpg");
}
.contactLocation:nth-child(2) .contactLocation__imageContainer {
  background-image: url("../images/contact-montreal.jpg");
}
.contactLocation:nth-child(3) .contactLocation__imageContainer {
  background-image: url("../images/contact-toronto.jpg");
}
.contactLocation:nth-child(4) .contactLocation__imageContainer {
  background-image: url("../images/contact-ottawa.jpg");
}
@media (min-width: 768px) {
  .contactLocation:nth-child(-n+2) {
    margin-top: 0;
  }
}

.contactFormBlock {
  margin-top: 35px;
}
@media (min-width: 768px) {
  .contactFormBlock {
    margin: 35px 70px 0;
  }
}
@media (min-width: 1200px) {
  .contactFormBlock {
    margin: 60px auto 0;
    max-width: 950px;
  }
}
.contactFormBlock__btnRow {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .contactFormBlock__btnRow {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .contactFormBlock__btnRow {
    margin-top: 80px;
  }
}
@media (min-width: 1600px) {
  .contactFormBlock__btnRow {
    margin-top: 115px;
  }
}
.contactFormBlock__btnWrap {
  display: block;
  position: relative;
}
.contactFormBlock__btnWrap .btn {
  margin: 0;
}
.contactFormBlock__btnWrap .ajax-loader {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.fieldsGroup {
  margin-bottom: 35px;
}
.fieldsGroup__label {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .fieldsGroup__fields {
    display: flex;
  }
}
.fieldsGroup .asterisk {
  color: #f8931e;
}

.fieldWrapper {
  position: relative;
  margin-bottom: 12px;
  flex: 1;
}
@media (min-width: 768px) {
  .fieldWrapper {
    margin-bottom: 0;
  }
}
.fieldWrapper__label {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .fieldWrapper:nth-child(n+2) {
    margin-left: 30px;
  }
}

@media (min-width: 1200px) {
  body.page-template-hybrid .siteHeader__logo {
    left: 50px;
    top: 50px;
  }
}
@media (min-width: 1400px) {
  body.page-template-hybrid .siteHeader__logo {
    top: 80px;
  }
}
@media (min-width: 1600px) {
  body.page-template-hybrid .siteHeader__logo {
    width: 180px;
    height: 98px;
    top: 145px;
  }
}
@media (min-width: 1200px) {
  body.page-template-hybrid .heroSection {
    padding-top: 70px;
    margin-bottom: 140px;
  }
}
@media (min-width: 1200px) {
  body.page-template-hybrid .heroSection__textContainer {
    padding-top: 50px;
    padding-left: 0;
    max-width: none;
  }
}
@media (min-width: 1710px) {
  body.page-template-hybrid .heroSection__textContainer {
    margin-left: calc( (100vw - 1710px)/2 );
    max-width: none;
  }
}
@media (min-width: 1600px) {
  body.page-template-hybrid .heroSection__textContainer {
    padding: 100px 50px 0 0;
  }
}
@media (min-width: 2000px) {
  body.page-template-hybrid .heroSection__textContainer {
    margin-left: 0;
    max-width: 840px;
  }
}
body.page-template-hybrid .heroSection__textContainer h1 {
  font-size: 25px;
}
@media (min-width: 768px) {
  body.page-template-hybrid .heroSection__textContainer h1 {
    font-size: 35px;
  }
}
@media (min-width: 1200px) {
  body.page-template-hybrid .heroSection__textContainer h1 {
    font-size: 25px;
  }
}
@media (min-width: 1600px) {
  body.page-template-hybrid .heroSection__textContainer h1 {
    font-size: 40px;
    line-height: 70px;
    letter-spacing: 0.25em;
  }
}
body.page-template-hybrid .heroSection__textContainer em {
  font-style: normal;
  color: #f3a24c;
  font-family: "Luxus Brut", sans-serif;
  font-size: 60px;
  text-transform: lowercase;
  letter-spacing: 0em;
}
@media (min-width: 768px) {
  body.page-template-hybrid .heroSection__textContainer em {
    font-size: 90px;
  }
}
@media (min-width: 1600px) {
  body.page-template-hybrid .heroSection__textContainer em {
    font-size: 118px;
  }
}
@media (min-width: 1600px) {
  body.page-template-hybrid .heroSection__imageContainer {
    width: auto;
  }
}
body.page-template-hybrid .heroSection__image {
  width: 100%;
}
body.page-template-hybrid .siteFooter {
  padding: 27px 0;
}
body.page-template-hybrid .siteFooter .container {
  position: relative;
  max-width: 1710px;
}
@media (min-width: 768px) {
  body.page-template-hybrid .siteFooter .container {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  body.page-template-hybrid .footerSocials {
    margin: 0;
  }
}
body.page-template-hybrid .footerCopyrights {
  margin: 0;
  justify-content: flex-start;
  display: block;
}
@media (min-width: 1200px) {
  body.page-template-hybrid .footerCopyrights {
    display: flex;
  }
}
@media (min-width: 1200px) {
  body.page-template-hybrid .contactFormBlock__btnRow {
    margin-top: 60px;
  }
}
body.page-template-hybrid .contactFormBlock__btnRow .wpcf7-spinner {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

@media (min-width: 1600px) {
  .consultationSection {
    margin-bottom: 120px;
  }
}

@media (min-width: 1600px) {
  .testimonialSection {
    margin: 120px 0;
  }
}

@media (min-width: 1200px) {
  .testimonialBlock {
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .testimonialBlock__imageContainer {
    flex: 1;
  }
}
.testimonialBlock__image {
  width: 100%;
}
@media (min-width: 1200px) {
  .testimonialBlock__image {
    display: block;
    flex: 1;
  }
}
.testimonialBlock__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  background: #272729;
  padding: 30px;
  margin: 20px 0 0;
}
@media (min-width: 768px) {
  .testimonialBlock__text {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .testimonialBlock__text {
    margin: 0 0 0 30px;
    padding: 50px;
    width: 630px;
  }
}
.testimonialBlock__text:before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 30px;
  background: url("../images/icon-quotes.svg") no-repeat center;
  background-size: contain;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .testimonialBlock__text p {
    max-width: 420px;
  }
}

.differenceSection {
  background: #f6f6f6;
  padding: 65px 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .differenceSection {
    margin: 100px 0 0;
    padding: 90px 0;
  }
}
@media (min-width: 1200px) {
  .differenceSection {
    margin: 120px 0 0;
    padding: 120px 0;
  }
}
@media (min-width: 1600px) {
  .differenceSection {
    margin: 160px 0 0;
    padding: 160px 0;
  }
}
.differenceSection .container {
  max-width: 1380px;
}
.differenceSection h2 {
  text-align: center;
}

.differenceBlock {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.differenceBlock__item {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 20px;
  justify-content: center;
  width: 100%;
  padding-left: 40%;
}
@media (min-width: 768px) {
  .differenceBlock__item {
    width: 50%;
    font-size: 22px;
    line-height: 28px;
    margin-top: 40px;
    justify-content: center;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .differenceBlock__item {
    width: 33.3%;
  }
}
@media (min-width: 768px) {
  .differenceBlock__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .differenceBlock__item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .differenceBlock__item:nth-child(3n+1) {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .differenceBlock__item:nth-child(3n+2) {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .differenceBlock__item:nth-child(3n+3) {
    justify-content: flex-end;
  }
}
.differenceBlock__inner {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .differenceBlock__inner {
    width: auto;
  }
}
.differenceBlock__icon {
  margin-right: 15px;
  transform: scale(0.7) translateX(50%);
  max-height: 80px;
  position: absolute;
  right: 65%;
  max-width: 70px;
}
@media (min-width: 768px) {
  .differenceBlock__icon {
    position: static;
    margin-right: 25px;
    transform: scale(1);
    max-height: 110px;
    max-width: none;
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 form span.wpcf7-not-valid-tip {
  text-align: right;
  font-size: 14px;
  color: red;
  position: absolute;
  top: 100%;
  right: 0;
}
.wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin: 30px 0 0;
  padding: 20px 30px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: red;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #f8931e;
}
.wpcf7 form div.wpcf7-validation-errors,
.wpcf7 form div.wpcf7-mail-sent-ok {
  border: none;
}
.wpcf7 form div.wpcf7-validation-errors {
  color: red;
}
.wpcf7 form .btnWrap {
  position: relative;
}
.wpcf7 form .btnWrap .ajax-loader {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  margin: 0;
}

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