/*
Theme Name:     SMARTBUS
Theme URI:
Description:
Author:
Author URI:
*/
@import url("assets/fonts/stylesheet.css");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* 768px; */
@keyframes bounce-as {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
* {
  font-family: "Metropolis", sans-serif;
  color: #111;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 48px;
  line-height: 48px;
  color: #424EA1;
}

a {
  color: #424EA1;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

.link-arrow {
  background-image: url(assets/img/arrow-right-blue.svg);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 30px;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
}
body main {
  min-height: calc(100vh - 270px);
}
body main .container {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 781px) {
  body main .container {
    padding: 0 20px;
  }
}
body main .container p {
  font-size: 14px;
  line-height: 22px;
}
body main .container .content {
  width: 100%;
  margin-top: 100px;
}

.button {
  background-color: #424EA1;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  display: block;
  padding: 19px;
}

.button-alt {
  border: 1px solid #424EA1;
  color: #424EA1;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 9px 43px;
  line-height: 16px;
  margin-top: 15px;
}

.row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 781px) {
  .row {
    flex-direction: column;
  }
}
.row .col {
  width: 100%;
}
.row .half {
  width: 50%;
}
@media (max-width: 781px) {
  .row .half {
    width: 100%;
  }
}

#masthead {
  display: flex;
  padding: 25px 50px;
  /* Small menu. */
}
@media (max-width: 781px) {
  #masthead {
    padding: 10px 20px;
    justify-content: space-between;
    background-color: #FAFAFA;
    flex-wrap: wrap;
    background-image: url(assets/img/home-bg.svg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 40vw;
  }
  #masthead .custom-logo {
    max-width: 120px;
  }
}
#masthead .site-branding {
  padding-right: 25px;
}
@media (max-width: 781px) {
  #masthead .site-branding {
    padding-right: 0;
  }
}
#masthead .main-navigation {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 781px) {
  #masthead .main-navigation {
    display: none;
    justify-content: center;
  }
}
#masthead .main-navigation #primary-menu {
  margin-right: 0px;
}
@media (max-width: 781px) {
  #masthead .main-navigation #primary-menu {
    margin-right: 0;
  }
}
#masthead .main-navigation.open {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 110px);
}
#masthead .main-navigation.open #secondary-menu {
  display: flex;
  flex-wrap: wrap;
}
#masthead .main-navigation.open #secondary-menu .menu-item {
  order: 3;
}
#masthead .main-navigation.open #secondary-menu .contact {
  order: 1;
}
#masthead .main-navigation.open #secondary-menu .pll-parent-menu-item,
#masthead .main-navigation.open #secondary-menu .linkedin {
  width: calc(50% - 45px);
  margin-top: 30px;
}
#masthead .main-navigation.open #secondary-menu .pll-parent-menu-item {
  margin-left: 45px;
}
#masthead .main-navigation.open #secondary-menu .linkedin {
  margin-right: 45px;
  border-right: none;
}
#masthead .main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#masthead .main-navigation ul ul {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  flex-direction: column;
}
#masthead .main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
#masthead .main-navigation ul ul li:hover > ul, #masthead .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
#masthead .main-navigation ul li:hover > ul,
#masthead .main-navigation ul li.focus > ul {
  left: auto;
}
#masthead .main-navigation li {
  position: relative;
}
#masthead .main-navigation li a {
  padding: 10px 40px;
}
@media (max-width: 781px) {
  #masthead .main-navigation li a {
    padding: 15px 45px 15px 60px;
  }
}
@media (min-width: 781px) {
  #masthead .main-navigation li a {
    padding: 10px 25px;
  }
}
@media (min-width: 1200px) {
  #masthead .main-navigation li a {
    padding: 10px 40px;
  }
}
#masthead .main-navigation li.pll-parent-menu-item {
  padding-right: 30px;
}
#masthead .main-navigation li.pll-parent-menu-item .sub-menu li a:before {
  display: none;
}
#masthead .main-navigation li.pll-parent-menu-item > a {
  color: #111;
  padding: 10px 20px;
  background-image: url(assets/img/menu-arrow-down.svg);
  background-position: right center;
  background-repeat: no-repeat;
}
#masthead .main-navigation li.contact {
  margin-left: 45px;
}
@media (max-width: 781px) {
  #masthead .main-navigation li.contact {
    padding-left: 60px;
    margin-left: 0;
  }
}
#masthead .main-navigation li.contact a {
  background-color: #424EA1;
  color: #fff;
  padding: 11px 45px;
}
#masthead .main-navigation li.linkedin {
  border-left: 1px solid #111;
  border-right: 1px solid #111;
  padding-left: 30px;
  padding-right: 30px;
}
#masthead .main-navigation li.linkedin a {
  background-image: url(assets/img/li.svg);
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  padding: 0;
  margin-top: 6px;
  text-indent: 9999px;
  overflow: hidden;
}
#masthead .main-navigation a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 781px) {
  #masthead .main-navigation a {
    font-size: 18px;
  }
}
#masthead .main-navigation a b {
  color: #424EA1;
}
#masthead .main-navigation .current_page_item > a,
#masthead .main-navigation .current-menu-item > a,
#masthead .main-navigation .current_page_ancestor > a,
#masthead .main-navigation .current-menu-ancestor > a {
  color: #424EA1;
  font-weight: bold;
}
#masthead .main-navigation .current_page_item > a:before,
#masthead .main-navigation .current-menu-item > a:before,
#masthead .main-navigation .current_page_ancestor > a:before,
#masthead .main-navigation .current-menu-ancestor > a:before {
  content: " ";
  display: block;
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 48px;
  height: 17px;
  background-image: url(assets/img/decor.svg);
}
@media (max-width: 781px) {
  #masthead .main-navigation .current_page_item > a:before,
  #masthead .main-navigation .current-menu-item > a:before,
  #masthead .main-navigation .current_page_ancestor > a:before,
  #masthead .main-navigation .current-menu-ancestor > a:before {
    background-image: none;
    width: 31px;
    height: 30px;
    left: -20px;
    bottom: 5px;
    background-image: url(assets/img/mobile-menu-arrow.svg);
  }
}
@media (min-width: 781px) {
  #masthead .main-navigation .current_page_item > a:before,
  #masthead .main-navigation .current-menu-item > a:before,
  #masthead .main-navigation .current_page_ancestor > a:before,
  #masthead .main-navigation .current-menu-ancestor > a:before {
    left: 7px;
  }
}
@media (min-width: 1200px) {
  #masthead .main-navigation .current_page_item > a:before,
  #masthead .main-navigation .current-menu-item > a:before,
  #masthead .main-navigation .current_page_ancestor > a:before,
  #masthead .main-navigation .current-menu-ancestor > a:before {
    left: 20px;
  }
}
#masthead .main-navigation .current_page_item > a b,
#masthead .main-navigation .current-menu-item > a b,
#masthead .main-navigation .current_page_ancestor > a b,
#masthead .main-navigation .current-menu-ancestor > a b {
  color: #424EA1;
}
#masthead .menu-toggle {
  background: none;
  border: none;
  color: #111;
  background-image: url(assets/img/menu.svg);
  padding-right: 25px;
  padding-top: 4px;
  background-position: right center;
  background-repeat: no-repeat;
  font-size: 12px;
}
#masthead .menu-toggle.open {
  background-image: url(assets/img/menu-close.svg);
  color: #424EA1;
}
#masthead .menu-toggle,
#masthead .main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  #masthead .menu-toggle {
    display: none;
  }
  #masthead .main-navigation ul {
    display: flex;
    justify-content: flex-end;
  }
}

#colophon {
  margin-top: 50px;
  color: #666;
  font-size: 10px;
  padding: 25px 50px;
}
@media (max-width: 781px) {
  #colophon {
    padding: 25px 20px;
  }
}
#colophon .site-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#colophon .site-info span span {
  margin-right: 30px;
}
#colophon .site-info span span a {
  margin-left: 10px;
}
@media (max-width: 781px) {
  #colophon .site-info span span {
    display: none;
  }
  #colophon .site-info span span:first-child {
    display: inline;
  }
}
#colophon .ue-logo {
  float: right;
}
@media (max-width: 781px) {
  #colophon .ue-logo {
    max-width: 120px;
    height: auto;
  }
}

.page-template-team {
  background-image: url(assets/img/bg-light-gray-360.svg);
  background-position: center top;
  background-repeat: repeat-x;
}
.page-template-team .head {
  min-height: 700px;
  position: relative;
}
.page-template-team .head h1 {
  margin: 50px 0 40px 0;
}
.page-template-team .head p {
  font-size: 18px;
  line-height: 32px;
  max-width: 600px;
  color: #666;
}
.page-template-team .head .photo {
  position: absolute;
  right: 0;
  top: -35px;
  max-width: 50vw;
  height: auto;
  cursor: pointer;
  /*z-index: -1;*/
}
@media (max-width: 781px) {
  .page-template-team .head .photo {
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
}
.page-template-team .head .rows {
  margin-top: 160px;
}
@media (max-width: 781px) {
  .page-template-team .head .rows {
    margin-top: 50px;
  }
}
.page-template-team .head .rows .row {
  display: flex;
  margin-bottom: 80px;
}
@media (max-width: 781px) {
  .page-template-team .head .rows .row {
    margin-bottom: 0px;
  }
}
.page-template-team .head .rows .row .item {
  background-size: 70px;
  padding-left: 70px;
  background-image: url(assets/img/ico-inter.svg);
  background-position: left top;
  background-repeat: no-repeat;
  width: 40%;
  margin-right: 40px;
}
@media (max-width: 781px) {
  .page-template-team .head .rows .row .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.page-template-team .head .rows .row .item h2 {
  font-weight: 700;
  font-size: 18px;
  color: #111;
  margin-bottom: 20px;
}
.page-template-team .head .rows .row .item p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.page-template-team .team {
  padding: 100px 0;
  text-align: center;
  background-image: url(assets/img/bg-light-gray.svg);
  background-repeat: no-repeat;
  background-position: calc(-4000px + 50vw + 284px) 0;
}
.page-template-team .team span {
  font-size: 36px;
  color: #666;
}
.page-template-team .team h2 {
  font-size: 24px;
  margin: 10px 0 110px 0;
}
.page-template-team .team .members {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
}
@media (max-width: 781px) {
  .page-template-team .team .members {
    justify-content: center;
  }
}
.page-template-team .team .members .popup {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.page-template-team .team .members .popup.open {
  opacity: 1;
}
.page-template-team .team .members .popup .inner {
  background-color: #fff;
  max-width: 1200px;
  height: 80vh;
  display: flex;
  flex-direction: row;
  position: relative;
  cursor: default;
}
@media (max-width: 781px) {
  .page-template-team .team .members .popup .inner {
    max-width: 100%;
    height: 100vh;
    flex-direction: column;
    overflow-y: scroll;
    padding: 50px 25px 25px 25px;
  }
}
.page-template-team .team .members .popup .inner .close {
  padding-right: 30px;
  background-image: url(assets/img/close-popup.svg);
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
  right: 50px;
  top: 50px;
}
@media (max-width: 781px) {
  .page-template-team .team .members .popup .inner .close {
    top: 25px;
    right: 25px;
  }
}
.page-template-team .team .members .popup .inner img {
  height: 100%;
  width: auto;
}
@media (max-width: 781px) {
  .page-template-team .team .members .popup .inner img {
    height: auto;
    width: 100%;
  }
}
.page-template-team .team .members .popup .inner > div {
  padding: 75px;
  overflow-y: auto;
}
@media (max-width: 781px) {
  .page-template-team .team .members .popup .inner > div {
    padding: 10px 0;
  }
}
.page-template-team .team .members .popup .inner > div h2 {
  font-size: 48px;
  padding-left: 0;
}
.page-template-team .team .members .popup .inner > div h2:before {
  display: none;
}
@media (max-width: 781px) {
  .page-template-team .team .members .popup .inner > div h2 {
    font-size: 24px;
  }
}
.page-template-team .team .members .popup .inner > div h4 {
  font-size: 24px;
  font-weight: 400;
  padding-left: 0;
  margin-bottom: 20px;
}
@media (max-width: 781px) {
  .page-template-team .team .members .popup .inner > div h4 {
    font-size: 14px;
  }
}
.page-template-team .team .members .popup .inner > div .half p {
  padding-right: 50px;
  color: #666;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 781px) {
  .page-template-team .team .members .popup .inner > div .half p {
    font-size: 13px;
    line-height: 21px;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.page-template-team .team .members .popup .inner > div .linkedin {
  padding: 30px 45px;
  background-color: #FAFAFA;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
}
.page-template-team .team .members .popup .inner > div .linkedin a {
  background-image: url(assets/img/li-color.svg);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 32px;
  font-size: 18px;
  line-height: 25px;
  display: inline-block;
  height: 25px;
}
.page-template-team .team .members > div {
  width: 18%;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 1% 40px 1%;
}
@media (max-width: 781px) {
  .page-template-team .team .members > div {
    width: 70%;
    margin-bottom: 40px;
  }
}
.page-template-team .team .members > div .img-container {
  position: relative;
}
.page-template-team .team .members > div .img-container img {
  max-width: 100%;
  height: auto;
}
.page-template-team .team .members > div .img-container span {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(0deg, #111111 29%, rgba(17, 17, 17, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.page-template-team .team .members > div .img-container span strong {
  color: #fff;
}
.page-template-team .team .members > div:hover .img-container span {
  opacity: 1;
}
.page-template-team .team .members > div h2 {
  color: #424EA1;
  font-size: 24px;
  font-weight: 500;
  padding-left: 45px;
  position: relative;
  margin-top: 15px;
  margin-bottom: 8px;
  width: calc(100% - 20px);
}
.page-template-team .team .members > div h2:before {
  content: " ";
  width: 160px;
  height: 69px;
  display: block;
  background-image: url(assets/img/decor-member.svg);
  position: absolute;
  top: -50px;
  left: 0;
}
.page-template-team .team .members > div h4 {
  color: #666;
  font-size: 14px;
  padding-left: 45px;
  font-weight: 400;
  margin-top: 0;
}
.page-template-team .team .members > div .linkedin-url {
  background-image: url(assets/img/li-color.svg);
  width: 18px;
  height: 18px;
  display: inline-block;
  background-size: cover;
  margin-top: 10px;
}
.page-template-team .photos {
  margin: 100px 0 0 0;
  padding: 150px 0;
  background-image: url(assets/img/photos-bg.svg);
  background-repeat: no-repeat;
  background-position: 330px 0;
}
@media (max-width: 781px) {
  .page-template-team .photos {
    margin: 0;
    padding: 30px;
  }
}
.page-template-team .photos .inner {
  margin-left: 180px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 781px) {
  .page-template-team .photos .inner {
    margin: 0;
  }
}
.page-template-team .photos .inner .item {
  display: block;
}
.page-template-team .photos .inner .item img {
  width: 100%;
  height: auto;
}
.page-template-team .photos .inner .item.video {
  position: relative;
}
.page-template-team .photos .inner .item.video:after {
  content: " ";
  width: 112px;
  height: 112px;
  background-image: url(assets/img/play.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  top: calc(50% - 56px);
  left: calc(50% - 56px);
}
.page-template-team .photos .inner div {
  width: 34.48275862%;
  padding-top: 100px;
}
.page-template-team .photos .inner div h2 {
  font-size: 36px;
  color: #111;
}
.page-template-team .photos .inner div h2 small {
  display: block;
  color: #666;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (max-width: 781px) {
  .page-template-team .photos .inner div h2 {
    margin-bottom: 30px;
  }
}
.page-template-team .photos .inner .w1 {
  width: 38.79310345%;
}
.page-template-team .photos .inner .w2 {
  width: 26.72413793%;
}
.page-template-team .photos .inner .w3 {
  width: 34.48275862%;
}
.page-template-team .photos .inner .w4 {
  width: 21.83908046%;
}
@media (max-width: 781px) {
  .page-template-team .photos .inner .w1, .page-template-team .photos .inner .w2, .page-template-team .photos .inner .w3, .page-template-team .photos .inner .w4, .page-template-team .photos .inner .item {
    width: 100%;
  }
}
.page-template-team .wait-for-you {
  text-align: center;
  padding: 134px 0 134px 0;
  background-image: url(assets/img/blue-stripes.svg);
  background-position: right -230px;
  background-repeat: no-repeat;
}
@media (max-width: 781px) {
  .page-template-team .wait-for-you {
    background-position: right 20px;
    background-repeat: no-repeat;
    background-size: 50%;
    padding: 100px 0 100px 0;
  }
}
.page-template-team .wait-for-you h2 {
  font-size: 48px;
  margin-bottom: 20px;
}
@media (max-width: 781px) {
  .page-template-team .wait-for-you h2 {
    font-size: 22px;
  }
}
.page-template-team .wait-for-you a {
  font-size: 15px;
  font-weight: 700;
}

.page-template-technology {
  background-image: url(assets/img/tech2.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  transition: background-image 0.4s ease-in-out;
  -webkit-transition: background-image 0.4s ease-in-out;
  -webkit-transition: background-image 2s ease-out;
  -moz-transition: background-image 2s ease-out;
  -o-transition: background-image 2s ease-out;
  transition: background-image 2s ease-out;
}
@media (max-width: 781px) {
  .page-template-technology {
    background-size: cover;
    background-position: center;
    background-image: none !important;
  }
}
.page-template-technology #page {
  background-image: url(assets/img/bg-light-gray.svg);
  background-repeat: no-repeat;
  background-position: calc(-4000px + 50vw - 450px) calc(100% + 3650px);
}
.page-template-technology img.bg {
  transition: all 0.5s ease-in-out;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -2;
  height: 100vh;
  width: auto;
  opacity: 0;
}
.page-template-technology img.bg.current {
  z-index: -1;
  opacity: 1;
}
@media (max-width: 781px) {
  .page-template-technology img.bg {
    display: none;
  }
}
.page-template-technology main {
  margin-top: 100px;
  min-height: calc(100vh - 360px);
}
@media (max-width: 781px) {
  .page-template-technology main {
    margin-top: 50px;
    min-height: 1px;
  }
}
.page-template-technology main .container {
  flex-direction: row;
}
.page-template-technology .intro {
  width: 33%;
  padding-right: 100px;
}
@media (max-width: 781px) {
  .page-template-technology .intro {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.page-template-technology .intro h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
.page-template-technology .intro p {
  font-size: 18px;
  line-height: 32px;
  max-width: 600px;
  color: #666;
}
.page-template-technology .intro .links {
  margin-top: 150px;
  padding-top: 50px;
  position: relative;
  /*&:after{

  	content: ' ';
  	background-color: $as_lightgray;
  	width: 700px;
      height: 700px;
      display: block;
      position: absolute;
      top: 0;
      right: 100px;
      z-index: -1;
  }*/
}
@media (max-width: 781px) {
  .page-template-technology .intro .links {
    display: none;
  }
}
.page-template-technology .intro .links a {
  font-weight: 700;
  margin-bottom: 30px;
  display: inline-block;
}
.page-template-technology .toggle-list {
  padding-top: 25px;
  width: 33%;
  color: #666;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 781px) {
  .page-template-technology .toggle-list {
    width: 100%;
  }
}
.page-template-technology .toggle-list:before {
  content: " ";
  width: 105px;
  height: 1px;
  background-color: #424EA1;
  display: block;
  position: absolute;
  top: 0;
}
.page-template-technology .toggle-list .section-title h2 {
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 25px;
  background-image: url(assets/img/down.svg);
  background-position: left center;
  background-repeat: no-repeat;
}
.page-template-technology .toggle-list .section-title.open h2 {
  color: #424EA1;
  background-image: url(assets/img/up-blue.svg);
  cursor: default;
}
.page-template-technology .toggle-list .section-title.open:hover {
  opacity: 1;
}
.page-template-technology .toggle-list div {
  opacity: 1;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
  max-height: 700px;
}
@media (max-width: 781px) {
  .page-template-technology .toggle-list div {
    margin: 0 -20px 20px -20px;
    padding: 0 20px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
  }
}
.page-template-technology .toggle-list div.hide {
  max-height: 0;
}
.page-template-technology .toggle-list div p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
}
.page-template-technology .toggle-list img {
  display: none;
  width: 100vw;
  height: auto;
  margin: -120px -20px 30px -20px;
  position: relative;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 781px) {
  .page-template-technology .toggle-list div:not(.hide) + img {
    opacity: 1;
    display: inline;
  }
}

.page-template-contact main {
  padding-top: 50px;
}
@media (max-width: 781px) {
  .page-template-contact .content {
    margin-top: 50px !important;
  }
}
.page-template-contact .content p {
  margin-bottom: 0;
}
.page-template-contact .person {
  max-width: 670px; /* 530px; */
  color: #666;
  margin-bottom: 80px;
}
.page-template-contact .person h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.2em;
}
.page-template-contact .person p {
  font-size: 14px;
  line-height: 22px;
}
.page-template-contact .person p strong {
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 781px) {
  .page-template-contact .person {
    margin-bottom: 20px;
  }
  .page-template-contact .person .wp-block-column:first-child {
    flex-basis: 66.66% !important;
  }
  .page-template-contact .person .wp-block-column:last-child {
    flex-basis: 25% !important;
  }
}
.page-template-contact .person .wp-block-image {
  margin-bottom: 0;
}
.page-template-contact .person .wp-block-image img {
  height: auto;
}
.page-template-contact .person .wp-block-social-links {
  justify-content: flex-end;
}
.page-template-contact .person .wp-block-social-links .wp-social-link-linkedin {
  margin: 0;
}
.page-template-contact .person .wp-block-social-links .wp-social-link-linkedin svg {
  width: 1.5em;
  height: 1.5em;
}
.page-template-contact .person .wp-block-social-links .wp-social-link-linkedin a {
  padding: 0;
}
.page-template-contact .person .wp-block-social-links .wp-social-link-linkedin a path {
  color: #424EA1;
}
.page-template-contact .wpcf7 {
  max-width: 640px;
}
.page-template-contact .wpcf7 label {
  font-weight: 500;
  font-size: 12px;
  color: #666;
}
.page-template-contact .wpcf7 textarea,
.page-template-contact .wpcf7 input[type=text],
.page-template-contact .wpcf7 input[type=email],
.page-template-contact .wpcf7 input[type=tel],
.page-template-contact .wpcf7 input[type=url],
.page-template-contact .wpcf7 select {
  width: 100%;
  padding: 14px 5px;
  border: 1px solid #aeaeae;
  font-size: 14px;
  color: #666;
}
.page-template-contact .wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.page-template-contact .wpcf7 .wpcf7-form-control-wrap.zl-form-control-wrap {
  margin-bottom: 0;
}
.page-template-contact .wpcf7 .wpcf7-form-control-wrap input[type=button] {
  color: #fff;
}
.page-template-contact .wpcf7 .wpcf7-file::-webkit-file-upload-button {
  visibility: hidden;
  display: none;
}
.page-template-contact .wpcf7 .wpcf7-file:lang(en-GB)::before {
  content: "UPLOAD A FILE";
}
.page-template-contact .wpcf7 .wpcf7-file:lang(pl-PL)::before {
  content: "WYBIERZ PLIK";
}
.page-template-contact .wpcf7 .wpcf7-file::before {
  display: block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  color: #424EA1;
  font-size: 12px;
}
.page-template-contact .wpcf7 .wpcf7-submit {
  background-color: #424EA1;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  display: block;
  width: auto;
  padding: 15px 40px;
  border: none;
  margin-top: 20px;
}
.page-template-contact .wpcf7 .wpcf7-response-output {
  border-color: #424EA1 !important;
  padding: 18px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.page-template-contact .wpcf7 .wpcf7-spinner {
  top: -34px;
  left: 100px;
}
.page-template-contact .wpcf7 #mfcf7_zl_multifilecontainer {
  margin-top: 0 !important;
}
.page-template-contact .contact-bottom {
  background-color: #fafafa;
  color: #666;
  padding: 50px 0;
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 781px) {
  .page-template-contact .contact-bottom .col {
    margin-bottom: 20px;
  }
}

.page-template-career .head {
  min-height: 550px;
  position: relative;
}
.page-template-career .head h1 {
  margin: 50px 0 40px 0;
}
@media (max-width: 781px) {
  .page-template-career .head h1 {
    margin-bottom: 20px;
  }
}
.page-template-career .head p {
  font-size: 18px;
  line-height: 26px;
  max-width: 600px;
  color: #666;
  margin-bottom: 20px;
}
@media (max-width: 781px) {
  .page-template-career .head p {
    order: 2;
  }
}
.page-template-career .head .photo {
  position: absolute;
  right: 0;
  top: -35px;
  max-width: 50vw;
  height: auto;
}
@media (max-width: 781px) {
  .page-template-career .head .photo {
    order: 1;
    max-width: 100%;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 30px;
  }
}
.page-template-career .offers {
  margin-bottom: 100px;
}
@media (max-width: 781px) {
  .page-template-career .offers {
    margin-bottom: 20px;
  }
}
.page-template-career .offers .container > h2 {
  font-size: 36px;
  margin-bottom: 30px;
}
.page-template-career .offers .container .offers-box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 781px) {
  .page-template-career .offers .container .offers-box {
    flex-direction: column-reverse;
  }
}
.page-template-career .offers .container .offers-box .list {
  width: 28%;
}
@media (max-width: 781px) {
  .page-template-career .offers .container .offers-box .list {
    width: 100%;
    padding-left: 30px;
    padding-top: 20px;
  }
}
.page-template-career .offers .container .offers-box .list h3 {
  font-size: 18px;
  font-weight: 500;
  color: #666;
  margin-bottom: 20px;
}
.page-template-career .offers .container .offers-box .list ul li {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 25px;
  position: relative;
  cursor: pointer;
}
.page-template-career .offers .container .offers-box .list ul li small {
  font-weight: 400;
  font-size: 18px;
  display: block;
}
.page-template-career .offers .container .offers-box .list ul li:before {
  content: " ";
  display: block;
  background-image: url(assets/img/arrow-right.svg);
  width: 31px;
  height: 30px;
  position: absolute;
  top: 0;
  left: -50px;
}
.page-template-career .offers .container .offers-box .list ul li:hover, .page-template-career .offers .container .offers-box .list ul li.current {
  color: #424EA1;
  font-weight: 700;
}
.page-template-career .offers .container .offers-box .list ul li:hover small, .page-template-career .offers .container .offers-box .list ul li.current small {
  color: #424EA1;
}
.page-template-career .offers .container .offers-box .list ul li:hover:before, .page-template-career .offers .container .offers-box .list ul li.current:before {
  content: " ";
  display: block;
  background-color: #424EA1;
  width: 300px;
  height: 1px;
  position: absolute;
  top: 16px;
  left: -320px;
}
.page-template-career .offers .container .offers-box .offer-content {
  width: 70%;
  background-color: #fafafa;
  padding: 100px 120px 50px 120px;
}
@media (max-width: 781px) {
  .page-template-career .offers .container .offers-box .offer-content {
    /*display: none;*/
    width: 100%;
    padding: 50px 30px 30px 30px;
  }
}
@media (max-width: 1200px) {
  .page-template-career .offers .container .offers-box .apply-form {
    margin-top: 20px;
  }
}
.page-template-career .offers .container .offers-box .apply-form #mfcf7_zl_multifilecontainer {
  margin-top: 0;
}
.page-template-career .offer {
  display: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.page-template-career .offer.current {
  display: block;
  opacity: 1;
}
.page-template-career .offer .border-bottom {
  border-bottom: 1px solid #cbcbcb;
}
.page-template-career .offer .row {
  margin-bottom: 30px;
}
.page-template-career .offer .row:last-child {
  margin-bottom: 0;
}
.page-template-career .offer .row .half:first-child {
  padding-right: 20px;
}
.page-template-career .offer .row .half.apply-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 781px) {
  .page-template-career .offer .row .half.apply-container > div {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .page-template-career .offer .row {
    flex-direction: column;
  }
  .page-template-career .offer .row .half {
    width: 100%;
  }
  .page-template-career .offer .row .half:first-child {
    padding-right: 0;
  }
  .page-template-career .offer .row .methodology {
    margin-bottom: 20px;
  }
}
.page-template-career .offer .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #424EA1;
}
.page-template-career .offer .title small {
  font-weight: 400;
  font-size: 18px;
  display: block;
  color: #424EA1;
}
@media (max-width: 781px) {
  .page-template-career .offer .title {
    margin-bottom: 0;
  }
  .page-template-career .offer .title small {
    font-size: 13px;
  }
}
.page-template-career .offer .salary {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 25px;
  font-weight: 700;
}
@media (max-width: 781px) {
  .page-template-career .offer .salary {
    font-size: 14px;
    line-height: 20px;
    float: right;
  }
}
.page-template-career .offer .salary small {
  font-weight: 400;
  font-size: 18px;
  display: block;
}
@media (max-width: 781px) {
  .page-template-career .offer .salary small {
    font-size: 11px;
  }
}
.page-template-career .offer h4 {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.page-template-career .offer p {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin-bottom: 30px;
}
.page-template-career .offer p span {
  color: #424EA1;
  border: 1px solid #424EA1;
  font-size: 12px;
  font-weight: 500;
  padding: 2px;
  line-height: 25px;
}
.page-template-career .offer table {
  width: 100%;
}
.page-template-career .offer table tr td {
  font-size: 14px;
  width: 50%;
  color: #666;
  padding: 5px 0;
}
@media (max-width: 1200px) {
  .page-template-career .offer .applyButton {
    margin-top: 20px;
  }
}
.page-template-career .offer-popup {
  background-color: #FAFAFA;
  position: fixed;
  left: 0;
  top: 0;
  padding: 50px 20px 20px 20px;
  z-index: 1000;
  height: 100vh;
  overflow-y: scroll;
}
.page-template-career .offer-popup.open {
  display: block !important;
  opacity: 1;
}
@media (min-width: 781px) {
  .page-template-career .offer-popup.open {
    display: none !important;
  }
}
.page-template-career .offer-popup .close {
  padding-right: 30px;
  background-image: url(assets/img/close-popup.svg);
  background-position: right center;
  background-repeat: no-repeat;
  position: absolute;
  right: 50px;
  top: 50px;
}
@media (max-width: 781px) {
  .page-template-career .offer-popup .close {
    top: 25px;
    right: 25px;
  }
}
.page-template-career .career-contact {
  background-image: url(assets/img/bg-light-gray.svg);
  background-repeat: no-repeat;
  background-position: calc(-4000px + 50vw) 0;
  padding: 50px 0;
  position: relative;
}
@media (max-width: 781px) {
  .page-template-career .career-contact {
    background: none;
  }
}
.page-template-career .career-contact:after {
  content: " ";
  background-image: url(assets/img/blue-stripes.svg);
  background-repeat: no-repeat;
  background-position: 0 -230px;
  width: 481px;
  height: 370px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 781px) {
  .page-template-career .career-contact:after {
    bottom: -100px;
    top: auto;
    width: 60vw;
    background-size: contain;
    background-position: bottom;
  }
}
@media (max-width: 781px) {
  .page-template-career .career-contact .row {
    width: 100%;
  }
}
.page-template-career .career-contact .row .half h3 {
  font-size: 36px;
  line-height: 48px;
  color: #111;
  font-weight: 700;
}
@media (max-width: 781px) {
  .page-template-career .career-contact .row .half h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.page-template-career .career-contact .row .half .link-arrow {
  font-weight: 700;
  font-size: 15px;
}
.page-template-career .career-contact .row .half .person {
  margin-top: 30px;
  margin-right: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-template-career .career-contact .row .half .person img {
  width: 150px;
  height: auto;
}
@media (max-width: 781px) {
  .page-template-career .career-contact .row .half .person img {
    width: 100px;
  }
}
.page-template-career .career-contact .row .half .person p {
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 781px) {
  .page-template-career .career-contact .row .half .person p {
    font-size: 13px;
    line-height: 22px;
  }
}
.page-template-career .career-contact .row .half .person p strong {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 781px) {
  .page-template-career .career-contact .row .half .person p strong {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 781px) {
  .page-template-career .career-contact .row .half:first-child {
    background-image: url(assets/img/bg-light-gray.svg);
    background-repeat: no-repeat;
    padding: 50px 30px;
  }
}
.page-template-career .career-contact .row .half:last-child {
  display: flex;
  justify-content: center;
}
@media (max-width: 781px) {
  .page-template-career .career-contact .row .half:last-child {
    padding: 50px 30px;
    justify-content: flex-start;
  }
}
.page-template-career .career-contact .row .half:last-child > div {
  display: inline-block;
}
.page-template-career .apply-form h2 span {
  color: #424EA1;
}
.page-template-career #mfcf7_zl_add_file {
  color: #fff;
}

.page-template-solution {
  background-image: url(assets/img/SmartDEPOT.jpg);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  height: 100vh;
  transition: background-image 0.4s ease-in-out;
  -webkit-transition: background-image 0.4s ease-in-out;
  -webkit-transition: background-image 2s ease-out;
  -moz-transition: background-image 2s ease-out;
  -o-transition: background-image 2s ease-out;
  transition: background-image 2s ease-out;
}
@media (max-width: 781px) {
  .page-template-solution {
    background-size: cover;
    background-position: center;
    background-image: none !important;
  }
}
.page-template-solution #page {
  background-image: url(assets/img/bg-light-gray.svg);
  background-repeat: no-repeat;
  background-position: calc(-4000px + 50vw - 450px) calc(100% + 3650px);
}
.page-template-solution img.bg {
  transition: all 0.5s ease-in-out;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -2;
  height: 100vh;
  width: auto;
  opacity: 0;
}
.page-template-solution img.bg.current {
  z-index: -1;
  opacity: 1;
}
@media (max-width: 781px) {
  .page-template-solution img.bg {
    display: none;
  }
}
.page-template-solution main {
  margin-top: 100px;
  min-height: calc(100vh - 360px);
}
@media (max-width: 781px) {
  .page-template-solution main {
    margin-top: 50px;
    min-height: 1px;
  }
}
.page-template-solution main .container {
  flex-direction: row;
}
.page-template-solution .intro {
  width: 33%;
  padding-right: 100px;
}
@media (max-width: 781px) {
  .page-template-solution .intro {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.page-template-solution .intro h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: normal;
}
.page-template-solution .intro h1 b {
  color: #424EA1;
}
.page-template-solution .intro p {
  font-size: 18px;
  line-height: 32px;
  max-width: 600px;
  color: #666;
}
.page-template-solution .intro .links {
  margin-top: 150px;
  padding-top: 50px;
  position: relative;
  /*&:after{

  	content: ' ';
  	background-color: $as_lightgray;
  	width: 700px;
      height: 700px;
      display: block;
      position: absolute;
      top: 0;
      right: 100px;
      z-index: -1;
  }*/
}
@media (max-width: 781px) {
  .page-template-solution .intro .links {
    display: none;
  }
}
.page-template-solution .intro .links a {
  font-weight: 700;
  margin-bottom: 30px;
  display: inline-block;
}
.page-template-solution .toggle-list {
  padding-top: 25px;
  width: 33%;
  color: #666;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 790px;
}
@media (max-width: 781px) {
  .page-template-solution .toggle-list {
    width: 100%;
    min-height: initial;
  }
}
.page-template-solution .toggle-list:before {
  content: " ";
  width: 105px;
  height: 1px;
  background-color: #424EA1;
  display: block;
  position: absolute;
  top: 0;
}
.page-template-solution .toggle-list .section-title {
  user-select: none;
}
.page-template-solution .toggle-list .section-title h2 {
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 25px;
  background-image: url(assets/img/down.svg);
  background-position: left center;
  background-repeat: no-repeat;
}
.page-template-solution .toggle-list .section-title.open {
  cursor: default;
}
.page-template-solution .toggle-list .section-title.open h2 {
  color: #424EA1;
  background-image: url(assets/img/up-blue.svg);
}
.page-template-solution .toggle-list .section-title:hover {
  opacity: 1;
}
.page-template-solution .toggle-list div {
  opacity: 1;
  overflow: hidden;
  transition: max-height 1s ease-in-out;
  max-height: 700px;
}
@media (max-width: 781px) {
  .page-template-solution .toggle-list div {
    margin: 0 -20px 20px -20px;
    padding: 0 20px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
  }
}
.page-template-solution .toggle-list div.hide {
  max-height: 0;
}
.page-template-solution .toggle-list div p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-bottom: 20px;
}
.page-template-solution .toggle-list img {
  display: none;
  width: 100vw;
  height: auto;
  margin: -120px -20px 30px -20px;
  position: relative;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 781px) {
  .page-template-solution .toggle-list div:not(.hide) + img {
    opacity: 1;
    display: inline;
  }
}
.page-template-solution .career-contact {
  background-image: url(assets/img/bg-light-gray.svg);
  background-repeat: no-repeat;
  background-position: calc(-4000px + 57vw) 0;
  padding: 50px 0;
  position: relative;
  margin-top: 50px;
}
@media (max-width: 781px) {
  .page-template-solution .career-contact {
    background: none;
    margin-top: 0;
  }
}
.page-template-solution .career-contact:after {
  content: " ";
  background-image: url(assets/img/blue-stripes.svg);
  background-repeat: no-repeat;
  background-position: 0 -230px;
  width: 481px;
  height: 370px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 781px) {
  .page-template-solution .career-contact:after {
    bottom: -100px;
    top: auto;
    width: 60vw;
    background-size: contain;
    background-position: bottom;
  }
}
@media (max-width: 781px) {
  .page-template-solution .career-contact .row {
    width: 100%;
  }
}
.page-template-solution .career-contact .row .half {
  width: 70%;
}
@media (max-width: 781px) {
  .page-template-solution .career-contact .row .half {
    width: initial;
  }
}
.page-template-solution .career-contact .row .half h3 {
  font-size: 36px;
  line-height: 48px;
  color: #111;
  font-weight: 700;
}
@media (max-width: 781px) {
  .page-template-solution .career-contact .row .half h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
.page-template-solution .career-contact .row .half .link-arrow {
  font-weight: 700;
  font-size: 15px;
}
.page-template-solution .career-contact .row .half .person {
  margin-top: 30px;
  margin-right: 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-template-solution .career-contact .row .half .person img {
  width: 150px;
  height: auto;
  margin-top: 70px;
}
@media (max-width: 781px) {
  .page-template-solution .career-contact .row .half .person img {
    width: 100px;
  }
}
.page-template-solution .career-contact .row .half .person p {
  font-size: 18px;
  line-height: 32px;
}
@media (max-width: 781px) {
  .page-template-solution .career-contact .row .half .person p {
    font-size: 13px;
    line-height: 22px;
  }
}
.page-template-solution .career-contact .row .half .person p strong {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 781px) {
  .page-template-solution .career-contact .row .half .person p strong {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 781px) {
  .page-template-solution .career-contact .row .half:first-child {
    background-image: url(assets/img/bg-light-gray.svg);
    background-repeat: no-repeat;
    padding: 50px 30px;
  }
}
.page-template-solution .career-contact .row .half:last-child {
  display: flex;
  justify-content: center;
}
@media (max-width: 781px) {
  .page-template-solution .career-contact .row .half:last-child {
    padding: 50px 30px;
    justify-content: flex-start;
  }
}
.page-template-solution .career-contact .row .half:last-child > div {
  display: inline-block;
}

.page-template-homepage {
  background-color: #f9f9f9;
  background-image: url(assets/img/home-bg.svg);
  background-position: left top;
  background-repeat: no-repeat;
}
.page-template-homepage main {
  padding: 0 70px;
}
@media (max-height: 900px) {
  .page-template-homepage main {
    height: auto;
  }
}
@media (max-width: 781px) {
  .page-template-homepage main {
    height: auto;
    padding: 0;
  }
}
.page-template-homepage main .ue-link {
  position: absolute;
  right: 40px;
  z-index: 99999;
}
@media (max-width: 781px) {
  .page-template-homepage main .ue-link {
    right: 12px;
    width: 45%;
  }
  .page-template-homepage main .ue-link img {
    width: 100%;
    height: auto;
  }
}
.page-template-homepage main .photo-container {
  position: absolute;
  right: 0;
  top: 230px;
  max-width: 710px;
  height: auto;
  max-width: calc(40vw - 100px);
  z-index: 999;
}
@media (max-width: 781px) {
  .page-template-homepage main .photo-container {
    display: none;
  }
}
.page-template-homepage main .photo-container .photo {
  width: 100%;
  height: auto;
}
.page-template-homepage main .photo-container a {
  display: block;
}
.page-template-homepage main .scroll-area {
  position: fixed;
  right: 0;
  top: 100px;
  width: calc(50vw + 220px);
  height: calc(100vh - 200px);
  overflow-y: scroll;
  min-height: 600px;
}
.page-template-homepage main .scroll-area::-webkit-scrollbar-track {
  background-color: transparent;
}
.page-template-homepage main .scroll-area::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}
.page-template-homepage main .scroll-area::-webkit-scrollbar-thumb {
  background-color: #000000;
}
@media (max-width: 781px) {
  .page-template-homepage main .scroll-area {
    display: none;
  }
}
@media (max-height: 740px) {
  .page-template-homepage main .scroll-area {
    transform: scale(0.9);
    transform-origin: right;
  }
}
@media (max-height: 650px) {
  .page-template-homepage main .scroll-area {
    transform: scale(0.85);
    transform-origin: right;
  }
}
.page-template-homepage main .scroll-area .item {
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-template-homepage main .scroll-area .item p {
  width: 40%;
  color: #666;
  font-size: 16px;
  line-height: 26px;
  position: relative;
  margin-right: 30px;
}
.page-template-homepage main .scroll-area .item p:before {
  content: " ";
  width: 105px;
  height: 1px;
  background-color: #424EA1;
  display: block;
  position: absolute;
  top: -20px;
}
@media (min-width: 781px) {
  .page-template-homepage main .scroll-area .item p {
    visibility: hidden;
  }
}
@media (min-width: 1200px) {
  .page-template-homepage main .scroll-area .item p {
    font-size: 14px;
    visibility: initial;
  }
}
.page-template-homepage main .scroll-area .item .photo {
  width: calc(60% - 25px);
  height: auto;
}
.page-template-homepage main .scroll-area .item .video-mask {
  width: 55%;
  height: calc((50vw + 220px) * 0.55 * 0.95);
  position: relative;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
@media (min-width: 781px) {
  .page-template-homepage main .scroll-area .item .video-mask {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .page-template-homepage main .scroll-area .item .video-mask {
    width: 55%;
  }
}
.page-template-homepage main .scroll-area .item .video-mask:before {
  z-index: 99;
  position: absolute;
  content: " ";
  display: block;
  width: 102%;
  height: 102%;
  top: -1%;
  left: -1%;
  background-image: url(assets/img/mask-2.png);
  background-size: 100%;
}
.page-template-homepage main .scroll-area .item .video-mask iframe {
  width: 100%;
  height: 100%;
  transform: scale(1.4);
  clip-path: inset(16% 20% 15% 15%);
}
.page-template-homepage main .scroll-area .item .video-mask a {
  z-index: 111;
  position: absolute;
  left: 25%;
  bottom: 6%;
  font-size: 15px;
  font-weight: bold;
  padding-right: 20px;
  background-image: url(assets/img/play-blue.svg);
  background-position: right center;
  background-repeat: no-repeat;
}
.page-template-homepage main .container {
  position: relative;
  max-width: 1380px;
  border-left: 1px solid #666;
}
@media (max-width: 781px) {
  .page-template-homepage main .container {
    margin-left: 30px;
  }
}
.page-template-homepage main .container:before {
  content: " ";
  width: 1px;
  height: 25px;
  background: linear-gradient(0deg, rgb(102, 102, 102) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: -25px;
  left: -1px;
}
.page-template-homepage main .container:after {
  content: " ";
  width: 1px;
  height: 25px;
  background: linear-gradient(180deg, rgb(102, 102, 102) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  bottom: -25px;
  left: -1px;
}
.page-template-homepage main .container .heading-back {
  background: #f9f9f9;
  z-index: 999;
}
@media (min-width: 781px) {
  .page-template-homepage main .container .heading-back {
    max-width: calc(60vw - 120px);
  }
}
@media (max-width: 1200px) {
  .page-template-homepage main .container .heading-back {
    background: none;
  }
}
@media (min-width: 1540px) {
  .page-template-homepage main .container .heading-back {
    max-width: 860px;
  }
}
.page-template-homepage main .container h1 {
  font-size: 64px;
  line-height: 72px;
  color: #111;
  margin-bottom: 70px;
  margin-top: 40px;
}
@media (max-width: 781px) {
  .page-template-homepage main .container h1 {
    font-size: 32px;
    line-height: 38px;
    margin-top: 60px;
    margin-bottom: 0;
  }
}
@media (min-width: 781px) {
  .page-template-homepage main .container h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .page-template-homepage main .container h1 {
    font-size: 56px;
  }
}
@media (min-width: 781px) {
  .page-template-homepage main .container .row {
    max-width: calc(60vw - 120px);
  }
}
@media (min-width: 1540px) {
  .page-template-homepage main .container .row {
    max-width: 860px;
  }
}
.page-template-homepage main .container .row .half:last-child {
  width: auto;
  padding-top: 30px;
  position: relative;
}
.page-template-homepage main .container .row .half:last-child:before {
  position: absolute;
  top: 0;
  content: " ";
  width: 124px;
  height: 1px;
  display: block;
  background-color: #424EA1;
}
.page-template-homepage main .container .row .half:last-child p {
  color: #666;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 781px) {
  .page-template-homepage main .container .row .half:last-child {
    width: 300px;
  }
}
@media (min-width: 1500px) {
  .page-template-homepage main .container .row .half:last-child {
    width: auto;
  }
}
.page-template-homepage main .container #txt {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 781px) {
  .page-template-homepage main .container #txt {
    display: none;
  }
}
.page-template-homepage main .container .scroll-down {
  font-size: 14px;
  font-weight: 400;
  color: #424EA1;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}
@media (max-width: 781px) {
  .page-template-homepage main .container .scroll-down {
    display: none;
  }
}
.page-template-homepage main .container .scroll-down:after {
  content: " ";
  width: 8px;
  height: 67px;
  margin-top: 20px;
  display: block;
  background-image: url(assets/img/scroll-down.svg);
  animation-name: bounce-as;
  animation-timing-function: ease-in-out;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
.page-template-homepage main .container ul li {
  cursor: pointer;
  position: relative;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.57, 0.7);
  color: #111;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}
.page-template-homepage main .container ul li span {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}
@media (max-width: 781px) {
  .page-template-homepage main .container ul li span {
    color: #424EA1;
    padding-left: 40px;
  }
}
.page-template-homepage main .container ul li:last-child {
  margin-bottom: 0;
}
.page-template-homepage main .container ul li:before {
  content: " ";
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #666;
  border-radius: 20px;
  position: absolute;
  top: 0px;
  left: -59px;
  background-color: #f7f7f7;
}
@media (max-width: 781px) {
  .page-template-homepage main .container ul li:before {
    left: -29px;
    border-color: #424EA1;
    background-color: #424EA1;
  }
}
.page-template-homepage main .container ul li:after {
  content: " ";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -8px;
  left: -110px;
  filter: grayscale(1);
  opacity: 0.8;
  background-size: 100% 100%;
}
@media (max-width: 781px) {
  .page-template-homepage main .container ul li:after {
    left: 0;
    filter: none;
    opacity: 1;
  }
}
@media (min-width: 781px) {
  .page-template-homepage main .container ul li.current {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
  }
  .page-template-homepage main .container ul li.current span {
    font-size: 24px;
    color: #424EA1;
  }
  .page-template-homepage main .container ul li.current:before {
    background-color: #424EA1;
    border-color: #424EA1;
    width: 24px;
    height: 24px;
    left: -63px;
  }
  .page-template-homepage main .container ul li.current:after {
    top: 0;
    filter: none;
    opacity: 1;
  }
}
@media (min-width: 1500px) {
  .page-template-homepage main .container ul li {
    width: 47%;
  }
}
@media (max-width: 1500px) {
  .page-template-homepage main .container ul li {
    font-size: 14px;
  }
  .page-template-homepage main .container ul li.current {
    font-size: 20px;
  }
}
.page-template-homepage main .container ul li .mobile-txt {
  display: none;
}
@media (max-width: 781px) {
  .page-template-homepage main .container ul li .mobile-txt {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #666;
  }
}
.page-template-homepage main .container ul li .mobile-photo {
  display: none;
}
@media (max-width: 781px) {
  .page-template-homepage main .container ul li .mobile-photo {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
}
.page-template-homepage main .container ul li .video-mask {
  width: calc(100vw - 50px);
  height: calc((100vw - 50px) * 0.95);
  position: relative;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  margin-bottom: 30px;
  display: none;
}
@media (max-width: 781px) {
  .page-template-homepage main .container ul li .video-mask {
    display: flex;
  }
}
.page-template-homepage main .container ul li .video-mask:before {
  z-index: 99;
  position: absolute;
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(assets/img/mask-2.png);
  background-size: 100%;
}
.page-template-homepage main .container ul li .video-mask iframe {
  width: 100%;
  height: 100%;
  transform: scale(1.4);
}
.page-template-homepage main .container ul li .video-mask a {
  z-index: 111;
  position: absolute;
  left: 25%;
  bottom: 0;
  font-size: 15px;
  font-weight: bold;
  padding-right: 20px;
  background-image: url(assets/img/play-blue.svg);
  background-position: right center;
  background-repeat: no-repeat;
}

.single-post {
  background-image: url(assets/img/bg-light-gray-600.svg);
  background-position: center top;
  background-repeat: repeat-x;
}
.single-post .head {
  min-height: 600px;
  position: relative;
  padding-top: 100px;
}
.single-post .head a {
  font-size: 14px;
  padding-left: 30px;
  background-image: url(assets/img/arrow-left.svg);
  background-position: left center;
  background-repeat: no-repeat;
  color: #666;
  margin-bottom: 40px;
  display: inline-block;
}
.single-post .head .title-row {
  max-width: calc(50vw + 40px);
  max-width: 730px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 781px) {
  .single-post .head .title-row {
    flex-direction: column;
  }
}
.single-post .head .title-row .author {
  display: flex;
  flex-direction: row;
}
@media (max-width: 781px) {
  .single-post .head .title-row .author {
    margin-bottom: 30px;
    justify-content: flex-end;
  }
}
.single-post .head .title-row .author .desc {
  padding-right: 10px;
}
.single-post .head .title-row .author .desc h4 {
  font-size: 14px;
  line-height: 22px;
  color: #111;
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
}
.single-post .head .title-row .author .desc span {
  white-space: nowrap;
  color: #666;
  font-size: 12px;
  display: block;
  text-align: right;
  position: relative;
}
.single-post .head .title-row .author .desc span:after {
  content: " ";
  background-color: #424EA1;
  width: 22px;
  height: 1px;
  position: absolute;
  bottom: -10px;
  right: 0;
}
.single-post .head .title-row .author .avatar-container {
  position: relative;
}
.single-post .head .title-row .author .avatar-container:before {
  content: " ";
  width: 0;
  height: 0;
  border-width: 12px 12px 0px 0px;
  border-color: #FAFAFA transparent transparent transparent;
  border-style: solid;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.single-post .head .title-row .author .avatar-container:after {
  content: " ";
  width: 0;
  height: 0;
  border-width: 12px 12px 0px 0px;
  border-color: transparent #FAFAFA transparent transparent;
  border-style: solid;
  display: block;
  position: absolute;
  top: 63px;
  right: 0;
}
.single-post .head .img-container {
  position: absolute;
  top: 100px;
  right: 0;
  max-width: calc(50% - 120px);
  height: auto;
}
@media (max-width: 1400px) {
  .single-post .head .img-container {
    max-width: calc(100vw - 820px);
  }
}
@media (max-width: 781px) {
  .single-post .head .img-container {
    display: none;
  }
}
.single-post .head .img-container:after {
  content: " ";
  width: 0;
  height: 0;
  border-width: 50px 0 0 50px;
  border-color: transparent transparent transparent #FFFFFF;
  border-style: solid;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.single-post .head .img-container img {
  width: 100%;
  height: auto;
}
.single-post .head h1 {
  margin-bottom: 100px;
}
@media (max-width: 781px) {
  .single-post .head h1 {
    margin-bottom: 20px;
  }
}
.single-post .head p {
  max-width: 730px;
}
.single-post .content .container > div {
  max-width: calc(50vw + 40px);
  max-width: 730px;
}

.error404 {
  background-color: #fafafa;
}
.error404 main {
  margin-top: 50px;
  position: relative;
}
@media (max-width: 781px) {
  .error404 main {
    text-align: center;
  }
}
.error404 .photo {
  position: absolute;
  right: 0;
  top: -35px;
  max-width: 50vw;
  height: auto;
}
@media (max-width: 781px) {
  .error404 .photo {
    order: 1;
    max-width: 100%;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 30px;
    width: 100%;
    display: none;
  }
}
.error404 .sign {
  margin-bottom: 40px;
}
@media (max-width: 781px) {
  .error404 .sign {
    width: 100%;
  }
}
.error404 h1 {
  margin-bottom: 40px;
}
@media (max-width: 781px) {
  .error404 h1 {
    font-size: 32px;
    text-align: center;
  }
}
.error404 p {
  margin-bottom: 30px;
}

.page .title-row {
  padding: 50px 0;
}

/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.lity-next {
  background: transparent;
  border: none;
  background-image: url(assets/img/gallery-next.svg);
  background-size: cover;
  width: 62px;
  height: 60px;
  position: fixed;
  top: calc(50vh - 30px);
  right: 200px;
}

.lity-prev {
  background: transparent;
  border: none;
  background-image: url(assets/img/gallery-next.svg);
  background-size: cover;
  width: 62px;
  height: 60px;
  transform: rotate(180deg);
  position: fixed;
  top: calc(50vh - 30px);
  left: 200px;
}

.content h1, .content h2, .content h3, .content h4, .content h5 {
  margin: 3rem 0 1.38rem;
  line-height: 1.3;
}
.content h1 {
  margin-top: 0;
  font-size: 3.052rem;
}
.content h2 {
  font-size: 2.441rem;
}
.content h3 {
  font-size: 1.953rem;
}
.content h4 {
  font-size: 1.563rem;
}
.content h5 {
  font-size: 1.25rem;
}
.content small, .content .text_small {
  font-size: 0.8rem;
}
.content p {
  margin-bottom: 20px;
}
.content ul {
  list-style-type: disc;
}
.content ol {
  list-style-type: decimal;
}
.content ul, .content ol {
  font-size: 14px;
  padding-left: 1em;
  margin-bottom: 20px;
}
.content ul li, .content ol li {
  margin-bottom: 10px;
  margin-left: 40px;
  line-height: 22px;
}

/* === Technology template – CF7 form (match Contact page look) === */
.page-template-technology .wpcf7 { 
  max-width: 640px;
}

.page-template-technology .wpcf7 label {
  font-weight: 500;
  font-size: 12px;
  color: #666;
}

/* Inputs / selects / textarea (same feel as Contact) */
.page-template-technology .wpcf7 textarea,
.page-template-technology .wpcf7 input[type="text"],
.page-template-technology .wpcf7 input[type="email"],
.page-template-technology .wpcf7 input[type="tel"],
.page-template-technology .wpcf7 input[type="url"],
.page-template-technology .wpcf7 select {
  width: 100%;
  padding: 14px 5px;
  border: 1px solid #aeaeae;
  font-size: 14px;
  color: #666;
  background: #fff;
  box-sizing: border-box;
}

/* Spacing between fields */
.page-template-technology .wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

/* Submit button */
.page-template-technology .wpcf7 .wpcf7-submit {
  background-color: #424EA1;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  width: auto;
  padding: 15px 40px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}

/* Optional: if your Technology form sits in .intro .content.entry-content, tighten scope */
.page-template-technology .intro .content.entry-content .wpcf7 { max-width: 640px; }

/* === Technology template — make checkbox label + consent text match field labels === */

/* Checkbox line: style the <label> and the inner .wpcf7-list-item-label */
.page-template-technology .wpcf7 .wpcf7-acceptance .wpcf7-list-item label,
.page-template-technology .wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
  font-weight: 500;          /* same as other labels */
  font-size: 12px;
  color: #666;
  line-height: 1.6;
}

/* Checkbox size/alignment */
.page-template-technology .wpcf7 .wpcf7-acceptance input[type="checkbox"] {
  width: 16px; height: 16px;
  margin-top: 2px;
}

/* Consent paragraph (EN + PL) – match label style */
.page-template-technology .wpcf7 p:has(a[href*="privacy"]),
.page-template-technology .wpcf7 p:has(a[href*="polityk"]) {
  font-weight: 500;
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  margin: 10px 0 0;
}

/* Fallback for browsers without :has() — usually the consent line is the last <p> */
@supports not (selector(:has(*))) {
  .page-template-technology .wpcf7 form p:last-of-type {
    font-weight: 500;
    font-size: 12px;
    color: #666;
    line-height: 1.6;
    margin: 10px 0 0;
  }
}


/* === Technology template — tighter spacing + bigger checkbox === */

/* Reduce vertical rhythm */
.page-template-technology .intro .content.entry-content .wpcf7 p { 
  margin: 0 0 12px;           /* was ~18–20px */
}
.page-template-technology .intro .content.entry-content .wpcf7 .wpcf7-form-control-wrap {
  margin-bottom: 14px;        /* was 30px */
}
/* Submit spacing a bit tighter */
.page-template-technology .intro .content.entry-content .wpcf7 .wpcf7-submit {
  margin-top: 12px;
}

/* Bigger checkbox + align text nicely */
.page-template-technology .intro .content.entry-content .wpcf7 input[type="checkbox"] {
  width: 20px;
  height: 20px;
  transform: translateY(2px);     /* align with text baseline */
  accent-color: #424EA1;          /* modern browsers */
}
.page-template-technology .intro .content.entry-content .wpcf7 .wpcf7-acceptance .wpcf7-list-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

/* Keep the checkbox line & consent text same style as labels (from earlier step) */
.page-template-technology .intro .content.entry-content .wpcf7 .wpcf7-acceptance .wpcf7-list-item label,
.page-template-technology .intro .content.entry-content .wpcf7 .wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label,
.page-template-technology .intro .content.entry-content .wpcf7 p:has(a[href*="privacy"]),
.page-template-technology .intro .content.entry-content .wpcf7 p:has(a[href*="polityk"]) {
  font-weight: 500;
  font-size: 12px;
  color: #666;
  line-height: 1.6;
}

/* Fallback for browsers without :has() */
@supports not (selector(:has(*))) {
  .page-template-technology .intro .content.entry-content .wpcf7 form p:last-of-type {
    font-weight: 500;
    font-size: 12px;
    color: #666;
    line-height: 1.6;
  }
}
