@charset "UTF-8";
.outer {
  padding-left: 5%;
  padding-right: 5%;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  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;
}

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

html {
  font-size: 100%;
  min-height: 100%;
  width: 100%;
  box-sizing: border-box;
  background-color: #000000;
  position: relative;
  overflow-x: hidden;
}

body {
  background-color: #fff;
  color: #212121;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  background-color: #F8F8F9;
  position: relative;
  overflow-x: hidden;
}

html.menu-active {
  overflow: hidden;
}

body.menu-active {
  overflow: hidden;
}

img {
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
  height: auto;
}

a.imgwrap, a.imgwrap:hover {
  border: none;
  background: none;
}

video {
  height: auto;
  max-width: 100%;
}

embed, iframe, object {
  max-width: 100%;
  height: auto;
}

a {
  color: #C2C1C2;
  text-decoration: none;
  transition: all 500ms ease;
}
a:hover, a:active {
  outline-style: none;
  color: #000;
}

.basetext, ul li, ol li, q, cite, blockquote, p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
}

.btn a, .search-form .search-submit a, button a,
input[type=button] a,
input[type=submit] a,
.button a {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  background-color: #C2C1C2;
  border-radius: 3px;
  display: inline-block;
  padding: 13px 15px;
  border: none;
  cursor: pointer;
  transition: all 500ms ease;
}
.btn a:hover, .search-form .search-submit a:hover, button a:hover,
input[type=button] a:hover,
input[type=submit] a:hover,
.button a:hover {
  color: #000;
  background-color: #E1FB62;
}

hr {
  border: 0;
  height: 1px;
  background: #f4f4f4;
  margin: 10px 0;
}

.hide {
  display: none !important;
  visibility: hidden;
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
}

.screen-hide {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.clear {
  clear: both;
  *zoom: 1;
}
.clear:before, .clear:after {
  display: table;
  content: "";
}
.clear:after {
  clear: both;
}

.container {
  max-width: 1350px;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  .container {
    padding: 0 1.25em;
  }
}
.vert-outer {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.vert-inner {
  display: table-cell;
  vertical-align: middle;
}

.tl {
  background-position: left top;
}

.tc {
  background-position: center top;
}

.tr {
  background-position: right top;
}

.cl {
  background-position: left center;
}

.cc {
  background-position: center center;
}

.cr {
  background-position: right center;
}

.bl {
  background-position: left bottom;
}

.bc {
  background-position: center bottom;
}

.br {
  background-position: right bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  color: #000000;
}

h1 {
  font-size: 52px;
  line-height: 56px;
}

h2 {
  font-size: 32px;
  line-height: 40px;
}

h3 {
  font-size: 24px;
  line-height: 32px;
}

@media screen and (max-width: 850px) {
  h1 {
    font-size: 36px;
    line-height: 44px;
  }

  h2 {
    font-size: 26px;
    line-height: 36px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }
}
p {
  color: #000000;
}

strong, b {
  font-weight: 800;
}

dfn, cite, em, i {
  font-style: italic;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #f4f4f4;
  text-decoration: none;
}

small {
  font-size: 80%;
}

big {
  font-size: 125%;
}

code, samp, pre, kbd, tt, var {
  font-family: Monaco, Courier New, monospace;
}

::-webkit-input-placeholder {
  color: #212121;
}

:-moz-placeholder {
  color: #212121;
}

::-moz-placeholder {
  color: #212121;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #212121;
}

fieldset {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 0 10px 10px 10px;
}

legend {
  margin: 0;
  padding: 0;
  caption-side: top;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  color: #212121;
}

.input, select, datalist, textarea, input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  border-radius: 0;
  outline: none;
  border: 1px solid #ccc;
  color: #212121;
  background-color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}
.input:hover, select:hover, datalist:hover, textarea:hover, input[type=text]:hover,
input[type=email]:hover,
input[type=url]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=number]:hover,
input[type=tel]:hover,
input[type=range]:hover,
input[type=date]:hover,
input[type=month]:hover,
input[type=week]:hover,
input[type=time]:hover,
input[type=datetime]:hover,
input[type=datetime-local]:hover,
input[type=color]:hover {
  border-color: #b3b3b3;
  outline: none;
}
.input:focus, select:focus, datalist:focus, textarea:focus, input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus {
  border-color: #999999;
  outline: none;
}

label {
  font-size: 12px;
  font-size: 0.75rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 10px;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}
ul, ol {
  padding: 0 0 15px 0;
  margin: 0 0 0 20px;
  padding-bottom: 15px;
}
ul li, ol li {
  padding-bottom: 5px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 30px;
}
table th {
  background-color: #fff;
}
table tr {
  background-color: #fff;
}
table tr:nth-child(even) {
  background-color: #fff;
}
table th, table td {
  border: 1px solid #ccc;
  padding: 15px 10px;
}
table caption {
  font-size: 14px;
  font-size: 0.875rem;
  color: #212121;
  margin: 15px 0 0 0;
  padding: 0;
  caption-side: top;
  text-align: center;
}

.main-header {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  z-index: 100000;
}
.main-header .comp-logo {
  float: left;
  width: 170px;
}
@media screen and (max-width: 990px) {
  .main-header .comp-logo {
    width: 110px;
  }
}
.main-header .comp-logo a {
  display: inline-block;
  width: 100%;
}
.main-header .comp-logo a img {
  width: 100%;
}
.main-header .header-contact {
  float: right;
  text-align: right;
  width: calc(100% - 200px);
  min-width: 475px;
  margin-bottom: 28px;
}
@media screen and (max-width: 990px) {
  .main-header .header-contact {
    display: none;
  }
}
.main-header .header-contact p {
  color: #fff;
  font-size: 18px;
  margin: 0;
  line-height: 24px;
}
.main-header .header-contact p a {
  position: relative;
  color: #fff;
  padding-left: 60px;
}
.main-header .header-contact p a span {
  position: absolute;
  left: 20px;
  top: 0px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.main-header .header-contact p a span.message-icon {
  background-image: url(../images/mail.svg);
}
.main-header .header-contact p a span.phone-icon {
  background-image: url(../images/phone.svg);
}
.main-header .header-contact p a.button.upload {
  background-color: #C2C1C2;
  border-radius: 3px;
  padding: 12px 50px 12px 18px;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 800;
  margin-left: 30px;
  background-image: url(../images/icon-upload-white.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
}
.main-header .header-contact p a.button.upload:hover {
  color: #000;
  background-color: #E1FB62;
}
.main-header nav {
  float: right;
  width: auto;
}
.main-header nav ul {
  list-style: none;
}
@media screen and (max-width: 990px) {
  .main-header nav ul {
    display: none;
  }
}
.main-header nav ul li {
  float: left;
  margin: 0 15px;
}
@media screen and (max-width: 975px) {
  .main-header nav ul li {
    margin: 0 7px;
  }
}
.main-header nav ul li:last-of-type {
  margin-right: 0;
}
.main-header nav ul li a {
  position: relative;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
}
.main-header nav ul li a:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: transparent;
  border-radius: 3px;
  transition: 0.4s;
}
.main-header nav ul li a:hover {
  color: #C2C1C2;
}
.main-header nav ul li.current-menu-item a:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #C2C1C2;
  border-radius: 3px;
}
.main-header nav .mobile-toggle {
  display: none;
  margin: 26px 0 0;
  text-align: right;
  float: right;
}
.main-header nav .mobile-toggle button {
  margin-top: 0px;
  height: 18px;
  width: 16px;
  border: none;
  background-color: transparent;
  outline: none;
  padding: 0;
}
.main-header nav .mobile-toggle button .icon {
  background-image: url("../images/icon-menu.svg");
  width: 18px;
  height: 16px;
  margin-bottom: 0px;
  background-position: center;
  background-size: cover;
  transition: 0.25s;
}
@media screen and (max-width: 870px) {
  .main-header nav .mobile-toggle {
    display: block;
  }
}
.main-header nav .mobile-toggle.active button .icon {
  background-image: url("../images/icon-menu-close.svg");
}

.single-jobs nav li.menu-item-78 a:after {
  background-color: #C2C1C2;
}

.single-post nav li.menu-item-76 a:after {
  background-color: #C2C1C2;
}

.main-header nav li.current-page-ancestor a:after {
  background-color: #C2C1C2;
}

.slide-nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  background-color: #000000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.slide-nav .bg-img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide-nav .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
}
.slide-nav ul {
  list-style: none;
  width: 300px;
  margin: 75px auto 0;
  display: table;
}
.slide-nav ul li {
  width: 100%;
  text-align: center;
  padding-bottom: 0px;
  position: relative;
}
.slide-nav ul li a {
  color: #fff;
  font-size: 13px;
  line-height: 57px;
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
}
.slide-nav ul li a:hover {
  opacity: 1;
  color: #C2C1C2;
}
.slide-nav ul li ul {
  display: none;
}
.slide-nav ul li.current-menu-item a:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #C2C1C2;
  border-radius: 3px;
}
.slide-nav .menu-contact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 35px;
  text-align: center;
}
@media screen and (max-height: 800px) {
  .slide-nav .menu-contact {
    position: relative;
    margin-top: 40px;
  }
}
.slide-nav .menu-contact p {
  color: #fff;
  font-size: 16px;
  margin: 0;
  line-height: 24px;
  margin-bottom: 12px;
}
.slide-nav .menu-contact p a {
  position: relative;
  color: #fff;
  padding-left: 30px;
}
.slide-nav .menu-contact p a:hover {
  color: #C2C1C2;
}
.slide-nav .menu-contact p a span {
  position: absolute;
  left: 0px;
  top: -3px;
  width: 24px;
  height: 24px;
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.slide-nav .menu-contact p a span.message-icon {
  background-image: url(../images/mail.svg);
}
.slide-nav .menu-contact p a span.phone-icon {
  background-image: url(../images/phone.svg);
}
.slide-nav .menu-contact a.button.upload {
  background-color: #C2C1C2;
  color: #fff;
  border-radius: 3px;
  padding: 12px 50px 12px 18px;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 800;
  margin-left: 30px;
  background-image: url(../images/icon-upload-white.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  display: table;
  width: 180px;
  margin: 15px auto 0;
}
.slide-nav .menu-contact a.button.upload:hover {
  color: #fff;
  background-color: #000000;
}

.slide-nav.active {
  width: 100%;
}

.single-jobs .slide-nav nav li.menu-item-78 a:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #C2C1C2;
  border-radius: 3px;
}

.single-post .slide-nav nav li.menu-item-76 a:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #C2C1C2;
  border-radius: 3px;
}

.main-header .slide-nav nav li.current-page-ancestor a:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #C2C1C2;
  border-radius: 3px;
}

.main-footer {
  background-color: #000000;
  padding: 85px 0 0px;
}
@media screen and (max-width: 1100px) {
  .main-footer {
    padding: 40px 0 0;
  }
}
.main-footer .footer-top {
  padding-bottom: 45px;
  position: relative;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .main-footer .footer-top {
    display: inline-block;
  }
}
.main-footer .footer-top .col {
  float: left;
  width: 20%;
  padding-top: 25px;
}
@media screen and (max-width: 870px) {
  .main-footer .footer-top .col {
    text-align: center;
    padding-top: 0;
  }
}
.main-footer .footer-top .col:nth-of-type(1) {
  width: 17%;
  padding-top: 0px;
}
@media screen and (max-width: 1100px) {
  .main-footer .footer-top .col:nth-of-type(1) {
    width: 100%;
  }
  .main-footer .footer-top .col:nth-of-type(1) .comp-logo {
    max-width: 110px;
    margin: 0 auto;
  }
}
.main-footer .footer-top .col:nth-of-type(1) img {
  width: 170px;
}
.main-footer .footer-top .col:nth-of-type(2) {
  width: 35%;
}
@media screen and (max-width: 1100px) {
  .main-footer .footer-top .col:nth-of-type(2) {
    width: 40%;
  }
}
@media screen and (max-width: 870px) {
  .main-footer .footer-top .col:nth-of-type(2) {
    width: 100%;
    padding: 25px 0;
  }
}
.main-footer .footer-top .col:nth-of-type(2) p {
  position: relative;
  padding-left: 35px;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 18px;
}
@media screen and (max-width: 870px) {
  .main-footer .footer-top .col:nth-of-type(2) p {
    padding-left: 0;
  }
}
.main-footer .footer-top .col:nth-of-type(3) {
  width: 17%;
}
@media screen and (max-width: 1100px) {
  .main-footer .footer-top .col:nth-of-type(3) {
    width: 22%;
  }
}
@media screen and (max-width: 870px) {
  .main-footer .footer-top .col:nth-of-type(3) {
    width: 100%;
  }
}
.main-footer .footer-top .col:nth-of-type(3) a.upload {
  color: #fff;
  background-color: #C2C1C2;
  border-radius: 3px;
  padding: 12px 50px 12px 18px;
  font-size: 13px;
  line-height: 17px;
  text-transform: uppercase;
  font-weight: 800;
  background-image: url(../images/icon-upload-white.svg);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  margin-top: 10px;
  display: inline-block;
}
.main-footer .footer-top .col:nth-of-type(3) a.upload:hover {
  background-color: #E1FB62;
    color:#000;
}
.main-footer .footer-top .col:nth-of-type(4) {
  width: 17%;
}
@media screen and (max-width: 1100px) {
  .main-footer .footer-top .col:nth-of-type(4) {
    width: 22%;
  }
}
@media screen and (max-width: 870px) {
  .main-footer .footer-top .col:nth-of-type(4) {
    width: 100%;
  }
}
.main-footer .footer-top .col:nth-of-type(5) {
  width: 16%;
}
@media screen and (max-width: 870px) {
  .main-footer .footer-top .col {
    width: 100%;
  }
}
.main-footer .footer-top .col span.heading {
  color: #C2C1C2;
  font-size: 13px;
  line-height: 17px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
@media screen and (max-width: 870px) {
  .main-footer .footer-top .col span.heading {
    display: none;
  }
}
.main-footer .footer-top .col p {
  color: #fff;
  margin: 10px 0;
  font-size: 16px;
  line-height: 22px;
}
.main-footer .footer-top .col p span {
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 870px) {
  .main-footer .footer-top .col p span {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    width: 16px;
    height: 16px;
  }
}
.main-footer .footer-top .col p span.phone-icon {
  background-image: url(../images/phone.svg);
}
.main-footer .footer-top .col p span.message-icon {
  background-image: url(../images/mail.svg);
}
.main-footer .footer-top .col p span.address-icon {
  background-image: url(../images/address.svg);
}
.main-footer .footer-top .col p a {
  color: #fff;
}
.main-footer .footer-top .col p a:hover {
  color: #C2C1C2;
}
.main-footer .footer-top .col ul {
  list-style: none;
  margin: 0;
}
@media screen and (max-width: 870px) {
  .main-footer .footer-top .col ul {
    display: none;
  }
}
.main-footer .footer-top .col ul li {
  margin: 0;
  padding: 0;
}
.main-footer .footer-top .col ul li a {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.main-footer .footer-top .col ul li a:hover {
  color: #C2C1C2;
}
.main-footer .footer-top .col .social-icons {
  position: relative;
  padding-left: 95px;
  padding-top: 20px;
}
@media screen and (max-width: 960px) {
  .main-footer .footer-top .col .social-icons {
    display: table;
    margin: 0 auto;
  }
}
.main-footer .footer-top .col .social-icons .social-text {
  width: 75px;
  height: 48px;
  position: absolute;
  left: 0;
  top: 6px;
  transform: rotate(-7deg);
  background-size: 100%;
  background-image: url(../images/header-social.svg);
}
.main-footer .footer-top .col .social-icons a {
  float: left;
  display: inline-block;
  margin-right: 5px;
}
.main-footer .footer-top .col .social-icons a span {
  display: block;
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.main-footer .footer-top .col .social-icons a span.facebook-icon {
  background-image: url(../images/icon-facebook-white.svg);
}
.main-footer .footer-top .col .social-icons a span.linkedin-icon {
  background-image: url(../images/icon-linkedin-white.svg);
}
.main-footer .footer-top .col .social-icons a span.twitter-icon {
  background-image: url(../images/icon-twitter-white.svg);
}
.main-footer .footer-top .col .social-icons a span.instagram-icon {
  background-image: url(../images/icon-instagram-white.svg);
}
.main-footer .footer-bottom {
  border-top: 2px solid rgba(255, 255, 255, 0.06);
  padding: 20px 0;
}
.main-footer .footer-bottom p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin: 5px 0 0;
}
@media screen and (max-width: 680px) {
  .main-footer .footer-bottom p {
    text-align: center;
    width: 100% !important;
    margin: 25px 0 0;
  }
}
.main-footer .footer-bottom p a {
  color: #fff;
  font-size: 14px;
}
.main-footer .footer-bottom p a:hover {
  color: #C2C1C2;
}
.main-footer .footer-bottom p span {
  color: #fff;
  font-size: 14px;
  margin: 0 13px;
}
@media screen and (max-width: 870px) {
  .main-footer .footer-bottom p span {
    display: none;
  }
}
.main-footer .footer-bottom p.legals {
  float: left;
  width: 100%;
}
@media screen and (max-width: 870px) {
  .main-footer .footer-bottom p.legals {
    border-bottom: 2px solid rgba(255, 255, 255, 0.06);
    padding-bottom: 20px;
    margin-top: 0;
  }
  .main-footer .footer-bottom p.legals a {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 4px;
  }
}
.main-footer .footer-bottom p.made-by {
  float: left;
  width: 100%;
}
@media screen and (max-width: 870px) {
  .main-footer .footer-bottom p.made-by {
    padding-top: 20px;
    margin-top: 0;
    text-align: center;
  }
}

.single-post .herobanner {
  background-color: #000000;
  margin-bottom: 60px;
  height: auto;
}
.single-post .herobanner .hero-slide {
  text-align: center;
}
.single-post .herobanner .hero-slide img.bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  opacity: 0.3;
}
.single-post .herobanner .hero-slide .overlay {
  display: none;
}
.single-post .herobanner .hero-slide .grade-overlay {
  display: none;
}
.single-post .herobanner .hero-slide .container {
  padding: 190px 0 165px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .single-post .herobanner .hero-slide .container {
    padding: 0px 0 60px;
  }
}
.single-post .herobanner .hero-slide .container .content p {
  max-width: none;
}
.single-post .herobanner .hero-slide .container .content h1 {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .single-post .herobanner .hero-slide .container .content h1 {
    font-size: 25px;
    line-height: 25px;
  }
}
.single-post .herobanner .hero-slide .container .content .author {
  margin: 0 auto;
  width: 300px;
}
.single-post .herobanner .hero-slide .container .content .author .author-image {
  display: table;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid #fff;
  margin-bottom: 10px;
}
.single-post .herobanner .hero-slide .container .content .author .author-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .herobanner .hero-slide .container .content .author p {
  margin: 0;
}
.single-post .herobanner .hero-slide .container .content .author p.posted {
  font-size: 14px;
  line-height: 24px;
}
.single-post .herobanner .hero-slide .container .content .author p.author-name {
  font-size: 18px;
  line-height: 24px;
}
.single-post article {
  padding-bottom: 70px;
}
.single-post article .container {
  max-width: 890px;
}
.single-post article .container .featured-image {
  margin-top: -184px;
  position: relative;
  z-index: 44;
  margin-bottom: 40px;
}
.single-post article .container .featured-image img {
  border-radius: 3px;
}
.single-post article .container p.intro {
  font-size: 21px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .single-post article .container p.intro {
    font-size: 18px;
    line-height: 26px;
  }
}
.single-post article .container .wp-caption.aligncenter {
  width: 100% !important;
  background: transparent;
  border: none;
  margin: 40px auto;
}
.single-post article .container .wp-caption.aligncenter img {
  width: 100%;
  border-radius: 3px;
}
.single-post article .container .wp-caption.aligncenter p.wp-caption-text, .single-post article .container .wp-caption.aligncenter p.gallery-caption {
  text-align: right;
}
.single-post article .container ul {
  list-style: none;
  margin-left: 0;
}
.single-post article .container ul li {
  position: relative;
  margin-bottom: 10px;
  color: #000000;
}
.single-post article .container ul li:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 10px;
  background-color: #C2C1C2;
  width: 4px;
  height: 4px;
  border-radius: 100%;
}

.nex-last-post {
  padding: 37px 0;
  background-color: #fff;
  margin-bottom: 2px;
}
.nex-last-post .prev-post {
  float: left;
  text-align: left;
}
.nex-last-post .prev-post p {
  font-size: 13px;
  line-height: 17px;
  color: #C2C1C2;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.nex-last-post .prev-post p a {
  color: #C2C1C2;
}
.nex-last-post .prev-post h3 {
  margin-top: 0;
  max-width: 555px;
  width: 100%;
}
.nex-last-post .prev-post h3 a {
  color: #000000;
}
.nex-last-post .prev-post h3 a:hover {
  color: #C2C1C2;
}
.nex-last-post .next-post {
  float: right;
  text-align: right;
}
@media screen and (max-width: 1130px) {
  .nex-last-post .next-post {
    float: left;
    text-align: left;
    width: 100%;
  }
}
.nex-last-post .next-post p {
  font-size: 13px;
  line-height: 17px;
  color: #C2C1C2;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.nex-last-post .next-post p a {
  color: #C2C1C2;
}
@media screen and (max-width: 1130px) {
  .nex-last-post .next-post p {
    text-align: right;
  }
}
.nex-last-post .next-post h3 {
  text-align: right;
  margin-top: 0;
  max-width: 555px;
  width: 100%;
}
@media screen and (max-width: 1130px) {
  .nex-last-post .next-post h3 {
    text-align: right;
  }
}
.nex-last-post .next-post h3 a {
  color: #000000;
}
.nex-last-post .next-post h3 a:hover {
  color: #C2C1C2;
}

.submit-cv.job-info {
  padding: 40px 0 60px;
}
.submit-cv.job-info .content-right {
  float: right;
  width: calc(100% - 430px);
  padding-left: 50px;
}
@media screen and (max-width: 950px) {
  .submit-cv.job-info .content-right {
    width: 100%;
    padding-left: 0;
  }
}
.submit-cv.job-info .content-right p {
  max-width: 640px;
}
@media screen and (max-width: 950px) {
  .submit-cv.job-info .content-right p {
    max-width: none;
  }
}
.submit-cv.job-info .content-right p:first-of-type {
  max-width: none;
  font-size: 21px;
  line-height: 30px;
}
.submit-cv.job-info .content-right ul {
  max-width: 640px;
}
@media screen and (max-width: 950px) {
  .submit-cv.job-info .content-right ul {
    max-width: none;
  }
}
.submit-cv.job-info .content-left {
  float: right;
  width: 430px;
}
@media screen and (max-width: 950px) {
  .submit-cv.job-info .content-left {
    width: 100%;
  }
}
.submit-cv.job-info .content-left .job-details p.icon {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  line-height: 24px;
}
.submit-cv.job-info .content-left .job-details p.icon strong {
  display: inline-block;
  width: 115px;
}
.submit-cv.job-info .content-left .job-details p.icon span {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.submit-cv.job-info .content-left .job-details p.icon span.reference {
  background-image: url(../images/icon-reference-dark.svg);
}
.submit-cv.job-info .content-left .job-details p.icon span.salary {
  background-image: url(../images/icon-salary-dark.svg);
}
.submit-cv.job-info .content-left .job-details p.icon span.location {
  background-image: url(../images/icon-location-dark.svg);
}
.submit-cv.job-info .content-left .job-details p.icon span.jtype {
  background-image: url(../images/icon-employment-dark.svg);
}
.submit-cv.job-info .content-left .form-holder {
  background-color: #E1FB62;
  padding: 30px 30px 30px;
  margin-top: 40px;
    color:#000;
}
.submit-cv.job-info .content-left .form-holder h2 {
  margin-top: 0;
  color: #000;
}
.submit-cv.job-info .content-left .form-holder p {
  color: #000;
}
.submit-cv.job-info .content-left .form-holder form label {
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 5px;
}
.submit-cv.job-info .content-left .form-holder form input {
  border-radius: 3px;
  border: 2px solid #000;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  line-height: 24px;
  padding: 11px 15px;
}
.submit-cv.job-info .content-left .form-holder form input[type=file] {
  background-color: #C2C1C2;
  padding: 46px 0 0;
  height: 50px;
  position: relative;
  background-image: url(../images/icon-upload-white.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
}
.submit-cv.job-info .content-left .form-holder form input[type=file]:after {
  position: absolute;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  content: "Choose your file to upload";
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  font-weight: 800;
  text-align: center;
  top: calc(50% - 12px);
  left: 0;
  color: #fff;
  padding-left: 36px;
}
.submit-cv.job-info .content-left .form-holder form input[type=submit] {
  font-size: 13px;
  line-height: 17px;
  font-weight: 800;
  text-transform: uppercase;
  display: table;
  border-radius: 3px;
  padding: 17px 34px;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  border: none;
  transition: 0.25s;
  cursor: pointer;
  float: left;
  width: 100%;
  background-color: #000000;
  margin-top: 15px;
}
.submit-cv.job-info .content-left .form-holder form input[type=submit]:hover {
  background-color: #fff;
  color: #C2C1C2;
}
.submit-cv.job-info .content-left .form-holder form .ajax-loader {
  margin-top: 5px;
}
.submit-cv.job-info .content-left .form-holder form p {
  margin: 0;
}
.submit-cv.job-info .content-left a.link {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  display: inline-block;
  margin-top: 25px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

.submit-cv.job-info .content-left .form-holder:before  {
  display: table;
  content: "";
}


.submit-cv.job-info .content-left .form-holder:after  {
  display: table;
  content: "";
	clear: both;
}

/********************************
********** HERO BANNER
*********************************/
.herobanner {
  position: relative;
  height: 760px;
}
@media screen and (max-width: 850px) {
  .herobanner {
    height: auto;
  }
}
@media screen and (max-width: 850px) {
  .herobanner .hero-slide {
    position: relative;
    height: auto;
    padding-top: 130px;
  }
}
.herobanner .hero-slide img {
  position: absolute;
  top: 0;
  right: 0;
  width: 66%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 20%;
  z-index: 1;
}
@media screen and (max-width: 850px) {
  .herobanner .hero-slide img {
    width: 100%;
    height: 60%;
    bottom: 0;
    top: auto;
  }
}
.herobanner .hero-slide .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 36%;
  background-color: #000000;
  height: 100%;
  z-index: 3;
}
@media screen and (max-width: 850px) {
  .herobanner .hero-slide .overlay {
    width: 100%;
    background: #000000;
    background: linear-gradient(180deg, #000000 0%, #000000 50%, rgba(255, 255, 255, 0) 100%);
  }
}
.herobanner .hero-slide .overlay:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 380px;
  background-image: url(../images/overflow-diag.png);
  background-size: 100% 100%;
  right: -380px;
  top: 0;
}
@media screen and (max-width: 850px) {
  .herobanner .hero-slide .overlay:after {
    display: none;
  }
}
.herobanner .hero-slide .grade-overlay {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6993172269) 0%, rgba(255, 255, 255, 0) 100%);
}
.herobanner .hero-slide .container {
  height: 760px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 850px) {
  .herobanner .hero-slide .container {
    height: auto;
  }
}
@media screen and (max-width: 850px) {
  .herobanner .hero-slide .container .content {
    padding-bottom: 120px;
  }
}
.herobanner .hero-slide .container .content h1 {
  color: #fff;
}
@media screen and (max-width: 850px) {
  .herobanner .hero-slide .container .content h1 {
    margin-top: 0;
  }
}
.herobanner .hero-slide .container .content p {
  color: #fff;
  max-width: 430px;
}
@media screen and (max-width: 850px) {
  .herobanner .hero-slide .container .content p {
    max-width: none;
  }
}

.herobanner {
  margin-bottom: 120px;
}
@media screen and (max-width: 850px) {
  .herobanner {
    margin-bottom: 0;
  }
}
.herobanner .search-section {
  position: relative;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 16px 0px rgba(37, 52, 57, 0.03);
  padding: 30px 30px 20px;
  margin-top: -150px;
  z-index: 10;
}
@media screen and (max-width: 850px) {
  .herobanner .search-section {
    margin-top: -40px;
  }
}
.herobanner .search-section h2 {
  text-align: center;
  margin: 0;
}
.herobanner .search-section form {
  margin-top: 30px;
}
.herobanner .search-section form .form-col {
  float: left;
  width: 25%;
  padding-right: 25px;
}
@media screen and (max-width: 800px) {
  .herobanner .search-section form .form-col {
    width: 100%;
    padding-right: 0px;
  }
}
.herobanner .search-section form .form-col:last-of-type {
  padding-right: 0;
}
.herobanner .search-section form .form-col label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 800;
  display: block;
  margin-bottom: 5px;
}
.herobanner .search-section form .form-col select {
  border-radius: 3px;
  border: 2px solid #D4D7D8;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(../images/form-select-caret.svg);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  font-size: 16px;
  line-height: 24px;
  padding: 11px 15px;
  margin-bottom: 20px;
}
.herobanner .search-section form input[type=submit] {
  background-color: #C2C1C2;
  font-size: 13px;
  line-height: 17px;
  font-weight: 800;
  text-transform: uppercase;
  display: table;
  margin: 0 auto;
  border-radius: 3px;
  padding: 17px 34px;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  border: none;
  transition: 0.25s;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .herobanner .search-section form input[type=submit] {
    width: 100%;
  }
}
.herobanner .search-section form input[type=submit]:hover {
  background-color: #E1FB62;
    color:#000;
}
.herobanner .search-section p {
  position: absolute;
  bottom: 20px;
  right: 30px;
}
@media screen and (max-width: 800px) {
  .herobanner .search-section p {
    position: relative;
    width: 100%;
    right: 0;
    bottom: 0;
    text-align: center;
  }
}
.herobanner .search-section p a {
  font-weight: 800;
}

.herobanner.inside-page {
  margin-bottom: 0;
  height: 400px;
}
@media screen and (max-width: 850px) {
  .herobanner.inside-page {
    height: auto;
  }
}
@media screen and (max-width: 850px) {
  .herobanner.inside-page .hero-slide {
    height: auto;
    position: relative;
  }
  .herobanner.inside-page .hero-slide img {
    height: 100%;
  }
}
.herobanner.inside-page .hero-slide .overlay {
  width: 100%;
  background: #000000;
  background: linear-gradient(90deg, #000000 0%, #000000 50%, rgba(63, 76, 81, 0) 70%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 850px) {
  .herobanner.inside-page .hero-slide .overlay {
    width: 100%;
    background: rgba(37, 52, 57, 0.75);
  }
}
.herobanner.inside-page .hero-slide .overlay:after {
  display: none;
}
.herobanner.inside-page .hero-slide .container {
  height: 400px;
  padding-top: 200px;
}
@media screen and (max-width: 850px) {
  .herobanner.inside-page .hero-slide .container {
    padding-top: 0px;
    height: auto;
  }
}
@media screen and (max-width: 850px) {
  .herobanner.inside-page .hero-slide .container .content {
    padding-bottom: 50px;
  }
}
.herobanner.inside-page .hero-slide .container .content .breadcrumbs {
  text-align: center;
  position: relative;
  z-index: 4;
}
.herobanner.inside-page .hero-slide .container .content .breadcrumbs #breadcrumbs {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding-bottom: 5px;
}
.herobanner.inside-page .hero-slide .container .content .breadcrumbs #breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0px;
  padding-bottom: 0;
}
.herobanner.inside-page .hero-slide .container .content .breadcrumbs #breadcrumbs li.item-current {
  display: none;
}
.herobanner.inside-page .hero-slide .container .content .breadcrumbs #breadcrumbs li.separator {
  font-size: 18px;
  font-weight: 100;
  color: #C2C1C2;
  margin: 0 5px;
}
.herobanner.inside-page .hero-slide .container .content .breadcrumbs a {
  font-size: 14px;
  color: #fff;
}
.herobanner.inside-page .hero-slide .container .content .breadcrumbs span {
  background-image: url(../images/icon-expand-white.svg);
  margin: 0 0 0 5px;
  width: 10px;
  position: relative;
  display: inline-block;
  height: 12px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 5px;
}
.herobanner.inside-page .hero-slide .container .content .breadcrumbs span.left {
  margin: 0px 5px -1px 0px;
  transform: rotate(175deg);
}
.herobanner.inside-page .hero-slide .container .content h1 {
  text-align: center;
  margin-top: 0;
}

.page-id-33 .herobanner.inside-page {
  margin-bottom: 210px;
}
@media screen and (max-width: 850px) {
  .page-id-33 .herobanner.inside-page {
    margin-bottom: 30px;
  }
}
.page-id-33 .herobanner.inside-page .search-section {
  max-width: 1160px;
  margin: -60px auto 0;
}
.page-id-33 .herobanner.inside-page .hero-slide .container {
  padding-top: 150px;
}
@media screen and (max-width: 850px) {
  .page-id-33 .herobanner.inside-page .hero-slide .container {
    padding-top: 0px;
  }
}

/********************************
********** CONTENT AND IMAGE 50/50
*********************************/
.content-image {
  padding: 55px 0;
}
.content-image .content-left {
  float: left;
  width: 50%;
  padding-right: 70px;
}
@media screen and (max-width: 900px) {
  .content-image .content-left {
    width: 100%;
    padding-right: 0;
  }
}
.content-image .content-left .above-header-image {
  max-width: 140px;
}
.content-image .content-left p a {
  font-weight: 800;
  position: relative;
}
.content-image .content-left p a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #C2C1C2;
  bottom: -1px;
  left: 0;
  opacity: 0.3;
  transition: 0.25s;
}
.content-image .content-left p a:hover:after {
  opacity: 1;
}
.content-image .content-left p.btn, .content-image .content-left .search-form p.search-submit, .search-form .content-image .content-left p.search-submit {
  margin-top: 25px;
}
.content-image .content-left p.btn a, .content-image .content-left .search-form p.search-submit a, .search-form .content-image .content-left p.search-submit a {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
}
.content-image .content-left p.btn a:after, .content-image .content-left .search-form p.search-submit a:after, .search-form .content-image .content-left p.search-submit a:after {
  display: none;
}
.content-image .content-right {
  float: right;
  width: 50%;
}
@media screen and (max-width: 900px) {
  .content-image .content-right {
    width: 100%;
  }
}
.content-image .content-right .image-holder {
  height: 495px;
  width: 100%;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .content-image .content-right .image-holder {
    height: auto;
  }
}
.content-image .content-right .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-image.alt .content-left {
  float: right;
  padding-right: 0;
  padding-left: 70px;
}
@media screen and (max-width: 900px) {
  .content-image.alt .content-left {
    padding-left: 0;
  }
}
.content-image.alt .content-right {
  float: left;
}

@media screen and (max-width: 1100px) {
  .content-image.grey-bg .content-right {
    width: 100%;
  }
}
.content-image.grey-bg .content-left {
  background-color: #E8EAEB;
  padding: 25px 50px;
}
@media screen and (max-width: 1100px) {
  .content-image.grey-bg .content-left {
    width: 100%;
    padding: 35px 50px;
  }
}
@media screen and (max-width: 768px) {
  .content-image.grey-bg .content-left {
    padding: 30px;
  }
}

/********************************
********** 3 COLUMNS
*********************************/
.three-rows {
  padding: 0px 0px 60px;
}
.three-rows .col-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 500;
}
.three-rows .col-holder .column {
  float: left;
  width: calc(33% - 16px);
  text-align: center;
  transition: 0.25s;
}
@media screen and (max-width: 1250px) {
  .three-rows .col-holder .column {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}
@media screen and (max-width: 720px) {
  .three-rows .col-holder .column {
    width: 100%;
    margin: 0 0px 30px;
  }
}
.three-rows .col-holder .column img {
  height: 100px;
  width: auto;
}
.three-rows .col-holder .column .content {
  padding: 17px 30px 0px;
}
.three-rows .col-holder .column .content h4 {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
}
.three-rows .col-holder .column .content p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0;
}

/********************************
********** 2 LINKS
*********************************/
.two-links {
  padding-bottom: 80px;
}
@media screen and (max-width: 800px) {
  .two-links .container {
    padding: 0;
  }
}
.two-links .container .link {
  background-color: #000000;
  position: relative;
  width: calc(50% - 15px);
  float: left;
  height: 495px;
}
@media screen and (max-width: 800px) {
  .two-links .container .link {
    width: 100%;
  }
}
.two-links .container .link .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.two-links .container .link .background-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.two-links .container .link .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px;
}
.two-links .container .link .content h2 {
  color: #fff;
  max-width: 420px;
  margin-bottom: 5px;
}
.two-links .container .link .content p {
  color: #fff;
}
.two-links .container .link .content p.btn, .two-links .container .link .content .search-form p.search-submit, .search-form .two-links .container .link .content p.search-submit {
  margin-bottom: 0;
}
.two-links .container .link .content p.btn a, .two-links .container .link .content .search-form p.search-submit a, .search-form .two-links .container .link .content p.search-submit a {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  font-weight: 800;
  padding: 17px 34px;
}
.two-links .container .link-2 {
  float: right;
}

/********************************
********** TESTIMONIAL SLIDER
*********************************/
section.testimonial {
  padding-bottom: 130px;
  position: relative;
}
section.testimonial .container {
  position: relative;
  max-width: 1060px;
}
section.testimonial .container h2 {
  text-align: center;
  margin: 0 0 60px;
}
section.testimonial .container .testimonial-slider {
  max-width: 610px;
  margin: 0 auto;
  position: relative;
}
section.testimonial .container .testimonial-slider:before {
  content: "";
  position: absolute;
  left: -120px;
  top: -50px;
  width: 100px;
  height: 83px;
  background-image: url(../images/bg-testimonial.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 850px) {
  section.testimonial .container .testimonial-slider:before {
    display: none;
  }
}
section.testimonial .container .testimonial-slider:after {
  content: "";
  position: absolute;
  right: -120px;
  top: -50px;
  width: 100px;
  height: 83px;
  background-image: url(../images/bg-testimonial.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(180deg);
}
@media screen and (max-width: 850px) {
  section.testimonial .container .testimonial-slider:after {
    display: none;
  }
}
section.testimonial .container .testimonial-slider .testimonial {
  text-align: center;
}
section.testimonial .container .testimonial-slider .testimonial p {
  margin-top: 0;
  font-size: 18px;
  line-height: 27px;
}
section.testimonial .container .testimonial-slider .testimonial p.info,
section.testimonial .container .testimonial-slider .testimonial p.company {
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  font-size: 13px;
  line-height: 18px;
}
section.testimonial .container .testimonial-slider .testimonial p.company {
  color: #C2C1C2;
}
section.testimonial .container .testimonial-slider .slick-dots {
  bottom: -45px;
}
section.testimonial .container .testimonial-slider .slick-dots li button:before {
  content: "";
  opacity: 1;
  border: 2px solid rgba(37, 52, 57, 0.2);
  border-radius: 100%;
  background-color: #fff;
  width: 12px;
  height: 12px;
}
section.testimonial .container .testimonial-slider .slick-dots li button:hover:before {
  opacity: 1;
  color: #C2C1C2;
  border: 2px solid #C2C1C2;
  background-color: #C2C1C2;
}
section.testimonial .container .testimonial-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  border: 2px solid #C2C1C2;
  background-color: #C2C1C2;
}

/********************************
********** INTRODUCTION
*********************************/
.introduction {
  padding: 50px 0 0;
}
.introduction .container {
  max-width: 755px;
}
.introduction .container p {
  font-size: 21px;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .introduction .container p {
    font-size: 16px;
    line-height: 24px;
  }
}

/********************************
********** ALL JOBS
*********************************/
.all-jobs .jobs-holder {
  max-width: 1160px;
  margin: 0 auto;
}
.all-jobs .jobs-holder .job {
  padding-top: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid #E8EAEB;
}
.all-jobs .jobs-holder .job:last-of-type {
  border-bottom: none;
}
.all-jobs .jobs-holder .job h2 {
  margin-top: 0;
}
.all-jobs .jobs-holder .job .job-details {
  float: left;
  width: 460px;
}
.all-jobs .jobs-holder .job .job-details p.icon {
  position: relative;
  padding-left: 40px;
  font-size: 16px;
  line-height: 24px;
}
.all-jobs .jobs-holder .job .job-details p.icon strong {
  display: inline-block;
  width: 115px;
}
.all-jobs .jobs-holder .job .job-details p.icon span {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.all-jobs .jobs-holder .job .job-details p.icon span.reference {
  background-image: url(../images/icon-reference-dark.svg);
}
.all-jobs .jobs-holder .job .job-details p.icon span.salary {
  background-image: url(../images/icon-salary-dark.svg);
}
.all-jobs .jobs-holder .job .job-details p.icon span.location {
  background-image: url(../images/icon-location-dark.svg);
}
.all-jobs .jobs-holder .job .job-details p.icon span.jtype {
  background-image: url(../images/icon-employment-dark.svg);
}
.all-jobs .jobs-holder .job .content {
  float: right;
  width: calc(100% - 460px);
}
@media screen and (max-width: 950px) {
  .all-jobs .jobs-holder .job .content {
    width: 100%;
  }
}
.all-jobs .jobs-holder .job .content p.btn a, .all-jobs .jobs-holder .job .content .search-form p.search-submit a, .search-form .all-jobs .jobs-holder .job .content p.search-submit a {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px;
  font-weight: 800;
}

/********************************
********** PAGINATION NAVIGATION
*********************************/
.pagination-nav {
  background-color: #fff;
  padding: 40px 0;
  border-bottom: 2px solid rgba(59, 45, 69, 0.02);
}
.pagination-nav .pages-of {
  float: left;
}
.pagination-nav .navigation {
  width: auto;
  float: right;
  padding: 8px 0;
}
.pagination-nav .navigation ol{
  list-style: none;
}
.pagination-nav .navigation ol li {
  position: relative;
  float: left;
}
.pagination-nav .navigation ol li span.title {
  display: none;
}
.pagination-nav .navigation ol li span.current {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  border-radius: 100%;
  background-color: #C2C1C2;
  width: 28px;
  height: 28px;
  position: relative;
  display: inline-block;
  padding: 2px 1px;
  text-align: center;
  border: none;
}
.pagination-nav .navigation ol li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #3B2D45;
  border-radius: 100%;
  background-color: #fff;
  width: 28px;
  height: 28px;
  position: relative;
  display: inline-block;
  padding: 2px 1px;
  text-align: center;
  border: none;
  transition: 0.25s;
}
.pagination-nav .navigation ol li a:hover {
  background-color: #C2C1C2;
  color: #fff;
}
.pagination-nav .navigation ol li a span.right-arrow,
.pagination-nav .navigation ol li a span.left-arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 19px;
  line-height: 26px;
  transition: 0.25s;
}
.pagination-nav .navigation ol li a.next,
.pagination-nav .navigation ol li a.prev {
  margin-bottom: -10px;
}

/********************************
********** TEAM MEMBERS
*********************************/
.team-members h2 {
  text-align: center;
  margin-bottom: 40px;
}
.team-members .container {
  max-width: 890px;
}
.team-members .container .member {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.team-members .container .member .image-holder {
  float: left;
  width: 315px;
  height: 315px;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .team-members .container .member .image-holder {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    display: table;
    float: none;
  }
}
.team-members .container .member .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-members .container .member .content {
  padding-left: 30px;
  float: right;
  width: calc(100% - 315px);
}
@media screen and (max-width: 768px) {
  .team-members .container .member .content {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
}
.team-members .container .member .content h3 {
  margin-bottom: 0;
}
.team-members .container .member .content p.job {
  color: #C2C1C2;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.team-members .container .member .content p {
  font-size: 14px;
  line-height: 21px;
}

.centred-content {
  padding-bottom: 50px;
}
.centred-content .container {
  max-width: 890px;
}
.centred-content .container img {
  margin-top: 30px;
  border-radius: 3px;
}
.centred-content .container p.smaller {
  max-width: 660px;
  margin: 40px auto;
  text-align: center;
}

/********************************
********** ALL NEWS
*********************************/
.news-page {
  padding: 60px 0 0;
}
.news-page .news-holder .news-item {
  margin-bottom: 60px;
  float: left;
  width: 100%;
}
.news-page .news-holder .news-item .image-holder {
  float: left;
  width: 430px;
  height: 323px;
}
@media screen and (max-width: 850px) {
  .news-page .news-holder .news-item .image-holder {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .news-page .news-holder .news-item .image-holder {
    height: auto;
  }
}
.news-page .news-holder .news-item .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-page .news-holder .news-item .content-holder {
  float: right;
  width: calc(100% - 430px);
  padding-left: 50px;
}
@media screen and (max-width: 850px) {
  .news-page .news-holder .news-item .content-holder {
    width: 100%;
    padding-left: 0px;
  }
}
.news-page .news-holder .news-item .content-holder h2 {
  margin-top: 0;
}
.news-page .news-holder .news-item .content-holder h2 a {
  color: #000000;
}
.news-page .news-holder .news-item .content-holder h2 a:hover {
  color: #C2C1C2;
}
.news-page .news-holder .news-item .content-holder p.date {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}
.news-page .news-holder .news-item .content-holder a.link {
  font-weight: 800;
  position: relative;
}
.news-page .news-holder .news-item .content-holder a.link:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #C2C1C2;
  bottom: -1px;
  left: 0;
  opacity: 0.7;
  transition: 0.25s;
}
.news-page .news-holder .news-item .content-holder a.link:hover:after {
  opacity: 1;
}

/********************************
********** CONTACT FORM
*********************************/
.contact-form {
  padding: 50px 0 80px;
}
.contact-form .content-left {
  float: left;
  width: calc(100% - 500px);
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(37, 52, 57, 0.03);
  border-radius: 3px;
  padding: 30px;
}
.contact-form.temp-form .content-left{
    width:100%;
}
@media screen and (max-width: 1180px) {
  .contact-form .content-left {
    width: calc(100% - 370px);
  }
}
@media screen and (max-width: 890px) {
  .contact-form .content-left {
    width: 100%;
  }
}
.contact-form .content-left h2 {
  margin-top: 0;
}
.contact-form .content-left p.intro {
  max-width: 630px;
}
.contact-form .content-left form p {
  float: left;
  width: calc(50% - 15px);
  margin: 0;
}
@media screen and (max-width: 1180px) {
  .contact-form .content-left form p {
    width: 100%;
  }
}
.contact-form .content-left form p label {
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 5px;
}
.contact-form .content-left form p input,
.contact-form .content-left form p select,
.contact-form .content-left form p textarea {
  border-radius: 3px;
  border: 2px solid #D4D7D8;
  -webkit-appearance: none;
  appearance: none;
  font-size: 16px;
  line-height: 24px;
  padding: 11px 15px;
}
.contact-form .content-left form p select{
      -webkit-appearance: none;
    appearance: none;
    background-image: url(../images/form-select-caret.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
}
.contact-form .content-left form p:nth-of-type(even) {
  float: right;
}
.contact-form .content-left form p:nth-of-type(5) {
  width: 100%;
}
.contact-form .content-left form p:last-of-type {
  float: left;
}
.contact-form .content-left form input[type=submit] {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  background-color: #C2C1C2;
  font-size: 13px;
  line-height: 17px;
  font-weight: 800;
  text-transform: uppercase;
  display: table;
  border-radius: 3px;
  padding: 17px 34px;
  -webkit-appearance: none;
  appearance: none;
  color: #fff;
  border: none;
  transition: 0.25s;
  cursor: pointer;
  float: left;
}
.contact-form .content-left form input[type=submit]:hover {
  background-color: #E1FB62;
    color:#000;
}
.contact-form .content-left form .ajax-loader {
  float: right;
}
.contact-form.temp-form .form-section{
    float: left;
    width: 100%;
}
.contact-form.temp-form .form-section p:last-of-type{
    width: 100%;
}
.contact-form .content-right {
  float: right;
  width: 500px;
  padding-left: 70px;
}
@media screen and (max-width: 1180px) {
  .contact-form .content-right {
    width: 370px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 890px) {
  .contact-form .content-right {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.contact-form .content-right p {
  padding-left: 40px;
  position: relative;
  color: #000000;
  font-size: 18px;
  line-height: 24px;
}
@media screen and (max-width: 890px) {
  .contact-form .content-right p {
    padding-left: 0;
  }
}
.contact-form .content-right p a {
  color: #000000;
}
.contact-form .content-right p span.icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 890px) {
  .contact-form .content-right p span.icon {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    width: 20px;
    height: 20px !important;
    background-size: 100% !important;
  }
}
.contact-form .content-right p span.phone {
  background-image: url(../images/phone.svg);
}
.contact-form .content-right p span.email {
  background-image: url(../images/mail.svg);
  top: 3px;
}
@media screen and (max-width: 890px) {
  .contact-form .content-right p span.email {
    top: 7px;
  }
}
.contact-form .content-right p span.address {
  background-image: url(../images/icon-address-teal.svg);
  height: 33px;
}
@media screen and (max-width: 890px) {
  .contact-form .content-right p span.address {
    width: 15px;
  }
}

/********************************
********** REGISTER CV FORM
*********************************/
.contact-form.cv-form .content-left {
  background-color: #C2C1C2;
}
.contact-form.cv-form .content-left h2 {
  color: #fff;
}
.contact-form.cv-form .content-left p.intro {
  color: #fff;
}
.contact-form.cv-form .content-left form p label {
  color: #fff;
}
.contact-form.cv-form .content-left form p input {
  border-color: #fff;
}
.contact-form.cv-form .content-left form p input[type=file] {
  margin-top: 28px;
  background-color: #C2C1C2;
  padding: 46px 0 0;
  height: 50px;
  position: relative;
  background-image: url(../images/icon-upload-white.svg);
  background-repeat: no-repeat;
  background-position: 27% 50%;
}
.contact-form.cv-form .content-left form p input[type=file]:after {
  position: absolute;
  content: "Choose file to upload";
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  font-weight: 800;
  text-align: center;
  top: calc(50% - 12px);
  left: 0;
  color: #fff;
  padding-left: 36px;
}
.contact-form.cv-form .content-left form input[type=submit] {
  width: calc(50% - 15px);
  background-color: #000000;
  margin-top: 15px;
}
@media screen and (max-width: 1180px) {
  .contact-form.cv-form .content-left form input[type=submit] {
    width: 100%;
  }
}
.contact-form.cv-form .content-left form input[type=submit]:hover {
  background-color: #fff;
  color: #C2C1C2;
}
.contact-form.cv-form .content-left form .ajax-loader {
  float: left;
  margin-top: 25px;
}
.contact-form.cv-form .content-left form .wpcf7-response-output {
  color: #fff;
}
.contact-form.cv-form .content-right p {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding-left: 45px;
  background-image: url(../images/icon-info-teal.svg);
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: 0 0;
}
@media screen and (max-width: 890px) {
  .contact-form.cv-form .content-right p {
    text-align: left;
  }
}



.centred-with-button{ padding: 100px 0; position: relative; }
.centred-with-button .container{ max-width: 700px; margin: 0 auto; position: relative; text-align: center; }
.centred-with-button .container h2{ text-align: center; margin: 0 0 40px; }
.centred-with-button .container p{ margin-top: 0; font-size: 18px; line-height: 27px; }
.centred-with-button .container p.btn{}
.centred-with-button .container p.btn a{} 



.standard-content{ padding: 75px; }
.standard-content .container{ max-width: 1040px; }

/********************************
********** FORM VALIDATION
*********************************/
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  float: left;
  padding: 10px;
  border-radius: 3px;
}

.wpcf7-not-valid-tip {
  margin: -10px 0 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
}
.wpcf7-not-valid-tip:before {
  font-size: 17px !important;
}

.search-form input {
  height: 38px;
  width: auto;
  float: left;
}
.search-form .search-submit {
  height: 38px;
  float: left;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.alignright {
  display: block;
  margin: 1em auto;
}
@media screen and (min-width: 48em) {
  .alignright {
    float: right;
    max-width: 40%;
    position: relative;
    margin: 0 0 1em 1em;
  }
}

.alignleft {
  display: block;
  margin: 1em auto;
}
@media screen and (min-width: 48em) {
  .alignleft {
    float: left;
    max-width: 40%;
    position: relative;
    margin: 0 1em 1em 0;
  }
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 1em auto;
}

@media screen and (min-width: 48em) {
  img.alignleft, img.alignright, a img.alignleft, a img.alignright {
    max-width: 40% !important;
    width: auto !important;
    height: auto !important;
  }
}

a img.aligncenter, img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignnone {
  clear: both;
  display: block;
  margin: 1em 0;
  max-width: 100% !important;
}
.alignnone img {
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}

img.alignnone {
  clear: both;
  display: block;
  margin: 1em 0;
  max-width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
}

.wp-caption {
  display: block;
  background-color: #ffffff;
  border: 1px solid #f1f1f1;
  text-align: center;
  padding: 5px 1px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  height: auto !important;
  max-width: 100% !important;
  border: 0;
}

.wp-caption-text, .gallery-caption {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  padding: 5px 0;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img[class*=align], img[class*=wp-image-] {
  height: auto;
  max-width: 100%;
  width: auto;
}

img.size-full {
  max-width: 100%;
  width: auto;
}

.post-navigation {
  font-size: 14px;
  font-size: 0.875rem;
  clear: both;
  padding: 2em 1.5em;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .post-navigation .nav-previous {
    float: left;
    text-align: left;
    width: 47.5%;
  }
}
@media screen and (min-width: 48em) {
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 47.5%;
  }
}

.gallery {
  padding: 0;
  margin: 0 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.gallery dt {
  padding-left: 5px;
  padding-bottom: 5px;
}
.gallery img {
  width: 100%;
  height: auto;
}
.gallery a {
  display: block;
  margin: 0;
  padding: 0;
}
.gallery dl {
  margin: 0;
  padding: 0;
}
.gallery br {
  display: none;
}

.gallery-columns-2 dl {
  width: 50%;
}

.gallery-columns-3 dl {
  width: 33.33333%;
}

.gallery-columns-4 dl {
  width: 50%;
}
@media screen and (min-width: 39em) {
  .gallery-columns-4 dl {
    width: 25%;
  }
}

.gallery-columns-5 dl {
  width: 33.33333%;
}
@media screen and (min-width: 48em) {
  .gallery-columns-5 dl {
    width: 20%;
  }
}

.gallery-columns-6 dl {
  width: 33.33333%;
}
@media screen and (min-width: 48em) {
  .gallery-columns-6 dl {
    width: 16.66666%;
  }
}

.gallery-columns-7 dl {
  width: 33.33333%;
}
@media screen and (min-width: 39em) {
  .gallery-columns-7 dl {
    width: 25%;
  }
}
@media screen and (min-width: 56em) {
  .gallery-columns-7 dl {
    width: 14.28%;
  }
}

.gallery-columns-8 dl {
  width: 50%;
}
@media screen and (min-width: 30em) {
  .gallery-columns-8 dl {
    width: 25%;
  }
}
@media screen and (min-width: 56em) {
  .gallery-columns-8 dl {
    width: 12.5%;
  }
}

.gallery-columns-9 dl {
  width: 33.33333%;
}
@media screen and (min-width: 48em) {
  .gallery-columns-9 dl {
    width: 11.11%;
  }
}

.wpcf7 .wpcf7-file {
  background-color: #fff;
  border: 1px solid #ccc;
  display: block;
  padding: 10px;
  width: 100%;
}
.wpcf7 .wpcf7-radio {
  display: block;
  padding-bottom: 10px;
}
.wpcf7 .wpcf7-list-item {
  display: block;
}
.wpcf7 .ajax-loader {
  margin-left: 1em;
}

.wpcf7-not-valid-tip {
  font-size: 11px;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #D8000C;
  display: block;
  margin-top: -30px;
  padding: 30px 0;
}
.wpcf7-not-valid-tip:before {
  font: 26px/30px dashicons;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
}

.wpcf7-response-output.wpcf7-validation-errors {
  color: #D8000C;
  background-color: #FFBABA;
  display: none;
  border: 0;
  padding: 10px;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #4F8A10;
  background-color: #DFF2BF;
  display: none;
  border: 0;
  padding: 10px;
}

.wpcf7-mail-sent-ok:before, .wpcf7-validation-errors:before {
  font: 26px/30px dashicons;
  margin-right: 16px;
  vertical-align: middle;
}

.wpcf7-mail-sent-ok:before {
  content: "";
}

.wpcf7-validation-errors:before {
  content: "";
}

.screen-reader-response {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.slick-slider {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider button {
  margin: 0;
  padding: 0;
}

.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 {
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 2000;
  -webkit-backface-visibility: hidden;
}

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.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;
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  display: block;
  margin: 0;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 500;
  margin: 0;
  padding: 0;
  top: 50%;
}

.slick-prev:after, .slick-next:after {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  text-align: left;
  font-family: dashicons;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  background: none;
}

.slick-prev {
  left: 0;
}

.slick-prev:after {
  content: "";
}

.slick-next {
  right: 0;
}

.slick-next:after {
  content: "";
}

.slick-prev:hover, .slick-next:hover {
  background: none;
}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 15px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 999;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: "•";
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.wpcf7 form .wpcf7-response-output {
  clear: both;
  background: #000000;
  padding: 13px;
  border-radius: 5px;
  color: #fff;
width:100%;
	float: left;
}