@font-face {
  font-family: "SuisseIntl";
  src: url("../fonts/subset-SuisseIntl-Bold.woff2") format("woff2"),
    url("../fonts/subset-SuisseIntl-Bold.woff") format("woff"),
    url("../fonts/subset-SuisseIntl-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("../fonts/subset-SuisseIntl-Medium.woff2") format("woff2"),
    url("../fonts/subset-SuisseIntl-Medium.woff") format("woff"),
    url("../fonts/subset-SuisseIntl-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("../fonts/subset-SuisseIntl-Light.woff2") format("woff2"),
    url("../fonts/subset-SuisseIntl-Light.woff") format("woff"),
    url("../fonts/subset-SuisseIntl-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SuisseIntl";
  src: url("../fonts/subset-SuisseIntl.woff2") format("woff2"),
    url("../fonts/subset-SuisseIntl.woff") format("woff"),
    url("../fonts/subset-SuisseIntl.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.dark-theme-only {
  display: none !important;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.animate {
  opacity: 0;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
}
.container {
  max-width: 1170px;
}
.container-fluid {
  max-width: 1920px;
}
.error404 #content {
  padding-top: 120px;
  padding-bottom: 50px;
}
.error404 #content h1 {
  font-size: 320px;
  font-weight: bold;
  margin-bottom: 18px;
}
@media (max-width: 650px) {
  .error404 #content h1 {
    font-size: 220px;
  }
}
@media (max-width: 450px) {
  .error404 #content h1 {
    font-size: 130px;
  }
}
.relative {
  position: relative;
}
.acf-map {
  width: 100%;
  height: 282px;
  margin: 7px 0 18px 0;
  border: 1px solid #3b3b3b;
}
@-moz-document url-prefix() {
  .acf-map {
    margin-top: 5px;
  }
}
.theme-dark .acf-map {
  border-color: #f2f2f2;
}
.page-template-page-template-contact #content {
  padding-top: 120px;
}
.page-template-page-template-contact h1 {
  margin-bottom: 23px;
}
.page-template-page-template-contact .text-small {
  margin-bottom: 18px;
}
.single-portfolio #content {
  padding-top: 140px;
}
.single-portfolio #content .section-portfolio-carousel {
  padding-bottom: 75px;
}
#clutch-row .clutch-widget iframe {
  width: 200px;
}
.clutch-widget,
.expertise-widget {
  margin-bottom: 14px;
}
.expertise-widget a {
  display: block;
}
.expertise-widget img {
  height: 45px;
}
.expertise-widget a:before,
.expertise-widget a:after {
  display: none;
}
#clutch-row > div {
  display: flex;
}
#clutch-row > div > div:first-of-type {
  margin-right: 10px;
}
.page-careers h1.hero {
  margin-bottom: 85px;
}
.page-careers .section-text.first {
  padding-bottom: 22px;
}
.page-careers .section-text h4 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
}
.page-careers .section-text ul {
  padding-left: 18px;
}
.page-careers .section-text hr {
  margin: 70px 0;
}
.single-job #content {
  padding-top: 140px;
  padding-bottom: 70px;
}
.single-job #content h1 {
  margin-bottom: 25px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 32px;
}
iframe {
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-video-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
* {
  outline: none !important;
}
html,
body {
  height: 100%;
}
body.page-template-page-template-contact {
  display: flex;
  flex-direction: column;
}
body.page-template-page-template-contact #content {
  flex: 1 0 auto;
}
body.page-template-page-template-contact #footer {
  flex-shrink: 0;
  margin-top: 0;
}
body {
  font-family: "SuisseIntl", sans-serif;
  font-size: 18px;
  line-height: 1.56;
  text-rendering: optimizeSpeed;
  color: #3b3b3b;
  background: #f2f2f2;
  font-weight: normal;
}
a,
a:hover,
a:active,
a:focus {
  color: #3b3b3b;
  position: relative;
  text-decoration: none;
}
a:after {
  content: "";
  display: block;
  height: 1px;
  background: #3b3b3b;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  transform: translateY(3px);
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s;
}
.posts a:after {
  display: none !important;
}
a:hover:after,
a:focus:after,
a:active:after {
  opacity: 1;
  transform: translateY(0);
}
.current-menu-item > a:after,
.current-menu-parent > a:after,
.current-menu-ancestor > a:after {
  opacity: 1;
  transform: translateY(0);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word;
}
@media (max-width: 1024px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }
}
h1,
.h1,
h2.h1,
h3.h1,
h4.h1,
h5.h1,
h6.h1 {
  font-size: 96px;
  line-height: 1.02;
  font-weight: normal;
}
@media (max-width: 1024px) {
  h1,
  .h1,
  h2.h1,
  h3.h1,
  h4.h1,
  h5.h1,
  h6.h1 {
    font-size: 76px;
    line-height: 1.02;
  }
}
@media (max-width: 740px) {
  h1,
  .h1,
  h2.h1,
  h3.h1,
  h4.h1,
  h5.h1,
  h6.h1 {
    font-size: 56px;
    line-height: 1.02;
  }
}
h2,
.h2,
h1.h2,
h3.h2,
h4.h2,
h5.h2,
h6.h2 {
  font-size: 60px;
  line-height: 0.93;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  h2,
  .h2,
  h1.h2,
  h3.h2,
  h4.h2,
  h5.h2,
  h6.h2 {
    font-size: 45px;
    line-height: 0.93;
  }
}
h3,
.h3,
h1.h3,
h2.h3,
h4.h3,
h5.h3,
h6.h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 0.97;
}
@media (max-width: 1024px) {
  h3,
  .h3,
  h1.h3,
  h2.h3,
  h4.h3,
  h5.h3,
  h6.h3 {
    font-size: 28px;
    line-height: 0.97;
  }
}
h4 {
  font-weight: 500;
}
h5,
h6,
.h5,
.h6,
h1.h5,
h1.h6,
h2.h5,
h2.h6,
h3.h5,
h3.h6,
h4.h5,
h4.h6 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.31;
}
h1 {
  margin-bottom: 82px;
}
@media (max-width: 1024px) {
  h1 {
    margin-bottom: 42px;
  }
}
h1.hero {
  margin-top: 76px;
  margin-bottom: 102px;
}
@media (max-width: 1024px) {
  h1.hero {
    margin-top: 42px;
    margin-bottom: 82px;
  }
}
@media (max-width: 450px) {
  h1.hero {
    font-size: 46px;
  }
}
@media (max-width: 375px) {
  h1.hero {
    font-size: 36px;
  }
}
h2,
h3 {
  margin-bottom: 25px;
}
h4,
h5,
h6 {
  margin-bottom: 16px;
}
h1,
h2,
h3 {
  text-transform: uppercase;
}
img,
figure {
  max-width: 100%;
  height: auto;
}
img figcaption,
figure figcaption {
  font-size: 11px;
  line-height: 1.27;
  letter-spacing: 0.5px;
  display: block;
  margin-top: 17px;
  position: relative;
  font-style: normal;
}
figure img {
  border-radius: 5px;
}
p,
table,
form,
blockquote,
ul,
ol,
figure,
.shortcode {
  margin-bottom: 28px;
}
.no-margins {
  margin: 0;
}
blockquote {
  display: block;
  border-top: 1px solid #3b3b3b;
  border-bottom: 1px solid #3b3b3b;
  padding: 35px 0 40px 0;
  margin: 37px 0 40px 0;
}
blockquote p {
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 0.97;
}
@media (max-width: 1024px) {
  blockquote p {
    font-size: 26px;
    line-height: 0.97;
  }
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
blockquote cite {
  display: block;
  margin-top: 20px;
  position: relative;
  font-style: normal;
  text-indent: 0;
  font-size: 11px;
  line-height: 1.27;
  letter-spacing: 0.5px;
}
blockquote cite:before {
  content: "\2013";
}
blockquote.modified p:before {
  content: "\201C";
  margin-left: -15px;
}
@media (max-width: 1024px) {
  blockquote.modified p:before {
    margin-left: 0;
  }
}
blockquote.modified p:after {
  content: "\201D";
}
blockquote.small {
  border: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 18px;
}
blockquote.small p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-transform: none;
  margin-bottom: 0;
}
blockquote.small p:before,
blockquote.small p:after {
  display: none;
}
blockquote.small cite {
  text-align: right;
  margin-top: 7px;
}
.style-quote {
  position: relative;
}
.style-quote:before {
  content: "\201C";
  margin-left: -25px;
}
@media (max-width: 1024px) {
  .style-quote:before {
    margin-left: 0;
  }
}
.style-quote:after {
  content: "\201D";
}
.text-center {
  text-align: center;
}
.text-bigger {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.46;
}
@media (max-width: 1024px) {
  .text-bigger {
    font-size: 20px;
    line-height: 1.46;
  }
}
h6 + .text-bigger {
  margin-top: 25px;
}
.text-small {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}
.text-smaller {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: 0.5px;
}
hr {
  border: 0;
  border-bottom: 1px solid #3b3b3b;
  margin: 30px 0;
}
ul,
ol {
  padding-left: 0;
}
@media (max-width: 1024px) {
  ul,
  ol {
    padding-left: 18px;
  }
}
[data-animation="typed"] {
  position: relative;
}
.typed.animated {
  opacity: 1;
}
.typed-cursor {
  display: inline-block;
  color: #2105ff;
}
.theme-dark .typed-cursor {
  color: #3b3b3b;
}
.main-title-tag,
.sub-title-tag {
  text-transform: none;
}
form p,
form .wpcf7-form-control-wrap,
.wpcf7 form p,
.wpcf7 form .wpcf7-form-control-wrap {
  margin-bottom: 14px;
}
@media (max-width: 1005px) {
  form .wpcf7-recaptcha iframe,
  .wpcf7 form .wpcf7-recaptcha iframe {
    transform-origin: left center;
    transform: scale(0.7);
  }
}
@media (max-width: 1005px) {
  form .g-recaptcha > div,
  .wpcf7 form .g-recaptcha > div {
    margin: 0 !important;
  }
}
@media (max-width: 1005px) {
  form .form-submit,
  .wpcf7 form .form-submit {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  form .form-submit input[type="submit"],
  .wpcf7 form .form-submit input[type="submit"] {
    margin-left: 0;
    margin-right: 0;
    order: 1;
  }
  form .form-submit .ajax-loader,
  .wpcf7 form .form-submit .ajax-loader {
    order: 2;
  }
}
form .wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
form .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  padding: 15px;
  border: 0;
  margin: 0;
  color: #f2f2f2;
  background: #000;
  border: 0;
  font-size: 14px;
}
form .ajax-loader.is-active,
.wpcf7 form .ajax-loader.is-active {
  width: 20px;
  height: 20px;
  margin-left: 15px;
}
.wpcf7 {
  position: relative;
}
.wpcf7-form.sent .wpcf7-response-output {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  padding: 98px 27px 38px 27px;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  background-image: url(../images/icon-success.svg);
  background-repeat: no-repeat;
  background-position: center 40px;
  width: calc(100% + 20px);
  text-align: center;
  display: block !important;
}
@media (max-width: 767px) {
  .wpcf7-form.sent .wpcf7-response-output {
    transform: translate(-50%, -50%);
    max-width: 355px;
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 390px) {
  .wpcf7-form.sent .wpcf7-response-output {
    left: -10px;
    right: -10px;
    transform: translate(0, -50%);
    width: auto;
    max-width: none;
  }
}
.wpcf7-form.sent .wpcf7-response-output:after {
  content: "";
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 10px;
  width: 17px;
  height: 17px;
  background: url(../images/close-icon.svg) center center no-repeat;
}
.theme-light .wpcf7-form.sent .wpcf7-response-output {
  background-image: url(../images/icon-success-white.svg);
}
.theme-light .wpcf7-form.sent .wpcf7-response-output:after {
  background-image: url(../images/close-icon-white.svg);
}
form .ajax-loader:before,
form .ajax-loader:after {
  display: none;
}
.theme-light form .ajax-loader {
  background: url(../images/ajax-loader-dark.svg) center center no-repeat;
  background-size: 20px auto;
}
.theme-light form .wpcf7-not-valid-tip {
  color: #2105ff;
}
.theme-dark form .ajax-loader {
  background: url(../images/ajax-loader-white.svg) center center no-repeat;
  background-size: 20px auto;
}
.theme-dark form .wpcf7-not-valid-tip {
  color: #3b3b3b;
}
.button,
button,
input[type="submit"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 17px 25px 13px 25px;
  font-family: "SuisseIntl", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.2s, border-color 0.2s;
  max-width: 450px;
}
.button:after,
button:after,
input[type="submit"]:after {
  display: none;
}
.button,
button,
input[type="submit"] {
  background-color: #f2f2f2;
  border: 1px solid #1e1e1e;
  color: #3b3b3b;
}
.button:hover,
button:hover,
input[type="submit"]:hover {
  background-color: #ebe8e8;
  border-color: #1e1e1e;
  color: #3b3b3b;
}
.button:active,
.button:focus,
button:active,
button:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
  color: #f2f2f2;
}
.button.secondary,
button.secondary,
input[type="submit"].secondary {
  background-color: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #f2f2f2;
}
.button.secondary:hover,
button.secondary:hover,
input[type="submit"].secondary:hover {
  background-color: #3b3b3b;
  border-color: #3b3b3b;
  color: #f2f2f2;
}
.button.secondary:active,
.button.secondary:focus,
button.secondary:active,
button.secondary:focus,
input[type="submit"].secondary:active,
input[type="submit"].secondary:focus {
  background-color: #f2f2f2;
  border-color: #1e1e1e;
  color: #3b3b3b;
}
button[disabled] {
  opacity: 0.4;
}
button[disabled]:hover {
  background-color: transparent;
}
.btn-group {
  display: flex;
  margin-bottom: 28px;
  white-space: nowrap;
}
.btn-group .button:not(:last-child) {
  border-right: 0;
}
input[type="text"],
input[type="email"] {
  height: 56px;
}
input[type="text"],
input[type="email"],
textarea {
  display: flex;
  resize: none;
  background-color: #f2f2f2;
  border: 1px solid #1e1e1e;
  font-family: "SuisseIntl", sans-serif;
  border-radius: 2px;
  padding: 12px;
  font-size: 18px;
  line-height: 1.56;
  color: #3b3b3b;
  width: 100%;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  border: 1px solid #1e1e1e;
  -webkit-text-fill-color: #1e1e1e;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  font-family: "SuisseIntl", sans-serif !important;
  font-size: 18px !important;
  line-height: 1.56 !important;
  color: #3b3b3b;
}
textarea {
  height: 282px;
}
::placeholder {
  color: #3b3b3b;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #3b3b3b;
}
::-ms-input-placeholder {
  color: #3b3b3b;
}
.form-submit {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.form-submit input {
  order: 2;
  margin-left: 10px;
}
.form-submit .ajax-loader {
  order: 1;
}
@media (max-width: 768px) {
  .page-template-page-template-contact form textarea {
    height: 303px;
  }
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + .item-label,
[type="radio"]:not(:checked) + .item-label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 26px;
  display: inline-block;
}
[type="radio"]:checked + .item-label:before,
[type="radio"]:not(:checked) + .item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: transparent;
}
[type="radio"]:checked + .item-label:after,
[type="radio"]:not(:checked) + .item-label:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + .item-label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + .item-label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.theme-dark [type="radio"]:checked + .item-label:before,
.theme-dark [type="radio"]:not(:checked) + .item-label:before {
  border: 1px solid #fff;
}
.theme-dark [type="radio"]:checked + .item-label:after,
.theme-dark [type="radio"]:not(:checked) + .item-label:after {
  background: #fff;
}
.theme-light [type="radio"]:checked + .item-label:before,
.theme-light [type="radio"]:not(:checked) + .item-label:before {
  border: 1px solid #1e1e1e;
}
.theme-light [type="radio"]:checked + .item-label:after,
.theme-light [type="radio"]:not(:checked) + .item-label:after {
  background: #1e1e1e;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:checked + .item-label,
[type="checkbox"]:not(:checked) + .item-label {
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  line-height: 26px;
  display: inline-block;
}
[type="checkbox"]:checked + .item-label:before,
[type="checkbox"]:not(:checked) + .item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 2px;
  background: transparent;
}
[type="checkbox"]:checked + .item-label:after,
[type="checkbox"]:not(:checked) + .item-label:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="checkbox"]:not(:checked) + .item-label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="checkbox"]:checked + .item-label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.theme-dark [type="checkbox"]:checked + .item-label:before,
.theme-dark [type="checkbox"]:not(:checked) + .item-label:before {
  border: 1px solid #7a7a7a;
}
.theme-dark [type="checkbox"]:checked + .item-label:after,
.theme-dark [type="checkbox"]:not(:checked) + .item-label:after {
  background: #fff url(../images/checkbox-dark.svg) center center no-repeat;
}
.theme-light [type="checkbox"]:checked + .item-label:before,
.theme-light [type="checkbox"]:not(:checked) + .item-label:before {
  border: 1px solid #1e1e1e;
}
.theme-light [type="checkbox"]:checked + .item-label:after,
.theme-light [type="checkbox"]:not(:checked) + .item-label:after {
  background: #1e1e1e url(../images/checkbox-light.svg) center center no-repeat;
}
.theme-dark .ui-datepicker {
  border: 1px solid #fff;
  background: #000;
  display: none;
}
.theme-dark .ui-datepicker:before {
  background: url(../images/calendar/triangle_dark.svg) center center no-repeat;
}
.theme-dark .ui-datepicker-prev {
  background: url(../images/calendar/left-arr-white.svg) center center no-repeat;
}
.theme-dark .ui-datepicker-next {
  background: url(../images/calendar/right-arr-white.svg) center center
    no-repeat;
}
.theme-dark .ui-datepicker-current,
.theme-dark .ui-datepicker-current:hover,
.theme-dark .ui-datepicker-current:focus,
.theme-dark .ui-datepicker-current:active {
  color: #fff;
}
.theme-dark .ui-datepicker table thead span {
  color: #b7b5b5;
}
.theme-dark .ui-datepicker table tbody td[data-handler="selectDay"]:hover,
.theme-dark .ui-datepicker table tbody td.ui-datepicker-days-cell-over {
  background: #fff;
  color: #000;
}
.theme-dark .ui-datepicker table tbody td[data-handler="selectDay"]:hover a,
.theme-dark .ui-datepicker table tbody td.ui-datepicker-days-cell-over a {
  color: #000;
}
.theme-dark .ui-datepicker table .ui-datepicker-other-month {
  color: #636363;
}
.theme-dark .ui-datepicker-title {
  display: flex;
}
.theme-dark .ui-datepicker-title > select {
  border: 1px solid #fff;
  color: #fff;
  background: url(../images/calendar/drop-white.svg) right 20px center no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0 !important;
}
.theme-dark .ui-datepicker-title > select option {
  background: #000;
  color: #fff;
}
.theme-light .ui-datepicker {
  border: 1px solid #000;
  background: #fff;
}
.theme-light .ui-datepicker:before {
  background: url(../images/calendar/triangle_white.svg) center center no-repeat;
}
.theme-light .ui-datepicker-prev {
  background: url(../images/calendar/left-arr-dark.svg) center center no-repeat;
}
.theme-light .ui-datepicker-next {
  background: url(../images/calendar/right-arr-dark.svg) center center no-repeat;
}
.theme-light .ui-datepicker-current,
.theme-light .ui-datepicker-current:hover,
.theme-light .ui-datepicker-current:focus,
.theme-light .ui-datepicker-current:active {
  color: #000;
}
.theme-light .ui-datepicker table thead span {
  color: #636363;
}
.theme-light .ui-datepicker table tbody td[data-handler="selectDay"]:hover {
  background: #000;
  color: #fff;
}
.theme-light .ui-datepicker table tbody td[data-handler="selectDay"]:hover a {
  color: #fff;
}
.theme-light .ui-datepicker table .ui-datepicker-other-month {
  color: #b7b5b5;
}
.theme-light .ui-datepicker-title {
  display: flex;
}
.theme-light .ui-datepicker-title > select {
  border: 1px solid #000;
  color: #000;
  background: url(../images/calendar/drop-dark.svg) right 20px center no-repeat;
  border-radius: 0;
}
.theme-light .ui-datepicker-title > select option {
  background: #fff;
  color: #000;
}
.ui-datepicker {
  width: 375px;
  margin-top: 30px;
}
.ui-datepicker:before {
  content: "";
  width: 21px;
  height: 14px;
  position: absolute;
  left: 11px;
  top: 0;
  margin-top: -12px;
}
@media (max-width: 375px) {
  .ui-datepicker {
    width: 280px;
  }
}
@media (max-width: 480px) {
  #ui-datepicker-div {
    left: 15px !important;
  }
}
.ui-datepicker-header {
  position: relative;
  padding-top: 50px;
}
.ui-datepicker-title {
  display: block;
  width: 100%;
}
.ui-datepicker-close {
  display: none;
}
.ui-datepicker-prev,
.ui-datepicker-next,
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  text-indent: -5555em;
  text-decoration: none;
  width: 75px;
  height: 50px;
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  display: none;
}
.ui-datepicker-prev {
  left: 0;
}
.ui-datepicker-next {
  right: 0;
}
.ui-datepicker-buttonpane {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
}
.ui-datepicker-current,
.ui-datepicker-current:hover,
.ui-datepicker-current:focus,
.ui-datepicker-current:active {
  border: 0;
  padding: 0;
  margin: 0 auto;
  display: block;
  min-height: 1px;
  max-width: none;
  height: 50px;
  text-align: center;
  background: transparent;
}
.ui-datepicker table {
  width: calc(100% - 40px);
  padding: 0;
  margin: 15px 20px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}
.ui-datepicker table a {
  text-decoration: none;
}
.ui-datepicker table a:after {
  display: none;
}
.ui-datepicker table thead span {
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  font-weight: normal;
}
.ui-datepicker table tbody td {
  height: 32px;
  line-height: 32px;
}
.ui-datepicker-title {
  display: flex;
}
.ui-datepicker-title > select {
  flex: 0 0 50%;
  height: 50px;
  background: transparent;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 20px;
  font-size: 16px;
  line-height: 40px;
  padding: 5px 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-right: 0 !important;
  border-radius: 0 !important;
}
.ui-datepicker-title > select option {
  text-transform: none;
  font: normal;
  font-weight: normal;
  line-height: normal;
  font-size: normal;
}
.ui-datepicker-title > select:first-of-type {
  border-left: 0;
}
@media all and (-ms-high-contrast: none) {
  .ui-datepicker-title {
    overflow: hidden;
  }
  .ui-datepicker-title > select {
    width: 50%;
    flex: 1;
  }
}
.progressive-image {
  position: relative;
}
.progressive-image img {
  display: block;
  width: 100%;
}
.progressive-image figure {
  margin: 0;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.progressive-image picture {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
}
.progressive-image img.placeholder {
  position: absolute;
  z-index: 10;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s linear;
  opacity: 1;
  filter: blur(15px);
  transform: scale(1);
}
.progressive-image .master-image img {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s linear;
}
.progressive-image.with-caption img.placeholder {
  height: calc(100% - 60px);
}
.progressive-image.loaded picture {
  padding-top: 0 !important;
}
.progressive-image.loaded .placeholder {
  display: none;
}
.progressive-image.loaded .master-image img {
  opacity: 1;
  position: static;
}
.carousel-item {
  position: relative;
}
.carousel-item h2 {
  font-size: 24px;
  line-height: 0.88;
  margin-bottom: 25px;
}
.carousel-item picture,
.carousel-item img {
  max-width: 100%;
  height: auto;
}
.carousel-item .text-small {
  margin-bottom: 10px;
}
.carousel-item .slide .inside {
  padding: 0 15px;
}
.carousel-item .read-more {
  display: inline-block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: bold;
}
.carousel-pagination {
  position: absolute;
  display: flex;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: space-between;
  align-items: center;
}
.carousel-pagination .slick-next,
.carousel-pagination .slick-prev {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-indent: -5555em;
  position: absolute;
  z-index: 50;
  top: 50%;
  padding: 0;
  border: 0;
  background-position: center center;
  background-repeat: no-repeat;
  transition: opacity 0.2s;
  opacity: 1;
}
.carousel-pagination .slick-next:hover,
.carousel-pagination .slick-prev:hover {
  opacity: 0.8;
}
.carousel-pagination .slick-next:after,
.carousel-pagination .slick-prev:after {
  display: none !important;
}
.carousel-pagination .slick-next {
  right: 15px;
  transform: translateY(-50%);
}
.carousel-pagination .slick-prev {
  left: 15px;
  transform: translateY(-50%) rotate(180deg);
}
.carousel-pagination .slick-disabled {
  opacity: 0.2;
}
.carousel {
  margin-bottom: 28px;
}
.carousel .progressive-image {
  margin-bottom: 0;
}
.carousel .slick-dots {
  list-style: none;
  margin: 18px 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.carousel .slick-dots li {
  display: block;
  margin: 0;
  padding: 0;
}
.carousel .slick-dots li button {
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -5555em;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  min-height: 1px;
  background: #7b7b7b;
}
.carousel .slick-dots li.slick-active button {
  background: #d9d9d9;
}
.carousel .slick-dots > li:only-child {
  display: none;
}
.carousel-pagination button {
  min-height: 1px;
}
.theme-dark .slick-next {
  background-image: url(../images/slider-arrow-dark.svg);
}
.theme-dark .slick-prev {
  background: url(../images/slider-arrow-dark.svg);
}
.theme-light .slick-next {
  background: url(../images/slider-arrow-light.svg);
}
.theme-light .slick-prev {
  background: url(../images/slider-arrow-light.svg);
}
.section-text {
  max-width: 780px;
  margin: 160px auto;
}
@media (max-width: 767px) {
  .section-text {
    margin: 96px auto 96px auto;
  }
}
.section-text h4,
.section-text h5,
.section-text h6 {
  margin-bottom: 26px;
}
@media (max-width: 1024px) {
  .section-text {
    padding-bottom: 0;
    padding-top: 40px;
  }
}
.section-text p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-logos {
    margin: 96px auto 96px auto;
  }
}
.section-logos .carousel {
  margin-bottom: 0 !important;
}
.section-logos .carousel-pagination {
  display: none;
}
@media (max-width: 1024px) {
  .section-logos .carousel-pagination {
    display: block;
  }
}
.section-logos img {
  display: block;
  margin: 0 15px;
}
@media (min-width: 1025px) {
  .section-logos .mobile-carousel {
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
}
.section-logos .slick-track {
  display: flex;
  align-items: center;
}
.section-logos .slick-track .slick-slide {
  text-align: center;
}
.section-logos .slick-track .slick-slide img {
  margin-left: auto;
  margin-right: auto;
}
.section-full-width-image {
  background-size: cover;
  min-height: 530px;
  margin: 160px auto;
}
@media (max-width: 767px) {
  .section-full-width-image {
    margin: 96px auto 96px auto;
  }
}
@media (max-width: 1023px) {
  .section-full-width-image {
    min-height: 330px;
  }
}
@media (max-width: 480px) {
  .section-full-width-image {
    min-height: 230px;
  }
}
.bg-lazy {
  position: relative;
  overflow: hidden;
}
.bg-lazy .preloader {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 130%;
  filter: blur(30px);
  transform: scale(1);
  transition: opacity 0.5s linear;
  opacity: 1;
}
.bg-lazy.loaded .preloader {
  opacity: 0;
}
.section-case-study {
  margin: 160px auto;
}
@media (max-width: 767px) {
  .section-case-study {
    margin: 96px auto 96px auto;
  }
}
.section-case-study .inside {
  position: relative;
  min-height: 594px;
  overflow: hidden;
}
@media (max-width: 1045px) {
  .section-case-study .inside {
    min-height: 620px;
  }
}
@media (max-width: 787px) {
  .section-case-study .inside {
    min-height: none;
  }
}
.section-case-study img,
.section-case-study picture,
.section-case-study figure {
  border-radius: 0;
}
.section-case-study .split {
  position: absolute;
  width: 50%;
}
@media (max-width: 787px) {
  .section-case-study .split {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-case-study .image {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 787px) {
  .section-case-study .image {
    height: 300px;
    margin-top: 40px;
  }
}
.section-case-study .image .progressive-image {
  position: absolute;
  height: 100%;
  width: 100%;
}
.section-case-study .image .progressive-image figure,
.section-case-study .image .progressive-image picture {
  height: 100%;
}
.section-case-study .image img {
  object-fit: cover;
  height: 100%;
}
.section-case-study .text {
  max-width: 618px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 787px) {
  .section-case-study .text {
    top: auto;
    max-width: none;
    order: 1 !important;
    transform: none;
  }
}
.section-case-study .img-pos-left .image {
  left: 0;
}
.section-case-study .img-pos-left .text {
  left: 50%;
  padding: 0 30px 0 108px;
}
@media (max-width: 1045px) {
  .section-case-study .img-pos-left .text {
    padding-left: 58px;
  }
}
@media (max-width: 787px) {
  .section-case-study .img-pos-left .text {
    left: auto;
    padding: 0 15px;
  }
}
.section-case-study .img-pos-right .image {
  right: 0;
}
.section-case-study .img-pos-right .text {
  right: 50%;
  padding: 0 108px 0 30px;
}
@media (max-width: 1045px) {
  .section-case-study .img-pos-right .text {
    padding-right: 58px;
  }
}
@media (max-width: 787px) {
  .section-case-study .img-pos-right .text {
    right: auto;
    padding: 0 15px;
  }
}
.section-case-study h4,
.section-case-study .sub-title {
  margin-bottom: 24px;
}
.section-case-study h2 {
  margin-bottom: 14px;
  letter-spacing: -3px;
}
.section-case-study h4 {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
}
.section-case-study p {
  margin-bottom: 22px;
}
.section-case-study .button {
  margin-top: 0;
}
@media all and (-ms-high-contrast: none) {
  .section-case-study .image img {
    object-fit: none;
    height: auto;
  }
}
.single-portfolio .section-portfolio-two-columns img {
  border-radius: 5px;
}
.two-columns-text {
  margin: 160px auto;
}
@media (max-width: 767px) {
  .two-columns-text {
    margin: 96px auto 96px auto;
  }
}
.two-columns-text h2 {
  padding-top: 20px;
  padding-right: 30px;
}
.two-columns-text .button {
  margin-top: 33px;
}
.section-team {
  margin: 160px auto 120px auto;
}
@media (max-width: 767px) {
  .section-team {
    margin: 96px auto 56px auto;
  }
}
.section-team figure,
.section-team figure img {
  border-radius: 0;
}
.section-team img.placeholder,
.section-team picture,
.section-team picture img {
  min-height: 263px;
}
@media (max-width: 940px) {
  .section-team img.placeholder,
  .section-team picture,
  .section-team picture img {
    min-height: 150px;
  }
}
.section-team .team {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
@media (max-width: 940px) {
  .section-team .team {
    justify-content: space-around;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.section-team .member {
  flex: 0 0 33.33333%;
  margin-bottom: 40px;
  position: relative;
}
@media (max-width: 940px) {
  .section-team .member {
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 375px) {
  .section-team .member {
    flex: 0 0 100%;
  }
}
.section-team .member .inside {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
@media (max-width: 940px) {
  .section-team .member .inside {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-team .member .inside:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #3b3b3b;
}
@media (max-width: 940px) {
  .section-team .member .inside:before {
    display: none;
  }
}
.inside .section-team .member:nth-child(3n + 1):before {
  display: none;
}
.section-team .bio {
  max-width: 263px;
}
@media (max-width: 1140px) {
  .section-team h2 {
    font-size: 28px;
  }
}
@media (max-width: 666px) {
  .section-team h2 {
    font-size: 22px;
    word-break: break-all;
  }
}
.section-team h4 {
  font-size: 16px;
  line-height: 1.31;
}
.section-three-cols-text {
  margin: 160px auto;
}
@media (max-width: 767px) {
  .section-three-cols-text {
    margin: 96px auto 96px auto;
  }
}
.section-three-cols-text h4 {
  margin-bottom: 22px;
}
.section-three-cols-text .text {
  max-width: 263px;
}
@media (max-width: 940px) {
  .section-three-cols-text .text {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-three-cols-text .item {
  position: relative;
}
@media (max-width: 940px) {
  .section-three-cols-text .item {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-three-cols-text .item {
    margin-bottom: 30px;
  }
}
.section-three-cols-text .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #3b3b3b;
}
@media (max-width: 940px) {
  .section-three-cols-text .item:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-three-cols-text .item:before {
    display: block;
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    right: auto;
    width: 263px;
    height: 1px;
  }
}
.section-three-cols-text .item:nth-child(1n + 2) {
  padding-left: 30px;
}
@media (max-width: 940px) {
  .section-three-cols-text .item:nth-child(1n + 2) {
    padding-left: 15px;
  }
}
.section-three-cols-text .item:first-of-type:before {
  display: none;
}
@media (max-width: 767px) {
  .section-three-cols-text .item:first-of-type:before {
    display: block;
  }
}
@media (max-width: 769px) {
  .section-three-cols-text .item:last-of-type {
    margin-bottom: 0;
  }
  .section-three-cols-text .item:last-of-type:before {
    display: none;
  }
}
.section-portfolio-carousel {
  margin: 160px auto;
}
@media (max-width: 767px) {
  .section-portfolio-carousel {
    margin: 96px auto 96px auto;
  }
}
.section-portfolio-carousel .progressive-image {
  margin-bottom: 0;
}
.section-portfolio-carousel .post-thumbnail {
  display: block;
  margin-bottom: 22px;
}
.section-portfolio-carousel .post-thumbnail:after {
  display: none !important;
}
.section-portfolio-carousel .carousel-pagination {
  top: 125px;
}
@media (max-width: 1366px) {
  .section-portfolio-carousel .carousel-pagination {
    top: 85px;
  }
}
@media (max-width: 1024px) {
  .section-portfolio-carousel .carousel-pagination {
    top: 70px;
  }
}
@media (max-width: 896px) {
  .section-portfolio-carousel .carousel-pagination {
    top: 60px;
  }
}
@media (max-width: 834px) {
  .section-portfolio-carousel .carousel-pagination {
    top: 110px;
  }
}
@media (max-width: 740px) {
  .section-portfolio-carousel .carousel-pagination {
    top: 105px;
  }
}
@media (max-width: 667px) {
  .section-portfolio-carousel .carousel-pagination {
    top: 95px;
  }
}
@media (max-width: 414px) {
  .section-portfolio-carousel .carousel-pagination {
    top: 115px;
  }
}
@media (max-width: 375px) {
  .section-portfolio-carousel .carousel-pagination {
    top: 105px;
  }
}
@media (max-width: 320px) {
  .section-portfolio-carousel .carousel-pagination {
    top: 75px;
  }
}
.section-portfolio-carousel .progressive-image picture {
  padding-top: 224px;
}
@media (max-width: 1024px) {
  .section-portfolio-carousel .progressive-image picture {
    padding-top: 190px;
  }
}
.section-portfolio-categories {
  margin: 160px auto;
}
@media (max-width: 767px) {
  .section-portfolio-categories {
    margin: 96px auto 96px auto;
  }
}
.section-portfolio-categories .nav {
  column-count: 3;
  column-gap: 40px;
}
@media (max-width: 640px) {
  .section-portfolio-categories .nav {
    column-count: 2;
    column-gap: 20px;
  }
}
@media (max-width: 460px) {
  .section-portfolio-categories .nav {
    column-count: 1;
    column-gap: 0;
  }
}
.section-portfolio-categories .cols {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-portfolio-categories .cols > div {
  flex: 1;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .section-portfolio-categories .cols > div {
    flex: 0 0 50%;
  }
}
@media (max-width: 480px) {
  .section-portfolio-categories .cols > div {
    flex: 0 0 100%;
  }
}
@media (max-width: 768px) {
  .section-portfolio-categories .cols > div:nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .section-portfolio-categories .cols > div:nth-child(n + 2) {
    margin-top: 30px;
  }
}
.section-case-study-gallery {
  margin: 160px auto;
}
@media (max-width: 767px) {
  .section-case-study-gallery {
    margin: 96px auto 96px auto;
  }
}
@media (max-width: 767px) {
  .section-case-study-gallery .slick-dots {
    justify-content: flex-start;
  }
}
.section-case-study-gallery h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.section-case-study-gallery .text {
  margin-bottom: 24px;
}
.section-case-study-gallery .text-smaller {
  margin-bottom: 35px;
}
.section-case-study-gallery .carousel {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .section-case-study-gallery .carousel {
    margin-bottom: 18px;
  }
}
.section-case-study-gallery .slick-dots {
  display: none;
}
.section-case-study-gallery figure figcaption {
  display: none;
}
.section-case-study-gallery img,
.section-case-study-gallery picture {
  display: block;
}
.section-case-study-gallery .gallery-pos-left .col-title {
  order: 2;
  padding-left: 98px;
}
@media (max-width: 1024px) {
  .section-case-study-gallery .gallery-pos-left .col-title {
    padding-left: 15px;
  }
}
.section-case-study-gallery .gallery-pos-left .col-gallery {
  order: 1;
}
.section-case-study-gallery .gallery-pos-right .col-title {
  padding-right: 98px;
}
@media (max-width: 1024px) {
  .section-case-study-gallery .gallery-pos-right .col-title {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .section-case-study-gallery .gallery-pos-left .col-title,
  .section-case-study-gallery .gallery-pos-right .col-title {
    order: 2;
  }
  .section-case-study-gallery .gallery-pos-left .col-gallery,
  .section-case-study-gallery .gallery-pos-right .col-gallery {
    order: 1;
  }
}
.section-portfolio-two-columns {
  margin: 160px auto;
}
@media (max-width: 767px) {
  .section-portfolio-two-columns {
    margin: 96px auto 96px auto;
  }
}
.section-portfolio-two-columns .col-left h4 {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 35px;
}
.section-portfolio-two-columns .col-left h4 + ul {
  margin-top: -15px;
}
.section-portfolio-two-columns .col-left h2 {
  margin-bottom: 24px;
}
.section-portfolio-two-columns .col-left .text-smaller {
  margin-bottom: 40px;
}
.section-portfolio-two-columns .col-left .link-back {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 14px;
}
@media (max-width: 1178px) {
  .section-portfolio-two-columns .col-left ul {
    padding-left: 18px;
  }
}
.section-portfolio-two-columns p:last-of-type {
  margin-bottom: 0;
}
.single-portfolio section.first {
  margin-top: 0;
}
.single-portfolio
  .section-portfolio-two-columns.first
  + .section-portfolio-two-columns {
  margin-top: -160px;
}
@media (max-width: 1024px) {
  .single-portfolio
    .section-portfolio-two-columns.first
    + .section-portfolio-two-columns {
    margin-top: -70px;
  }
}
.section-portfolio-results {
  margin: 160px auto;
}
@media (max-width: 767px) {
  .section-portfolio-results {
    margin: 96px auto 96px auto;
  }
}
.section-portfolio-results .facts {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.section-portfolio-results .facts .fact {
  flex: 0 0 25%;
  padding: 0 15px;
}
@media (max-width: 960px) {
  .section-portfolio-results .facts .fact {
    flex: 0 0 33.3333%;
  }
}
@media (max-width: 640px) {
  .section-portfolio-results .facts .fact {
    flex: 0 0 50%;
  }
}
@media (max-width: 480px) {
  .section-portfolio-results .facts .fact {
    flex: 0 0 100%;
  }
}
.section-portfolio-results .facts .fact h2 {
  padding-top: 10px;
  border-top: 1px solid #3b3b3b;
}
@media all and (-ms-high-contrast: none) {
  .section-portfolio-results .facts .fact {
    flex: 0 0 22%;
  }
}
.section-portfolio-2cols {
  margin: 160px auto 120px auto;
}
@media (max-width: 767px) {
  .section-portfolio-2cols {
    margin: 96px auto 56px auto;
  }
}
.section-portfolio-2cols .item {
  margin-bottom: 40px;
}
.section-portfolio-2cols .progressive-image {
  margin-bottom: 24px;
}
.section-portfolio-2cols h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.section-portfolio-2cols p {
  margin-bottom: 18px;
}
.section-portfolio-2cols .read-more {
  font-weight: bold;
}
.section-portfolio-2cols .post-thumbnail:after {
  display: none !important;
}
.section-two-cols-photo {
  max-width: 974px;
  margin: 160px auto;
}
@media (max-width: 767px) {
  .section-two-cols-photo {
    margin: 96px auto 96px auto;
  }
}
.section-two-cols-photo img,
.section-two-cols-photo picture,
.section-two-cols-photo figure {
  border-radius: 0;
}
.section-two-cols-photo .progressive-image {
  margin-bottom: 11px;
}
.section-two-cols-photo .col-photo,
.section-two-cols-photo .col-text {
  display: flex;
}
.section-two-cols-photo h4 {
  font-size: 14px;
}
@media (max-width: 768px) {
  .section-two-cols-photo .col-photo {
    justify-content: center !important;
    order: 2 !important;
  }
}
.section-two-cols-photo .col-photo .inside {
  max-width: 292px;
}
@media (max-width: 768px) {
  .section-two-cols-photo .col-photo .inside {
    width: 100%;
    max-width: 560px;
  }
  .section-two-cols-photo .col-photo .inside blockquote {
    max-width: 292px;
  }
}
@media (max-width: 414px) {
  .section-two-cols-photo .col-photo .inside {
    max-width: 292px;
  }
}
@media (max-width: 768px) {
  .section-two-cols-photo .col-text {
    justify-content: center;
  }
}
.section-two-cols-photo .col-text .inside {
  max-width: 560px;
}
@media (max-width: 768px) {
  .section-two-cols-photo .col-text .inside {
    width: 100%;
  }
}
.section-two-cols-photo .photo-pos-left .col-text .inside {
  padding-left: 65px;
}
@media (max-width: 768px) {
  .section-two-cols-photo .photo-pos-left .col-text .inside {
    padding-left: 0;
  }
}
.section-two-cols-photo .photo-pos-right .col-photo {
  order: 2;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .section-two-cols-photo .photo-pos-right .col-photo {
    justify-content: center;
  }
}
.section-two-cols-photo .photo-pos-right .col-text {
  order: 1;
}
.hero-section {
  text-align: center;
  padding: 152px 15px 70px 15px;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section .sub-head {
  margin-top: 24px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
@media (max-width: 767px) {
  .hero-section .sub-head {
    margin-top: 17px;
  }
  .hero-section .sub-head br {
    display: none;
  }
}
.hero-section .main-title-tag {
  color: #fff;
  position: relative;
  font-weight: 400;
  z-index: 2;
  margin: 0;
  font-size: 96px;
  line-height: 1.02;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .hero-section .main-title-tag {
    font-size: 76px;
    line-height: 1.02;
  }
}
@media (max-width: 767px) {
  .hero-section .main-title-tag {
    font-size: 45px;
    line-height: 52px;
  }
}
.page-home .hero-section,
.hero-section.no-small-text {
  margin-top: -95px;
}
.hero-section.no-all-caps .sub-head,
.hero-section.no-all-caps .main-title-tag,
.hero-section.no-all-caps .small-text {
  text-transform: none !important;
}
.hero-section.title-font-size-small .main-title-tag {
  font-size: 60px;
  line-height: 69px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .hero-section.title-font-size-small .main-title-tag {
    font-size: 45px;
    line-height: 52px;
  }
}
.theme-light .hero-section.no-bg .main-title-tag,
.theme-light .hero-section.no-bg .sub-head,
.theme-light .hero-section.no-bg .small-text {
  color: #3b3b3b !important;
}
.theme-dark .hero-section {
  background-color: #000;
}
@media all and (-ms-high-contrast: none) {
  .hero-section {
    height: 1px;
  }
}
.hero-section.with-small-text {
  padding: 190px 15px 210px 15px;
  min-height: 1px;
  display: block;
  background-size: cover !important;
}
@media (max-width: 767px) {
  .hero-section.with-small-text {
    padding-top: 170px;
  }
}
.hero-section.with-small-text .hero-text-container {
  max-width: 1360px;
  padding: 0 15px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 175px;
  width: 100%;
}
.hero-section.with-small-text .small-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
  text-align: left;
}
.hero-section.with-small-text.with-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.theme-light .with-small-text.hero-section {
  background: #f2f2f2;
  color: #3b3b3b;
}
.theme-light .with-small-text.hero-section h1 {
  color: #3b3b3b;
}
.theme-light .with-small-text.hero-section.with-bg {
  color: #f2f2f2;
}
.theme-light .with-small-text.hero-section.with-bg h1 {
  color: #f2f2f2;
}
.hero-section.with-small-text.with-bg {
  margin-top: -95px;
  margin-bottom: 105px;
  padding-top: 285px;
}
/* .theme-dark .hero-section.with-small-text.with-bg {
  color: #3b3b3b;
} */
/* .theme-dark .hero-section.with-small-text.with-bg h1 {
  color: #3b3b3b;
} */
section + .hero-section {
  margin-top: 160px !important;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  section + .hero-section {
    margin: 96px 0 96px 0 !important;
  }
}
.benefits-section {
  margin-top: 160px;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .benefits-section {
    margin: 96px 0 96px 0 !important;
  }
}
.benefits-section .icon img {
  width: 150px;
  height: 150px;
}
.benefits-section .items {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .benefits-section .items {
    justify-content: center;
  }
}
@media (max-width: 994px) {
  .benefits-section .items {
    display: block;
  }
}
.benefits-section .items .item-col {
  text-align: center;
  justify-content: center;
  position: relative;
  padding: 0 77px 25px 77px;
}
@media (max-width: 994px) {
  .benefits-section .items .item-col {
    padding: 0 15px 40px 15px;
    margin-bottom: 40px;
  }
}
.benefits-section .items .item-col:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #3b3b3b;
}
@media (max-width: 994px) {
  .benefits-section .items .item-col:after {
    right: auto;
    left: 50%;
    bottom: 0;
    top: auto;
    width: 100%;
    height: 1px;
    max-width: 263px;
    transform: translateX(-50%);
  }
}
.benefits-section .items .item-col img {
  margin: 0 0 28px 0;
}
@media (max-width: 994px) {
  .benefits-section .items .item-col:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.benefits-section .items .item-col:last-of-type:after {
  display: none;
}
.benefits-section .items h3 {
  margin-bottom: 20px;
}
.section-jobs {
  margin-top: 160px;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .section-jobs {
    margin: 96px 0 96px 0 !important;
  }
}
.section-jobs h2 {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 90px;
  letter-spacing: -3px;
}
.section-jobs h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 9px 0;
}
.section-jobs .job-preview {
  border-top: 1px solid #3b3b3b;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0 50px 0;
}
.section-jobs .job-details {
  padding-left: 195px;
  display: none;
}
@media (max-width: 600px) {
  .section-jobs .job-details {
    padding-left: 0;
  }
}
.section-jobs .button {
  padding-right: 30px;
  padding-left: 30px;
  margin-left: 20px;
}
.job-apply .apply {
  border-top: 1px solid #3b3b3b;
  margin-top: 70px;
}
.job-apply .apply .apply-success {
  padding-top: 70px;
  padding-bottom: 50px;
}
.job-apply .apply .apply-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
  padding-top: 80px;
}
.job-apply .apply .apply-head h4 {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}
.job-apply .apply .apply-head span {
  font-size: 11px;
  font-weight: normal;
  line-height: 1.27;
  letter-spacing: 0.5px;
}
.job-apply .apply .form-row {
  margin-bottom: 14px;
}
.job-apply .apply input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.job-apply .apply .attach {
  margin-top: 24px;
}
.job-apply .apply .attach span {
  margin-right: 10px;
}
.job-apply .apply .attach a:after {
  opacity: 1;
  transform: none;
}
.job-apply .apply .attach .attach-items .links {
  display: inline-block;
}
.job-apply .apply .attach span.file-name {
  display: inline-block;
  padding-left: 22px;
}
.job-apply .apply .attach span.file-name .remove {
  display: inline-block;
  width: 11px;
  height: 11px;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 5px;
}
.job-apply .apply .row-submit {
  margin-top: 60px;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.job-apply .apply .row-submit input {
  border-radius: 0;
}
.job-apply .apply .row-submit .ajax-loader {
  margin-right: 10px;
}
.job-apply .apply .row-attach-link {
  display: none;
}
.job-apply .apply .row-paste-text {
  display: none;
}
.job-apply .apply .error {
  font-size: 14px;
  padding: 4px 0;
  display: none;
}
.theme-light .job-apply .apply span.file-name {
  background: url(../images/icon-file-dark.svg) left center no-repeat;
}
.theme-light .job-apply .apply span.file-name .remove {
  background: url(../images/icon-remove-dark.svg) center center no-repeat;
}
.theme-dark .job-apply .apply span.file-name {
  background: url(../images/icon-file-white.svg) left center no-repeat;
}
.theme-dark .job-apply .apply span.file-name .remove {
  background: url(../images/icon-remove-white.svg) center center no-repeat;
}
.section-white-paper {
  margin-top: 160px;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .section-white-paper {
    margin: 96px 0 96px 0 !important;
  }
}
.section-white-paper .progressive-image figure,
.section-white-paper figure img {
  border-radius: 0;
}
.section-white-paper h2 {
  font-size: 36px;
  line-height: 35px;
  letter-spacing: -0.75px;
  text-transform: uppercase;
}
.section-white-paper form {
  margin-top: 35px;
}
.section-white-paper input {
  border-radius: 0;
  margin-top: -1px;
}
.section-white-paper .row-submit {
  margin-top: 45px;
}
.section-white-paper .white-paper-form {
  transition: opacity 0.2s;
}
.section-white-paper .white-paper-form.is-loading {
  opacity: 0.4;
}
.section-white-paper .thank-you {
  margin-bottom: 28px;
}
.section-variable-columns {
  margin-top: 160px;
  margin-bottom: 160px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .section-variable-columns {
    margin: 96px 0 96px 0 !important;
  }
}
.section-variable-columns .cols4-container {
  margin-top: 55px;
}
.section-variable-columns .section-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
  display: flex;
}
@media (max-width: 1024px) {
  .section-variable-columns .section-container {
    display: block;
  }
}
.section-variable-columns .section-container .col-title {
  flex: 0 0 350px;
}
.section-variable-columns .section-container .col-title .inside {
  padding-right: 30px;
}
@media (max-width: 1370px) {
  .section-variable-columns .section-container .col-title .inside {
    padding: 0;
  }
}
.section-variable-columns .section-container .col-title h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
}
.section-variable-columns .section-container .col-content h2 {
  font-weight: 400;
  font-size: 60px;
  line-height: 100%;
  text-transform: none;
  padding-top: 10px;
}
@media (max-width: 1024px) {
  .section-variable-columns .section-container .col-content h2 {
    font-size: 40px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .section-variable-columns .section-container .col-content h2 {
    font-size: 30px;
  }
}
.section-variable-columns .section-container .col-content h2.font-size-smaller {
  font-weight: 300;
  font-size: 36px;
  line-height: 100%;
}
.section-variable-columns .section-container .col-content .desc-text {
  line-height: 120%;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  margin-top: 55px;
}
@media (max-width: 1024px) {
  .section-variable-columns .section-container .col-content .desc-text {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .section-variable-columns .section-container .col-content .desc-text {
    font-size: 20px;
  }
}
.section-variable-columns .section-container .col-content h2 + .row {
  margin-top: 102px;
}
.section-variable-columns .section-container h3 {
  text-transform: none;
  font-weight: 500;
  font-size: 30px;
  line-height: 140%;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .section-variable-columns .section-container h3 {
    font-size: 26px;
  }
}
.section-variable-columns .section-container .txt {
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
}
.section-variable-columns .section-container .cols-bottom {
  margin-top: 50px;
}
@media (max-width: 1370px) {
  .section-variable-columns .section-container .cols-bottom {
    padding: 0 15px;
  }
}
@media (max-width: 1024px) {
  .section-variable-columns .section-container .col-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-variable-columns .section-container .col-item {
    margin-bottom: 30px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.section-case-studies-list {
  margin-top: 160px;
  margin-bottom: 160px;
  padding-bottom: 160px;
  border-bottom: 1px solid #3b3b3b;
}
@media (max-width: 767px) {
  .section-case-studies-list {
    margin: 96px 0 96px 0 !important;
    padding-bottom: 96px;
  }
}
@media (max-width: 1370px) {
  .section-case-studies-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-case-studies-list br {
    display: none;
  }
}
.section-case-studies-list .section-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1340px;
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  .section-case-studies-list .section-container {
    display: block;
  }
}
.section-case-studies-list .col-img {
  width: 640px;
  max-width: 100%;
  flex: 0 0 640px;
}
@media (max-width: 1370px) {
  .section-case-studies-list .col-img {
    width: 100%;
    flex: 0 0 45%;
  }
}
@media (max-width: 1100px) {
  .section-case-studies-list .col-img {
    margin-bottom: 55px;
  }
  .section-case-studies-list .col-img figure {
    margin-left: auto;
    margin-right: auto;
  }
}
.section-case-studies-list .col-img img,
.section-case-studies-list .col-img picture,
.section-case-studies-list .col-img figure {
  border-radius: 0;
}
@media (min-width: 1025px) {
  .section-case-studies-list .progressive-image {
    margin-bottom: 0;
  }
}
.section-case-studies-list .col-content {
  padding-left: 60px;
}
@media (max-width: 1370px) {
  .section-case-studies-list .col-content {
    flex: 1;
  }
}
@media (max-width: 1100px) {
  .section-case-studies-list .col-content {
    padding-left: 0;
  }
}
.section-case-studies-list h2 {
  font-weight: 500;
  font-size: 60px;
  line-height: 100%;
  margin-bottom: 32px;
  text-transform: none;
}
@media (max-width: 1200px) {
  .section-case-studies-list h2 {
    font-size: 45px;
  }
}
.section-case-studies-list .desc-text {
  font-weight: 300;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 48px;
}
@media (max-width: 1200px) {
  .section-case-studies-list .desc-text {
    font-size: 20px;
  }
}
.section-case-studies-list .items-list {
  border-top: 1px solid #3b3b3b;
}
.section-case-studies-list .items-list .item span {
  display: block;
  border-bottom: 1px solid #3b3b3b;
  padding: 45px 35px 37px 15px;
  font-weight: 300;
  font-size: 23px;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .section-case-studies-list .items-list .item span {
    font-size: 18px;
    padding: 25px 35px 17px 15px;
  }
}
@media (max-width: 1100px) {
  .section-case-studies-list .items-list .item span {
    padding-left: 0;
  }
}
.section-case-studies-list .items-list .item a {
  display: block;
  background: url(../images/arr-dark.svg) right center no-repeat;
  transition: all 0.3s;
}
.section-case-studies-list .items-list .item a:hover {
  background-position: right 7px center;
}
.section-case-studies-list .items-list .item a:after {
  display: none;
}
.section-case-studies-list .items-list .item.no-link span {
  padding-top: 25px;
  padding-bottom: 17px;
}
.section-case-studies-list.photo-pos-right .col-img {
  order: 2;
}
.section-case-studies-list.photo-pos-right .col-content {
  order: 1;
  padding-left: 0;
  padding-right: 60px;
}
@media (max-width: 1100px) {
  .section-case-studies-list.photo-pos-right .col-content {
    padding-right: 0;
  }
}
.theme-light .section-case-studies-list .items-list .item a {
  background-image: url(../images/arr-light.svg);
}
@media (max-width: 1100px) {
  .section-case-studies-list .col-img,
  .section-case-studies-list.photo-pos-right .col-img {
    order: 1;
  }
  .section-case-studies-list .col-content,
  .section-case-studies-list.photo-pos-right .col-content {
    order: 2;
  }
}
.section-notes {
  margin-bottom: 160px;
  margin-bottom: 160px;
}
@media (max-width: 767px) {
  .section-notes {
    margin: 96px 0 96px 0 !important;
  }
}
.section-notes .section-container {
  margin: 105px auto;
  max-width: 1370px;
  padding: 0 15px;
  display: flex;
}
@media (max-width: 1100px) {
  .section-notes .section-container {
    display: block;
  }
}
.section-notes .col-title {
  width: 50%;
}
@media (max-width: 1100px) {
  .section-notes .col-title {
    width: 100%;
  }
}
.section-notes .col-title h4 {
  font-weight: 500;
  font-size: 60px;
  line-height: 64px;
  letter-spacing: -0.02em;
}
.section-notes .col-content {
  width: 50%;
}
@media (max-width: 1100px) {
  .section-notes .col-content {
    width: 100%;
  }
}
.section-notes .col-content .items {
  border-top: 1px solid #3b3b3b;
}
.section-notes .col-content .items .item a {
  display: block;
  border-bottom: 1px solid #3b3b3b;
  padding: 45px 35px 37px 15px;
  font-weight: 300;
  font-size: 23px;
  line-height: 140%;
  background: url(../images/arr-dark.svg) right center no-repeat;
  transition: all 0.3s;
}
.section-notes .col-content .items .item a:hover {
  background-position: right 7px center;
}
@media (max-width: 1200px) {
  .section-notes .col-content .items .item a {
    font-size: 18px;
    padding: 25px 35px 17px 15px;
  }
}
@media (max-width: 1100px) {
  .section-notes .col-content .items .item a {
    padding-left: 0;
  }
}
.section-notes .col-content .items .item a:after {
  display: none;
}
.theme-light .section-notes .items .item a {
  background-image: url(../images/arr-light.svg);
}
.section-case-study-v2 {
  margin-bottom: 160px;
  margin-top: 160px;
}
@media (max-width: 767px) {
  .section-case-study-v2 {
    margin: 96px 0 96px 0 !important;
  }
}
.section-case-study-v2 .section-container {
  margin: 0 auto;
  max-width: 1370px;
  padding: 0 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .section-case-study-v2 .section-container {
    display: block;
  }
}
.section-case-study-v2 .section-container .col-image {
  flex: 0 0 749px;
}
@media (max-width: 1024px) {
  .section-case-study-v2 .section-container .col-image {
    margin-bottom: 35px;
  }
}
.section-case-study-v2 .section-container .col-image figure,
.section-case-study-v2 .section-container .col-image .progressive-image {
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  .section-case-study-v2 .section-container .col-image {
    flex: 0 0 50%;
  }
}
@media (max-width: 1024px) {
  .section-case-study-v2 .section-container .col-image figure {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0 !important;
  }
}
.section-case-study-v2 .section-container .col-image img,
.section-case-study-v2 .section-container .col-image picture,
.section-case-study-v2 .section-container .col-image figure {
  border-radius: 0;
}
.section-case-study-v2 .section-container .col-content {
  padding-left: 76px;
  flex: 1;
}
@media (max-width: 1024px) {
  .section-case-study-v2 .section-container .col-content {
    max-width: 749px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 !important;
  }
}
.section-case-study-v2 .section-container h2 {
  font-weight: 400;
  font-size: 60px;
  line-height: 100%;
  margin-bottom: 14px;
}
@media (max-width: 1024px) {
  .section-case-study-v2 .section-container h2 {
    font-size: 45px;
  }
}
.section-case-study-v2 .section-container .desc-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  margin-bottom: 30px;
  max-width: 417px;
}
@media (max-width: 1024px) {
  .section-case-study-v2 .section-container .desc-text {
    max-width: none;
  }
}
.section-case-study-v2 .section-container .button {
  padding-right: 40px;
  padding-left: 40px;
}
.section-case-study-v2.photo-pos-right .col-image {
  order: 2;
}
.section-case-study-v2.photo-pos-right .col-content {
  order: 1;
  padding-left: 0;
  padding-right: 76px;
}
@media (max-width: 1100px) {
  .section-case-study-v2 .col-image,
  .section-case-studies-list.photo-pos-right .col-image {
    order: 1;
  }
  .section-case-study-v2 .col-content,
  .section-case-studies-list.photo-pos-right .col-content {
    order: 2;
  }
}
.section-get-in-touch {
  border-bottom: 1px solid #3b3b3b;
  margin-bottom: 160px;
  margin-top: 160px;
}
@media (max-width: 767px) {
  .section-get-in-touch {
    margin: 96px 0 96px 0 !important;
  }
}
.section-get-in-touch form {
  margin-bottom: 0;
}
.section-get-in-touch .wpcf7-response-output {
  margin-top: 30px !important;
}
.section-get-in-touch .section-container {
  margin: 0 auto;
  max-width: 1370px;
  padding: 0 15px 160px 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .section-get-in-touch .section-container {
    display: block;
    padding-bottom: 94px;
  }
}
.section-get-in-touch .section-container .col-image,
.section-get-in-touch .section-container .col-content {
  flex: 0 0 50%;
  display: block;
}
.section-get-in-touch .section-container .col-image img {
  width: 100%;
}
@media (max-width: 1024px) {
  .section-get-in-touch .section-container .col-image {
    margin-bottom: 45px;
  }
  .section-get-in-touch .section-container .col-image img {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.section-get-in-touch .section-container .col-image img {
  max-width: 640px;
}
.section-get-in-touch .section-container .content-inside {
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .section-get-in-touch .section-container .content-inside {
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .section-get-in-touch .section-container .col-content {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-get-in-touch .section-container h2 {
  font-weight: 500;
  font-size: 60px;
  line-height: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  .section-get-in-touch .section-container h2 {
    font-size: 40px;
  }
}
.section-get-in-touch .section-container .desc-text {
  font-weight: 300;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 34px;
}
@media (max-width: 1300px) {
  .section-get-in-touch .section-container .desc-text {
    font-size: 20px;
  }
}
.section-get-in-touch .form-fields {
  display: flex;
  margin-bottom: 35px;
}
.section-get-in-touch .form-fields span {
  margin-bottom: 0;
}
.section-get-in-touch .form-fields input {
  border-radius: 0;
}
.section-get-in-touch .form-fields [data-name="your-name"] input {
  border-right: 0;
}
.section-get-in-touch input[type="submit"] {
  padding-right: 55px;
  padding-left: 55px;
  background-color: #000;
  color: #f2f2f2;
  border-color: #f2f2f2;
}
.section-get-in-touch input[type="submit"]:hover {
  background-color: #f2f2f2;
  color: #3b3b3b;
  border-color: #3b3b3b;
}
.section-get-in-touch form p {
  display: flex;
  align-items: center;
}
.section-get-in-touch .wpcf7-response-output {
  width: 100% !important;
  top: 0 !important;
}
.section-our-approach.with-bg {
  padding: 65px 0;
}
.section-our-approach {
  background-size: cover;
  margin-bottom: 160px;
  margin-top: 160px;
  border-bottom: 1px solid #3b3b3b;
}
@media (max-width: 767px) {
  .section-our-approach {
    margin: 96px 0 96px 0 !important;
  }
}
@media (min-width: 1200px) {
  .section-our-approach {
    min-height: 800px;
  }
}
@media (max-width: 1024px) {
  .section-our-approach {
    padding: 125px 0;
  }
}
.section-our-approach .section-container {
  max-width: 1370px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  display: flex;
}
@media (max-width: 1024px) {
  .section-our-approach .section-container {
    display: block;
  }
}
.section-our-approach .section-container .col-title,
.section-our-approach .section-container .col-content {
  flex: 0 0 50%;
}
.section-our-approach .col-content {
  padding-left: 48px;
}
@media (max-width: 1200px) {
  .section-our-approach .col-content {
    padding-left: 0;
  }
}
.section-our-approach h2 {
  font-weight: 500;
  font-size: 60px;
  line-height: 100%;
  text-transform: none;
}
@media (max-width: 1200px) {
  .section-our-approach h2 {
    font-size: 45px;
  }
}
@media (max-width: 1024px) {
  .section-our-approach h2 {
    font-size: 40px;
  }
}
.section-our-approach .text-content {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
}
@media (max-width: 1200px) {
  .section-our-approach .text-content {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .section-our-approach .text-content {
    font-size: 24px;
  }
}
.section-our-approach.with-bg {
  border-bottom: 0 !important;
}
.section-our-approach.block-style-accordion .items-accordion {
  border-bottom: 1px solid #3b3b3b;
}
.section-our-approach.block-style-accordion .items-accordion .item {
  border-top: 1px solid #3b3b3b;
}
.section-our-approach.block-style-accordion .items-accordion h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  margin: 0;
  text-transform: none;
  padding: 40px 30px 35px 25px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .section-our-approach.block-style-accordion .items-accordion h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .section-our-approach.block-style-accordion .items-accordion h3 {
    padding-left: 0;
  }
}
.section-our-approach.block-style-accordion .items-accordion .item-text {
  display: none;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin-top: 24px;
  padding-left: 25px;
  padding-bottom: 40px;
  margin-top: -20px;
}
@media (max-width: 1200px) {
  .section-our-approach.block-style-accordion .items-accordion .item-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .section-our-approach.block-style-accordion .items-accordion .item-text {
    padding-left: 0;
  }
}
.section-our-approach.block-style-accordion .items-accordion h3 {
  background: url(../images/icon-plus-white.svg) right center no-repeat;
}
.section-our-approach.block-style-accordion .items-accordion h3.is-active {
  background-image: url(../images/icon-minus-white.svg);
}
.theme-dark .section-our-approach.block-style-accordion {
  min-height: 1px;
}
.section-our-approach.block-style-carousel {
  min-height: 780px;
  padding-top: 135px;
}
@media (max-width: 1200px) {
  .section-our-approach.block-style-carousel {
    min-height: 1px;
    padding-bottom: 135px;
  }
}
.section-our-approach.block-style-carousel .carousel-block {
  display: block;
}
.section-our-approach.block-style-carousel .items-carousel {
  display: block;
}
.section-our-approach.block-style-carousel .items-carousel h3 {
  font-weight: 500;
  font-size: 46px;
  line-height: 120%;
  margin-bottom: 24px;
  text-transform: none;
}
@media (max-width: 1200px) {
  .section-our-approach.block-style-carousel .items-carousel h3 {
    font-size: 36px;
  }
}
.section-our-approach.block-style-carousel .items-carousel .item-text {
  font-weight: 400;
  font-size: 36px;
  line-height: 120%;
}
@media (max-width: 1200px) {
  .section-our-approach.block-style-carousel .items-carousel .item-text {
    font-size: 26px;
  }
}
.section-our-approach.block-style-carousel .carousel-block {
  position: relative;
  width: 100%;
}
.section-our-approach.block-style-carousel .col-content {
  display: block;
  position: relative;
  overflow: hidden;
}
.section-our-approach.block-style-carousel .slider-bottom {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.section-our-approach.block-style-carousel .slider-bottom .pages {
  font-weight: 400;
  font-size: 23px;
  line-height: 140%;
  margin-right: 24px;
}
.section-our-approach.block-style-carousel .slider-bottom .pages span {
  opacity: 0.5;
}
.section-our-approach.block-style-carousel .slider-bottom .slider-pagination {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.section-our-approach.block-style-carousel .slider-bottom .slider-pagination a {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transition: opacity 0.3s;
}
.section-our-approach.block-style-carousel
  .slider-bottom
  .slider-pagination
  a:hover {
  opacity: 0.5;
}
.section-our-approach.block-style-carousel
  .slider-bottom
  .slider-pagination
  a::after {
  display: none;
}
.theme-dark
  .section-our-approach.block-style-carousel
  .slider-bottom
  .slider-pagination
  .prev {
  background: url(../images/slider-left-white.svg) center center no-repeat;
}
.theme-dark
  .section-our-approach.block-style-carousel
  .slider-bottom
  .slider-pagination
  .next {
  background: url(../images/slider-right-white.svg) center center no-repeat;
}
.theme-light .section-our-approach.block-style-carousel h2,
.theme-light .section-our-approach.block-style-carousel .text-content,
.theme-light .section-our-approach.block-style-carousel h3,
.theme-light .section-our-approach.block-style-carousel .item-text,
.theme-light .section-our-approach.block-style-carousel .pages {
  color: #f2f2f2;
}
.theme-light
  .section-our-approach.block-style-carousel
  .slider-bottom
  .slider-pagination
  .prev {
  background: url(../images/slider-left-white.svg) center center no-repeat;
}
.theme-light
  .section-our-approach.block-style-carousel
  .slider-bottom
  .slider-pagination
  .next {
  background: url(../images/slider-right-white.svg) center center no-repeat;
}
.theme-light .section-our-approach.block-style-accordion h2,
.theme-light .section-our-approach.block-style-accordion .text-content,
.theme-light .section-our-approach.block-style-accordion h3,
.theme-light .section-our-approach.block-style-accordion .item-text {
  color: #f2f2f2;
  border-color: #f2f2f2;
}
.theme-light .section-our-approach.block-style-accordion .items-accordion,
.theme-light .section-our-approach.block-style-accordion .item {
  border-color: #f2f2f2;
}
.theme-light .section-our-approach.block-style-text h2,
.theme-light .section-our-approach.block-style-text .text-content {
  color: #f2f2f2;
}
.faq-accordion {
  margin: 160px 0;
}
@media (max-width: 767px) {
  .faq-accordion {
    margin: 96px 0 !important;
  }
}
.faq-accordion .desc-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.faq-accordion .container {
  max-width: 1096px;
}
.faq-accordion .main-title-tag {
  font-size: 32px;
  line-height: 37px;
  text-align: center;
  font-weight: 500 !important;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .faq-accordion .main-title-tag {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.02em;
  }
}
.faq-accordion .item-text {
  font-weight: 400;
}
.faq-accordion .desc-text {
  text-align: center;
  font-weight: 400;
}
.faq-accordion .items {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .faq-accordion .items {
    margin-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.faq-accordion .item {
  border-bottom: 1px solid rgba(59, 59, 59, 0.4);
}
@media (max-width: 767px) {
  .faq-accordion .item {
    border-bottom: 1px solid rgba(59, 59, 59, 0.8);
  }
}
.faq-accordion .item .sub-title-tag {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  padding: 24px 80px 24px 0;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M11.86 20V11.864H19.996V8.768H11.86V0.848H8.584V8.768H0.448V11.864H8.584V20H11.86Z%22 fill=%22%233b3b3b%22/%3E%3C/svg%3E")
    right 27px no-repeat;
}
@media (max-width: 767px) {
  .faq-accordion .item .sub-title-tag {
    font-size: 24px;
    line-height: 30px;
  }
}
.faq-accordion .item .item-text {
  max-width: 860px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  display: none;
  margin-top: -10px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .faq-accordion .item .item-text {
    font-size: 16px;
    line-height: 24px;
  }
}
.faq-accordion .item .item-text p {
  margin-bottom: 24px;
}
.faq-accordion .item:last-of-type {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .faq-accordion .item:first-of-type {
    border-top: 1px solid rgba(59, 59, 59, 0.8);
  }
}
.faq-accordion .item.is-active .sub-title-tag {
  background: url("data:image/svg+xml,%3Csvg width=%2217%22 height=%224%22 viewBox=%220 0 17 4%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M16.1 3.684V0.588H0.368V3.684H16.1Z%22 fill=%22%233b3b3b%22/%3E%3C/svg%3E")
    right 35px no-repeat;
}
.faq-accordion ol,
.faq-accordion ul {
  margin-left: 17px;
}
.section-logo-wall,
.section-tech-logo-wall {
  margin: 160px 0 160px 0;
}
@media (max-width: 767px) {
  .section-logo-wall,
  .section-tech-logo-wall {
    margin: 96px 0 !important;
  }
}
.section-logo-wall .container,
.section-tech-logo-wall .container {
  max-width: 1096px;
}
.section-logo-wall .main-title-tag,
.section-tech-logo-wall .main-title-tag {
  font-weight: 500 !important;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .section-logo-wall .main-title-tag,
  .section-tech-logo-wall .main-title-tag {
    font-size: 18px;
    line-height: 24px;
  }
}
.section-logo-wall .desc-text,
.section-tech-logo-wall .desc-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.section-logo-wall .desc-text p:last-of-type,
.section-tech-logo-wall .desc-text p:last-of-type {
  margin-bottom: 0;
}
.section-logo-wall .items,
.section-tech-logo-wall .items {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: -40px;
}
@media (max-width: 1024px) {
  .section-logo-wall .items,
  .section-tech-logo-wall .items {
    display: block;
    padding: 0 30px;
    margin-bottom: 0;
  }
}
.section-logo-wall .items .item,
.section-tech-logo-wall .items .item {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .section-logo-wall .items .item,
  .section-tech-logo-wall .items .item {
    text-align: center;
    margin-bottom: 0;
    padding: 0 30px;
  }
}
.section-logo-wall .items img,
.section-tech-logo-wall .items img {
  max-width: 200px;
}
@media (min-width: 1025px) {
  .section-logo-wall .items img,
  .section-tech-logo-wall .items img {
    max-height: 50px;
  }
}
@media (max-width: 1024px) {
  .section-logo-wall .items img,
  .section-tech-logo-wall .items img {
    margin-left: auto;
    margin-right: auto;
    max-width: 130px;
  }
}
@media (max-width: 480px) {
  .section-logo-wall .items img,
  .section-tech-logo-wall .items img {
    max-width: 100%;
  }
}
.section-logo-wall .items.no-title,
.section-tech-logo-wall .items.no-title {
  margin-top: 0;
}
.section-logo-wall .logos-default .item,
.section-tech-logo-wall .logos-default .item {
  flex: 0 0 25%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1025px) {
  .section-logo-wall .carousel-pagination,
  .section-tech-logo-wall .carousel-pagination {
    display: none;
  }
}
.section-logo-wall .slick-track,
.section-tech-logo-wall .slick-track {
  display: flex !important;
}
.section-logo-wall .slick-slide,
.section-tech-logo-wall .slick-slide {
  height: inherit !important;
}
@media (max-width: 1024px) {
  .section-logo-wall .items .item,
  .section-tech-logo-wall .items .item {
    flex: 1;
  }
}
.section-logo-wall .slick-prev,
.section-tech-logo-wall .slick-prev {
  left: 0;
}
.section-logo-wall .slick-next,
.section-tech-logo-wall .slick-next {
  right: 0;
}
.section-logo-wall .items img {
  max-height: 85px;
}
@media (min-width: 1025px) {
  .section-logo-wall .logos-centered .item {
    margin-left: 7%;
    margin-right: 7%;
  }
}
.section-tech-logo-wall .items {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .section-tech-logo-wall .items {
    margin-top: 24px;
  }
}
.section-tech-logo-wall .logos-default .item {
  flex: 0 0 12.5%;
}
@media (min-width: 1025px) {
  .section-tech-logo-wall .logos-centered .item {
    margin-left: 7%;
    margin-right: 7%;
  }
}
.section-tech-logo-wall .items .item {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .section-tech-logo-wall .items .item {
    margin-bottom: 0;
    padding: 0;
  }
}
.section-tech-logo-wall .items {
  margin-bottom: -90px;
}
@media (max-width: 1024px) {
  .section-tech-logo-wall .items {
    margin-bottom: 0;
  }
}
.section-tech-logo-wall .logo-holder {
  height: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .section-tech-logo-wall .logo-holder {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section-tech-logo-wall .logo-title {
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  opacity: 0.5;
  font-weight: 500;
}
.section-tech-logo-wall .slick-track {
  display: flex !important;
}
.section-tech-logo-wall .slick-slide {
  height: inherit !important;
}
@media (max-width: 1024px) {
  .section-tech-logo-wall .items .item {
    flex: 1;
  }
}
.section-tech-logo-wall .desc-text {
  color: #a5a5a5;
}
.section-services,
.section-benefits-two-column,
.section-feature-story {
  margin: 160px 0 160px 0;
}
@media (max-width: 767px) {
  .section-services,
  .section-benefits-two-column,
  .section-feature-story {
    margin: 96px 0 96px 0;
  }
}
.section-services .main-title-tag,
.section-benefits-two-column .main-title-tag,
.section-feature-story .main-title-tag {
  font-size: 45px;
  line-height: 52px;
  text-align: center;
  max-width: 1096px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  font-weight: 500 !important;
}
@media (max-width: 767px) {
  .section-services .main-title-tag,
  .section-benefits-two-column .main-title-tag,
  .section-feature-story .main-title-tag {
    font-size: 32px;
    line-height: 37px;
  }
  .section-services .main-title-tag br,
  .section-benefits-two-column .main-title-tag br,
  .section-feature-story .main-title-tag br {
    display: none;
  }
}
.section-services .desc-text,
.section-benefits-two-column .desc-text,
.section-feature-story .desc-text {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-top: 16px;
  max-width: 1096px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}
@media (max-width: 767px) {
  .section-services .desc-text,
  .section-benefits-two-column .desc-text,
  .section-feature-story .desc-text {
    margin-top: 8px;
  }
}
.section-services .button,
.section-benefits-two-column .button,
.section-feature-story .button {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  min-height: 1px;
  padding: 10px;
  letter-spacing: normal;
}
.section-services .items {
  margin-top: 82px;
}
@media (max-width: 767px) {
  .section-services .items {
    margin-top: 24px;
  }
}
.section-services .item--icon {
  margin-bottom: 16px;
  min-height: 40px;
}
@media (max-width: 767px) {
  .section-services .item--icon {
    margin-bottom: 8px;
  }
}
.section-services .sub-title-tag {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .section-services .sub-title-tag {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 30px;
  }
}
.section-services .item--description {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .section-services .item--description {
    line-height: 24px;
  }
}
.section-services .item--description p:last-of-type {
  margin-bottom: 0;
}
.section-services .item--cta {
  margin-top: auto;
}
@media (max-width: 575px) {
  .section-services .item--cta {
    margin-top: 0;
  }
}
.section-services .items {
  margin-bottom: -80px;
}
@media (max-width: 767px) {
  .section-services .items {
    margin-bottom: -40px;
  }
}
.section-services .item {
  padding-bottom: 80px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .section-services .item {
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .section-services .item {
    margin-bottom: 24px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-services .item-top-head {
    display: flex;
  }
  .section-services .item-top-head .item--icon {
    flex: 0 0 30px;
    margin-right: 16px;
  }
}
.section-benefits-two-column {
  margin: 160px 0;
}
@media (max-width: 767px) {
  .section-benefits-two-column {
    margin: 96px 0;
  }
}
.section-benefits-two-column .items {
  margin-top: 82px;
}
@media (max-width: 767px) {
  .section-benefits-two-column .items {
    margin-top: 24px;
  }
}
.section-benefits-two-column .item {
  display: flex;
}
.section-benefits-two-column .item--icon {
  flex: 0 0 34px;
  margin-right: 24px;
}
.section-benefits-two-column .sub-title-tag {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  font-weight: 500;
}
.section-benefits-two-column .item--description {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .section-benefits-two-column .item--description {
    line-height: 24px;
  }
}
.section-benefits-two-column .item--description p:last-of-type {
  margin-bottom: 0;
}
.section-benefits-two-column .item {
  margin-bottom: 80px;
  padding-right: 133px;
}
@media (max-width: 1024px) {
  .section-benefits-two-column .item {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .section-benefits-two-column .item {
    margin-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .section-benefits-two-column .item {
    margin-bottom: 24px;
  }
}
.section-benefits-two-column .items > .row:last-of-type .item {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-benefits-two-column .item.with-icon .item--description {
    margin-left: -58px;
  }
}
.section-benefits-two-column .item {
  padding-right: 0;
  max-width: 422px;
  margin-left: auto;
  margin-right: auto;
}
.section-feature-story {
  margin: 160px 0;
}
@media (max-width: 767px) {
  .section-feature-story {
    margin: 96px 0 !important;
  }
}
.section-feature-story .container {
  max-width: 1360px;
}
.section-feature-story .items {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .section-feature-story .items {
    margin-top: 40px;
  }
}
.section-feature-story .item {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section-feature-story .item {
    margin-bottom: 24px;
  }
}
@media (max-width: 1045px) {
  .section-feature-story .item {
    min-height: 620px;
  }
}
@media (max-width: 787px) {
  .section-feature-story .item {
    min-height: 1px;
  }
}
.section-feature-story .item:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-feature-story .item:last-of-type {
    margin-bottom: 0;
  }
}
.section-feature-story .split {
  position: absolute;
  width: 50%;
}
@media (max-width: 787px) {
  .section-feature-story .split {
    position: relative;
    width: 100%;
    left: auto;
    right: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-feature-story .image {
  height: 100%;
  overflow: hidden;
  max-width: 650px;
  max-height: 540px;
}
@media (max-width: 787px) {
  .section-feature-story .image {
    height: 256px;
    margin-bottom: 24px;
  }
}
.section-feature-story .image .progressive-image {
  position: absolute;
  height: 100%;
  width: 100%;
}
.section-feature-story .image .progressive-image figure,
.section-feature-story .image .progressive-image picture {
  height: 100%;
}
.section-feature-story .image img {
  object-fit: cover;
  height: 100%;
}
.section-feature-story .text {
  max-width: 618px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 787px) {
  .section-feature-story .text {
    top: auto;
    max-width: none;
    order: 1 !important;
    transform: none;
  }
}
.section-feature-story figure,
.section-feature-story img {
  border-radius: 0;
}
.section-feature-story picture {
  height: auto !important;
}
.section-feature-story .img-pos-left .image {
  left: 0;
}
.section-feature-story .img-pos-left .text {
  left: 50%;
  padding: 0 30px 0 108px;
}
@media (max-width: 1045px) {
  .section-feature-story .img-pos-left .text {
    padding-left: 58px;
  }
}
@media (max-width: 787px) {
  .section-feature-story .img-pos-left .text {
    left: auto;
    right: auto;
    padding: 0;
  }
}
.section-feature-story .img-pos-right .image {
  right: 0;
}
@media (max-width: 787px) {
  .section-feature-story .img-pos-right .image {
    right: auto;
    left: auto;
    width: 100%;
  }
}
.section-feature-story .img-pos-right .text {
  right: 50%;
  padding: 0 108px 0 30px;
}
@media (max-width: 1045px) {
  .section-feature-story .img-pos-right .text {
    padding-right: 58px;
  }
}
@media (max-width: 787px) {
  .section-feature-story .img-pos-right .text {
    right: auto;
    left: auto;
    padding: 0;
  }
}
@media (max-width: 787px) {
  .section-feature-story .item {
    display: flex;
    flex-direction: column;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .section-feature-story .item .image {
    order: 2;
    margin: 24px 0 0 0;
  }
  .section-feature-story .item .text {
    order: 1;
  }
}
.section-feature-story .sub-title-tag {
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 16px;
  font-weight: 500;
}
@media (max-width: 787px) {
  .section-feature-story .sub-title-tag {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 30px;
  }
}
.section-feature-story .item-desc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 32px;
}
@media (max-width: 787px) {
  .section-feature-story .item-desc {
    margin-bottom: 24px;
  }
}
.section-feature-story .item-desc p:last-of-type {
  margin-bottom: 0;
}
@media all and (-ms-high-contrast: none) {
  .section-feature-story .image img {
    object-fit: none;
    height: auto;
  }
}
.section-testimonials {
  position: relative;
  padding: 80px 0;
  text-align: center;
}
.section-testimonials .main-title-tag,
.section-testimonials .section-title {
  font-weight: 500;
  font-size: 45px;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 1096px;
}
.section-testimonials .desc-text {
  max-width: 654px;
  margin: 8px auto 0;
  font-size: 16px;
  line-height: 24px;
}
.section-testimonials .desc-text p:last-of-type {
  margin-bottom: 0;
}
.section-testimonials .cta-holder {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.section-testimonials .cta-holder .cta-button {
  padding: 10px;
  min-height: 44px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  border-radius: 2px;
}
.section-testimonials .testimonials-carousel-wrapper {
  position: relative;
  margin-top: 80px;
}
.section-testimonials .testimonials-carousel-wrapper .carousel-pagination {
  display: flex;
}
.section-testimonials .testimonials-carousel .slick-track {
  display: flex;
}
.section-testimonials .testimonials-carousel .slick-slide {
  display: flex;
  align-items: stretch;
  height: auto;
}
.section-testimonials .testimonials-carousel .slick-slide > div {
  width: 100%;
}
.section-testimonials .testimonial-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  max-width: 424px;
  margin: 0 auto;
}
.section-testimonials .testimonial-stars {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 16px;
}
.section-testimonials .testimonial-stars .star {
  display: inline-flex;
}
.section-testimonials .testimonial-text {
  font-size: 16px;
  line-height: 24px;
  max-width: 366px;
  margin: 0 auto 12px;
}
.section-testimonials .testimonial-attribution {
  font-size: 16px;
  line-height: 24px;
}
.section-testimonials .testimonial-attribution .attribution-name {
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
}
.section-testimonials .testimonial-attribution .attribution-role {
  display: block;
  font-weight: 400;
}
.section-testimonials .carousel-pagination {
  width: 110%;
}
.section-testimonials .carousel-pagination .slick-next,
.section-testimonials .carousel-pagination .slick-prev {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .section-testimonials .main-title-tag,
  .section-testimonials .section-title {
    font-size: 38px;
  }
}
@media (max-width: 1024px) {
  .section-testimonials .carousel-pagination {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .section-testimonials {
    padding: 48px 0 24px;
  }
  .section-testimonials .container,
  .section-testimonials .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .section-testimonials .row {
    margin-right: 0;
    margin-left: 0;
  }
  .section-testimonials .testimonials-carousel-wrapper {
    margin-top: 32px;
    margin-bottom: 24px;
  }
  .section-testimonials .testimonial-holder {
    padding: 0;
    max-width: 315px;
    width: 100%;
  }
  .section-testimonials .testimonial-text {
    margin-bottom: -2px;
    max-width: 315px;
  }
  .section-testimonials .carousel-pagination {
    top: 82px;
    transform: translate(-50%, 0);
  }
  .section-testimonials .carousel-pagination .slick-next,
  .section-testimonials .carousel-pagination .slick-prev {
    width: 27.692px;
    height: 26.5px;
  }
  .section-testimonials .carousel-pagination .slick-prev {
    left: 6px;
  }
  .section-testimonials .carousel-pagination .slick-next {
    right: 6px;
  }
  .section-testimonials .carousel-pagination .slick-dots {
    margin-top: 24px;
    padding: 16px 0;
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .section-testimonials .main-title-tag,
  .section-testimonials .section-title {
    font-size: 32px;
    max-width: 305px;
  }
  .section-testimonials .desc-text {
    margin-top: 8px;
    max-width: 305px;
  }
  .section-testimonials .cta-button {
    margin-top: 20px;
  }
}
@media (max-width: 390px) {
  .section-testimonials .testimonial-holder {
    max-width: 300px;
  }
  .section-testimonials .testimonial-text {
    max-width: 300px;
  }
  .section-testimonials .carousel-pagination .slick-prev {
    left: 3px;
  }
  .section-testimonials .carousel-pagination .slick-next {
    right: 3px;
  }
}
@media (min-width: 1025px) {
  .section-testimonials .testimonials-carousel-wrapper .carousel-pagination {
    display: flex;
  }
  .section-testimonials
    .testimonials-carousel-wrapper--hide-pagination
    .carousel-pagination {
    display: none;
  }
}
.theme-light a.theme-switcher-link {
  background: #2105ff;
}
.theme-dark a.theme-switcher-link {
  background: #fff;
  border: 1px solid #3b3b3b;
}
#header li.menu-theme-switcher {
  padding-bottom: 2px;
}
@media (max-width: 820px) {
  #header .theme-switcher-link {
    margin-top: 11px;
  }
}
#header .mobile-menu-toggler {
  margin-top: 9px;
}
.admin-bar #header {
  top: 32px !important;
}
@media (max-width: 782px) {
  .admin-bar #header {
    top: 46px !important;
  }
}
@media (max-width: 600px) {
  .admin-bar #header {
    top: 0 !important;
  }
}
@media (max-width: 600px) {
  html.html {
    margin-top: 0 !important;
  }
  html.html #wpadminbar {
    display: none !important;
  }
}
@media (max-width: 820px) {
  #mobile-menu {
    background: #000;
  }
  #mobile-menu a {
    color: #f2f2f2;
  }
  #mobile-menu a:after {
    background-color: #f2f2f2;
  }
}
.midnightHeader.white .logo .dark-theme-only,
.midnightHeader.white-left .logo .dark-theme-only {
  display: block !important;
}
.midnightHeader.white .logo .light-theme-only,
.midnightHeader.white-left .logo .light-theme-only {
  display: none !important;
}
@media (min-width: 820px) {
  .midnightHeader.white-right a {
    color: #fff;
  }
  .midnightHeader.white-right a:after {
    background: #fff;
  }
}
@media (min-width: 820px) {
  .midnightHeader.white a {
    color: #fff;
  }
  .midnightHeader.white a:after {
    background: #fff;
  }
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #3b3b3b;
}
.menu-style-dark .hamburger .hamburger-inner,
.menu-style-dark .hamburger .hamburger-inner::before,
.menu-style-dark .hamburger .hamburger-inner::after {
  background-color: #3b3b3b;
}
.is-menu-open .hamburger.is-active .hamburger-inner,
.is-menu-open .hamburger.is-active .hamburger-inner::before,
.is-menu-open .hamburger.is-active .hamburger-inner::after {
  background-color: #3b3b3b;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  background-color: #3b3b3b;
}
.midnightHeader.white .hamburger .hamburger-inner,
.midnightHeader.white .hamburger .hamburger-inner::before,
.midnightHeader.white .hamburger .hamburger-inner::after {
  background-color: #fff;
}
.theme-light.is-services-open .midnightHeader.white a {
  color: #3b3b3b;
}
.theme-light.is-services-open .midnightHeader.white a:after {
  background-color: #3b3b3b;
}
.theme-light.is-services-open .midnightHeader.white .dark-theme-only {
  display: none !important;
}
.theme-light.is-services-open .midnightHeader.white .light-theme-only {
  display: block !important;
}
#desktop-services-menu {
  position: fixed;
  z-index: 990;
  left: 0;
  right: 0;
  padding: 155px 0 50px 0;
  transition: all 0.3s;
  opacity: 0;
  transform: translateY(-100%);
}
@media (max-width: 1170px) {
  #desktop-services-menu {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 820px) {
  #desktop-services-menu {
    display: none;
  }
}
#desktop-services-menu .menu-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  font-family: "SuisseIntl", sans-serif;
  margin-block-end: 16px;
}
#desktop-services-menu .menu-title a:after {
  display: none;
}
#desktop-services-menu .menu-title a:hover {
  box-shadow: inset 0 -1px 0 0 #f7f7f5, inset 0 -1px 0 0 #f7f7f5;
}
#desktop-services-menu .menu-desc {
  font-weight: 400;
  font-size: 17px;
  line-height: 130%;
}
#desktop-services-menu .container-fluid {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}
.is-services-open #desktop-services-menu {
  transform: translateY(0);
  opacity: 1;
}
.theme-dark #desktop-services-menu {
  background: #f2f2f2;
}
.theme-light #desktop-services-menu {
  background: #f2f2f2;
}
.theme-light #desktop-services-menu .menu-title a:hover {
  box-shadow: inset 0 -1px 0 0 #3b3b3b, inset 0 -1px 0 0 #3b3b3b;
}
#footer {
  padding-top: 70px;
  border-top: 1px solid #3b3b3b;
}
#footer .logo {
  display: inline-flex;
  margin-bottom: 22px;
}
#footer .logo img {
  display: block;
}
#footer .logo:after {
  display: none;
}
#footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  #footer nav ul {
    margin-bottom: 30px;
  }
}
#footer nav ul li {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin: 0 0 1px 0;
  padding: 0;
}
#footer nav ul .menu-theme-switcher {
  margin-top: 10px;
}
#footer.simple {
  border-top: 0;
  padding-top: 40px;
}
#footer.simple .menu-theme-switcher {
  display: none;
}
#footer-cta h2 {
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  #footer-cta h2 {
    margin-bottom: 30px;
  }
}
#footer-cta .button {
  padding-left: 33px;
  padding-right: 33px;
}
@media (max-width: 1024px) {
  #footer-cta .button {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#bottom-bar {
  padding-top: 75px;
  font-size: 11px;
  line-height: 1.27;
  letter-spacing: 0.5px;
  padding-bottom: 25px;
}
@media (max-width: 1024px) {
  #bottom-bar {
    padding-top: 30px;
  }
}
#bottom-bar p {
  margin-bottom: 0;
}
#project-planner {
  max-width: 749px;
  margin: 84px auto 0 auto;
}
#project-planner h1 {
  line-height: 0.93;
  margin-bottom: 30px;
}
#project-planner hr {
  margin: 70px 0 80px 0;
}
@media (max-width: 1120px) {
  #project-planner p br {
    display: none;
  }
}
#project-planner-form button[type="submit"] {
  display: flex;
  width: 100%;
  max-width: none;
}
#project-planner-form .label-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 0.88;
  position: relative;
  display: block;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 141px) {
  #project-planner-form .label-title {
    font-size: 18px;
    line-height: 0.94;
  }
}
#project-planner-form .label-title small {
  font-size: 11px;
  line-height: 1.27;
  letter-spacing: 0.5px;
  position: absolute;
  right: 0;
  text-transform: none;
}
#project-planner-form .label-title + .label-desc {
  margin: -7px 0 20px 0;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  display: block;
}
#project-planner-form input[type="text"],
#project-planner-form textarea {
  padding-left: 18px;
  padding-right: 18px;
  border-width: 1px;
}
#project-planner-form button[type="submit"] {
  border-width: 1px;
}
#project-planner-form .form-row {
  margin-bottom: 50px;
}
#project-planner-form .date {
  display: flex;
  align-items: center;
}
#project-planner-form .date input {
  border: 0;
  padding: 0 0 4px 0;
  height: 28px;
  border-radius: 0;
  text-align: center;
  text-indent: 0;
}
#project-planner-form .date span {
  margin: 0 15px;
}
#project-planner-form .date .month,
#project-planner-form .date .day {
  flex: 0 0 40px;
}
#project-planner-form .date .year {
  flex: 0 0 80px;
}
#project-planner-form .radio-group .group-item {
  display: flex;
  margin-bottom: 22px;
}
#project-planner-form .radio-group .group-item input[type="text"] {
  margin-left: 25px;
  border: 0;
  border-radius: 0;
  text-indent: 0;
  padding: 0 0 5px 0;
  height: 28px;
}
#project-planner-form p.error {
  color: #ec080e;
  background: url(../images/error.svg) left top no-repeat;
  padding-left: 30px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin-top: 18px;
  padding-top: 2px;
}
#project-planner-form .is-error .asterix {
  color: #ec080e;
}
#project-planner .sent-success {
  text-align: center;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  #project-planner .sent-success {
    margin-bottom: 100px;
  }
}
@media (min-width: 767px) and (max-width: 768px) {
  #project-planner .sent-success {
    margin-bottom: 210px;
    margin-top: 210px;
  }
}
@media (min-width: 1023px) and (max-width: 1024px) {
  #project-planner .sent-success {
    margin-bottom: 350px;
    margin-top: 350px;
  }
}
.theme-dark #project-planner-form input[type="text"],
.theme-dark #project-planner-form input[type="email"],
.theme-dark #project-planner-form textarea,
.theme-dark #project-planner-form button[type="submit"] {
  border-color: #7a7a7a;
}
.theme-dark #project-planner-form button[type="submit"]:hover {
  border-color: #fff;
}
.theme-dark #project-planner-form input[type="text"]:focus,
.theme-dark #project-planner-form input[type="email"]:focus,
.theme-dark #project-planner-form textarea:focus {
  border-color: #fff;
}
.theme-dark #project-planner-form .date input {
  border-bottom: 1px solid #7a7a7a;
}
.theme-dark #project-planner-form .date input:focus {
  border-color: #fff;
}
.theme-dark #project-planner-form .radio-group .group-item input[type="text"] {
  border-bottom: 1px solid #7a7a7a;
}
.theme-dark
  #project-planner-form
  .radio-group
  .group-item
  input[type="text"]:focus {
  border-color: #fff;
}
.theme-light #project-planner-form input[type="text"],
.theme-light #project-planner-form input[type="email"],
.theme-light #project-planner-form textarea,
.theme-light #project-planner-form button[type="submit"] {
  border-color: #1e1e1e;
}
.theme-light #project-planner-form button[type="submit"]:hover {
  border-color: #1e1e1e;
}
.theme-light #project-planner-form input[type="text"]:focus,
.theme-light #project-planner-form input[type="email"]:focus,
.theme-light #project-planner-form textarea:focus {
  border-color: #1e1e1e;
}
.theme-light #project-planner-form .date input {
  border-bottom: 1px solid #1e1e1e;
}
.theme-light #project-planner-form .date input:focus {
  border-color: #1e1e1e;
}
.theme-light #project-planner-form .radio-group .group-item input[type="text"] {
  border-bottom: 1px solid #1e1e1e;
}
.theme-light
  #project-planner-form
  .radio-group
  .group-item
  input[type="text"]:focus {
  border-color: #1e1e1e;
}
.blog #content,
.archive #content,
.single-post #content {
  padding-top: 203px;
}
@media (max-width: 1024px) {
  .blog #content,
  .archive #content,
  .single-post #content {
    padding-top: 130px;
  }
}
.blog #content img,
.blog #content picture,
.blog #content figure,
.archive #content img,
.archive #content picture,
.archive #content figure,
.single-post #content img,
.single-post #content picture,
.single-post #content figure {
  border-radius: 0;
}
.blog .post-title,
.archive .post-title,
.single-post .post-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 45px;
}
.blog .post-title,
.archive .post-title {
  margin-bottom: 30px;
}
.blog .posts,
.archive .posts {
  margin-top: 17px;
}
.single-post #content .single-post-thumb {
  text-align: center;
}
.single-post #content .single-post-thumb figure {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .single-post #content .single-post-thumb .shortcode {
    margin-bottom: 0;
  }
}
.single-post-content {
  max-width: 754px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}
.single-post-content .post-txt a:after,
.single-post-content .post-info .tags a:after {
  display: none;
}
.single-post-content .post-txt a,
.single-post-content .post-info .tags a {
  background-size: 100% 1px;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(#3b3b3b, #3b3b3b);
  transition: background-size 0.1s;
}
.single-post-content .post-txt a:hover,
.single-post-content .post-txt a:focus,
.single-post-content .post-info .tags a:hover,
.single-post-content .post-info .tags a:focus {
  background-size: 100% 0;
}
.single-post-content .post-info .link-back:after,
.single-post-content .post-info .tags a:after {
  display: none;
}
.single-post-content .post-info .txt {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .single-post-content .post-info .txt {
    display: block;
  }
}
.single-post-content .post-info .txt > * {
  flex: 0 0 33.333333%;
}
.single-post-content .post-info .txt .tags {
  text-align: right;
}
.single-post-content .post-info hr {
  margin-top: 10px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .single-post-content .post-info hr {
    margin-top: 30px;
  }
}
.single-post-content p + h2,
.single-post-content p + h3,
.single-post-content p + h4,
.single-post-content p + h5,
.single-post-content p + h6,
.single-post-content ul + h2,
.single-post-content ul + h3,
.single-post-content ul + h4,
.single-post-content ul + h5,
.single-post-content ul + h6,
.single-post-content ol + h2,
.single-post-content ol + h3,
.single-post-content ol + h4,
.single-post-content ol + h5,
.single-post-content ol + h6 {
  margin-top: 80px;
}
.single-post-content ul,
.single-post-content ol {
  margin-left: 18px;
}
.single-post-content ul ul,
.single-post-content ul ol,
.single-post-content ol ul,
.single-post-content ol ol {
  margin-left: 45px;
  margin-bottom: 28px;
}
.single-post-content h1 + ul,
.single-post-content h1 + ol,
.single-post-content h2 + ul,
.single-post-content h2 + ol,
.single-post-content h3 + ul,
.single-post-content h3 + ol,
.single-post-content h4 + ul,
.single-post-content h4 + ol {
  margin-top: 43px;
}
.single-post-content .progressive-image {
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (max-width: 1024px) {
  .single-post-content .progressive-image {
    margin-top: 38px;
    margin-bottom: 38px;
  }
}
.single-post-content .post-txt a:after {
  opacity: 1;
  transform: translateY(0);
}
.single-post-content .post-txt a:hover:after {
  transform: translateY(3px);
  opacity: 0;
}
.single-post-content .post-txt li {
  margin-bottom: 18px;
}
#related-posts {
  padding: 100px 0 30px 0;
}
#related-posts h2,
.blog #content .posts h2,
.archive #content .posts h2 {
  margin-bottom: 40px;
}
#related-posts h3,
.blog #content .posts h3,
.archive #content .posts h3 {
  font-size: 30px;
  line-height: 35px;
}
@media (max-width: 1024px) {
  #related-posts h3,
  .blog #content .posts h3,
  .archive #content .posts h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
#related-posts h3 span,
.blog #content .posts h3 span,
.archive #content .posts h3 span {
  transition: 0.2s box-shadow;
}
#related-posts .progressive-image,
.blog #content .posts .progressive-image,
.archive #content .posts .progressive-image {
  margin-bottom: 24px;
}
#related-posts .col-md-4,
.blog #content .posts .col-md-4,
.archive #content .posts .col-md-4 {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  #related-posts .col-md-4,
  .blog #content .posts .col-md-4,
  .archive #content .posts .col-md-4 {
    margin-bottom: 22px;
  }
}
.mac #related-posts h3,
.mac.blog #content .posts h3,
.mac.archive #content .posts h3 {
  font-size: 30px;
  line-height: 38px;
}
.blog #content .posts,
.archive #content .posts {
  transition: opacity 0.2s;
}
.blog #content .posts.is-loading,
.archive #content .posts.is-loading {
  opacity: 0.6;
}
.theme-dark #related-posts {
  border-top: 1px solid #f2f2f2;
}
.theme-dark #related-posts .item-post:hover h3 span,
.theme-dark #content .posts .item-post:hover h3 span {
  box-shadow: inset 0 -1px 0 0 transparent, inset 0 -1px 0 0 #f2f2f2;
}
.theme-dark #related-posts h3 .num,
.theme-dark #content .posts h3 .num {
  color: #bebebe;
}
.theme-light #related-posts {
  border-top: 1px solid #3b3b3b;
}
.theme-light #related-posts .item-post:hover h3 span,
.theme-light #content .posts .item-post:hover h3 span {
  box-shadow: inset 0 -1px 0 0 transparent, inset 0 -1px 0 0 #3b3b3b;
}
.theme-light #related-posts h3 .num,
.theme-light #content .posts h3 .num {
  color: #bebebe;
}
#load-more-row {
  margin-bottom: 90px;
}
#load-more-row a:after {
  opacity: 1;
  transform: translateY(0);
}
#load-more-row a:hover:after {
  opacity: 0;
  transform: translateY(3px);
}

/*# sourceMappingURL=theme-light.css.map */
