@charset "UTF-8";
/* This comment is
    * several lines long.
    * since it uses the CSS comment syntax,
    * it will appear in the CSS output. */
@import url("https://p.typekit.net/p.css?s=1&k=tqa7kcr&ht=tk&f=26966.26967.26968.26972&a=2267244&app=typekit&e=css");
.white-bgr {
  background-color: #fff; }

.black-bgr {
  background-color: #333; }

/* --------------------------------------------------------------------------------------
+
+	= Resets and global styles
+
+   Thanks:
+   - Paul Irish - http://html5boilerplate.com
+
-------------------------------------------------------------------------------------- */
/*
+  GLOBAL RESETS
-------------------------------------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

input,
textarea {
  outline: none;
  font-family: "objektiv-mk1",sans-serif; }

body {
  font: 13px/1.231 sans-serif;
  *font-size: small; }

select,
input,
textarea,
button {
  font: 99% sans-serif; }

pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif; }

body,
select,
input,
textarea {
  color: #444; }

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

html {
  overflow-y: scroll; }

a:hover, a:active {
  outline: none; }

ul,
ol {
  margin-left: 1.8em; }

ol {
  list-style-type: decimal; }

nav ul,
nav li {
  margin: 0; }

small {
  font-size: 85%; }

strong,
th {
  font-weight: bold; }

td {
  vertical-align: top; }
  td img {
    vertical-align: top; }

textarea {
  overflow: auto; }

.ie6 legend,
.ie7 legend {
  margin-left: -7px; }

input[type="radio"] {
  vertical-align: text-bottom; }

input[type="checkbox"] {
  vertical-align: bottom; }

.ie7 input[type="checkbox"] {
  vertical-align: baseline; }

.ie7 img {
  -ms-interpolation-mode: bicubic; }

.ie6 input {
  vertical-align: text-bottom; }

td {
  vertical-align: top; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px; }

label,
input[type=button],
input[type=submit],
button {
  cursor: pointer; }

button,
input,
select,
textarea {
  margin: 0; }

input:invalid,
textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red; }

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd; }

/* Hide out highlight color --
    ::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
    ::selection { background:#FF5E99; color:#fff; text-shadow: none; }
*/
button {
  width: auto;
  overflow: visible; }

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr; }

.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.clearfix {
  zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    visibility: hidden; }
  .clearfix:after {
    clear: both; }

/*
+  FANCY STYLES
-------------------------------------------------------------------------------------- */
.left {
  float: left; }

.right {
  float: right; }

.first {
  margin-left: 0 !important; }

.last {
  margin-right: 0 !important; }

.hide {
  display: none; }

.visible {
  display: block !important; }

.empty {
  visibility: hidden !important; }

/* Usage <div class="hr"><hr /></div> */
.hr {
  clear: both;
  margin: 18px 0;
  background: transparent;
  border: none;
  border-top: 1px solid #bbb; }

hr {
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  height: 0;
  border: none; }

.accent {
  background: #ffffbf !important;
  color: inherit;
  padding: .25em;
  font-weight: bold; }

strong .accent,
span .accent,
em .accent {
  background: #ffffbf !important;
  color: inherit;
  padding: .25em;
  font-weight: bold; }

div .accent, p .accent {
  padding: 1.5em; }

.amp {
  font: italic 1.1em/10% "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", serif; }

/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * objektiv-mk1:
 *   - http://typekit.com/eulas/00000000000000003b9add20
 *   - http://typekit.com/eulas/00000000000000003b9add22
 *   - http://typekit.com/eulas/00000000000000003b9add21
 *   - http://typekit.com/eulas/00000000000000003b9add25
 *
 * © 2009-2019 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2019-03-01 10:32:20 UTC"}*/
@font-face {
  font-family: "objektiv-mk1";
  src: url("https://use.typekit.net/af/9bda67/00000000000000003b9add20/27/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/9bda67/00000000000000003b9add20/27/d?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/9bda67/00000000000000003b9add20/27/a?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "objektiv-mk1";
  src: url("https://use.typekit.net/af/1dee0a/00000000000000003b9add22/27/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/1dee0a/00000000000000003b9add22/27/d?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/1dee0a/00000000000000003b9add22/27/a?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=i5&v=3") format("opentype");
  font-style: italic;
  font-weight: 500; }

@font-face {
  font-family: "objektiv-mk1";
  src: url("https://use.typekit.net/af/3f32fc/00000000000000003b9add21/27/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/3f32fc/00000000000000003b9add21/27/d?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/3f32fc/00000000000000003b9add21/27/a?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: "objektiv-mk1";
  src: url("https://use.typekit.net/af/66dcb9/00000000000000003b9add25/27/l?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n8&v=3") format("woff2"), url("https://use.typekit.net/af/66dcb9/00000000000000003b9add25/27/d?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n8&v=3") format("woff"), url("https://use.typekit.net/af/66dcb9/00000000000000003b9add25/27/a?primer=f592e0a4b9356877842506ce344308576437e4f677d7c9b78ca2162e6cad991a&fvd=n8&v=3") format("opentype");
  font-style: normal;
  font-weight: 800; }

.tk-objektiv-mk1 {
  font-family: "objektiv-mk1",sans-serif; }

html,
body {
  font-family: "objektiv-mk1",sans-serif;
  color: #000000;
  font-weight: normal; }

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

p {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.3px; }
  p.big, p.big-category, p.big-sign {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.75px; }
  p.big {
    width: 180px; }
  p.small {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.25px; }
  p.xsmall {
    font-size: 12px;
    line-height: 18px; }
  p.number {
    font-size: 96px;
    line-height: 100px; }
  p.big-category {
    line-height: 32px; }
  p.big-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.75px;
    font-weight: 800;
    display: inline-block;
    width: 180px; }
  p i.colored-box {
    padding: 4px; }

html.ie i.colored-box {
  background-image: linear-gradient(135deg, #22dcab 50%, rgba(37, 141, 200, 0) 100%); }

i.colored-box {
  font-style: normal;
  color: black;
  padding: 0 4px;
  position: relative;
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, right top, from(#22dcab), color-stop(50%, #22dcab), color-stop(50%, transparent), to(transparent));
  background-image: -ms-linear-gradient(linear, left top, right top, from(#22dcab), color-stop(50%, #22dcab), color-stop(50%, transparent), to(transparent));
  background-image: -moz-linear-gradient(linear, left top, right top, from(#22dcab), color-stop(50%, #22dcab), color-stop(50%, transparent), to(transparent));
  background-image: -o-linear-gradient(linear, left top, right top, from(#22dcab), color-stop(50%, #22dcab), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(left top, right top, from(#22dcab), color-stop(50%, #22dcab), color-stop(50%, transparent), to(transparent));
  background-size: 210% 100%;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.7s cubic-bezier(0, 0.65, 0.5, 1), color 0s;
  transition: background-position 0.7s cubic-bezier(0, 0.65, 0.5, 1), color 0s; }
  i.colored-box.in-view {
    background-position: 0% 0%;
    color: white; }
  i.colored-box.notWhiteBack {
    z-index: 1; }

i.title {
  font-style: normal;
  position: relative;
  left: -410px;
  top: 27px;
  color: #000000;
  font-size: 20px;
  letter-spacing: -0.75px;
  line-height: 24px;
  font-weight: 800; }
  i.title.spacing-text-helper {
    top: 27px; }
  i.title strong {
    font-weight: 800; }
  i.title.in-view {
    background-position: 0% 0%;
    color: white; }
  i.title.title-helper {
    display: inline-block;
    position: absolute;
    left: -200px !important;
    top: auto !important; }

i.li-alignment {
  top: 27px; }

h1, h2 {
  font-size: 52px;
  line-height: 64px; }

h3 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.75px;
  font-weight: 800; }
  h3.small {
    font-size: 32px;
    line-height: 40px; }

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

h5 {
  font-size: 20px;
  letter-spacing: -0.75px;
  line-height: 24px;
  font-weight: 800; }

ol li {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.3px; }
  ol li:before {
    content: none !important; }

@media (max-width: 1500px) {
  i.title.title-helper {
    left: -180px !important; } }

@media (max-width: 1366px) {
  i.title {
    left: -300px; }
  i.title-helper {
    left: -170px !important; } }

@media (max-width: 1280px) {
  i.title.title-helper {
    left: -155px !important; } }

@media (max-width: 1025px) {
  i.title {
    left: auto;
    top: auto; }
    i.title.spacing-text-helper {
      top: auto; }
    i.title.title-helper {
      left: -125px !important; }
  i.colored-box {
    background-position: 0% 0%;
    color: white; } }

@media (max-width: 950px) {
  i.title.title-helper {
    position: relative;
    left: 0px !important;
    margin-bottom: 16px; } }

@media (max-width: 767px) {
  p {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.25px; }
    p.big-title {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: -0.5px; }
    p.big-category {
      font-size: 13px;
      line-height: 24px;
      letter-spacing: -0.25px; }
    p.big {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: -0.5px; }
  h3 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px; }
  h1, h2 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -1px; }
  h5 {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px; } }

/*
BUTTONS GLOBAL
-------------------------------------------- */
.large-btn, .big-btn {
  position: relative;
  width: 280px;
  height: 80px;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  overflow: hidden; }
  .large-btn p, .big-btn p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    display: inline-block;
    width: 100%;
    height: 100%; }
    .large-btn p .btn-transition-helper, .big-btn p .btn-transition-helper {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      overflow: hidden; }
      .large-btn p .btn-transition-helper:before, .big-btn p .btn-transition-helper:before {
        content: attr(title);
        color: white;
        position: absolute;
        left: 50%;
        top: 50%;
        display: block;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -webkit-transition: all 0.3s 0s cubic-bezier(0.45, 0.45, 0.3, 1);
        -moz-transition: all 0.3s 0s cubic-bezier(0.45, 0.45, 0.3, 1);
        -ms-transition: all 0.3s 0s cubic-bezier(0.45, 0.45, 0.3, 1);
        -o-transition: all 0.3s 0s cubic-bezier(0.45, 0.45, 0.3, 1);
        transition: all 0.3s 0s cubic-bezier(0.45, 0.45, 0.3, 1);
        opacity: 1;
        z-index: 2;
        width: 100%;
        line-height: 24px; }
      .large-btn p .btn-transition-helper:after, .big-btn p .btn-transition-helper:after {
        content: attr(title);
        position: relative;
        top: 50%;
        left: 50%;
        display: block;
        -webkit-transform: translateX(-50%) translateY(100%) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(-50%) translateY(100%) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(-50%) translateY(100%) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(-50%) translateY(100%) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(-50%) translateY(100%) translateZ(0px) rotate(0deg) scale(1);
        opacity: 0;
        -webkit-transition: all 0.3s 0s cubic-bezier(0.45, 0.45, 0.3, 1);
        -moz-transition: all 0.3s 0s cubic-bezier(0.45, 0.45, 0.3, 1);
        -ms-transition: all 0.3s 0s cubic-bezier(0.45, 0.45, 0.3, 1);
        -o-transition: all 0.3s 0s cubic-bezier(0.45, 0.45, 0.3, 1);
        transition: all 0.3s 0s cubic-bezier(0.45, 0.45, 0.3, 1);
        z-index: 2;
        width: 100%;
        line-height: 24px; }
  .large-btn:hover, .big-btn:hover {
    border: 1px solid #F44578; }
    .large-btn:hover p .btn-transition-helper:before, .big-btn:hover p .btn-transition-helper:before {
      -webkit-transform: translateX(-50%) translateY(-140%) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(-50%) translateY(-140%) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(-50%) translateY(-140%) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(-50%) translateY(-140%) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(-50%) translateY(-140%) translateZ(0px) rotate(0deg) scale(1);
      opacity: 0; }
    .large-btn:hover p .btn-transition-helper:after, .big-btn:hover p .btn-transition-helper:after {
      -webkit-transform: translateX(-50%) translateY(0%) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(-50%) translateY(0%) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(-50%) translateY(0%) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(-50%) translateY(0%) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(-50%) translateY(0%) translateZ(0px) rotate(0deg) scale(1);
      opacity: 1; }
    .large-btn:hover .btn-hover-helper, .big-btn:hover .btn-hover-helper {
      height: 100%;
      -webkit-transition: all 0.3s 0s cubic-bezier(0.45, 0.45, 0.3, 1);
      -moz-transition: all 0.3s 0s cubic-bezier(0.45, 0.45, 0.3, 1);
      -ms-transition: all 0.3s 0s cubic-bezier(0.45, 0.45, 0.3, 1);
      -o-transition: all 0.3s 0s cubic-bezier(0.45, 0.45, 0.3, 1);
      transition: all 0.3s 0s cubic-bezier(0.45, 0.45, 0.3, 1); }
  .large-btn .btn-hover-helper, .big-btn .btn-hover-helper {
    height: 0%;
    width: 100%;
    display: block;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 0;
    transform-origin: center top;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -ms-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    background-color: #F44578; }

.learn-more-btn {
  height: 48px;
  position: relative;
  overflow: hidden;
  color: black;
  margin: 24px 0 32px 0;
  display: inline-block;
  padding: 8px 16px;
  background-image: -webkit-gradient(linear, left top, right top, from(#F44578), color-stop(50%, #F44578), color-stop(50%, transparent), to(transparent));
  background-size: 210% 100%;
  background-position: 100% 0%;
  background-repeat: no-repeat;
  -webkit-transition: background-position 0.4s, color 0.4s;
  transition: background-position 0.4s, color 0.4s;
  white-space: nowrap;
  box-sizing: border-box; }
  .learn-more-btn p {
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.4s 0s ease;
    -moz-transition: all 0.4s 0s ease;
    -ms-transition: all 0.4s 0s ease;
    -o-transition: all 0.4s 0s ease;
    transition: all 0.4s 0s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-16px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-16px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-16px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-16px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-16px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
    .learn-more-btn p:before {
      content: attr(title);
      color: white;
      padding-right: 20px;
      position: absolute;
      right: 100%;
      -webkit-transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(-25%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -webkit-transition: all 0.4s 0s ease;
      -moz-transition: all 0.4s 0s ease;
      -ms-transition: all 0.4s 0s ease;
      -o-transition: all 0.4s 0s ease;
      transition: all 0.4s 0s ease; }
  .learn-more-btn:hover {
    background-position: 0% 0%; }
    .learn-more-btn:hover p {
      color: black;
      -webkit-transform: translateX(125%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(125%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(125%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(125%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(125%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      margin-left: 0%; }
      .learn-more-btn:hover p:before {
        padding-right: 0; }
  .learn-more-btn:before {
    display: inline; }

.big-btn {
  display: block;
  position: relative;
  height: 80px;
  width: 360px;
  border: 1px solid #000000;
  color: #000000; }
  .big-btn .big-title {
    width: 100%;
    position: absolute;
    display: block;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }
    .big-btn .big-title .btn-transition-helper:before {
      color: black; }
    .big-btn .big-title .btn-transition-helper:after {
      color: white; }

.play-btn-anchor {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1; }

.video-player .play-btn {
  height: 100px;
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -ms-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  z-index: 2; }
  .video-player .play-btn:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #FFFFFF;
    z-index: 9999; }
  .video-player .play-btn:hover {
    height: 110px;
    width: 110px; }

.transparentButton {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 9px 44px 9px 45px;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 24px;
  text-align: center;
  color: #000000;
  border: 1px solid #000000;
  font-weight: 800;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out; }
  .transparentButton:hover {
    border: 1px solid #F44578; }
  .transparentButton p .btn-transition-helper:before {
    color: black; }
  .transparentButton p .btn-transition-helper:after {
    color: white; }

.page-template-tpl-contact .wpcf7 .large-btn {
  bottom: -40px;
  top: auto; }

.page-template-tpl-contact .wpcf7 .wpcf7-response-output {
  bottom: 100px;
  font-size: 17px;
  font-weight: 800;
  line-height: 22px;
  border: none; }

.wpcf7 .large-btn {
  display: inline-block;
  right: calc(-100% + 280px);
  top: 190px;
  border: 1px solid #000000;
  z-index: 1;
  opacity: 0.25; }
  .wpcf7 .large-btn:hover {
    border: 1px solid #F44578; }
  .wpcf7 .large-btn .big-title {
    margin: 0; }
  .wpcf7 .large-btn .btn-transition-helper {
    text-align: center; }
    .wpcf7 .large-btn .btn-transition-helper:before {
      color: black; }
    .wpcf7 .large-btn .btn-transition-helper:after {
      color: white; }
  .wpcf7 .large-btn .submit-label {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%; }
    .wpcf7 .large-btn .submit-label br {
      display: none; }

html.ie .learn-more-btn:hover {
  background-position: 100% 0%; }
  html.ie .learn-more-btn:hover p {
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    color: #F44578; }

@media (max-width: 1025px) {
  html.touch .large-btn:hover, html.touch .big-btn:hover {
    border: 1px solid white; }
    html.touch .large-btn:hover .btn-hover-helper, html.touch .big-btn:hover .btn-hover-helper {
      display: none; }
    html.touch .large-btn:hover .btn-transition-helper, html.touch .big-btn:hover .btn-transition-helper {
      overflow: visible; }
      html.touch .large-btn:hover .btn-transition-helper:after, html.touch .big-btn:hover .btn-transition-helper:after {
        content: none; }
      html.touch .large-btn:hover .btn-transition-helper:before, html.touch .big-btn:hover .btn-transition-helper:before {
        top: 50%;
        left: 0;
        opacity: 1;
        -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -webkit-transition: all 0s 0s ease;
        -moz-transition: all 0s 0s ease;
        -ms-transition: all 0s 0s ease;
        -o-transition: all 0s 0s ease;
        transition: all 0s 0s ease; }
  html.touch .video-player .play-btn {
    -webkit-transition: all 0s 0s ease;
    -moz-transition: all 0s 0s ease;
    -ms-transition: all 0s 0s ease;
    -o-transition: all 0s 0s ease;
    transition: all 0s 0s ease; }
    html.touch .video-player .play-btn:hover {
      height: 100px;
      width: 100px; }
  html.touch .transparentButton:hover {
    border: 1px solid black; }
  html.touch .learn-more-btn:hover {
    background-image: none; }
    html.touch .learn-more-btn:hover p {
      -webkit-transform: translateX(-16px) translateY(0) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(-16px) translateY(0) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(-16px) translateY(0) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(-16px) translateY(0) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(-16px) translateY(0) translateZ(0px) rotate(0deg) scale(1); }
  html.touch .learn-more-btn p:before {
    content: none; }
  .learn-more-btn {
    margin: 14px 0 22px 0; } }

@media (max-width: 767px) {
  .video-player .play-btn {
    height: 50px;
    width: 50px; }
    .video-player .play-btn:before {
      border-width: 6px 0 6px 10px; }
  .large-btn {
    width: 200px;
    height: 56px; }
  .big-btn {
    height: 54px;
    width: 240px; }
  .wpcf7 .large-btn {
    right: calc(-100% + 196px);
    top: 165px; }
  .page-template-tpl-contact .wpcf7 .wpcf7-response-output {
    font-size: 13px;
    line-height: 18px; } }

/*
FORMS GLOBAL
-------------------------------------------- */
.wpcf7-form {
  position: relative;
  padding-bottom: 190px; }

.wpcf7 {
  width: 792px; }
  .wpcf7 input, .wpcf7 textarea {
    border-radius: 0px;
    outline: none;
    -webkit-outline: none; }
  .wpcf7 p {
    display: block;
    position: relative; }
    .wpcf7 p.labelChanger {
      height: 65px;
      margin-bottom: 64px; }
      @media (max-width: 424px) {
        .wpcf7 p.labelChanger {
          margin-bottom: -10px; } }
      .wpcf7 p.labelChanger label {
        position: absolute;
        bottom: 0;
        font-family: "objektiv-mk1",sans-serif;
        font-size: 40px;
        letter-spacing: -0.75px;
        line-height: 48px;
        font-weight: 800;
        opacity: 0.25; }
    .wpcf7 p.ffl-floated label {
      width: 100%;
      bottom: auto;
      top: -40px;
      color: #000000;
      font-size: 18px;
      letter-spacing: -0.3px;
      line-height: 32px;
      font-weight: normal;
      padding-bottom: 0px;
      opacity: 1; }
    .wpcf7 p.ffl-floated input[type="text"], .wpcf7 p.ffl-floated input[type="email"], .wpcf7 p.ffl-floated select {
      opacity: 1;
      color: black; }
  .wpcf7 label {
    color: #000000;
    font-size: 18px;
    letter-spacing: -0.3px;
    line-height: 32px;
    padding-bottom: 15px;
    -webkit-transition: all 200ms 0ms ease-in-out;
    -moz-transition: all 200ms 0ms ease-in-out;
    -ms-transition: all 200ms 0ms ease-in-out;
    -o-transition: all 200ms 0ms ease-in-out;
    transition: all 200ms 0ms ease-in-out; }
  .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 select {
    font-family: "objektiv-mk1",sans-serif;
    font-size: 40px;
    letter-spacing: -0.75px;
    line-height: 55px;
    font-weight: 800;
    opacity: 0.25;
    padding-bottom: 24px;
    box-sizing: border-box;
    -webkit-transition: all 200ms 0ms ease-in-out;
    -moz-transition: all 200ms 0ms ease-in-out;
    -ms-transition: all 200ms 0ms ease-in-out;
    -o-transition: all 200ms 0ms ease-in-out;
    transition: all 200ms 0ms ease-in-out; }
  .wpcf7 select {
    opacity: 1;
    outline: none;
    color: #000000;
    padding-bottom: 0%;
    padding-top: 0%;
    padding-left: 0%; }
  .wpcf7 ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1;
    /* Firefox */ }
  .wpcf7 :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000; }
  .wpcf7 ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000; }
  .wpcf7 input, .wpcf7 select, .wpcf7 textarea {
    width: 100%;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #000000; }
    .wpcf7 input.clicked, .wpcf7 select.clicked, .wpcf7 textarea.clicked {
      opacity: 1;
      padding-bottom: 48px; }
  .wpcf7 textarea {
    height: 200px;
    font-size: 40px;
    letter-spacing: -0.75px;
    line-height: 48px;
    color: #000000;
    resize: none;
    font-weight: 800;
    margin-top: -20px;
    z-index: 1 !important;
    font-family: "objektiv-mk1",sans-serif; }
  .wpcf7 .text-area-label {
    color: #F44578;
    font-size: 18px;
    letter-spacing: -0.3px;
    line-height: 32px;
    z-index: 1; }
    .wpcf7 .text-area-label label {
      z-index: 2 !important; }
  .wpcf7 select {
    width: 100%; }
  .wpcf7 .wpcf7-submit {
    width: 100%;
    height: 100%;
    border: 1px solid #000000;
    background-color: transparent;
    color: black;
    opacity: 0;
    font-weight: 800;
    font-family: "objektiv-mk1",sans-serif;
    border-radius: 0px;
    -webkit-appearance: none;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out; }
    .wpcf7 .wpcf7-submit:hover {
      background-color: #F44578;
      border: 1px solid #F44578;
      color: white;
      opacity: 1; }
  .wpcf7 .submit-label {
    display: inline-block;
    position: relative;
    z-index: 2;
    position: absolute;
    top: 0; }
  .wpcf7 .wpcf7-response-output {
    margin: 8px 0 1em !important;
    position: absolute;
    padding: 0.2em 0px;
    right: 0px;
    bottom: -60px;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    border: none;
    text-align: right; }
  .wpcf7 .wpcf7-select {
    padding-bottom: 20px;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    padding-top: 10px;
    background: none;
    line-height: 52px; }
  .wpcf7 .dropdownArrow {
    position: relative;
    display: block;
    margin-bottom: 64px; }
    @media (max-width: 424px) {
      .wpcf7 .dropdownArrow {
        margin-bottom: 30px; } }
    .wpcf7 .dropdownArrow:before {
      content: "";
      width: 10px;
      height: 2px;
      position: absolute;
      bottom: 47px;
      right: 51px;
      background-color: black;
      -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-130deg) scale(1);
      -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-130deg) scale(1);
      -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-130deg) scale(1);
      -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-130deg) scale(1);
      transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-130deg) scale(1); }
    .wpcf7 .dropdownArrow:after {
      content: "";
      width: 10px;
      height: 2px;
      position: absolute;
      bottom: 47px;
      right: 45px;
      background-color: black;
      -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(130deg) scale(1);
      -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(130deg) scale(1);
      -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(130deg) scale(1);
      -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(130deg) scale(1);
      transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(130deg) scale(1); }
  .wpcf7 .resume {
    padding-top: 10px; }
  .wpcf7 .wpcf7-file {
    position: relative;
    height: 80px;
    box-sizing: border-box;
    border: 1px solid white;
    opacity: 0; }
  .wpcf7 .cv-wrapper {
    position: relative; }
    .wpcf7 .cv-wrapper label {
      position: absolute;
      top: 0px;
      left: 0;
      bottom: 0;
      right: 0;
      padding-bottom: 0%;
      background-color: #F44578;
      border: 1px solid white;
      box-sizing: border-box;
      font-weight: 800;
      line-height: 80px;
      text-align: center; }

.single-schools .wpcf7 input:-webkit-autofill,
.single-schools .wpcf7 input:-webkit-autofill:hover,
.single-schools .wpcf7 input:-webkit-autofill:focus
textarea:-webkit-autofill,
.single-schools .wpcf7 textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
.single-schools .wpcf7 select:-webkit-autofill,
.single-schools .wpcf7 select:-webkit-autofill:hover,
.single-schools .wpcf7 select:-webkit-autofill:focus, .single-training .wpcf7 input:-webkit-autofill,
.single-training .wpcf7 input:-webkit-autofill:hover,
.single-training .wpcf7 input:-webkit-autofill:focus
textarea:-webkit-autofill,
.single-training .wpcf7 textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
.single-training .wpcf7 select:-webkit-autofill,
.single-training .wpcf7 select:-webkit-autofill:hover,
.single-training .wpcf7 select:-webkit-autofill:focus, .single-positions .wpcf7 input:-webkit-autofill,
.single-positions .wpcf7 input:-webkit-autofill:hover,
.single-positions .wpcf7 input:-webkit-autofill:focus
textarea:-webkit-autofill,
.single-positions .wpcf7 textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
.single-positions .wpcf7 select:-webkit-autofill,
.single-positions .wpcf7 select:-webkit-autofill:hover,
.single-positions .wpcf7 select:-webkit-autofill:focus {
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 1000px #F44578 inset; }

#wpcf7-f1428-o1 .wpcf7-form {
  padding-bottom: 0px; }
  #wpcf7-f1428-o1 .wpcf7-form.sent .labelChanger, #wpcf7-f1428-o1 .wpcf7-form.sent .large-btn {
    display: none; }
  #wpcf7-f1428-o1 .wpcf7-form.sent .wpcf7-response-output {
    bottom: -250px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    font-size: 40px;
    letter-spacing: -0.75px;
    font-weight: 800;
    text-align: center; }

#wpcf7-f1428-o1 .wpcf7-response-output {
  bottom: -115px; }

.page-template-tpl-contact .wpcf7 input:-webkit-autofill,
.page-template-tpl-contact .wpcf7 input:-webkit-autofill:hover,
.page-template-tpl-contact .wpcf7 input:-webkit-autofill:focus
textarea:-webkit-autofill,
.page-template-tpl-contact .wpcf7 textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
.page-template-tpl-contact .wpcf7 select:-webkit-autofill,
.page-template-tpl-contact .wpcf7 select:-webkit-autofill:hover,
.page-template-tpl-contact .wpcf7 select:-webkit-autofill:focus {
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px white inset; }

.page-template-tpl-contact .wpcf7 .dropdownArrow {
  margin-bottom: 0px; }
  @media (max-width: 424px) {
    .page-template-tpl-contact .wpcf7 .dropdownArrow {
      margin-bottom: 0px; } }

.page-template-tpl-contact .wpcf7 p.labelChanger {
  margin-bottom: 0px; }

@media (max-width: 1025px) {
  html.touch .wpcf7 .wpcf7-submit:hover {
    background-color: transparent;
    color: transparent;
    border: 1px solid black; }
  .wpcf7 {
    width: 100%; } }

@media (max-width: 767px) {
  .wpcf7 label {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.25px;
    padding-bottom: 10px; }
  .wpcf7 .wpcf7-select {
    padding-bottom: 0%;
    padding-top: 0%;
    padding-left: 0%; }
  .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 select {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -1px;
    padding-bottom: 20px; }
  .wpcf7 p.labelChanger {
    margin-top: 34px !important; }
    .wpcf7 p.labelChanger label {
      font-size: 24px;
      line-height: 36px;
      letter-spacing: -1px; }
    .wpcf7 p.labelChanger.ffl-floated label {
      font-size: 13px;
      line-height: 24px;
      letter-spacing: -0.25px;
      padding-top: 8px; }
  .wpcf7 .wpcf7-response-output {
    bottom: -66px;
    width: 90%;
    font-size: 13px;
    line-height: 18px; }
  .wpcf7 .dropdownArrow {
    width: 100%; }
    .wpcf7 .dropdownArrow:after {
      bottom: 25px;
      right: 19px; }
    .wpcf7 .dropdownArrow:before {
      bottom: 25px;
      right: 25px; }
  .wpcf7 textarea {
    height: 180px;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -1px; }
  .wpcf7 .wpcf7-file {
    height: 56px; }
  .wpcf7 .cv-wrapper label {
    line-height: 55px; }
  .wpcf7 .resume {
    margin-bottom: 50px;
    padding-top: 28px; }
  .wpcf7#wpcf7-f1428-o1 .wpcf7-response-output {
    width: 100%; }
  .wpcf7-form {
    padding-bottom: 160px; }
  .page-template-tpl-contact .wpcf7 .wpcf7-form {
    padding-bottom: 75px; }
  .page-template-tpl-contact .wpcf7 .large-btn {
    top: auto;
    bottom: -16px; }
  .page-template-tpl-contact .wpcf7 .wpcf7-response-output {
    bottom: 0;
    right: 0px; } }

#curator-feed .crt-panel-arrow, #curator-feed-blog-feed .crt-panel-arrow {
  top: -106px;
  right: 0;
  left: auto;
  transform: none;
  height: 48px;
  width: 48px;
  border: 1px solid #000000;
  background-color: transparent;
  border-radius: 0%;
  font-weight: bold;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out; }
  #curator-feed .crt-panel-arrow:hover, #curator-feed-blog-feed .crt-panel-arrow:hover {
    background-color: #F44578;
    border: 1px solid #F44578; }

#curator-feed .crt-panel-prev, #curator-feed-blog-feed .crt-panel-prev {
  right: 63px; }

#curator-feed .crt-panel-next:before, #curator-feed .crt-panel-prev:before, #curator-feed-blog-feed .crt-panel-next:before, #curator-feed-blog-feed .crt-panel-prev:before {
  color: black;
  font-size: 18px; }

#curator-feed .crt-panel-next:hover:before, #curator-feed .crt-panel-prev:hover:before, #curator-feed-blog-feed .crt-panel-next:hover:before, #curator-feed-blog-feed .crt-panel-prev:hover:before {
  color: white; }

#curator-feed .crt-post-border, #curator-feed-blog-feed .crt-post-border {
  border: none; }

#curator-feed .crt-post-userimage, #curator-feed .crt-post-share, #curator-feed .crt-post-username, #curator-feed .crt-post-fullname, #curator-feed .crt-social-icon, #curator-feed .crt-post-footer, #curator-feed-blog-feed .crt-post-userimage, #curator-feed-blog-feed .crt-post-share, #curator-feed-blog-feed .crt-post-username, #curator-feed-blog-feed .crt-post-fullname, #curator-feed-blog-feed .crt-social-icon, #curator-feed-blog-feed .crt-post-footer {
  display: none; }

#curator-feed-blog-feed {
  margin-top: 80px; }

@media (max-width: 1025px) {
  html.touch #curator-feed .crt-panel-arrow:hover, html.touch #curator-feed-blog-feed .crt-panel-arrow:hover {
    background-color: transparent;
    border: 1px solid black; }
  html.touch #curator-feed .crt-panel-next:hover:before, html.touch #curator-feed .crt-panel-prev:hover:before, html.touch #curator-feed-blog-feed .crt-panel-next:hover:before, html.touch #curator-feed-blog-feed .crt-panel-prev:hover:before {
    color: black; } }

@media (max-width: 767px) {
  #curator-feed-blog-feed {
    margin-top: 24px; }
  #curator-feed .crt-panel-arrow, #curator-feed-blog-feed .crt-panel-arrow {
    top: -50px;
    right: 10px; }
  #curator-feed .crt-panel-prev, #curator-feed-blog-feed .crt-panel-prev {
    right: 73px; } }

.embed-container {
  position: absolute;
  height: 560px;
  width: 100%;
  top: 0;
  overflow: hidden;
  z-index: -1; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-to-play {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2; }
  .video-to-play a {
    display: block;
    height: 100%; }

#player .ytp-pause-overlay .ytp-related-title {
  display: none !important; }

#player .ytp-suggestions {
  display: none !important; }

/*
HEADER
-------------------------------------------- */
html.ie .follow .follow-expand {
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-180deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-180deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-180deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-180deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-180deg) scale(1); }

html.ie .follow:hover .follow-expand {
  left: 0px;
  bottom: 0px; }

.hamburger {
  position: fixed;
  top: 50%;
  left: 49px;
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  height: 18px;
  width: 22px;
  z-index: 9997;
  padding: 6px 6px 6px 0px;
  cursor: pointer; }
  .hamburger span {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    -webkit-transition: all 0.3s 0s cubic-bezier(0.14, 1.09, 0.69, 1.5);
    -moz-transition: all 0.3s 0s cubic-bezier(0.14, 1.09, 0.69, 1.5);
    -ms-transition: all 0.3s 0s cubic-bezier(0.14, 1.09, 0.69, 1.5);
    -o-transition: all 0.3s 0s cubic-bezier(0.14, 1.09, 0.69, 1.5);
    transition: all 0.3s 0s cubic-bezier(0.14, 1.09, 0.69, 1.5);
    position: relative; }
    .hamburger span:nth-child(2) {
      margin: 5px 0; }
    .hamburger span:nth-child(4) {
      top: 0; }
    .hamburger span:nth-child(5) {
      top: 7px; }
    .hamburger span:nth-child(6) {
      bottom: 2px; }
    .hamburger span.change-color {
      background-color: black; }
  .hamburger .white-hamburger {
    position: absolute; }
  .hamburger.colored {
    background-color: white; }
  .hamburger.activeNavMenu {
    padding: 12px 10px 0 0; }
    .hamburger.activeNavMenu span {
      background-color: black;
      -webkit-transition: all 0.24s 0s cubic-bezier(0.56, 0.01, 0.58, 1);
      -moz-transition: all 0.24s 0s cubic-bezier(0.56, 0.01, 0.58, 1);
      -ms-transition: all 0.24s 0s cubic-bezier(0.56, 0.01, 0.58, 1);
      -o-transition: all 0.24s 0s cubic-bezier(0.56, 0.01, 0.58, 1);
      transition: all 0.24s 0s cubic-bezier(0.56, 0.01, 0.58, 1); }
      .hamburger.activeNavMenu span:nth-child(2) {
        display: none; }
      .hamburger.activeNavMenu span:first-child {
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(45deg) scale(1);
        -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(45deg) scale(1);
        -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(45deg) scale(1);
        -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(45deg) scale(1);
        transform: translateX(0px) translateY(0px) translateZ(0px) rotate(45deg) scale(1); }
      .hamburger.activeNavMenu span:last-child {
        -webkit-transform: translateX(0px) translateY(-2px) translateZ(0px) rotate(-45deg) scale(1);
        -moz-transform: translateX(0px) translateY(-2px) translateZ(0px) rotate(-45deg) scale(1);
        -ms-transform: translateX(0px) translateY(-2px) translateZ(0px) rotate(-45deg) scale(1);
        -o-transform: translateX(0px) translateY(-2px) translateZ(0px) rotate(-45deg) scale(1);
        transform: translateX(0px) translateY(-2px) translateZ(0px) rotate(-45deg) scale(1); }
    .hamburger.activeNavMenu:hover span:first-child {
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(45deg) scale(1);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(45deg) scale(1);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(45deg) scale(1);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(45deg) scale(1);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(45deg) scale(1); }
    .hamburger.activeNavMenu:hover span:last-child {
      -webkit-transform: translateX(0px) translateY(-2px) translateZ(0px) rotate(-45deg) scale(1);
      -moz-transform: translateX(0px) translateY(-2px) translateZ(0px) rotate(-45deg) scale(1);
      -ms-transform: translateX(0px) translateY(-2px) translateZ(0px) rotate(-45deg) scale(1);
      -o-transform: translateX(0px) translateY(-2px) translateZ(0px) rotate(-45deg) scale(1);
      transform: translateX(0px) translateY(-2px) translateZ(0px) rotate(-45deg) scale(1); }
  .hamburger:hover span:first-child {
    -webkit-transform: translateX(0px) translateY(-2px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(-2px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(-2px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(-2px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(-2px) translateZ(0px) rotate(0deg) scale(1); }
  .hamburger:hover span:last-child {
    -webkit-transform: translateX(0px) translateY(2px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(2px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(2px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(2px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(2px) translateZ(0px) rotate(0deg) scale(1); }
  .hamburger:active span:first-child {
    -webkit-transform: translateX(0px) translateY(1px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(1px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(1px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(1px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(1px) translateZ(0px) rotate(0deg) scale(1); }
  .hamburger:active span:last-child {
    -webkit-transform: translateX(0px) translateY(-1px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(-1px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(-1px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(-1px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(-1px) translateZ(0px) rotate(0deg) scale(1); }

.nav-pages {
  float: left;
  -webkit-transition: opacity .3s linear;
  -ms-transition: opacity .3s linear;
  transition: opacity .3s linear;
  opacity: 1; }
  .nav-pages li {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 32px;
    margin-bottom: 15px;
    -webkit-transform: translateX(-10%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-10%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-10%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-10%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-10%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    opacity: 0;
    transition: opacity 0.8s ease-in-out; }
    .nav-pages li:nth-child(-n+4) {
      font-size: 40px;
      letter-spacing: -0.75px;
      line-height: 48px;
      font-weight: 800;
      margin-bottom: 20px; }
    .nav-pages li:last-child {
      margin-bottom: 0%; }
    .nav-pages li a {
      color: black;
      padding: 6px;
      -webkit-transition: all 0.15s 0s ease-in-out;
      -moz-transition: all 0.15s 0s ease-in-out;
      -ms-transition: all 0.15s 0s ease-in-out;
      -o-transition: all 0.15s 0s ease-in-out;
      transition: all 0.15s 0s ease-in-out; }
      .nav-pages li a:hover {
        background-color: #F44578;
        color: white; }
    .nav-pages li.current-menu-item a {
      position: relative; }
      .nav-pages li.current-menu-item a:before {
        content: "";
        position: absolute;
        bottom: 40%;
        left: 0;
        height: 7px;
        width: 100%;
        background-color: #22DCAB;
        z-index: -1; }

.nav-offices, .nav-language {
  width: 285px;
  float: right;
  font-size: 20px;
  letter-spacing: -0.75px;
  line-height: 24px;
  opacity: 0; }
  .nav-offices .small, .nav-language .small {
    margin-bottom: 24px; }
  .nav-offices li, .nav-language li {
    display: block;
    margin-bottom: 8px;
    -webkit-transform: translateX(-10%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-10%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-10%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-10%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-10%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    opacity: 0; }
    .nav-offices li:last-child, .nav-language li:last-child {
      margin-bottom: 0%; }
  .nav-offices a, .nav-language a {
    color: black;
    position: relative; }
    .nav-offices a:after, .nav-language a:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0%;
      height: 2px;
      color: #F44578;
      background-color: #F44578;
      visibility: hidden;
      -webkit-transition: all 0.2s 0s ease-in-out;
      -moz-transition: all 0.2s 0s ease-in-out;
      -ms-transition: all 0.2s 0s ease-in-out;
      -o-transition: all 0.2s 0s ease-in-out;
      transition: all 0.2s 0s ease-in-out; }
    .nav-offices a:hover:after, .nav-language a:hover:after {
      visibility: visible;
      width: 100%; }
  .nav-offices P, .nav-language P {
    width: auto; }

.nav-language {
  padding-top: 40px;
  width: 285px;
  float: right;
  clear: right;
  font-size: 20px;
  letter-spacing: -0.75px;
  line-height: 24px;
  opacity: 0; }
  .nav-language .small {
    margin-bottom: 24px; }

.nav-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 9998;
  -webkit-transition: all 0.4s 0s ease-in-out;
  -moz-transition: all 0.4s 0s ease-in-out;
  -ms-transition: all 0.4s 0s ease-in-out;
  -o-transition: all 0.4s 0s ease-in-out;
  transition: all 0.4s 0s ease-in-out;
  -webkit-transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-100%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
  opacity: 0; }
  .nav-menu.activeNavMenu {
    z-index: 9995;
    -webkit-transform: translateX(0%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    opacity: 1; }
    .nav-menu.activeNavMenu .nav-pages {
      opacity: 1;
      -webkit-transition: opacity .3s 0s linear;
      -ms-transition: opacity .3s 0s linear;
      transition: opacity .3s 0s linear; }
      .nav-menu.activeNavMenu .nav-pages li {
        opacity: 1;
        -webkit-transform: translateX(0%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0%) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
        .nav-menu.activeNavMenu .nav-pages li:first-child {
          -webkit-transition: all 0.5s 0.3s cubic-bezier(0.33, 0.35, 0.1, 1);
          -moz-transition: all 0.5s 0.3s cubic-bezier(0.33, 0.35, 0.1, 1);
          -ms-transition: all 0.5s 0.3s cubic-bezier(0.33, 0.35, 0.1, 1);
          -o-transition: all 0.5s 0.3s cubic-bezier(0.33, 0.35, 0.1, 1);
          transition: all 0.5s 0.3s cubic-bezier(0.33, 0.35, 0.1, 1); }
        .nav-menu.activeNavMenu .nav-pages li:nth-child(2) {
          -webkit-transition: all 0.5s 0.4s cubic-bezier(0.33, 0.35, 0.1, 1);
          -moz-transition: all 0.5s 0.4s cubic-bezier(0.33, 0.35, 0.1, 1);
          -ms-transition: all 0.5s 0.4s cubic-bezier(0.33, 0.35, 0.1, 1);
          -o-transition: all 0.5s 0.4s cubic-bezier(0.33, 0.35, 0.1, 1);
          transition: all 0.5s 0.4s cubic-bezier(0.33, 0.35, 0.1, 1); }
        .nav-menu.activeNavMenu .nav-pages li:nth-child(3) {
          -webkit-transition: all 0.5s 0.5s cubic-bezier(0.33, 0.35, 0.1, 1);
          -moz-transition: all 0.5s 0.5s cubic-bezier(0.33, 0.35, 0.1, 1);
          -ms-transition: all 0.5s 0.5s cubic-bezier(0.33, 0.35, 0.1, 1);
          -o-transition: all 0.5s 0.5s cubic-bezier(0.33, 0.35, 0.1, 1);
          transition: all 0.5s 0.5s cubic-bezier(0.33, 0.35, 0.1, 1); }
        .nav-menu.activeNavMenu .nav-pages li:nth-child(4) {
          -webkit-transition: all 0.5s 0.6s cubic-bezier(0.33, 0.35, 0.1, 1);
          -moz-transition: all 0.5s 0.6s cubic-bezier(0.33, 0.35, 0.1, 1);
          -ms-transition: all 0.5s 0.6s cubic-bezier(0.33, 0.35, 0.1, 1);
          -o-transition: all 0.5s 0.6s cubic-bezier(0.33, 0.35, 0.1, 1);
          transition: all 0.5s 0.6s cubic-bezier(0.33, 0.35, 0.1, 1); }
        .nav-menu.activeNavMenu .nav-pages li:nth-child(5) {
          -webkit-transition: all 0.5s 0.7s cubic-bezier(0.33, 0.35, 0.1, 1);
          -moz-transition: all 0.5s 0.7s cubic-bezier(0.33, 0.35, 0.1, 1);
          -ms-transition: all 0.5s 0.7s cubic-bezier(0.33, 0.35, 0.1, 1);
          -o-transition: all 0.5s 0.7s cubic-bezier(0.33, 0.35, 0.1, 1);
          transition: all 0.5s 0.7s cubic-bezier(0.33, 0.35, 0.1, 1); }
        .nav-menu.activeNavMenu .nav-pages li:nth-child(6) {
          -webkit-transition: all 0.5s 0.8s cubic-bezier(0.33, 0.35, 0.1, 1);
          -moz-transition: all 0.5s 0.8s cubic-bezier(0.33, 0.35, 0.1, 1);
          -ms-transition: all 0.5s 0.8s cubic-bezier(0.33, 0.35, 0.1, 1);
          -o-transition: all 0.5s 0.8s cubic-bezier(0.33, 0.35, 0.1, 1);
          transition: all 0.5s 0.8s cubic-bezier(0.33, 0.35, 0.1, 1); }
        .nav-menu.activeNavMenu .nav-pages li:nth-child(7) {
          -webkit-transition: all 0.5s 0.9s cubic-bezier(0.33, 0.35, 0.1, 1);
          -moz-transition: all 0.5s 0.9s cubic-bezier(0.33, 0.35, 0.1, 1);
          -ms-transition: all 0.5s 0.9s cubic-bezier(0.33, 0.35, 0.1, 1);
          -o-transition: all 0.5s 0.9s cubic-bezier(0.33, 0.35, 0.1, 1);
          transition: all 0.5s 0.9s cubic-bezier(0.33, 0.35, 0.1, 1); }
        .nav-menu.activeNavMenu .nav-pages li:nth-child(8) {
          -webkit-transition: all 0.5s 1s cubic-bezier(0.33, 0.35, 0.1, 1);
          -moz-transition: all 0.5s 1s cubic-bezier(0.33, 0.35, 0.1, 1);
          -ms-transition: all 0.5s 1s cubic-bezier(0.33, 0.35, 0.1, 1);
          -o-transition: all 0.5s 1s cubic-bezier(0.33, 0.35, 0.1, 1);
          transition: all 0.5s 1s cubic-bezier(0.33, 0.35, 0.1, 1); }
        .nav-menu.activeNavMenu .nav-pages li:nth-child(9) {
          -webkit-transition: all 0.5s 1.1s cubic-bezier(0.33, 0.35, 0.1, 1);
          -moz-transition: all 0.5s 1.1s cubic-bezier(0.33, 0.35, 0.1, 1);
          -ms-transition: all 0.5s 1.1s cubic-bezier(0.33, 0.35, 0.1, 1);
          -o-transition: all 0.5s 1.1s cubic-bezier(0.33, 0.35, 0.1, 1);
          transition: all 0.5s 1.1s cubic-bezier(0.33, 0.35, 0.1, 1); }
        .nav-menu.activeNavMenu .nav-pages li:nth-child(10) {
          -webkit-transition: all 0.5s 1.2s cubic-bezier(0.33, 0.35, 0.1, 1);
          -moz-transition: all 0.5s 1.2s cubic-bezier(0.33, 0.35, 0.1, 1);
          -ms-transition: all 0.5s 1.2s cubic-bezier(0.33, 0.35, 0.1, 1);
          -o-transition: all 0.5s 1.2s cubic-bezier(0.33, 0.35, 0.1, 1);
          transition: all 0.5s 1.2s cubic-bezier(0.33, 0.35, 0.1, 1); }
    .nav-menu.activeNavMenu .nav-offices, .nav-menu.activeNavMenu .nav-language {
      opacity: 1;
      -webkit-transition: opacity .8s .7s linear;
      -ms-transition: opacity .8s .7s linear;
      transition: opacity .8s .7s linear; }
      .nav-menu.activeNavMenu .nav-offices li, .nav-menu.activeNavMenu .nav-language li {
        opacity: 1;
        -webkit-transform: translateX(0%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0%) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
  .nav-menu ul {
    display: inline-block; }

.nav-menu-holder {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }

.greeting-animation {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 9998;
  -webkit-transition: all 0.4s 0.95s ease-out;
  -moz-transition: all 0.4s 0.95s ease-out;
  -ms-transition: all 0.4s 0.95s ease-out;
  -o-transition: all 0.4s 0.95s ease-out;
  transition: all 0.4s 0.95s ease-out;
  height: 100%; }
  .greeting-animation.active {
    display: block; }
  .greeting-animation p {
    font-size: 20px;
    letter-spacing: -0.75px;
    line-height: 24px;
    font-weight: 800;
    padding-bottom: 9px;
    -webkit-transition: all 0.3s 0.2s ease-in-out;
    -moz-transition: all 0.3s 0.2s ease-in-out;
    -ms-transition: all 0.3s 0.2s ease-in-out;
    -o-transition: all 0.3s 0.2s ease-in-out;
    transition: all 0.3s 0.2s ease-in-out;
    opacity: 1; }
  .greeting-animation h1 {
    font-size: 150px;
    line-height: 160px;
    letter-spacing: -3.2px;
    font-weight: 800;
    transition: 0.38s ease-in-out 0.50s;
    opacity: 1; }
  .greeting-animation article {
    width: 60%;
    display: inline-block;
    position: absolute;
    top: 200px;
    left: 120px; }
    .greeting-animation article.out-view h1, .greeting-animation article.out-view p {
      opacity: 0;
      padding-top: 25px; }
    .greeting-animation article.fadeOut h1, .greeting-animation article.fadeOut p {
      opacity: 0;
      transform: translateY(-10px);
      transition: 0.3s ease-in-out 0.3s; }
  .greeting-animation.out-view {
    height: 0%; }

body.overflow-cleaner {
  position: fixed;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 100%; }

.home .logo {
  position: fixed;
  top: 28px;
  left: 28px;
  z-index: 9999;
  width: 64px;
  height: 64px;
  display: inline-block; }
  .home .logo.change:after {
    opacity: 1; }
  .home .logo:before {
    content: url(../img/logo-represent-white.svg);
    position: relative;
    display: block;
    height: 100%; }
  .home .logo:after {
    content: url(../img/logo-represent.svg);
    position: absolute;
    display: block;
    opacity: 0;
    height: 100%;
    top: 0;
    transition: 0.7s ease-out; }
  .home .logo a {
    display: inline-block; }

.home .logo-colored-holder {
  display: block; }
  .home .logo-colored-holder .black-logo {
    -webkit-transition: all 0.4s 0s ease-out;
    -moz-transition: all 0.4s 0s ease-out;
    -ms-transition: all 0.4s 0s ease-out;
    -o-transition: all 0.4s 0s ease-out;
    transition: all 0.4s 0s ease-out; }
    .home .logo-colored-holder .black-logo.greeting-view {
      height: 100% !important; }
  .home .logo-colored-holder.change .black-logo {
    transition: 0.7s ease-out; }

.home .hamburger.change span {
  background-color: black;
  transition: 0.3s ease-out; }

.logo {
  display: none; }

.logo-colored-holder {
  position: fixed;
  top: 28px;
  left: 28px;
  z-index: 9999;
  width: 64px;
  height: 64px;
  display: block;
  -webkit-transition: all 0.5s 0s cubic-bezier(0, 0.65, 0.5, 1);
  -moz-transition: all 0.5s 0s cubic-bezier(0, 0.65, 0.5, 1);
  -ms-transition: all 0.5s 0s cubic-bezier(0, 0.65, 0.5, 1);
  -o-transition: all 0.5s 0s cubic-bezier(0, 0.65, 0.5, 1);
  transition: all 0.5s 0s cubic-bezier(0, 0.65, 0.5, 1); }
  .logo-colored-holder .white-logo {
    background-image: url(../img/logo-represent-white-new.svg);
    background-size: 64px 64px;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    top: 0; }
  .logo-colored-holder .black-logo {
    background-image: url(../img/logo-represent-black-new.svg);
    background-size: 64px 64px;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    display: block;
    height: 0%;
    width: 100%;
    opacity: 1;
    top: 0; }
    .logo-colored-holder .black-logo.convertor {
      background-position: bottom center;
      bottom: 0; }
    .logo-colored-holder .black-logo.out-view {
      height: 100%; }
    .logo-colored-holder .black-logo.activeNavMenu {
      height: 100% !important; }
  .logo-colored-holder.change .black-logo {
    height: 100% !important; }
  .logo-colored-holder.hover {
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1); }

.follow {
  position: fixed;
  bottom: 48px;
  left: 36px;
  font-weight: 500;
  z-index: 9997;
  letter-spacing: -0.25px;
  color: #ffffff;
  display: inline-block;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
  -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
  -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
  -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
  transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
  -webkit-transition: all 0.1s 0s ease-out;
  -moz-transition: all 0.1s 0s ease-out;
  -ms-transition: all 0.1s 0s ease-out;
  -o-transition: all 0.1s 0s ease-out;
  transition: all 0.1s 0s ease-out; }
  .follow .small {
    -webkit-transition: all 0.1s 0s ease-out;
    -moz-transition: all 0.1s 0s ease-out;
    -ms-transition: all 0.1s 0s ease-out;
    -o-transition: all 0.1s 0s ease-out;
    transition: all 0.1s 0s ease-out; }
  .follow .follow-expand {
    position: fixed;
    bottom: -117px;
    left: -226px;
    width: 120px;
    height: 255px;
    background-color: white;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
    -webkit-transition: all 0.4s 0s cubic-bezier(0.45, 0.45, 0.25, 1);
    -moz-transition: all 0.4s 0s cubic-bezier(0.45, 0.45, 0.25, 1);
    -ms-transition: all 0.4s 0s cubic-bezier(0.45, 0.45, 0.25, 1);
    -o-transition: all 0.4s 0s cubic-bezier(0.45, 0.45, 0.25, 1);
    transition: all 0.4s 0s cubic-bezier(0.45, 0.45, 0.25, 1); }
    .follow .follow-expand ul {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      margin-left: 0%; }
      .follow .follow-expand ul li {
        opacity: 1;
        margin: 31px auto;
        cursor: pointer;
        display: block;
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(180deg) scale(1);
        -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(180deg) scale(1);
        -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(180deg) scale(1);
        -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(180deg) scale(1);
        transform: translateX(0px) translateY(0px) translateZ(0px) rotate(180deg) scale(1);
        -webkit-transition: all 0.3s 0s ease-out;
        -moz-transition: all 0.3s 0s ease-out;
        -ms-transition: all 0.3s 0s ease-out;
        -o-transition: all 0.3s 0s ease-out;
        transition: all 0.3s 0s ease-out; }
        .follow .follow-expand ul li:first-child {
          margin-top: 0; }
        .follow .follow-expand ul li:last-child {
          margin-bottom: 0%; }
        .follow .follow-expand ul li.in {
          background: url(../icons/social-sprite.svg);
          height: 18px;
          width: 18px;
          background-position: -12px -21px;
          padding: 9px 12px;
          box-sizing: border-box; }
          .follow .follow-expand ul li.in:hover {
            background: url(../icons/social-sprite.svg);
            background-position: -11px 0px;
            fill: #F44578; }
        .follow .follow-expand ul li.fb {
          background: url(../icons/social-sprite.svg);
          height: 17px;
          width: 9px;
          background-position: 0px -22px;
          padding: 8px 7px;
          box-sizing: border-box;
          -webkit-transform: translateX(-3px) translateY(0px) translateZ(0px) rotate(180deg) scale(1);
          -moz-transform: translateX(-3px) translateY(0px) translateZ(0px) rotate(180deg) scale(1);
          -ms-transform: translateX(-3px) translateY(0px) translateZ(0px) rotate(180deg) scale(1);
          -o-transform: translateX(-3px) translateY(0px) translateZ(0px) rotate(180deg) scale(1);
          transform: translateX(-3px) translateY(0px) translateZ(0px) rotate(180deg) scale(1); }
          .follow .follow-expand ul li.fb:hover {
            background: url(../icons/social-sprite.svg);
            background-position: 0px 0px; }
        .follow .follow-expand ul li.yt {
          background: url(../icons/social-sprite.svg);
          height: 15px;
          width: 22px;
          background-position: 61% -24px;
          padding: 8px 13px;
          box-sizing: border-box;
          -webkit-transform: translateX(1px) translateY(0px) translateZ(0px) rotate(180deg) scale(1);
          -moz-transform: translateX(1px) translateY(0px) translateZ(0px) rotate(180deg) scale(1);
          -ms-transform: translateX(1px) translateY(0px) translateZ(0px) rotate(180deg) scale(1);
          -o-transform: translateX(1px) translateY(0px) translateZ(0px) rotate(180deg) scale(1);
          transform: translateX(1px) translateY(0px) translateZ(0px) rotate(180deg) scale(1); }
          .follow .follow-expand ul li.yt:hover {
            background: url(../icons/social-sprite.svg);
            background-position: 61% -1px; }
        .follow .follow-expand ul li.li {
          background: url(../icons/social-sprite.svg);
          height: 18px;
          width: 18px;
          background-position: -64px -21px;
          padding: 9px 9.2px;
          box-sizing: border-box; }
          .follow .follow-expand ul li.li:hover {
            background: url(../icons/social-sprite.svg);
            background-position: -64px 0px; }
  .follow:hover .follow-expand {
    bottom: -117px;
    left: 29px; }
  .follow.change .small {
    color: black; }
  .follow.activeNavMenu .small {
    color: black !important; }

@media (max-width: 1600px) {
  .greeting-animation h1 {
    font-size: 130px;
    line-height: 140px; } }

@media (max-width: 1500px) {
  .greeting-animation h1 {
    font-size: 110px;
    line-height: 120px; } }

@media (max-width: 1280px) {
  .greeting-animation h1 {
    font-size: 90px;
    line-height: 100px; } }

@media (max-width: 1025px) {
  html.touch .nav-pages li a:hover {
    background-color: transparent;
    color: inherit; }
  html.touch .nav-offices a:hover:after {
    visibility: hidden;
    width: 0%; }
  .greeting-animation h1 {
    font-size: 70px;
    line-height: 80px; } }

@media (max-width: 950px) {
  html.ie .follow:hover .follow-expand {
    bottom: -60px; }
  .nav-offices, .nav-language {
    width: 200px; }
  .nav-menu-holder {
    left: 55%; }
  .greeting-animation h1 {
    font-size: 60px;
    line-height: 70px; } }

@media (max-width: 767px) {
  body.page-template-tpl-work .hamburger {
    top: 46px;
    right: 20px;
    left: auto;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
  body.page-template-tpl-work .follow {
    display: none; }
    body.page-template-tpl-work .follow.activeNavMenu {
      bottom: 20px;
      left: 20px;
      display: block;
      color: black !important;
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0) scale(1);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0) scale(1);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0) scale(1);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0) scale(1);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0) scale(1); }
  .greeting-animation article {
    width: calc(100% - 40px);
    top: 120px;
    left: 20px; }
  .greeting-animation h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.5px; }
  .greeting-animation h2 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -1.3px; }
  .logo-colored-holder {
    width: 48px;
    height: 48px; }
    .logo-colored-holder .white-logo, .logo-colored-holder .black-logo {
      background-size: 48px 48px; }
  .hamburger {
    top: 36px;
    right: 20px;
    left: auto;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
  .follow {
    display: none; }
    .follow .follow-expand {
      height: 220px; }
      .follow .follow-expand ul li.fb, .follow .follow-expand ul li.yt, .follow .follow-expand ul li.in, .follow .follow-expand ul li.li {
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
        -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
        -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
        -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
        transform: translateX(0px) translateY(0px) translateZ(0px) rotate(-90deg) scale(1); }
    .follow.activeNavMenu {
      bottom: 20px;
      left: 20px;
      display: block;
      color: black !important;
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0) scale(1);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0) scale(1);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0) scale(1);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0) scale(1);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0) scale(1); }
    .follow:hover .follow-expand {
      bottom: -80px;
      left: 30px;
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(90deg) scale(1);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(90deg) scale(1); }
  .nav-menu.activeNavMenu .nav-offices, .nav-menu.activeNavMenu .nav-language {
    display: none; }
  .nav-menu-holder {
    left: 20px;
    -webkit-transform: translateX(0) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }
  .nav-pages li {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.25px; }
    .nav-pages li:nth-child(-n+4) {
      font-size: 32px;
      line-height: 40px;
      letter-spacing: -1.5px; }
  .home .logo-colored-holder .black-logo {
    -webkit-transition: all 0s 0s ease-in;
    -moz-transition: all 0s 0s ease-in;
    -ms-transition: all 0s 0s ease-in;
    -o-transition: all 0s 0s ease-in;
    transition: all 0s 0s ease-in; } }

@media (max-width: 374px) {
  .nav-pages li {
    margin-bottom: 10px; }
    .nav-pages li:nth-child(-n+4) {
      margin-bottom: 8px;
      line-height: 36px; }
    .nav-pages li a {
      padding: 4px; }
  .nav-menu-holder {
    top: 45%; } }

@media (max-width: 736px) and (min-width: 568px) {
  .nav-menu.activeNavMenu .nav-pages li {
    margin-bottom: 5px;
    -webkit-transform: translateX(60%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(60%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(60%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(60%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(60%) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
    .nav-menu.activeNavMenu .nav-pages li:nth-child(-n+4) {
      margin-bottom: 5px; }
  .follow:hover .follow-expand {
    bottom: -110px; } }

/* glitch effect */
.glitch {
  position: relative;
  color: black;
  /* Animation provies a slight random skew. Check bottom of doc
    for more information on how to random skew. */
  animation: glitch-skew 1s infinite linear alternate-reverse; }
  .glitch::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: 2px;
    text-shadow: -2px 0 #ff00c1;
    /* Creates an initial clip for our glitch. This works in
        a typical top,right,bottom,left fashion and creates a mask
        to only show a certain part of the glitch at a time. */
    clip: rect(44px, 450px, 56px, 0);
    /* Runs our glitch-anim defined below to run in a 5s loop, infinitely,
        with an alternating animation to keep things fresh. */
    animation: glitch-anim .2s infinite linear alternate-reverse; }
  .glitch::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    left: -2px;
    text-shadow: -2px 0 #00fff9, 2px 2px #ff00c1;
    animation: glitch-anim2 .1s infinite linear alternate-reverse; }

/* Creates an animation with 20 steaps. For each step, it calculates 
a percentage for the specific step. It then generates a random clip
box to be used for the random glitch effect. Also adds a very subtle
skew to change the 'thickness' of the glitch.*/
@keyframes glitch-anim {
  0% {
    clip: rect(631px, 9999px, 649px, 0);
    transform: skew(0.05deg); }
  5% {
    clip: rect(59px, 9999px, 461px, 0);
    transform: skew(0.68deg); }
  10% {
    clip: rect(177px, 9999px, 316px, 0);
    transform: skew(0.36deg); }
  15% {
    clip: rect(552px, 9999px, 334px, 0);
    transform: skew(0.87deg); }
  20% {
    clip: rect(918px, 9999px, 805px, 0);
    transform: skew(0.1deg); }
  25% {
    clip: rect(453px, 9999px, 903px, 0);
    transform: skew(0.04deg); }
  30% {
    clip: rect(49px, 9999px, 318px, 0);
    transform: skew(0.42deg); }
  35% {
    clip: rect(954px, 9999px, 44px, 0);
    transform: skew(0.85deg); }
  40% {
    clip: rect(797px, 9999px, 421px, 0);
    transform: skew(0.11deg); }
  45% {
    clip: rect(535px, 9999px, 592px, 0);
    transform: skew(0.18deg); }
  50% {
    clip: rect(896px, 9999px, 513px, 0);
    transform: skew(0.13deg); }
  55% {
    clip: rect(935px, 9999px, 857px, 0);
    transform: skew(0.04deg); }
  60% {
    clip: rect(152px, 9999px, 382px, 0);
    transform: skew(0.32deg); }
  65% {
    clip: rect(88px, 9999px, 304px, 0);
    transform: skew(0.77deg); }
  70% {
    clip: rect(667px, 9999px, 295px, 0);
    transform: skew(0.49deg); }
  75% {
    clip: rect(424px, 9999px, 959px, 0);
    transform: skew(0.53deg); }
  80% {
    clip: rect(866px, 9999px, 690px, 0);
    transform: skew(0.77deg); }
  85% {
    clip: rect(571px, 9999px, 509px, 0);
    transform: skew(0.23deg); }
  90% {
    clip: rect(838px, 9999px, 840px, 0);
    transform: skew(0.36deg); }
  95% {
    clip: rect(896px, 9999px, 64px, 0);
    transform: skew(0.65deg); }
  100% {
    clip: rect(136px, 9999px, 131px, 0);
    transform: skew(0.87deg); } }

@keyframes glitch-anim2 {
  0% {
    clip: rect(57px, 9999px, 130px, 0);
    transform: skew(0.77deg); }
  5% {
    clip: rect(344px, 9999px, 597px, 0);
    transform: skew(0.5deg); }
  10% {
    clip: rect(434px, 9999px, 637px, 0);
    transform: skew(0.03deg); }
  15% {
    clip: rect(382px, 9999px, 557px, 0);
    transform: skew(0.21deg); }
  20% {
    clip: rect(712px, 9999px, 277px, 0);
    transform: skew(0.92deg); }
  25% {
    clip: rect(572px, 9999px, 728px, 0);
    transform: skew(0.3deg); }
  30% {
    clip: rect(456px, 9999px, 705px, 0);
    transform: skew(0.11deg); }
  35% {
    clip: rect(275px, 9999px, 858px, 0);
    transform: skew(0.97deg); }
  40% {
    clip: rect(990px, 9999px, 753px, 0);
    transform: skew(0.59deg); }
  45% {
    clip: rect(651px, 9999px, 318px, 0);
    transform: skew(0.55deg); }
  50% {
    clip: rect(804px, 9999px, 816px, 0);
    transform: skew(0.15deg); }
  55% {
    clip: rect(247px, 9999px, 624px, 0);
    transform: skew(0.57deg); }
  60% {
    clip: rect(597px, 9999px, 510px, 0);
    transform: skew(0.67deg); }
  65% {
    clip: rect(376px, 9999px, 376px, 0);
    transform: skew(0.36deg); }
  70% {
    clip: rect(775px, 9999px, 141px, 0);
    transform: skew(0.23deg); }
  75% {
    clip: rect(468px, 9999px, 481px, 0);
    transform: skew(0.83deg); }
  80% {
    clip: rect(566px, 9999px, 426px, 0);
    transform: skew(0.07deg); }
  85% {
    clip: rect(306px, 9999px, 795px, 0);
    transform: skew(0.43deg); }
  90% {
    clip: rect(723px, 9999px, 84px, 0);
    transform: skew(0.72deg); }
  95% {
    clip: rect(581px, 9999px, 51px, 0);
    transform: skew(0.19deg); }
  100% {
    clip: rect(719px, 9999px, 110px, 0);
    transform: skew(0.78deg); } }

@keyframes glitch-skew {
  0% {
    transform: skew(1deg); }
  100% {
    transform: skew(1deg); } }

@media (max-width: 767px) {
  @keyframes glitch-anim {
    0% {
      clip: rect(5px, 9999px, 63px, 0);
      transform: skew(0.61deg); }
    5% {
      clip: rect(94px, 9999px, 91px, 0);
      transform: skew(0.51deg); }
    10% {
      clip: rect(73px, 9999px, 87px, 0);
      transform: skew(0.7deg); }
    15% {
      clip: rect(82px, 9999px, 86px, 0);
      transform: skew(0.62deg); }
    20% {
      clip: rect(27px, 9999px, 49px, 0);
      transform: skew(0.71deg); }
    25% {
      clip: rect(37px, 9999px, 74px, 0);
      transform: skew(0.61deg); }
    30% {
      clip: rect(43px, 9999px, 9px, 0);
      transform: skew(0.55deg); }
    35% {
      clip: rect(91px, 9999px, 17px, 0);
      transform: skew(0.99deg); }
    40% {
      clip: rect(52px, 9999px, 95px, 0);
      transform: skew(0.25deg); }
    45% {
      clip: rect(45px, 9999px, 17px, 0);
      transform: skew(0.04deg); }
    50% {
      clip: rect(42px, 9999px, 22px, 0);
      transform: skew(0.9deg); }
    55% {
      clip: rect(52px, 9999px, 69px, 0);
      transform: skew(0.72deg); }
    60% {
      clip: rect(96px, 9999px, 31px, 0);
      transform: skew(0.39deg); }
    65% {
      clip: rect(31px, 9999px, 69px, 0);
      transform: skew(0.89deg); }
    70% {
      clip: rect(75px, 9999px, 89px, 0);
      transform: skew(0.57deg); }
    75% {
      clip: rect(5px, 9999px, 43px, 0);
      transform: skew(0.02deg); }
    80% {
      clip: rect(7px, 9999px, 93px, 0);
      transform: skew(0.41deg); }
    85% {
      clip: rect(15px, 9999px, 67px, 0);
      transform: skew(0.08deg); }
    90% {
      clip: rect(20px, 9999px, 97px, 0);
      transform: skew(0.37deg); }
    95% {
      clip: rect(80px, 9999px, 17px, 0);
      transform: skew(0.33deg); }
    100% {
      clip: rect(92px, 9999px, 39px, 0);
      transform: skew(0.05deg); } }
  @keyframes glitch-anim2 {
    0% {
      clip: rect(83px, 9999px, 27px, 0);
      transform: skew(0.42deg); }
    5% {
      clip: rect(59px, 9999px, 95px, 0);
      transform: skew(0.44deg); }
    10% {
      clip: rect(62px, 9999px, 47px, 0);
      transform: skew(0.89deg); }
    15% {
      clip: rect(68px, 9999px, 100px, 0);
      transform: skew(0.49deg); }
    20% {
      clip: rect(75px, 9999px, 82px, 0);
      transform: skew(0.63deg); }
    25% {
      clip: rect(30px, 9999px, 7px, 0);
      transform: skew(0.78deg); }
    30% {
      clip: rect(60px, 9999px, 65px, 0);
      transform: skew(0.87deg); }
    35% {
      clip: rect(11px, 9999px, 24px, 0);
      transform: skew(0.5deg); }
    40% {
      clip: rect(9px, 9999px, 38px, 0);
      transform: skew(0.5deg); }
    45% {
      clip: rect(35px, 9999px, 61px, 0);
      transform: skew(0.22deg); }
    50% {
      clip: rect(65px, 9999px, 27px, 0);
      transform: skew(0.47deg); }
    55% {
      clip: rect(85px, 9999px, 32px, 0);
      transform: skew(0.54deg); }
    60% {
      clip: rect(86px, 9999px, 12px, 0);
      transform: skew(0.58deg); }
    65% {
      clip: rect(47px, 9999px, 91px, 0);
      transform: skew(0.04deg); }
    70% {
      clip: rect(55px, 9999px, 91px, 0);
      transform: skew(0.3deg); }
    75% {
      clip: rect(37px, 9999px, 68px, 0);
      transform: skew(0.62deg); }
    80% {
      clip: rect(12px, 9999px, 83px, 0);
      transform: skew(0.66deg); }
    85% {
      clip: rect(60px, 9999px, 48px, 0);
      transform: skew(0.04deg); }
    90% {
      clip: rect(36px, 9999px, 9px, 0);
      transform: skew(0.89deg); }
    95% {
      clip: rect(67px, 9999px, 52px, 0);
      transform: skew(0.51deg); }
    100% {
      clip: rect(56px, 9999px, 8px, 0);
      transform: skew(0.02deg); } }
  @keyframes glitch-skew {
    0% {
      transform: skew(-2deg); }
    10% {
      transform: skew(1deg); }
    20% {
      transform: skew(-4deg); }
    30% {
      transform: skew(-2deg); }
    40% {
      transform: skew(-3deg); }
    50% {
      transform: skew(0deg); }
    60% {
      transform: skew(1deg); }
    70% {
      transform: skew(4deg); }
    80% {
      transform: skew(0deg); }
    90% {
      transform: skew(-1deg); }
    100% {
      transform: skew(-4deg); } } }

/* glitch */
/*
FOOTER
-------------------------------------------- */
footer {
  color: #FFFFFF;
  font-family: objektiv-mk1, sans-serif;
  font-weight: 800;
  font-style: normal; }

.footer-navigation-menu li {
  list-style-type: none;
  display: inline-block;
  font-size: 14px;
  line-height: 24px; }
  .footer-navigation-menu li a {
    opacity: 0.5;
    color: #FFFFFF;
    letter-spacing: -0.25px;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out; }
    .footer-navigation-menu li a:hover {
      opacity: 1; }
  .footer-navigation-menu li:first-of-type {
    margin: 0 12px 0 0; }
  .footer-navigation-menu li:last-of-type {
    margin: 0 0 0 12px !important; }
  .footer-navigation-menu li:nth-of-type(n+2) {
    margin: 0 12px; }

footer {
  background-color: #000000; }

.copyrights {
  opacity: 0.5;
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: -0.2px;
  line-height: 18px;
  font-weight: normal; }

.footer-navigation-menu {
  margin-bottom: 8px; }

.footer-holder {
  display: flex;
  height: 200px; }

.footer-right {
  width: 70%;
  text-align: right;
  margin-top: 66px; }

.footer-left {
  width: 30%;
  text-align: left;
  margin-top: 64px;
  font-size: 20px;
  line-height: 24px; }
  .footer-left a {
    color: white;
    display: inline-block; }
  .footer-left p {
    width: 160px;
    letter-spacing: -0.75px; }

.follow-expand li {
  position: relative; }
  .follow-expand li a {
    position: absolute;
    top: 0;
    left: 0;
    display: block; }

.active-office-social-networks li, .follow-expand li {
  opacity: 0.25; }
  .active-office-social-networks li a, .follow-expand li a {
    display: block;
    height: 100%;
    width: 100%; }
  .active-office-social-networks li.in, .follow-expand li.in {
    background: url(../icons/icon-social-instagram.png);
    height: 18px;
    width: 18px;
    background-position: 50% 50%;
    background-size: cover; }
  .active-office-social-networks li.fb, .follow-expand li.fb {
    background: url(../icons/icon-social-facebook.png);
    height: 17px;
    width: 9px;
    background-position: 50% 50%;
    background-size: cover; }
  .active-office-social-networks li.yt, .follow-expand li.yt {
    background: url(../icons/icon-social-toutube.png);
    height: 15px;
    width: 22px;
    background-position: 50% 50%;
    background-size: cover; }

.active-office-social-networks li:first-child {
  margin-left: 0%; }

.active-office-social-networks li:last-child {
  margin-right: 0%; }

.contact .big-footer-section .offices-footer .offices-footer-holder li {
  margin-bottom: 0%; }

.contact .big-footer-section .offices-footer .offices-footer-holder .left-column p {
  bottom: 0; }

@media (max-width: 1025px) {
  html.touch .footer-navigation-menu li a:hover {
    opacity: 0.5; } }

@media (max-width: 767px) {
  .footer-holder {
    flex-wrap: wrap; }
  .footer-left, .footer-right {
    width: 100%;
    margin: 0px;
    text-align: left; }
  .footer-left {
    margin-top: 24px;
    margin-bottom: -30px; }
    .footer-left p {
      letter-spacing: -0.5px; }
  .footer-navigation-menu {
    margin-bottom: 16px; }
    .footer-navigation-menu li:first-of-type, .footer-navigation-menu li:nth-of-type(n+2) {
      margin: 0 24px 5px 0; }
    .footer-navigation-menu li:last-of-type {
      margin: 0 !important; } }

@media (max-width: 374px) {
  .big-footer-section .offices-footer {
    margin-top: 10px; }
    .big-footer-section .offices-footer .offices-footer-holder li.activeCity article > p {
      bottom: -25px; } }

.active-office-social-networks {
  display: none; }
  .active-office-social-networks li {
    display: inline-block;
    height: 18px;
    width: 18px;
    margin: 0 16px; }

.big-footer-section .offices-footer {
  margin-top: 80px; }
  .big-footer-section .offices-footer h3 {
    font-size: 20px;
    letter-spacing: -0.75px;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 12px; }
  .big-footer-section .offices-footer p {
    font-size: 14px;
    letter-spacing: -0.25px;
    line-height: 24px; }
  .big-footer-section .offices-footer li {
    width: 283px;
    display: inline-block;
    list-style-type: none;
    order: 1; }
    .big-footer-section .offices-footer li a {
      display: inline-block; }
  .big-footer-section .offices-footer .footer-helper {
    width: 530px; }
  .big-footer-section .offices-footer .offices-footer-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%; }
    .big-footer-section .offices-footer .offices-footer-holder li {
      margin-bottom: 40px; }
      .big-footer-section .offices-footer .offices-footer-holder li.activeCity {
        order: 0; }
        .big-footer-section .offices-footer .offices-footer-holder li.activeCity article {
          height: 100%; }
          .big-footer-section .offices-footer .offices-footer-holder li.activeCity article > p {
            position: relative;
            bottom: -35px; }
        .big-footer-section .offices-footer .offices-footer-holder li.activeCity h3 {
          font-size: 40px;
          line-height: 48px;
          letter-spacing: -0.75px;
          font-weight: 800; }
        .big-footer-section .offices-footer .offices-footer-holder li.activeCity p {
          font-size: 18px;
          line-height: 32px;
          letter-spacing: -0.3px; }
  .big-footer-section .offices-footer .left-column {
    width: 50%; }
    .big-footer-section .offices-footer .left-column li {
      position: relative;
      height: 100%; }
  .big-footer-section .offices-footer .right-column {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .big-footer-section .offices-footer .right-column li {
      width: 50%; }
      .big-footer-section .offices-footer .right-column li:first-child, .big-footer-section .offices-footer .right-column li:nth-child(2) {
        margin-bottom: 80px; }

.big-footer-section .offices-footer-holder .active-office-pages {
  display: inline-block;
  padding-top: 5px; }
  .big-footer-section .offices-footer-holder .active-office-pages p {
    display: inline-block; }
  .big-footer-section .offices-footer-holder .active-office-pages li {
    margin-bottom: 0px; }
    .big-footer-section .offices-footer-holder .active-office-pages li:before {
      content: none; }

.big-footer-section .top-footer {
  position: relative;
  height: calc(100vh - 200px); }
  .big-footer-section .top-footer .wrapper {
    position: relative;
    top: 50%;
    -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }
  .big-footer-section .top-footer .big-title {
    width: auto; }

.home .video-h {
  display: none; }

.home .social-section {
  padding: 0;
  overflow: hidden; }
  .home .social-section .wrapper {
    padding: 120px 0 0 0;
    box-sizing: border-box;
    position: relative; }
  .home .social-section .navigate-holder {
    height: 48px;
    width: 240px;
    display: inline-block;
    position: absolute;
    right: 127px;
    top: 108px; }

.home section {
  height: 100vh; }

.home .full-width-section {
  overflow: hidden; }
  .home .full-width-section .backg-full-w-holder {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -webkit-transition: all 0.2s 0s ease-out;
    -moz-transition: all 0.2s 0s ease-out;
    -ms-transition: all 0.2s 0s ease-out;
    -o-transition: all 0.2s 0s ease-out;
    transition: all 0.2s 0s ease-out;
    z-index: 2; }
    .home .full-width-section .backg-full-w-holder:before {
      content: "";
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1; }
    .home .full-width-section .backg-full-w-holder.in-view {
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.05);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.05);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.05);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.05);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.05);
      -webkit-transition: all 0.2s 0s ease-out;
      -moz-transition: all 0.2s 0s ease-out;
      -ms-transition: all 0.2s 0s ease-out;
      -o-transition: all 0.2s 0s ease-out;
      transition: all 0.2s 0s ease-out; }
  .home .full-width-section.video:after, .home .full-width-section.video:before {
    content: none; }
  .home .full-width-section.video iframe {
    width: 100%;
    height: 117%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    z-index: 1; }
  .home .full-width-section.video .video-helper {
    position: relative;
    display: block;
    z-index: 2;
    height: 100vh; }
  .home .full-width-section.video .wrapper {
    position: relative;
    height: 100%;
    z-index: 2; }
  .home .full-width-section article {
    width: 590px;
    padding-top: 120px;
    color: #FFFFFF;
    z-index: 3;
    position: relative;
    transition: all 700ms ease; }
    .home .full-width-section article a {
      color: #FFFFFF;
      display: block;
      transition: 0.45s ease-out; }
    .home .full-width-section article h1, .home .full-width-section article h2 {
      font-size: 64px;
      line-height: 80px;
      letter-spacing: -3.2px;
      font-weight: 800;
      margin-top: 16px;
      opacity: 1; }
    .home .full-width-section article .big-title {
      text-transform: capitalize;
      opacity: 1; }
    .home .full-width-section article .breadcrumbs {
      transition: 0.32s ease-out;
      padding-top: 0; }
    .home .full-width-section article.in-view {
      opacity: 0; }
      .home .full-width-section article.in-view a {
        padding-top: 25px; }
    .home .full-width-section article.out-view {
      transform: translateY(100vh); }
      .home .full-width-section article.out-view h1, .home .full-width-section article.out-view h2, .home .full-width-section article.out-view p {
        opacity: 0;
        transition: 0.25s ease; }
  .home .full-width-section:after {
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }
  .home .full-width-section .breadcrumbs .big-title {
    width: auto; }

.home .post-list {
  padding-top: 80px;
  position: relative; }
  .home .post-list .big-category {
    margin-top: 0% !important; }

.home .ipad-holder {
  position: absolute;
  top: 90px;
  left: -685px;
  width: 640px;
  height: 490px;
  background-image: url(../img/tablet-logo.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%; }

.home .title-text-section.latest-blog-post .wrapper {
  position: relative;
  top: calc(50% - 40px);
  -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
  padding: 0px; }

.home .title-text-section.latest-blog-post .postWrapper:last-child {
  margin-bottom: 0px; }

.latest-blog-post a, .education-section a, .training-courses a {
  color: #000000; }

.latest-blog-post h3, .latest-blog-post p, .education-section h3, .education-section p, .training-courses h3, .training-courses p {
  display: inline-block; }

.latest-blog-post h3, .education-section h3, .training-courses h3 {
  margin-bottom: 8px; }

.latest-blog-post li, .education-section li, .training-courses li {
  position: relative;
  margin-bottom: 32px; }
  .latest-blog-post li:hover h3, .latest-blog-post li:hover a, .education-section li:hover h3, .education-section li:hover a, .training-courses li:hover h3, .training-courses li:hover a {
    color: #F44578; }

.latest-blog-post .tooltip-featured-image, .education-section .tooltip-featured-image, .training-courses .tooltip-featured-image {
  visibility: visible;
  opacity: 0;
  position: absolute;
  height: 388px;
  top: 140px;
  left: -623px;
  transition: all 500ms cubic-bezier(0.39, 0.575, 0.565, 1);
  width: 515px; }
  .latest-blog-post .tooltip-featured-image img, .education-section .tooltip-featured-image img, .training-courses .tooltip-featured-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover; }
  .latest-blog-post .tooltip-featured-image a, .education-section .tooltip-featured-image a, .training-courses .tooltip-featured-image a {
    display: block;
    height: 100%; }

@media (max-width: 1600px) {
  .home .social-section {
    overflow: hidden; } }

@media (max-width: 1366px) {
  .home .social-section .wrapper {
    padding: 80px 0 0 0; }
  .home .social-section .navigate-holder {
    top: 68px; } }

@media (max-width: 1280px) {
  .home .post-list {
    width: 70%; }
  .latest-blog-post li, .education-section li, .training-courses li {
    margin-bottom: 20px; }
  .big-footer-section .offices-footer {
    margin-top: 20px; }
  .big-footer-section .active-office-pages {
    top: 120px; } }

@media (max-width: 1025px) {
  html.touch .latest-blog-post li:hover h3, html.touch .latest-blog-post li:hover a, html.touch .education-section li:hover h3, html.touch .education-section li:hover a, html.touch .training-courses li:hover h3, html.touch .training-courses li:hover a {
    color: inherit; }
  .big-footer-section .offices-footer .left-column {
    width: 40%; }
  .big-footer-section .offices-footer .right-column {
    width: 60%; } }

@media (max-width: 950px) {
  .big-footer-section .offices-footer .left-column, .big-footer-section .offices-footer .right-column {
    width: 100%; }
  .big-footer-section .offices-footer .offices-footer-holder li.activeCity article > p {
    bottom: 0; }
  .big-footer-section .offices-footer-holder .active-office-pages {
    position: absolute;
    top: 0;
    left: 300px; }
  .home .ipad-holder {
    display: none; }
  .home .post-list {
    width: 100%; } }

@media (max-width: 767px) {
  .home .full-width-section.video {
    height: 100vh; }
  .home .full-width-section article {
    width: 100%; }
    .home .full-width-section article h1, .home .full-width-section article h2 {
      font-size: 32px;
      line-height: 40px;
      letter-spacing: -1.5px; }
  .home .social-section {
    height: auto;
    padding-bottom: 24px; }
    .home .social-section .navigate-holder {
      width: 100%;
      top: 120px;
      left: 0px; }
      .home .social-section .navigate-holder .large-btn {
        width: 130px;
        height: 48px;
        left: 10px;
        padding: 0%;
        z-index: 2; }
  .latest-blog-post h3, .education-section h3, .training-courses h3 {
    margin-bottom: 0px; }
  .big-footer-section .offices-footer .right-column {
    display: none; }
  .big-footer-section .offices-footer-holder .active-office-pages {
    position: relative;
    left: 0; }
  .big-footer-section .offices-footer .offices-footer-holder li.activeCity h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.5px; }
  .big-footer-section .offices-footer .offices-footer-holder li.activeCity p {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.25px; }
  .big-footer-section .offices-footer .offices-footer-holder li.activeCity article > p {
    bottom: -30px; } }

@media (max-width: 374px) {
  .home .post-list {
    padding-top: 30px; }
  .latest-blog-post li, .education-section li, .training-courses li {
    margin-bottom: 10px; }
  .big-footer-section .top-footer .wrapper {
    top: 60%; }
  .big-footer-section .offices-footer {
    margin-top: 10px; }
    .big-footer-section .offices-footer .offices-footer-holder li.activeCity article > p {
      bottom: -20px; } }

@media (max-width: 736px) and (min-width: 568px) {
  .home .latest-blog-post {
    height: 450px; }
  .home .big-footer-section {
    height: 700px; } }

.hero-section {
  height: 800px; }

.single-offices .hero-section:after {
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1; }

.single-offices .hero-article h1 {
  font-size: 64px;
  letter-spacing: -3.2px;
  line-height: 80px; }

@media (max-width: 1280px) {
  .single-office-content-holder .gallery-section ul {
    height: auto; } }

@media (max-width: 767px) {
  .single-offices .hero-article h1 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.5px; } }

.twoColumn .article-holder {
  justify-content: space-between; }
  .twoColumn .article-holder.emptyTitle {
    justify-content: center;
    display: flex;
    width: auto !important;
    margin: -100px 0 40px 0; }

.twoColumn.flex .article-holder {
  justify-content: space-between;
  padding-top: 72px; }
  .twoColumn.flex .article-holder h3 {
    margin: 40px 0 24px 0; }
    .twoColumn.flex .article-holder h3:first-child {
      margin: 0px 0 24px 0; }
  .twoColumn.flex .article-holder p:first-child {
    margin: 0 0 40px 0; }

.twoColumn.float {
  display: block !important; }

.hasColor {
  color: #ffffff; }
  .hasColor a {
    color: #ffffff; }

.hero-section .breadcrumbs {
  padding-top: 120px;
  position: relative;
  z-index: 2; }
  .hero-section .breadcrumbs a {
    color: #ffffff; }

.hero-section .hero-article {
  color: #ffffff;
  position: absolute;
  bottom: 100px;
  width: 1200px;
  z-index: 2; }
  .hero-section .hero-article .large-btn .big-title {
    width: 100%; }
    .hero-section .hero-article .large-btn .big-title .btn-transition-helper {
      text-align: center; }
  .hero-section .hero-article a {
    color: #ffffff; }
  .hero-section .hero-article h1 {
    font-weight: 800;
    margin-bottom: 24px; }
  .hero-section .hero-article div p {
    display: inline-block;
    margin: 0 18px; }
    .hero-section .hero-article div p:first-child {
      margin-left: 0; }
    .hero-section .hero-article div p:last-child {
      margin-right: 0; }
    .hero-section .hero-article div p.address, .hero-section .hero-article div p.city, .hero-section .hero-article div p.country {
      display: inline-block;
      margin: 0 9px 0 0; }

.single-offices .hero-section {
  position: relative; }

.single-offices .contact-office {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0; }

.single-offices .big-title {
  width: auto; }

.single-offices i.title {
  left: 0px;
  top: 0; }

.single-offices .content-holder {
  display: flex;
  justify-content: space-between;
  margin: 120px 0; }
  .single-offices .content-holder h2 {
    font-size: 20px;
    line-height: 24px; }
  .single-offices .content-holder article {
    position: relative;
    width: 1000px; }
  .single-offices .content-holder p {
    margin-bottom: 30px; }
    .single-offices .content-holder p:last-child {
      margin-bottom: 0%; }

.single-services .hero-section {
  height: 560px; }

.single-services .play-btn {
  background-color: #F44578 !important; }

@media (max-width: 1500px) {
  .single-offices .content-holder article {
    width: 85%; } }

@media (max-width: 1366px) {
  .hero-section .hero-article {
    width: 1110px; } }

@media (max-width: 1280px) {
  .hero-section .hero-article {
    width: 1020px; } }

@media (max-width: 1025px) {
  .hero-section .hero-article {
    width: 810px; } }

@media (max-width: 950px) {
  .hero-section .hero-article {
    width: 550px;
    bottom: auto;
    top: 55%; }
    .hero-section .hero-article div p {
      margin: 0%;
      display: block; }
      .hero-section .hero-article div p.phone {
        margin-top: 16px; }
  .single-offices .contact-office {
    right: auto;
    bottom: -110px;
    top: auto; }
  .single-offices .content-holder {
    flex-wrap: wrap; }
    .single-offices .content-holder article {
      width: 100%;
      margin-top: 16px; } }

@media (max-width: 767px) {
  .hero-section .hero-article div p.address, .hero-section .hero-article div p.city, .hero-section .hero-article div p.country {
    display: block;
    margin: 0; }
  .single-offices .contact-office {
    bottom: -64px; }
  .single-offices .content-holder {
    margin: 64px 0; }
    .single-offices .content-holder h2 {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: -0.5px; }
  .single-services .hero-section {
    height: 240px; }
  .single-services .title-text-section .big {
    width: 100% !important; }
  .twoColumn ul li {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.25px; }
  .twoColumn .article-holder.emptyTitle {
    flex-wrap: wrap;
    margin: -50px 0 40px 0; } }

@media (max-width: 374px) {
  .hero-section .hero-article {
    top: 35%;
    width: calc(100% - 40px); } }

.single-positions .content-section {
  margin: 60px 0 120px 0; }
  .single-positions .content-section article {
    width: 1000px;
    left: 190px; }
  .single-positions .content-section ul {
    margin-left: 1.8em;
    margin-bottom: 50px; }
    .single-positions .content-section ul li {
      margin-bottom: 5px; }

.single-positions .title-text-section a {
  display: inline-table; }

.single-positions .title-text-section .big {
  width: auto; }

.single-positions i.title {
  left: -190px; }

.single-positions .wpcf7 p {
  margin-bottom: 64px; }

.single-positions .contact-section.single .wpcf7 {
  margin-top: 80px; }

@media (max-width: 1280px) {
  .single-positions .content-section article {
    width: 90%; } }

@media (max-width: 1025px) {
  .single-positions .content-section article {
    width: 100%;
    left: 0; }
  .single-positions i.title {
    left: auto; } }

@media (max-width: 767px) {
  .single-positions .content-section {
    margin: 24px 0; }
  .single-positions i.title {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.5px;
    margin-bottom: 16px; }
  .single-positions .contact-section.single .wpcf7 {
    margin-top: 0%; }
  .single-positions .wpcf7 p {
    margin-bottom: -10px; } }

.single-schools .title-text-section .big, .single-training .title-text-section .big, .single-positions .title-text-section .big {
  text-transform: capitalize; }

.single-schools .two-column-section .article-holder, .single-training .two-column-section .article-holder, .single-positions .two-column-section .article-holder {
  width: 1000px; }
  .single-schools .two-column-section .article-holder article, .single-training .two-column-section .article-holder article, .single-positions .two-column-section .article-holder article {
    width: 434px;
    font-size: 18px;
    letter-spacing: -0.3px;
    line-height: 32px; }

.single-schools .two-column-section ul, .single-training .two-column-section ul, .single-positions .two-column-section ul {
  margin-left: 1.8em;
  padding-top: 10px;
  list-style: none; }
  .single-schools .two-column-section ul li, .single-training .two-column-section ul li, .single-positions .two-column-section ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }

.single-schools .wpcf7 label, .single-training .wpcf7 label, .single-positions .wpcf7 label {
  color: white; }

.single-schools .wpcf7 input, .single-schools .wpcf7 select, .single-schools .wpcf7 textarea, .single-training .wpcf7 input, .single-training .wpcf7 select, .single-training .wpcf7 textarea, .single-positions .wpcf7 input, .single-positions .wpcf7 select, .single-positions .wpcf7 textarea {
  border-bottom: 1px solid white;
  color: white;
  background-color: transparent; }

.single-schools .wpcf7 textarea, .single-training .wpcf7 textarea, .single-positions .wpcf7 textarea {
  color: white; }

.single-schools .wpcf7 .text-area-label, .single-training .wpcf7 .text-area-label, .single-positions .wpcf7 .text-area-label {
  color: white;
  margin-top: 24px; }

.single-schools .wpcf7 .wpcf7-submit, .single-training .wpcf7 .wpcf7-submit, .single-positions .wpcf7 .wpcf7-submit {
  border: 1px solid white; }

.single-schools .wpcf7 select, .single-training .wpcf7 select, .single-positions .wpcf7 select {
  color: white;
  background-color: transparent; }

.single-schools .wpcf7 select option, .single-training .wpcf7 select option, .single-positions .wpcf7 select option {
  background: #F44578;
  color: #fff;
  border: 1px solid white; }

.single-schools .wpcf7 ::placeholder, .single-training .wpcf7 ::placeholder, .single-positions .wpcf7 ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */ }

.single-schools .wpcf7 :-ms-input-placeholder, .single-training .wpcf7 :-ms-input-placeholder, .single-positions .wpcf7 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white; }

.single-schools .wpcf7 ::-ms-input-placeholder, .single-training .wpcf7 ::-ms-input-placeholder, .single-positions .wpcf7 ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white; }

.single-schools .wpcf7 input[type="text"], .single-schools .wpcf7 input[type="email"], .single-schools .wpcf7 select, .single-training .wpcf7 input[type="text"], .single-training .wpcf7 input[type="email"], .single-training .wpcf7 select, .single-positions .wpcf7 input[type="text"], .single-positions .wpcf7 input[type="email"], .single-positions .wpcf7 select {
  background: transparent; }

.single-schools .wpcf7 .type-of-app-dropdown select, .single-training .wpcf7 .type-of-app-dropdown select, .single-positions .wpcf7 .type-of-app-dropdown select {
  margin-top: 8px; }

.single-schools .wpcf7 #private-person, .single-schools .wpcf7 #legal-entity, .single-training .wpcf7 #private-person, .single-training .wpcf7 #legal-entity, .single-positions .wpcf7 #private-person, .single-positions .wpcf7 #legal-entity {
  margin-bottom: 24px; }
  .single-schools .wpcf7 #private-person p, .single-schools .wpcf7 #legal-entity p, .single-training .wpcf7 #private-person p, .single-training .wpcf7 #legal-entity p, .single-positions .wpcf7 #private-person p, .single-positions .wpcf7 #legal-entity p {
    margin-top: 64px; }

.single-schools .wpcf7 .large-btn, .single-training .wpcf7 .large-btn, .single-positions .wpcf7 .large-btn {
  border: 1px solid white; }
  .single-schools .wpcf7 .large-btn .btn-hover-helper, .single-training .wpcf7 .large-btn .btn-hover-helper, .single-positions .wpcf7 .large-btn .btn-hover-helper {
    background-color: white; }
  .single-schools .wpcf7 .large-btn .btn-transition-helper:before, .single-training .wpcf7 .large-btn .btn-transition-helper:before, .single-positions .wpcf7 .large-btn .btn-transition-helper:before {
    color: white; }
  .single-schools .wpcf7 .large-btn .btn-transition-helper:after, .single-training .wpcf7 .large-btn .btn-transition-helper:after, .single-positions .wpcf7 .large-btn .btn-transition-helper:after {
    color: #F44578; }
  .single-schools .wpcf7 .large-btn .btn-transition-helper .submit-label, .single-training .wpcf7 .large-btn .btn-transition-helper .submit-label, .single-positions .wpcf7 .large-btn .btn-transition-helper .submit-label {
    margin-top: 0px; }

.single-schools .hero-section, .single-training .hero-section, .single-positions .hero-section {
  height: 560px; }

.single-schools .contact-section.single, .single-training .contact-section.single, .single-positions .contact-section.single {
  padding: 120px 0; }

article li:before {
  content: "\2022";
  color: #22dcab;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

.contact-section {
  background-color: #F44578;
  color: white; }
  .contact-section.single {
    padding: 120px 0 165px 0; }
  .contact-section .wrapper {
    display: flex;
    justify-content: space-between; }

@media (max-width: 1280px) {
  .single-schools .two-column-section .article-holder, .single-training .two-column-section .article-holder, .single-positions .two-column-section .article-holder {
    width: auto; }
    .single-schools .two-column-section .article-holder article, .single-training .two-column-section .article-holder article, .single-positions .two-column-section .article-holder article {
      width: 410px; } }

@media (max-width: 1025px) {
  .single-schools .two-column-section .article-holder, .single-training .two-column-section .article-holder, .single-positions .two-column-section .article-holder {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .single-schools .two-column-section .article-holder article, .single-training .two-column-section .article-holder article, .single-positions .two-column-section .article-holder article {
      width: 50%; } }

@media (max-width: 950px) {
  .contact-section .wrapper {
    flex-wrap: wrap; }
    .contact-section .wrapper .big-title {
      margin-bottom: 16px; }
  .single-schools .two-column-section .article-holder, .single-training .two-column-section .article-holder, .single-positions .two-column-section .article-holder {
    width: 100%;
    flex: auto; } }

@media (max-width: 767px) {
  .single-schools .title-text-section {
    min-height: 320px; }
  .single-schools .hero-section, .single-training .hero-section, .single-positions .hero-section {
    height: 240px; }
  .single-schools .two-column-section ul, .single-training .two-column-section ul, .single-positions .two-column-section ul {
    margin-left: 20px; }
  .single-schools .two-column-section .article-holder .right, .single-training .two-column-section .article-holder .right, .single-positions .two-column-section .article-holder .right {
    margin-top: 0px; }
  .single-schools .two-column-section .article-holder article, .single-training .two-column-section .article-holder article, .single-positions .two-column-section .article-holder article {
    width: 100%; }
  .single-schools .contact-section.single, .single-training .contact-section.single, .single-positions .contact-section.single {
    padding: 64px 0px; } }

.small-width-section {
  height: 560px;
  margin-top: 80px; }

.page-template-tpl-education #training .wrapper {
  margin: 0;
  width: 100%; }

.page-template-tpl-education .training-section .big-title {
  width: 390px; }

.page-template-tpl-education .two-column-section h3, .page-template-tpl-education .training-courses h3 {
  font-weight: 800;
  display: block; }

.page-template-tpl-education .two-column-section a, .page-template-tpl-education .training-courses a {
  display: block;
  height: 100%;
  color: black; }

.page-template-tpl-education .two-column-section li, .page-template-tpl-education .training-courses li {
  width: 800px; }
  .page-template-tpl-education .two-column-section li .learn-more-btn, .page-template-tpl-education .training-courses li .learn-more-btn {
    display: none; }
  .page-template-tpl-education .two-column-section li:hover a, .page-template-tpl-education .training-courses li:hover a {
    color: #F44578; }

.page-template-tpl-education .two-column-section .wrapper {
  justify-content: space-between; }

.page-template-tpl-education .training-courses a:hover {
  color: #F44578; }

.page-template-tpl-education .message-box {
  justify-content: space-between; }
  .page-template-tpl-education .message-box.oneCtitle article {
    width: 800px; }

.page-template-tpl-education .hero-section {
  height: 600px; }

.page-template-tpl-education .video-player {
  margin-top: 80px;
  background-color: #F1F1F1; }
  .page-template-tpl-education .video-player .play-btn {
    background-color: #F44578 !important; }
  .page-template-tpl-education .video-player .embed-container {
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
  .page-template-tpl-education .video-player .video-helper {
    width: 300%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    background-color: #F1F1F1; }

.conferences-section {
  padding: 120px 0;
  background-color: #F1F1F1; }
  .conferences-section .conference-content-holder {
    display: flex;
    justify-content: space-between; }
  .conferences-section article {
    width: 800px; }
  .conferences-section p {
    margin-bottom: 40px; }
  .conferences-section h3 {
    margin-bottom: 24px; }

.education-section {
  padding: 120px 0; }
  .education-section h3 {
    margin-bottom: 24px; }
  .education-section .wrapper {
    display: flex;
    justify-content: space-between; }
  .education-section ul {
    position: relative;
    padding-top: 80px; }
  .education-section li {
    margin-bottom: 80px; }
    .education-section li:last-of-type {
      margin-bottom: 0px; }
  .education-section .tooltip-featured-image {
    position: absolute;
    visibility: hidden;
    top: 50%;
    left: -410px;
    width: 385px;
    height: 240px;
    -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }

article .anchor-btns a p {
  margin-top: 0%; }

.anchor-btns a {
  color: black;
  margin: 24px 27px 32px 27px; }
  .anchor-btns a:first-child {
    margin: 24px 27px 32px 0; }
  .anchor-btns a:last-child {
    margin: 24px 0 32px 27px; }

.training-section {
  margin-top: -100px;
  padding-bottom: 120px; }
  .training-section .wrapper {
    display: flex;
    justify-content: flex-start; }
  .training-section .two-column-section {
    width: auto;
    position: relative; }
    .training-section .two-column-section li {
      padding: 20px 0;
      position: relative; }
  .training-section li:hover .tooltip-featured-image {
    visibility: visible; }
  .training-section .tooltip-featured-image {
    visibility: hidden;
    position: absolute;
    height: 241px;
    width: 385px;
    top: 50%;
    right: 100%;
    -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    margin-right: 25px;
    z-index: 1; }
    .training-section .tooltip-featured-image a {
      display: block;
      height: 100%; }

@media (max-width: 1500px) {
  .page-template-tpl-education .training-section .big-title {
    width: 180px; } }

@media (max-width: 1280px) {
  .page-template-tpl-education .two-column-section li, .page-template-tpl-education .training-courses li {
    width: 100%; }
  .training-section .wrapper .two-column-section {
    margin-left: 0%; } }

@media (max-width: 1025px) {
  .page-template-tpl-education .video-player {
    width: 100%; }
  .page-template-tpl-education .conferences-section .full-width-section {
    height: 480px; }
  .page-template-tpl-education .message-box.oneCtitle article {
    width: 100%; }
  .page-template-tpl-education .training-section .big-title {
    width: 195px; }
  html.touch .page-template-tpl-education .two-column-section li:hover a, html.touch .page-template-tpl-education .training-courses li:hover a {
    color: inherit; }
  html.touch .page-template-tpl-education .conference-content-holder .large-btn:hover, html.touch .page-template-tpl-education .conference-content-holder .big-btn:hover {
    border: 1px solid black; }
  html.touch .training-section li:hover .tooltip-featured-image {
    display: none; } }

@media (max-width: 950px) {
  .education-section .wrapper {
    flex-wrap: wrap; }
  .education-section .tooltip-featured-image {
    display: none; }
  .page-template-tpl-education .two-column-section li {
    width: 100%; }
    .page-template-tpl-education .two-column-section li .learn-more-btn {
      display: inline-block; }
  .page-template-tpl-education .conferences-section .full-width-section {
    height: 300px; }
  .conferences-section .conference-content-holder {
    flex-wrap: wrap; }
  .conferences-section .full-width-section {
    height: 300px; }
  .training-section .wrapper {
    flex-wrap: wrap; }
  .training-section .tooltip-featured-image {
    display: none; } }

@media (max-width: 767px) {
  .anchor-btns a {
    margin: 24px 0 32px 0; }
    .anchor-btns a:last-child, .anchor-btns a:first-child {
      margin: 24px 0 32px 0; }
  .education-section {
    padding: 64px 0; }
    .education-section ul {
      padding-top: 16px; }
    .education-section li {
      margin-bottom: 5px; }
    .education-section .wrapper {
      flex-wrap: wrap; }
    .education-section .tooltip-featured-image {
      display: none; }
  .page-template-tpl-education .video-player {
    margin: 25px -20px 0 -20px; }
  .page-template-tpl-education .two-column-section h3, .page-template-tpl-education .training-courses h3 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -1px; }
  .page-template-tpl-education .hero-section {
    height: 240px; }
  .page-template-tpl-education .title-text-section .wrapper {
    padding: 120px 0 0px 0; }
  .conferences-section {
    padding: 64px 0; }
    .conferences-section h3 {
      font-size: 24px;
      line-height: 36px;
      letter-spacing: -1px; }
    .conferences-section p {
      margin-bottom: 16px; }
    .conferences-section .conference-content-holder .big-btn {
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
    .conferences-section .full-width-section {
      height: 200px;
      width: calc(100% + 40px); }
  .training-section {
    margin-top: -60px;
    padding-bottom: 64px; }
    .training-section .two-column-section li {
      padding: 12px 0; } }

.two-column-posts-section, .page-content {
  background-color: #F1F1F1;
  padding: 120px 0; }

.page-template-tpl-services .page-content {
  padding: 120px 0; }

.page-content {
  padding: 0 0 120px 0; }

.two-column-holder figure, .page-content figure {
  height: 360px;
  width: 590px;
  overflow: hidden; }
  .two-column-holder figure a, .page-content figure a {
    display: block;
    height: 100%; }

.two-column-holder img, .page-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: all 0.35s 0s cubic-bezier(0.35, 0.3, 0.2, 1);
  -moz-transition: all 0.35s 0s cubic-bezier(0.35, 0.3, 0.2, 1);
  -ms-transition: all 0.35s 0s cubic-bezier(0.35, 0.3, 0.2, 1);
  -o-transition: all 0.35s 0s cubic-bezier(0.35, 0.3, 0.2, 1);
  transition: all 0.35s 0s cubic-bezier(0.35, 0.3, 0.2, 1); }
  .two-column-holder img:hover, .page-content img:hover {
    transform: scale(1.05); }

.two-column-holder li, .page-content li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px; }
  .two-column-holder li:last-child, .page-content li:last-child {
    margin-bottom: 0px; }
  .two-column-holder li:nth-child(2) figure, .two-column-holder li:nth-child(4) figure, .page-content li:nth-child(2) figure, .page-content li:nth-child(4) figure {
    order: 1; }
  .two-column-holder li article a, .page-content li article a {
    color: #000000; }
    .two-column-holder li article a p, .page-content li article a p {
      display: inline-block; }
    .two-column-holder li article a:hover, .page-content li article a:hover {
      color: #F44578; }

.two-column-holder article, .page-content article {
  position: relative;
  width: 540px; }
  .two-column-holder article .holder-image-text, .page-content article .holder-image-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.single-services .title-text-section h1, .single-services .title-text-section h3 {
  font-size: 32px;
  letter-spacing: -1.5px;
  line-height: 40px;
  opacity: 0.9; }

.single-services .title-text-section h2 {
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -0.75px;
  font-weight: 800; }

.single-services .title-text-section .big {
  width: auto; }

.single-services .message-box {
  display: block; }
  .single-services .message-box .big-title {
    margin-bottom: 48px;
    width: auto; }
  .single-services .message-box article {
    width: 487px; }
    .single-services .message-box article p {
      margin: 24px 0 40px 0; }
  .single-services .message-box.twoColumn {
    background-color: white !important; }

.single-services .clients-section {
  background-color: #F1F1F1; }

.holder-image-text h3 {
  margin-bottom: 24px; }

@media (max-width: 1366px) {
  .two-column-holder figure, .page-content figure {
    width: 50%; }
  .two-column-holder article, .page-content article {
    width: 47%; } }

@media (max-width: 1280px) {
  .two-column-holder figure, .page-content figure {
    width: 52%; }
  .two-column-holder article, .page-content article {
    width: 45%; } }

@media (max-width: 1025px) {
  .holder-image-text h3 {
    margin-bottom: 15px; }
  .single-services .title-text-section .big {
    width: 180px; }
  .single-services .message-box .big-title {
    margin-bottom: 24px; }
  .single-training .two-column-section.twoColumn .big-title {
    width: 180px; } }

@media (max-width: 950px) {
  .two-column-holder li, .page-content li {
    flex-wrap: wrap;
    margin-bottom: 40px; }
    .two-column-holder li:nth-child(2) figure, .two-column-holder li:nth-child(4) figure, .page-content li:nth-child(2) figure, .page-content li:nth-child(4) figure {
      order: 0; }
  .two-column-holder figure, .two-column-holder article, .page-content figure, .page-content article {
    width: 100%; }
  .two-column-holder article, .page-content article {
    margin-top: 24px; }
    .two-column-holder article .holder-image-text, .page-content article .holder-image-text {
      position: relative; }
  .two-column-posts-section {
    padding: 120px 0 40px 0; }
  .page-content {
    padding: 0 0 40px 0; } }

@media (max-width: 767px) {
  .page-template-tpl-services .page-content {
    padding: 64px 0; }
  .page-template-tpl-services .learn-more-btn p {
    color: #F44578; }
  .two-column-holder li, .page-content li {
    margin-bottom: 0px; }
  .two-column-holder figure, .page-content figure {
    height: 204px; }
  .holder-image-text h3 {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -1.5px; } }

@media (max-width: 767px) {
  .single-services .title-text-section h2, .single-services .title-text-section h3 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -1px; } }

.hero-section {
  height: 100vh; }

.vertical-elements-scroll {
  position: relative;
  display: inline-block;
  width: 545px;
  height: 100%;
  background-color: #FFFFFF; }
  .vertical-elements-scroll .single-column-holder {
    padding: 200px 40px 120px 120px; }
    .vertical-elements-scroll .single-column-holder a {
      display: inline-block;
      color: #000000; }
      .vertical-elements-scroll .single-column-holder a:hover {
        color: #F44578; }
    .vertical-elements-scroll .single-column-holder figure {
      display: none; }
    .vertical-elements-scroll .single-column-holder li {
      margin-bottom: 24px; }
      .vertical-elements-scroll .single-column-holder li:last-child {
        margin-bottom: 0%; }
  .vertical-elements-scroll .background-image-section {
    position: fixed;
    width: 525px;
    height: 93px;
    background-color: white;
    z-index: 1; }
  .vertical-elements-scroll .big-title {
    position: fixed;
    top: 48px;
    left: 120px;
    z-index: 2;
    text-transform: capitalize; }

.one-image {
  margin-top: 40px;
  margin-bottom: 80px !important; }

.page-template-tpl-work .hero-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  width: 100%;
  z-index: 1; }

.page-template-tpl-work .vertical-elements-scroll {
  overflow-y: auto;
  z-index: 2; }

.page-template-tpl-work footer, .page-template-tpl-work .call-to-action-section {
  display: none; }

.message-box.colored {
  padding: 40px;
  color: white;
  margin: 0px -40px 80px -40px !important; }
  .message-box.colored h4 {
    letter-spacing: -0.5px; }

.big-num-holder {
  width: 100%;
  display: flex; }
  .big-num-holder .big {
    width: auto !important;
    flex: none !important; }

.single-works .wrapper:nth-of-type(2) .message-box {
  padding: 80px 0; }
  .single-works .wrapper:nth-of-type(2) .message-box.colored {
    padding: 40px; }

.single-works .hero-section {
  height: 800px; }
  .single-works .hero-section + .coloredOuter {
    margin-top: 80px; }
    .single-works .hero-section + .coloredOuter .message-box.colored {
      margin: 0 -40px !important; }

.single-works .three-column-section ul > .big {
  width: 394px !important;
  flex: none !important; }

.work .hamburger span {
  background-color: black; }

.work .featured-img-holder {
  position: fixed;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.5s 0s ease;
  -moz-transition: all 0.5s 0s ease;
  -ms-transition: all 0.5s 0s ease;
  -o-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease; }
  .work .featured-img-holder.backgroundTransition {
    -webkit-transition: all 0.5s 0s ease;
    -moz-transition: all 0.5s 0s ease;
    -ms-transition: all 0.5s 0s ease;
    -o-transition: all 0.5s 0s ease;
    transition: all 0.5s 0s ease;
    opacity: 1;
    z-index: 1;
    visibility: visible; }

.image-link {
  display: block;
  height: 100%; }

.all-fimg-holder {
  width: calc(100% - 545px);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-position: center center;
  background-size: cover; }

@media (max-width: 1366px) {
  .single-works .three-column-section ul > .big {
    width: 317px !important;
    flex: none !important; } }

@media (max-width: 1280px) {
  .vertical-elements-scroll {
    width: 35%; }
    .vertical-elements-scroll .background-image-section {
      width: 33%; }
    .vertical-elements-scroll .single-column-holder {
      padding: 160px 40px 110px 120px; }
  .page-template-tpl-work .vertical-elements-scroll {
    display: block; }
  .all-fimg-holder {
    width: 65%; } }

@media (max-width: 1025px) {
  html.touch .vertical-elements-scroll .single-column-holder a:hover {
    color: black; }
  .vertical-elements-scroll {
    width: 45%; }
    .vertical-elements-scroll .background-image-section {
      width: 38%; }
  .single-works .three-column-section ul > .big {
    width: 32% !important;
    flex: none !important; } }

@media (max-width: 950px) {
  .work .featured-img-holder {
    z-index: -1;
    display: none; }
  .page-template-tpl-work {
    overflow-y: auto; }
    .page-template-tpl-work .hero-section {
      height: 100%; }
  .message-box.colored h4 {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.5px; }
  .vertical-elements-scroll {
    width: 100%; }
    .vertical-elements-scroll .single-column-holder {
      padding: 180px 0 64px 120px;
      margin: 0 20px; }
      .vertical-elements-scroll .single-column-holder figure {
        width: 100%;
        height: 35vh;
        display: block; }
        .vertical-elements-scroll .single-column-holder figure img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          -o-object-fit: cover; }
      .vertical-elements-scroll .single-column-holder li {
        margin-bottom: 39px; }
    .vertical-elements-scroll article {
      margin-top: 16px; }
    .vertical-elements-scroll .background-image-section, .vertical-elements-scroll .big-title {
      position: relative; }
    .vertical-elements-scroll .big-title {
      top: 120px;
      left: 140px; }
  .page-template-tpl-work footer, .page-template-tpl-work .call-to-action-section {
    display: block; }
  .single-works .hero-section {
    height: 380px; }
  .single-works .wrapper:nth-of-type(2) .message-box {
    padding: 64px 0px; }
  .single-works .three-column-section ul > .big {
    width: 100% !important;
    flex: none !important;
    margin-bottom: 80px; }
  .one-image {
    margin-top: 16px; } }

@media (max-width: 767px) {
  .message-box.colored {
    padding: 40px;
    margin: 0px -40px 64px -40px !important; }
  .vertical-elements-scroll .single-column-holder {
    padding: 180px 0 64px 0px; }
  .vertical-elements-scroll .big-title {
    left: 20px; }
  .single-works .big-num-holder {
    display: block; }
  .single-works .three-column-section ul > .big {
    width: 100% !important;
    flex: none !important; } }

html.ie .message-box.oneCtitle article {
  width: 100%;
  flex: auto; }

.title-text-section {
  min-height: 520px;
  position: relative; }
  .title-text-section.latest-blog-post .wrapper {
    padding: 120px 0 150px 0; }
  .title-text-section .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 192px 0 120px 0; }
  .title-text-section p, .title-text-section article {
    display: inline-block; }
  .title-text-section article {
    width: 805px; }
    .title-text-section article p {
      margin-top: 40px; }
  .title-text-section .big, .title-text-section h1 {
    font-weight: 800; }
  .title-text-section p {
    margin-top: 5px; }
  .title-text-section .big {
    letter-spacing: -0.75px;
    margin-top: 7px; }
  .title-text-section h1 {
    letter-spacing: -1px; }

.latest-blog-post p {
  margin-top: 0%; }

.latest-blog-post h3 {
  font-weight: 800;
  font-size: 26px;
  line-height: 40px; }

.three-column-section {
  position: relative;
  padding: 120px 0; }
  .three-column-section .big-sign {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 800;
    margin-top: 7px; }
  .three-column-section .big {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 800;
    margin-top: 7px; }
  .three-column-section .wrapper {
    display: flex;
    position: relative;
    z-index: 3; }
  .three-column-section .columns-holder {
    width: calc(100% * 2 / 3); }
    .three-column-section .columns-holder ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .three-column-section .columns-holder ul li {
        width: 370px;
        margin-bottom: 120px;
        margin-right: 12px;
        margin-left: 12px; }
        .three-column-section .columns-holder ul li p a {
          color: inherit;
          text-decoration: none; }
        .three-column-section .columns-holder ul li h3 {
          margin-bottom: 40px;
          word-wrap: break-word; }
        .three-column-section .columns-holder ul li.number .big, .three-column-section .columns-holder ul li.number .big-sign {
          font-size: 96px;
          letter-spacing: -6px;
          line-height: 100px; }
        .three-column-section .columns-holder ul li img {
          max-width: 100%;
          height: auto; }
    .three-column-section .columns-holder h3 {
      font-weight: 800; }
  .three-column-section .quote {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    padding-top: 40px;
    display: inline-block;
    margin-left: -50%;
    width: 760px; }
    .three-column-section .quote h3 {
      margin-bottom: 24px; }
    .three-column-section .quote.left-align {
      text-align: left; }
    .three-column-section .quote.right-align {
      text-align: right; }
    .three-column-section .quote.justify {
      text-align: justify; }
  .three-column-section .first-element-background {
    z-index: 2; }
  .three-column-section .second-element-background {
    z-index: 1; }
  .three-column-section .single-work-background-holder {
    width: 66%;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0; }
  .three-column-section.backgroundColor {
    color: white; }
    .three-column-section.backgroundColor .quote {
      border-top: 1px solid rgba(255, 255, 255, 0.5); }
  .three-column-section.inverse .second-element-background {
    background-position: 90% 100% !important; }
  .three-column-section.inverse .wrapper {
    display: block; }
  .three-column-section.inverse .columns-holder {
    width: 100%; }
    .three-column-section.inverse .columns-holder ul {
      display: flex;
      justify-content: start; }
    .three-column-section.inverse .columns-holder .big {
      width: 370px;
      flex: auto; }
    .three-column-section.inverse .columns-holder .outside {
      position: relative; }
      .three-column-section.inverse .columns-holder .outside img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: unset; }
  .three-column-section.inverse .quote {
    margin-left: 0%; }
  .three-column-section.inverse.inside .first-element-background {
    max-height: 450px; }
  .three-column-section.inverse.inside .second-element-background {
    background-position: 50% 50% !important; }
  .three-column-section.normal .background-images-holder {
    position: absolute;
    left: -120px;
    top: 40%;
    -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }
    .three-column-section.normal .background-images-holder .first-element-background {
      position: relative; }
    .three-column-section.normal .background-images-holder .second-element-background {
      position: absolute;
      top: 60%;
      left: 30%;
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }
  .three-column-section.normal .columns-holder li.outside {
    max-width: unset;
    width: unset;
    position: absolute;
    left: 0;
    top: 60px; }
  .three-column-section.inverse.outside .background-images-holder {
    position: absolute;
    bottom: 0;
    left: 66%; }
    .three-column-section.inverse.outside .background-images-holder .first-element-background {
      position: relative; }
    .three-column-section.inverse.outside .background-images-holder .second-element-background {
      position: absolute;
      top: 60%;
      right: 30%;
      -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }
  .three-column-section.inside .columns-holder ul {
    position: relative; }
  .three-column-section.inside .background-images-holder {
    width: calc(100% * 1 / 3);
    position: relative; }

.call-to-action-section {
  padding: 80px 0;
  background-color: #6625EE;
  color: #ffffff;
  position: relative; }
  .call-to-action-section .big {
    width: auto; }
  .call-to-action-section .big-title {
    font-weight: 800;
    letter-spacing: -0.5px; }
  .call-to-action-section h3 {
    font-weight: 800;
    margin-bottom: 24px;
    width: 720px; }
  .call-to-action-section p, .call-to-action-section a {
    display: inline-block;
    font-weight: 300; }
  .call-to-action-section a {
    float: right;
    color: #ffffff;
    padding: 27px 60px;
    border: 1px solid #FFFFFF;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out; }
  .call-to-action-section .btns-holder {
    margin-top: 80px;
    display: flex;
    justify-content: center; }
    .call-to-action-section .btns-holder a {
      margin: 0 37px; }
    .call-to-action-section .btns-holder p {
      font-weight: 700;
      letter-spacing: -0.5px; }
  .call-to-action-section .large-btn .big-title {
    width: 100%;
    text-align: center; }
  .call-to-action-section.large article {
    width: 800px;
    margin: 0 auto;
    text-align: center; }
  .call-to-action-section.large h3 {
    width: 100%; }
  .call-to-action-section.small .wrapper {
    display: flex; }
  .call-to-action-section.small article {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    align-self: center; }
  .call-to-action-section.small a {
    float: unset; }
  .call-to-action-section.small .big {
    letter-spacing: -0.5px; }

.clients-section {
  padding: 120px 0 94px 0; }
  .clients-section .wrapper {
    display: flex;
    justify-content: space-between; }
  .clients-section ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% * 2 / 3); }
  .clients-section .big-title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 7px; }
  .clients-section img {
    height: 100px;
    width: 120px;
    object-fit: cover;
    -o-object-fit: cover;
    display: block; }
  .clients-section li {
    margin: 0 40px 40px 40px; }
    .clients-section li:nth-child(4n+1) {
      margin: 0 40px 40px 0px; }
    .clients-section li:nth-child(4n) {
      margin: 0 0px 40px 40px; }

.social-section {
  padding: 120px 0 95px 0;
  background-color: #F1F1F1;
  box-sizing: border-box; }
  .social-section .big {
    font-weight: 800; }

.big-footer-section {
  background-color: #6625EE;
  box-sizing: border-box;
  color: #FFFFFF;
  position: relative; }
  .big-footer-section a {
    color: #FFFFFF; }
  .big-footer-section footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0; }

#curator-feed {
  padding-top: 80px;
  box-sizing: border-box; }

.message-box {
  display: flex;
  padding: 120px 0; }
  .message-box .big-title {
    display: inline-block; }
  .message-box article {
    width: 1000px; }
    .message-box article p {
      margin-bottom: 40px; }
      .message-box article p:last-child {
        margin-bottom: 0%; }
  .message-box.oneColumn {
    display: flex; }
    .message-box.oneColumn article {
      overflow: hidden;
      width: 1000px; }
      .message-box.oneColumn article.full-w-box {
        width: 100%; }
      .message-box.oneColumn article img.alignleft {
        float: left;
        margin: 0 20px 20px 0; }
      .message-box.oneColumn article img.alignright {
        float: right;
        margin: 0 0 20px 20px; }
    .message-box.oneColumn p {
      margin-top: 0% !important; }
    .message-box.oneColumn h3 {
      margin-bottom: 24px; }
  .message-box.twoColumn .wrapper {
    display: flex;
    justify-content: space-between; }
  .message-box.twoColumn article {
    width: 45%; }
  .message-box.twoColumn.emptyTitle {
    display: block;
    padding: 0%; }
  .message-box.float .wrapper {
    flex-wrap: wrap; }
  .message-box.float > .big-title {
    width: 100%; }
  .message-box.oneCtitle .wrapper {
    display: flex;
    justify-content: space-between; }
    .message-box.oneCtitle .wrapper.titleFullWidth {
      flex-wrap: wrap; }
      .message-box.oneCtitle .wrapper.titleFullWidth .big-title, .message-box.oneCtitle .wrapper.titleFullWidth article {
        width: 100%; }
      .message-box.oneCtitle .wrapper.titleFullWidth .big-title {
        margin-bottom: 40px; }
  .message-box.oneCtitle article {
    width: 1000px;
    flex: 1; }
    .message-box.oneCtitle article p {
      margin-top: 0%; }
  .message-box.oneCtitle .big-title {
    margin-bottom: 0%;
    padding-right: 10px;
    box-sizing: border-box; }
  .message-box h3 {
    font-weight: 800; }
  .message-box.titleFullWidth {
    display: block; }
    .message-box.titleFullWidth .big-title {
      margin-bottom: 40px; }
    .message-box.titleFullWidth .full-width-with-title {
      width: 100%; }
  .message-box.fullWidthColoredBox {
    margin-bottom: 0 !important; }
  .message-box .left-right-article-holder {
    display: flex;
    justify-content: space-between; }
    .message-box .left-right-article-holder article {
      width: 45%; }
    .message-box .left-right-article-holder ul {
      margin-left: 1.8em; }
      .message-box .left-right-article-holder ul li {
        font-size: 18px;
        letter-spacing: -0.3px;
        line-height: 32px; }

.fp-tableCell {
  display: block; }

.contact-section.black .wpcf7 {
  margin-top: -35px; }
  .contact-section.black .wpcf7 .dropdownArrow {
    position: relative; }
    .contact-section.black .wpcf7 .dropdownArrow:before {
      content: "";
      width: 10px;
      height: 2px;
      position: absolute;
      top: 72px;
      right: 51px;
      background-color: white;
      -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-130deg) scale(1);
      -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-130deg) scale(1);
      -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-130deg) scale(1);
      -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-130deg) scale(1);
      transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(-130deg) scale(1); }
    .contact-section.black .wpcf7 .dropdownArrow:after {
      content: "";
      width: 10px;
      height: 2px;
      position: absolute;
      top: 72px;
      right: 45px;
      background-color: white;
      -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(130deg) scale(1);
      -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(130deg) scale(1);
      -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(130deg) scale(1);
      -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(130deg) scale(1);
      transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(130deg) scale(1); }
  .contact-section.black .wpcf7 input[type="email"]:invalid {
    box-shadow: 0px 0px 5px white; }

.contact-section.black p.ffl-floated label {
  color: white; }

.contact-section.black p.ffl-floated input[type="text"], .contact-section.black p.ffl-floated input[type="email"], .contact-section.black p.ffl-floated select {
  opacity: 1;
  color: white; }

.contact-section.black .wpcf7 .wpcf7-submit {
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out; }
  .contact-section.black .wpcf7 .wpcf7-submit:hover {
    background-color: white;
    border: 1px solid white;
    color: #F44578;
    opacity: 1; }

.event-section {
  background-color: #F1F1F1;
  padding: 120px 0 80px 0; }
  .event-section ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .event-section ul li {
      width: 369px;
      margin-bottom: 80px; }
  .event-section h5 {
    margin-bottom: 20px; }

.moduli-section .wrapper {
  display: flex;
  justify-content: space-between;
  padding: 120px 0; }

.moduli-section .plusminus-holder {
  position: absolute;
  top: 8px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer; }

.moduli-section .expander-article-holder {
  width: 770px; }
  .moduli-section .expander-article-holder > article {
    cursor: pointer; }

.moduli-section h4 {
  font-weight: 500; }

.moduli-section article {
  margin: 40px 0 0 0;
  position: relative; }
  .moduli-section article:first-child {
    margin-top: 0; }
  .moduli-section article span.plus {
    height: 22px;
    width: 2px;
    position: absolute;
    top: 0;
    right: 10px;
    background-color: #F44578;
    -webkit-transition: all 0.2s 0s ease-out;
    -moz-transition: all 0.2s 0s ease-out;
    -ms-transition: all 0.2s 0s ease-out;
    -o-transition: all 0.2s 0s ease-out;
    transition: all 0.2s 0s ease-out; }
  .moduli-section article span.minus {
    height: 22px;
    width: 2px;
    position: absolute;
    top: 0;
    right: 10px;
    transform: rotate(90deg);
    background-color: #F44578; }
  .moduli-section article.active .plusminus-holder .plus {
    height: 0; }

.moduli-section .expander-two-column {
  display: none; }
  .moduli-section .expander-two-column.oneColumn article {
    width: 100%; }
    .moduli-section .expander-two-column.oneColumn article:last-child {
      width: 0px; }

.moduli-section .expander-content-holder {
  justify-content: space-between;
  display: flex;
  -webkit-transition: all 0.2s 0s ease-out;
  -moz-transition: all 0.2s 0s ease-out;
  -ms-transition: all 0.2s 0s ease-out;
  -o-transition: all 0.2s 0s ease-out;
  transition: all 0.2s 0s ease-out;
  opacity: 1; }
  .moduli-section .expander-content-holder article {
    width: 47%;
    margin: 0%;
    margin-top: 24px; }
  .moduli-section .expander-content-holder ul {
    margin-left: 1.8em; }
    .moduli-section .expander-content-holder ul li {
      font-size: 18px;
      letter-spacing: -0.3px;
      line-height: 32px;
      margin-bottom: 10px; }

.testimonials-section {
  background-color: #F1F1F1;
  padding: 120px 0; }
  .testimonials-section .wrapper {
    display: flex;
    justify-content: space-between; }
  .testimonials-section .article-holder {
    width: 780px;
    display: inline-block; }
    .testimonials-section .article-holder .big-title {
      width: auto; }
    .testimonials-section .article-holder .clearfix {
      margin-top: 24px; }
    .testimonials-section .article-holder .right {
      width: 700px; }
    .testimonials-section .article-holder img {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      object-fit: cover;
      -o-object-fit: cover;
      object-position: top; }
    .testimonials-section .article-holder > article {
      margin-bottom: 80px; }
      .testimonials-section .article-holder > article:last-child {
        margin-bottom: 0%; }
  .testimonials-section h4 {
    font-weight: 300;
    font-size: 18px; }

.gallery-section {
  margin-bottom: 120px; }
  .gallery-section.gallery li {
    margin: 10px;
    float: left; }
    .gallery-section.gallery li:nth-child(7n), .gallery-section.gallery li:first-child {
      height: 100vh;
      margin: 10px 0 10px 0; }
    .gallery-section.gallery li:nth-child(6n+2) {
      height: 700px;
      width: 590px;
      float: left;
      margin: 10px 10px 10px 0; }
    .gallery-section.gallery li:nth-child(6n+3), .gallery-section.gallery li:nth-child(6n+4) {
      height: 340px;
      width: 590px;
      float: right;
      margin: 10px 0 10px 10px; }
    .gallery-section.gallery li:nth-child(6n+5) {
      width: 400px;
      height: 500px;
      float: left;
      clear: left;
      margin: 10px 10px 0 0; }
    .gallery-section.gallery li:nth-child(6n+6) {
      width: 780px;
      height: 500px;
      float: right;
      margin: 10px 0 10px 10px; }
  .gallery-section.slick-slider-gallery {
    margin-top: 80px; }
    .gallery-section.slick-slider-gallery .slick-slider {
      height: 700px;
      width: 100%; }
    .gallery-section.slick-slider-gallery img {
      width: 100%;
      height: 700px;
      object-fit: cover;
      -o-object-fit: cover; }
    .gallery-section.slick-slider-gallery .slick-arrow {
      text-indent: -99999px;
      outline: none;
      -webkit-transition: all 0.2s 0s ease-in-out;
      -moz-transition: all 0.2s 0s ease-in-out;
      -ms-transition: all 0.2s 0s ease-in-out;
      -o-transition: all 0.2s 0s ease-in-out;
      transition: all 0.2s 0s ease-in-out;
      overflow: hidden;
      border: none; }
      .gallery-section.slick-slider-gallery .slick-arrow.slick-next {
        background-image: url(../icons/icon-right.svg);
        background-size: 14px 28px;
        background-repeat: no-repeat;
        background-position: center center; }
        .gallery-section.slick-slider-gallery .slick-arrow.slick-next:before {
          content: "";
          position: absolute;
          width: 80px;
          height: 80px;
          top: 0px;
          left: -80px;
          background-color: #F44578;
          -webkit-transition: all 0.2s 0s ease-in-out;
          -moz-transition: all 0.2s 0s ease-in-out;
          -ms-transition: all 0.2s 0s ease-in-out;
          -o-transition: all 0.2s 0s ease-in-out;
          transition: all 0.2s 0s ease-in-out; }
        .gallery-section.slick-slider-gallery .slick-arrow.slick-next:after {
          content: "";
          width: 14px;
          height: 28px;
          position: absolute;
          top: 50%;
          left: calc(50% - 80px);
          -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
          -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
          -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
          -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
          transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
          background-image: url(../icons/icon-right.svg);
          background-size: 14px 28px;
          background-repeat: no-repeat;
          background-position: center center; }
        .gallery-section.slick-slider-gallery .slick-arrow.slick-next:hover:before {
          left: 0px; }
        .gallery-section.slick-slider-gallery .slick-arrow.slick-next:hover:after {
          left: 50%; }
      .gallery-section.slick-slider-gallery .slick-arrow.slick-prev {
        background-image: url(../icons/icon-left.svg);
        background-size: 14px 28px;
        background-repeat: no-repeat;
        background-position: center center; }
        .gallery-section.slick-slider-gallery .slick-arrow.slick-prev:before {
          content: "";
          position: absolute;
          width: 80px;
          height: 80px;
          top: 0px;
          left: 80px;
          background-color: #F44578;
          -webkit-transition: all 0.2s 0s ease-in-out;
          -moz-transition: all 0.2s 0s ease-in-out;
          -ms-transition: all 0.2s 0s ease-in-out;
          -o-transition: all 0.2s 0s ease-in-out;
          transition: all 0.2s 0s ease-in-out; }
        .gallery-section.slick-slider-gallery .slick-arrow.slick-prev:after {
          content: "";
          width: 14px;
          height: 28px;
          position: absolute;
          top: 50%;
          left: calc(50% + 80px);
          -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
          -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
          -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
          -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
          transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
          background-image: url(../icons/icon-left.svg);
          background-size: 14px 28px;
          background-repeat: no-repeat;
          background-position: center center; }
        .gallery-section.slick-slider-gallery .slick-arrow.slick-prev:hover:before {
          left: 0px; }
        .gallery-section.slick-slider-gallery .slick-arrow.slick-prev:hover:after {
          left: 50%; }
  .gallery-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    display: block; }

.slick-slider {
  position: relative; }
  .slick-slider .slick-arrow {
    height: 80px;
    width: 80px;
    border: 1px solid #000000;
    background-color: #000000;
    position: absolute;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%); }
  .slick-slider .slick-next {
    right: -55px; }
  .slick-slider .slick-prev {
    left: -55px; }
  .slick-slider .slick-dots {
    text-align: center;
    padding-top: 42px; }
    .slick-slider .slick-dots li {
      display: inline-block;
      height: 7px;
      width: 7px;
      margin: 0 6px; }
      .slick-slider .slick-dots li.slick-active button {
        opacity: 1; }
    .slick-slider .slick-dots button {
      height: 7px;
      width: 7px;
      opacity: 0.25;
      background-color: #000000;
      border: none;
      border-radius: 5px;
      text-indent: -9999px;
      padding: 0%; }

.full-width-section {
  height: 560px;
  position: relative; }

.video-player {
  overflow: hidden;
  cursor: pointer; }
  .video-player .play-btn-anchor {
    -webkit-transition: all 0.35s 0s cubic-bezier(0.35, 0.3, 0.2, 1);
    -moz-transition: all 0.35s 0s cubic-bezier(0.35, 0.3, 0.2, 1);
    -ms-transition: all 0.35s 0s cubic-bezier(0.35, 0.3, 0.2, 1);
    -o-transition: all 0.35s 0s cubic-bezier(0.35, 0.3, 0.2, 1);
    transition: all 0.35s 0s cubic-bezier(0.35, 0.3, 0.2, 1);
    opacity: 1; }
  .video-player:hover .play-btn-anchor {
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.05);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.05);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.05);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.05);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.05); }

.activeSlider .slick-arrow {
  top: -90px;
  height: 48px;
  width: 48px;
  border: 1px solid #000000;
  background-color: transparent;
  text-indent: -9999px;
  outline: none;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out; }
  .activeSlider .slick-arrow:after {
    content: "";
    position: absolute;
    top: 44%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
    height: 2px;
    width: 13px;
    background-color: black;
    opacity: 1;
    border-radius: 2px; }
  .activeSlider .slick-arrow:before {
    content: "";
    position: absolute;
    top: 61%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
    height: 2px;
    width: 13px;
    background-color: black;
    opacity: 1;
    border-radius: 2px; }
  .activeSlider .slick-arrow:hover {
    background-color: #F44578;
    border: 1px solid #F44578; }
    .activeSlider .slick-arrow:hover:after {
      background-color: #FFFFFF;
      opacity: 1; }
    .activeSlider .slick-arrow:hover:before {
      background-color: #FFFFFF;
      opacity: 1; }
  .activeSlider .slick-arrow.slick-next:after {
    transform: translate(-50%, -50%) rotate(-135deg); }
  .activeSlider .slick-arrow.slick-next:before {
    transform: translate(-50%, -50%) rotate(135deg); }
  .activeSlider .slick-arrow.slick-disabled {
    border: 1px solid #000000;
    opacity: 0.25; }
    .activeSlider .slick-arrow.slick-disabled:hover {
      opacity: 0.25;
      background-color: transparent; }
      .activeSlider .slick-arrow.slick-disabled:hover:before, .activeSlider .slick-arrow.slick-disabled:hover:after {
        background-color: black; }

.activeSlider .slick-next {
  right: 15px; }

.activeSlider .slick-prev {
  right: 80px;
  left: auto; }

.compensate-for-scrollbar {
  margin-right: 0px !important; }

.newsletter-popup {
  height: 640px;
  width: 960px;
  background-color: #FFFFFF;
  cursor: auto !important;
  padding: 0px !important; }
  .newsletter-popup h3 {
    margin-bottom: 25px; }
  .newsletter-popup article {
    margin: 80px 84px 123px 84px; }
    .newsletter-popup article .labelChanger {
      top: 130px; }

@media (max-width: 1500px) {
  .gallery-section.slick-slider-gallery {
    width: 90%;
    margin: 80px auto 120px auto; }
  .gallery-section.gallery li:nth-child(6n+2) {
    width: 48%; }
  .gallery-section.gallery li:nth-child(6n+3), .gallery-section.gallery li:nth-child(6n+4) {
    width: 50%; }
  .gallery-section.gallery li:nth-child(6n+5) {
    width: 33%; }
  .gallery-section.gallery li:nth-child(6n+6) {
    width: 65%; } }

@media (max-width: 1366px) {
  .title-text-section.latest-blog-post .wrapper {
    padding: 80px 0 80px 0; }
  .title-text-section p {
    margin-top: 20px; }
  .three-column-section .columns-holder {
    width: 60%; }
    .three-column-section .columns-holder ul li {
      width: 45%; }
  .three-column-section.inside .columns-holder ul li, .three-column-section.outside .columns-holder ul li {
    width: 280px;
    margin-right: 1%;
    margin-left: 1%; } }

@media (max-width: 1280px) {
  .home .postWrapper article {
    width: 100%; }
    .home .postWrapper article p {
      margin-top: 0px; }
  .three-column-section .columns-holder ul li {
    width: 45%;
    margin-bottom: 80px; }
  .event-section ul li {
    width: 30%; }
  .gallery-section ul {
    height: 80vh; }
  .gallery-section.slick-slider-gallery img, .gallery-section.slick-slider-gallery .slick-slider {
    height: 80vh; }
  .message-box.oneCtitle article {
    width: 100%; }
  .clients-section li {
    margin: 0 20px 20px 20px; }
    .clients-section li:nth-child(4n+1) {
      margin: 0 20px 20px 0px; }
    .clients-section li:nth-child(4n) {
      margin: 0 0px 20px 20px; }
  .latest-blog-post h3 {
    font-size: 36px;
    line-height: 40px; } }

@media (max-width: 1250px) {
  .three-column-section.inverse .columns-holder .outside img, .three-column-section.normal .columns-holder .outside img {
    display: none; } }

@media (max-width: 1025px) {
  html.touch .video-player:hover .play-btn-anchor {
    -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
  html.touch .activeSlider .slick-arrow:hover {
    background-color: transparent;
    border: 1px solid #000000; }
    html.touch .activeSlider .slick-arrow:hover:before, html.touch .activeSlider .slick-arrow:hover:after {
      background-color: black; }
  html.touch .contact-section.black .wpcf7 .wpcf7-submit:hover {
    background-color: transparent; }
  .clients-section ul {
    width: 80%; }
  .three-column-section .quote {
    width: 100%;
    margin-left: 0px; }
  .three-column-section .big {
    flex: none; }
  .three-column-section .columns-holder {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: unset; }
  .three-column-section .background-images-holder {
    display: none; }
  .three-column-section.inside .columns-holder ul li, .three-column-section.inside .columns-holder ul .big, .three-column-section.outside .columns-holder ul li, .three-column-section.outside .columns-holder ul .big {
    width: 30%; }
  .title-text-section article {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .message-box.oneCtitle article {
    width: unset;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .message-box.oneColumn article {
    width: 100%; }
  .testimonials-section .article-holder {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto; }
  .testimonials-section .article-holder .right {
    width: 550px; }
  .message-box.twoColumn article {
    width: 48%; }
  .message-box.colored {
    flex-wrap: wrap; }
  .full-width-section.video-player {
    height: 400px; }
  .gallery-section.gallery li:nth-child(7n), .gallery-section.gallery li:first-child {
    margin: 1% 0 1% 0; }
  .gallery-section.gallery li:nth-child(6n+2) {
    height: 70vh;
    width: 47%;
    margin: 1% 1% 1% 0; }
  .gallery-section.gallery li:nth-child(6n+3), .gallery-section.gallery li:nth-child(6n+4) {
    height: 260px;
    margin: 1% 0 1% 1%; }
  .gallery-section.gallery li:nth-child(6n+5) {
    height: 60vh;
    margin: 1% 1% 0 0; }
  .gallery-section.gallery li:nth-child(6n+6) {
    width: 64%;
    height: 60vh;
    margin: 1% 0 1% 1%; }
  .gallery-section ul {
    height: 65vh; }
  .gallery-section.slick-slider-gallery img, .gallery-section.slick-slider-gallery .slick-slider {
    height: 65vh; }
  .moduli-section h4 {
    width: 90%; } }

@media (max-width: 950px) {
  .title-text-section .wrapper {
    flex-wrap: wrap; }
  .title-text-section article {
    width: 100%;
    flex: auto;
    margin-top: 8px; }
  .title-text-section .big {
    margin-top: 0px; }
  .three-column-section .wrapper {
    flex-wrap: wrap; }
  .three-column-section .big {
    margin-top: 0px; }
  .three-column-section .columns-holder {
    width: 100%;
    flex: auto;
    margin-top: 24px; }
    .three-column-section .columns-holder ul li:nth-child(2n+1) {
      margin-left: 0px; }
    .three-column-section .columns-holder ul li:nth-child(2n) {
      margin-right: 0px; }
  .three-column-section .quote {
    margin-left: 0px; }
    .three-column-section .quote h3 {
      font-size: 32px;
      line-height: 40px;
      letter-spacing: -0.75px; }
  .three-column-section.inside .columns-holder ul li, .three-column-section.inside .columns-holder ul .big, .three-column-section.outside .columns-holder ul li, .three-column-section.outside .columns-holder ul .big {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%; }
  .full-width-section.video-player {
    height: 330px; }
  .call-to-action-section.large article {
    width: 100%; }
  .message-box.oneCtitle .wrapper {
    flex-wrap: wrap; }
    .message-box.oneCtitle .wrapper article {
      width: 100%;
      flex: auto; }
    .message-box.oneCtitle .wrapper.titleFullWidth .big-title {
      margin-bottom: 24px; }
  .event-section ul li {
    width: 45%; }
  .moduli-section .wrapper {
    flex-wrap: wrap; }
  .moduli-section .expander-article-holder {
    margin-top: 16px; }
  .testimonials-section .wrapper {
    flex-wrap: wrap; }
    .testimonials-section .wrapper .big-title {
      margin-bottom: 16px; }
  .testimonials-section .article-holder .right {
    width: 480px; }
    .testimonials-section .article-holder .right .big-title {
      margin-bottom: 0%; }
  .message-box .wrapper {
    flex-wrap: wrap; }
    .message-box .wrapper .big-title {
      margin-bottom: 24px;
      width: 100%; }
  .message-box.oneCtitle .big-title {
    width: 100%;
    margin-bottom: 24px; }
  .call-to-action-section .btns-holder a {
    margin: 0 15px; }
    .call-to-action-section .btns-holder a:first-child {
      margin-left: 0%; }
    .call-to-action-section .btns-holder a:last-child {
      margin-right: 0%; }
  .call-to-action-section.small .wrapper {
    flex-wrap: wrap; }
  .call-to-action-section.small article {
    text-align: center;
    flex: auto;
    width: 100%; }
  .call-to-action-section.small a {
    margin: 80px auto 0 auto; }
  .call-to-action-section h3 {
    width: 100%; }
  .call-to-action-section.oneRow article {
    width: auto; }
  .call-to-action-section.oneRow a {
    margin: 0 auto; }
  .gallery-section.gallery li:nth-child(7n), .gallery-section.gallery li:first-child {
    height: 40vh; }
  .gallery-section.gallery li:nth-child(6n+2) {
    height: 40vh;
    width: 100%; }
  .gallery-section.gallery li:nth-child(6n+3), .gallery-section.gallery li:nth-child(6n+4) {
    height: 40vh;
    width: 100%; }
  .gallery-section.gallery li:nth-child(6n+5) {
    height: 40vh;
    width: 100%; }
  .gallery-section.gallery li:nth-child(6n+6) {
    height: 40vh;
    width: 100%; }
  .gallery-section ul {
    height: 35vh; }
  .gallery-section.slick-slider-gallery img, .gallery-section.slick-slider-gallery .slick-slider {
    height: 35vh; }
  .clients-section ul {
    width: 100%; }
  .clients-section .wrapper {
    flex-wrap: wrap; }
  .clients-section li {
    margin: 0 15px 15px 15px; }
    .clients-section li:nth-child(4n+1) {
      margin: 0 15px 15px 0px; }
    .clients-section li:nth-child(4n) {
      margin: 0 0px 15px 15px; } }

@media (max-width: 767px) {
  .latest-blog-post h3 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.5px; }
  .contact-section.black .wpcf7 .dropdownArrow:before {
    top: 52px; }
  .contact-section.black .wpcf7 .dropdownArrow:after {
    top: 52px; }
  .title-text-section {
    min-height: 320px; }
    .title-text-section .wrapper {
      padding: 120px 0 70px 0; }
    .title-text-section article p {
      margin-top: 16px; }
  .full-width-section.video {
    height: 200px; }
  .three-column-section {
    padding: 64px 0px;
    margin: 64px 0px; }
    .three-column-section .columns-holder {
      margin-top: 0px; }
      .three-column-section .columns-holder ul > .big {
        margin-bottom: 40px; }
      .three-column-section .columns-holder ul li {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0px;
        margin-left: 0px; }
        .three-column-section .columns-holder ul li h3 {
          font-size: 24px;
          line-height: 36px;
          letter-spacing: -1px;
          margin-bottom: -8px; }
        .three-column-section .columns-holder ul li.number .big, .three-column-section .columns-holder ul li.number .big-sign {
          font-size: 64px;
          line-height: 68px;
          letter-spacing: -4px; }
        .three-column-section .columns-holder ul li.number .big-sign {
          margin-left: 10px; }
    .three-column-section .quote {
      padding-top: 24px;
      margin-top: 40px; }
      .three-column-section .quote h3 {
        font-size: 24px;
        line-height: 36px;
        letter-spacing: -1px; }
    .three-column-section.inside .columns-holder ul li, .three-column-section.inside .columns-holder ul .big, .three-column-section.outside .columns-holder ul li, .three-column-section.outside .columns-holder ul .big {
      margin-right: 0px;
      margin-left: 0px;
      width: 100%; }
    .three-column-section.inside .columns-holder ul li:last-child, .three-column-section.outside .columns-holder ul li:last-child {
      margin-bottom: 0px; }
    .three-column-section .big {
      margin-bottom: 24px; }
  .call-to-action-section {
    padding: 64px 0; }
    .call-to-action-section.small a {
      margin: 24px auto 0 auto; }
    .call-to-action-section .btns-holder {
      flex-wrap: wrap;
      margin-top: 40px; }
      .call-to-action-section .btns-holder a {
        margin: 0 0 16px 0; }
        .call-to-action-section .btns-holder a:last-child {
          margin: 0%; }
  .clients-section {
    padding: 64px 0 24px 0; }
    .clients-section .wrapper {
      flex-wrap: wrap; }
    .clients-section ul {
      flex-wrap: wrap;
      justify-content: space-between;
      width: 100%;
      margin-top: 40px; }
      .clients-section ul li {
        margin: 0 20px 20px 20px; }
        .clients-section ul li:nth-child(4n+1) {
          margin: 0 20px 20px 20px; }
        .clients-section ul li:nth-child(4n) {
          margin: 0 20px 20px 20px; }
        .clients-section ul li:nth-child(2n+1) {
          margin: 0 27px 20px 20px; }
        .clients-section ul li:nth-child(2n+2) {
          margin: 0 20px 20px 27px; }
  .gallery-section {
    margin-bottom: 40px !important;
    margin-top: 40px;
    width: calc(100% + 40px);
    margin-left: -20px; }
    .gallery-section.gallery li {
      position: relative;
      width: calc(100% + 40px);
      left: -20px;
      margin: 10px 0px; }
      .gallery-section.gallery li:nth-child(n+1) {
        width: calc(100% + 40px); }
      .gallery-section.gallery li:last-child {
        margin-top: 1%; }
      .gallery-section.gallery li:nth-child(7n), .gallery-section.gallery li:first-child {
        height: 400px;
        float: unset; }
      .gallery-section.gallery li:nth-child(6n+2) {
        height: 650px;
        float: unset; }
      .gallery-section.gallery li:nth-child(6n+3), .gallery-section.gallery li:nth-child(6n+4) {
        height: 350px;
        width: calc(100% + 40px);
        float: unset;
        margin-left: 0%; }
      .gallery-section.gallery li:nth-child(6n+5) {
        height: 650px;
        width: calc(100% + 40px);
        float: unset; }
      .gallery-section.gallery li:nth-child(6n+6) {
        height: 500px;
        width: calc(100% + 40px);
        float: unset;
        margin-left: 0%; }
    .gallery-section.slick-slider-gallery {
      -webkit-transform: translateX(-20px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(-20px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(-20px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(-20px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(-20px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      width: calc(100% + 40px);
      margin: 40px 0 64px 0;
      margin-bottom: 64px !important; }
      .gallery-section.slick-slider-gallery .slick-slider {
        height: 220px; }
      .gallery-section.slick-slider-gallery img {
        height: 220px; }
      .gallery-section.slick-slider-gallery .slick-arrow {
        display: none !important; }
  .message-box {
    margin: 64px 0;
    padding: 0; }
    .message-box.twoColumn article {
      width: 100%; }
      .message-box.twoColumn article.right {
        margin-top: 40px; }
    .message-box h3 {
      font-size: 24px;
      line-height: 36px;
      letter-spacing: -1px; }
    .message-box .colored-box {
      z-index: 1; }
    .message-box.titleFullWidth .big-title {
      margin-bottom: 0%; }
    .message-box .left-right-article-holder {
      flex-wrap: wrap; }
      .message-box .left-right-article-holder ul li {
        font-size: 13px;
        line-height: 24px; }
    .message-box.oneColumn article {
      width: 100%; }
  .event-section {
    padding: 64px 0; }
    .event-section ul li {
      width: 100%;
      margin-bottom: 40px; }
      .event-section ul li:last-child {
        margin-bottom: 0%; }
  .moduli-section .wrapper {
    padding: 64px 0px; }
  .moduli-section .plusminus-holder {
    top: 2px; }
  .moduli-section h4 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px; }
  .moduli-section .expander-content-holder {
    flex-wrap: wrap;
    margin-top: 8px; }
    .moduli-section .expander-content-holder article {
      width: 100%;
      margin-top: 0%; }
    .moduli-section .expander-content-holder ul li {
      font-size: 13px;
      line-height: 24px;
      letter-spacing: -0.25px; }
  .moduli-section article {
    margin: 24px 0 0 0; }
  .testimonials-section {
    padding: 64px 0; }
    .testimonials-section .article-holder {
      width: 100%; }
      .testimonials-section .article-holder > article {
        margin-bottom: 40px; }
      .testimonials-section .article-holder .right {
        width: 280px; }
    .testimonials-section h4 {
      font-size: 16px;
      line-height: 28px;
      letter-spacing: -0.27px; }
  .social-section {
    padding: 64px 0; }
  .slick-slider .slick-dots {
    padding-top: 24px; }
  .three-column-section .big, .three-column-section .big-sign {
    display: inline-block;
    width: auto;
    flex: auto; }
  .newsletter-popup article {
    margin: 80px 54px 123px 54px; }
    .newsletter-popup article .labelChanger {
      top: 100px; }
  .page-template-tpl-default-hero .three-column-section {
    margin: 0 0 64px 0; } }

@media (max-width: 413px) {
  .testimonials-section .article-holder .right {
    width: 240px; } }

@media (max-width: 374px) {
  .clients-section li {
    width: 50%;
    margin: 0 0 10px 0 !important; }
  .clients-section img {
    margin: 0 auto; }
  .moduli-section h4 {
    width: 240px; }
  .testimonials-section .article-holder .right {
    width: 70%; }
  .contact-section.black .wpcf7 .dropdownArrow:before {
    right: 21px; }
  .contact-section.black .wpcf7 .dropdownArrow:after {
    right: 15px; } }

html.ie .slider-section img {
  height: auto; }

.accordion-section {
  position: relative;
  height: 800px;
  color: #ffffff; }
  .accordion-section ul {
    display: flex;
    height: 100%;
    overflow: hidden; }
  .accordion-section li {
    position: relative;
    width: calc(7% + 1px);
    -webkit-transition: all 0.9s 0s ease;
    -moz-transition: all 0.9s 0s ease;
    -ms-transition: all 0.9s 0s ease;
    -o-transition: all 0.9s 0s ease;
    transition: all 0.9s 0s ease;
    display: block;
    overflow: hidden; }
    .accordion-section li > .big {
      display: none;
      position: absolute;
      top: 120px;
      left: 120px;
      font-weight: 800;
      z-index: 2; }
    .accordion-section li.active {
      width: 72%; }
      .accordion-section li.active .big {
        display: inline-block; }
      .accordion-section li.active article {
        position: absolute;
        bottom: 80px;
        left: 120px;
        transform: rotate(0deg); }
      .accordion-section li.active h3 {
        position: relative;
        bottom: auto;
        left: auto;
        transform: unset;
        margin-bottom: 40px;
        width: unset;
        font-size: 64px;
        letter-spacing: -3.2px;
        line-height: 80px; }
      .accordion-section li.active a {
        display: inline-block; }
      .accordion-section li.active:hover {
        cursor: default;
        -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
      .accordion-section li.active:before {
        content: none; }
    .accordion-section li article {
      width: 100%;
      position: absolute;
      bottom: 70px;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
      -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
      -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
      -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
      transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(-90deg) scale(1);
      z-index: 2; }
      .accordion-section li article h3 {
        width: 500px; }
    .accordion-section li a {
      display: none;
      color: #ffffff; }
    .accordion-section li:hover {
      cursor: pointer; }
      .accordion-section li:hover:before {
        width: calc(100% + 1px);
        -webkit-transition: all 0.5s 0s ease;
        -moz-transition: all 0.5s 0s ease;
        -ms-transition: all 0.5s 0s ease;
        -o-transition: all 0.5s 0s ease;
        transition: all 0.5s 0s ease; }
    .accordion-section li:after {
      content: "";
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: calc(100% + 1px);
      z-index: 1; }
    .accordion-section li:before {
      content: "";
      background-color: #F44578;
      opacity: 0.7;
      height: 100%;
      width: 0%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 1;
      -webkit-transition: all 0.5s 0s ease;
      -moz-transition: all 0.5s 0s ease;
      -ms-transition: all 0.5s 0s ease;
      -o-transition: all 0.5s 0s ease;
      transition: all 0.5s 0s ease; }
  .accordion-section h3 {
    font-weight: 800; }
  .accordion-section .big-title {
    width: 100%;
    text-align: center; }

.slider-section {
  margin: 120px 0; }
  .slider-section.activeSlider ul {
    justify-content: space-between; }
  .slider-section.activeSlider li {
    margin-right: 0%; }
  .slider-section.activeSlider .big-title {
    width: auto; }
  .slider-section ul {
    display: flex;
    justify-content: left; }
  .slider-section li {
    width: 284px;
    display: inline-block;
    margin-right: 22px;
    position: relative; }
  .slider-section img {
    width: 284px;
    height: 360px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: top;
    margin-bottom: 25px;
    display: block;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -ms-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease; }
    .slider-section img:hover.first {
      opacity: 0; }
    .slider-section img:hover.second {
      opacity: 1; }
  .slider-section li .second {
    left: 0;
    right: auto; }
  .slider-section .second {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0; }
  .slider-section .big-title {
    margin: 0 0 80px 0; }
  .slider-section.no-slider article .big-title, .slider-section.activeSlider article .big-title {
    width: 100%;
    margin-bottom: 8px; }

.about .three-column-section, .single-schools .three-column-section {
  background-color: white !important; }

.about .play-btn, .single-schools .play-btn {
  background-color: #F44578 !important; }

@media (max-width: 2560px) and (min-width: 2100px) {
  .accordion-section li article {
    bottom: 120px; } }

@media (max-width: 1025px) {
  .about .three-column-section .first-element-background, .about .three-column-section .second-element-background, .single-schools .three-column-section .first-element-background, .single-schools .three-column-section .second-element-background {
    display: none; }
  .slider-section.activeSlider li {
    padding-right: 20px; }
  .slider-section ul {
    flex-wrap: wrap;
    justify-content: space-between; }
  .slider-section li {
    margin-right: 0%;
    box-sizing: border-box; }
  .slider-section .slick-initialized .second {
    width: calc(100% - 20px); }
  .slider-section img {
    width: 100%;
    height: 480px; }
  html.touch .accordion-section li:hover:before {
    width: 0%; } }

@media (max-width: 950px) {
  .page-template-default .three-column-section .columns-holder ul li:nth-child(2n) {
    margin-left: 0px; }
  .page-template-default .three-column-section .columns-holder ul li:nth-child(2n+1) {
    margin-right: 0px; }
  .accordion-section li {
    width: 8%; }
    .accordion-section li.active {
      width: 68%; }
  .slider-section li {
    width: 45%;
    margin-bottom: 24px; }
  .slider-section img {
    height: 360px; }
  .slider-section.activeSlider {
    margin: 120px 0 0 0; }
    .slider-section.activeSlider .big-title {
      width: 80%; } }

@media (max-width: 767px) {
  .accordion-section {
    height: 675px; }
    .accordion-section ul {
      flex-wrap: wrap; }
    .accordion-section li {
      width: 100%;
      height: 50px; }
      .accordion-section li.active {
        width: 100%;
        height: 480px; }
        .accordion-section li.active article {
          width: auto;
          left: 20px;
          bottom: 40px;
          top: auto;
          -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
          transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
        .accordion-section li.active h3 {
          font-size: 32px;
          line-height: 40px;
          letter-spacing: -1.5px;
          margin-bottom: 16px; }
      .accordion-section li article {
        left: 20px;
        bottom: 0;
        top: 45%;
        -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }
      .accordion-section li > .big {
        top: 64px;
        left: 20px; }
      .accordion-section li:after {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.17) 100%); }
  .slider-section {
    margin: 64px 0px; }
    .slider-section img {
      height: 200px; }
    .slider-section .big-title {
      margin: 0 0 40px 0; }
    .slider-section .slick-arrow {
      display: none !important; }
    .slider-section.activeSlider .slick-dots {
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -moz-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -ms-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      -o-transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
      transform: translateX(-50%) translateY(0px) translateZ(0px) rotate(0deg) scale(1); }
      .slider-section.activeSlider .slick-dots li {
        padding-right: 12px; } }

@media (max-width: 374px) {
  .slider-section li {
    width: 48%;
    padding-right: 0px; } }

html.ie .blog .breadcrumbs ul, html.ie .category .breadcrumbs ul, html.ie .search .breadcrumbs ul {
  flex: auto;
  width: 100%; }

.blog .post-list a, .category .post-list a, .search .post-list a {
  display: block; }

.blog .post-list img, .category .post-list img, .search .post-list img {
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: all 0.35s 0s cubic-bezier(0.35, 0.3, 0.2, 1);
  -moz-transition: all 0.35s 0s cubic-bezier(0.35, 0.3, 0.2, 1);
  -ms-transition: all 0.35s 0s cubic-bezier(0.35, 0.3, 0.2, 1);
  -o-transition: all 0.35s 0s cubic-bezier(0.35, 0.3, 0.2, 1);
  transition: all 0.35s 0s cubic-bezier(0.35, 0.3, 0.2, 1); }

.blog .post-list figure, .category .post-list figure, .search .post-list figure {
  overflow: hidden; }
  .blog .post-list figure:hover img, .category .post-list figure:hover img, .search .post-list figure:hover img {
    transform: scale(1.05); }

.blog .post-list .postWrapper a, .category .post-list .postWrapper a, .search .post-list .postWrapper a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap; }

.blog .post-list .postWrapper a, .category .post-list .postWrapper a, .search .post-list .postWrapper a {
  color: black; }
  .blog .post-list .postWrapper a h3, .category .post-list .postWrapper a h3, .search .post-list .postWrapper a h3 {
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out; }
    .blog .post-list .postWrapper a h3:hover, .category .post-list .postWrapper a h3:hover, .search .post-list .postWrapper a h3:hover {
      color: #F44578; }

.blog .featured-top, .category .featured-top, .search .featured-top {
  margin: 80px 0 40px 0; }

.blog .breadcrumbs, .category .breadcrumbs, .search .breadcrumbs {
  padding-top: 200px;
  display: flex;
  justify-content: space-between; }
  .blog .breadcrumbs .big-title, .category .breadcrumbs .big-title, .search .breadcrumbs .big-title {
    display: inline-block;
    text-transform: capitalize; }
  .blog .breadcrumbs .big-category, .category .breadcrumbs .big-category, .search .breadcrumbs .big-category {
    display: inline-block;
    margin: 0 17px; }
    .blog .breadcrumbs .big-category:first-child, .category .breadcrumbs .big-category:first-child, .search .breadcrumbs .big-category:first-child {
      margin-left: 0; }
    .blog .breadcrumbs .big-category:last-child, .category .breadcrumbs .big-category:last-child, .search .breadcrumbs .big-category:last-child {
      margin-right: 0; }
    .blog .breadcrumbs .big-category a, .category .breadcrumbs .big-category a, .search .breadcrumbs .big-category a {
      font-size: 20px;
      line-height: 24px;
      letter-spacing: -0.75px;
      font-weight: 800;
      color: black;
      position: relative; }
      .blog .breadcrumbs .big-category a:before, .category .breadcrumbs .big-category a:before, .search .breadcrumbs .big-category a:before {
        content: "";
        position: absolute;
        bottom: 32%;
        left: -5px;
        height: 4px;
        width: calc(100% + 10px);
        background-color: #22DCAB;
        z-index: -1;
        visibility: hidden; }
      .blog .breadcrumbs .big-category a:after, .category .breadcrumbs .big-category a:after, .search .breadcrumbs .big-category a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0%;
        height: 2px;
        color: #F44578;
        background-color: #F44578;
        visibility: hidden;
        -webkit-transition: all 0.2s 0s ease-in-out;
        -moz-transition: all 0.2s 0s ease-in-out;
        -ms-transition: all 0.2s 0s ease-in-out;
        -o-transition: all 0.2s 0s ease-in-out;
        transition: all 0.2s 0s ease-in-out; }
      .blog .breadcrumbs .big-category a:hover:after, .category .breadcrumbs .big-category a:hover:after, .search .breadcrumbs .big-category a:hover:after {
        visibility: visible;
        width: 100%; }
      .blog .breadcrumbs .big-category a.cat-underline:before, .category .breadcrumbs .big-category a.cat-underline:before, .search .breadcrumbs .big-category a.cat-underline:before {
        visibility: visible; }
  .blog .breadcrumbs li, .category .breadcrumbs li, .search .breadcrumbs li {
    text-align: right;
    display: flex;
    justify-content: flex-end; }
  .blog .breadcrumbs ul, .category .breadcrumbs ul, .search .breadcrumbs ul {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .blog .breadcrumbs .search-expand #searchform, .category .breadcrumbs .search-expand #searchform, .search .breadcrumbs .search-expand #searchform {
    opacity: 1; }

.blog .hamburger span, .category .hamburger span, .search .hamburger span {
  background-color: black; }

.blog .featured-bottom, .category .featured-bottom, .search .featured-bottom {
  height: 100% !important;
  padding-top: 120px; }

.blog input {
  border-radius: 0;
  -webkit-appearance: none; }

.blog .post-list {
  display: flex;
  flex-wrap: wrap; }
  .blog .post-list a {
    display: block; }
  .blog .post-list img {
    width: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: all 0.35s 0s cubic-bezier(0.35, 0.3, 0.2, 1);
    -moz-transition: all 0.35s 0s cubic-bezier(0.35, 0.3, 0.2, 1);
    -ms-transition: all 0.35s 0s cubic-bezier(0.35, 0.3, 0.2, 1);
    -o-transition: all 0.35s 0s cubic-bezier(0.35, 0.3, 0.2, 1);
    transition: all 0.35s 0s cubic-bezier(0.35, 0.3, 0.2, 1); }
  .blog .post-list figure {
    overflow: hidden; }
    .blog .post-list figure:hover img {
      transform: scale(1.05); }
  .blog .post-list .postWrapper {
    margin: 0 10px 80px 10px; }
    .blog .post-list .postWrapper a {
      display: flex;
      justify-content: space-between;
      width: 100%;
      flex-wrap: wrap; }
    .blog .post-list .postWrapper a {
      color: black; }
      .blog .post-list .postWrapper a h3 {
        -webkit-transition: all 0.2s 0s ease-in-out;
        -moz-transition: all 0.2s 0s ease-in-out;
        -ms-transition: all 0.2s 0s ease-in-out;
        -o-transition: all 0.2s 0s ease-in-out;
        transition: all 0.2s 0s ease-in-out; }
        .blog .post-list .postWrapper a h3:hover {
          color: #F44578; }
    .blog .post-list .postWrapper:first-child {
      margin: 0 0 80px 0;
      width: 100%; }
      .blog .post-list .postWrapper:first-child img {
        height: 421px; }
      .blog .post-list .postWrapper:first-child figure {
        width: 792px; }
      .blog .post-list .postWrapper:first-child article {
        display: inline-block;
        width: 385px; }
        .blog .post-list .postWrapper:first-child article h3 {
          letter-spacing: -0.75px;
          margin-bottom: 24px;
          margin-top: 8px; }
    .blog .post-list .postWrapper:nth-child(2), .blog .post-list .postWrapper:nth-child(3), .blog .post-list .postWrapper:nth-child(4) {
      width: 385px;
      display: block; }
      .blog .post-list .postWrapper:nth-child(2) img, .blog .post-list .postWrapper:nth-child(3) img, .blog .post-list .postWrapper:nth-child(4) img {
        height: 210px; }
      .blog .post-list .postWrapper:nth-child(2) figure, .blog .post-list .postWrapper:nth-child(3) figure, .blog .post-list .postWrapper:nth-child(4) figure {
        width: 100%;
        height: 210px;
        margin-bottom: 24px; }
      .blog .post-list .postWrapper:nth-child(2) h3, .blog .post-list .postWrapper:nth-child(3) h3, .blog .post-list .postWrapper:nth-child(4) h3 {
        font-size: 20px;
        letter-spacing: -0.75px;
        line-height: 24px;
        margin: 8px 0 24px 0; }
    .blog .post-list .postWrapper:nth-child(5), .blog .post-list .postWrapper:nth-child(6) {
      width: 589px;
      display: block; }
      .blog .post-list .postWrapper:nth-child(5) figure, .blog .post-list .postWrapper:nth-child(6) figure {
        margin-bottom: 24px;
        height: 360px; }
      .blog .post-list .postWrapper:nth-child(5) img, .blog .post-list .postWrapper:nth-child(6) img {
        height: 100%; }
      .blog .post-list .postWrapper:nth-child(5) h3, .blog .post-list .postWrapper:nth-child(6) h3 {
        margin: 8px 0 24px 0; }
    .blog .post-list .postWrapper:nth-child(4), .blog .post-list .postWrapper:nth-child(6) {
      margin: 0 0 80px 10px; }
    .blog .post-list .postWrapper:nth-child(2), .blog .post-list .postWrapper:nth-child(5) {
      margin: 0 10px 80px 0; }
  .blog .post-list:nth-last-of-type(2):after {
    content: "";
    flex: auto; }

.blog .featured-bottom .postWrapper {
  margin: 0 10px 80px 10px; }
  .blog .featured-bottom .postWrapper:first-child, .blog .featured-bottom .postWrapper:nth-child(5), .blog .featured-bottom .postWrapper:nth-child(6) {
    width: 385px;
    display: block; }
    .blog .featured-bottom .postWrapper:first-child img, .blog .featured-bottom .postWrapper:nth-child(5) img, .blog .featured-bottom .postWrapper:nth-child(6) img {
      height: 210px; }
    .blog .featured-bottom .postWrapper:first-child figure, .blog .featured-bottom .postWrapper:nth-child(5) figure, .blog .featured-bottom .postWrapper:nth-child(6) figure {
      height: 210px;
      width: 385px;
      margin-bottom: 24px; }
    .blog .featured-bottom .postWrapper:first-child h3, .blog .featured-bottom .postWrapper:nth-child(5) h3, .blog .featured-bottom .postWrapper:nth-child(6) h3 {
      font-size: 20px;
      letter-spacing: -0.75px;
      line-height: 24px;
      margin: 8px 0 24px 0; }
  .blog .featured-bottom .postWrapper:first-child, .blog .featured-bottom .postWrapper:nth-child(4), .blog .featured-bottom .postWrapper:nth-child(7) {
    margin: 0 10px 80px 0; }
  .blog .featured-bottom .postWrapper:nth-child(3), .blog .featured-bottom .postWrapper:nth-child(6), .blog .featured-bottom .postWrapper:nth-child(9) {
    margin: 0 0 80px 10px; }
  .blog .featured-bottom .postWrapper:nth-child(2), .blog .featured-bottom .postWrapper:nth-child(5), .blog .featured-bottom .postWrapper:nth-child(8) {
    margin: 0 10px 80px 10px; }

.search .post-list, .category .post-list {
  display: inline-block; }
  .search .post-list .postWrapper, .category .post-list .postWrapper {
    float: left;
    width: 32%;
    margin: 0%; }
    .search .post-list .postWrapper img, .category .post-list .postWrapper img {
      height: 100%;
      width: 100%; }
    .search .post-list .postWrapper figure, .category .post-list .postWrapper figure {
      width: 100%;
      height: 210px;
      margin-bottom: 24px; }
    .search .post-list .postWrapper h3, .category .post-list .postWrapper h3 {
      font-size: 20px;
      line-height: 24px;
      margin: 8px 0 24px 0; }
    .search .post-list .postWrapper:first-child, .category .post-list .postWrapper:first-child {
      width: 32%; }
    .search .post-list .postWrapper:nth-child(3n+1), .category .post-list .postWrapper:nth-child(3n+1) {
      clear: left;
      margin: 0 1% 80px 0; }
    .search .post-list .postWrapper:nth-child(3n+2), .category .post-list .postWrapper:nth-child(3n+2) {
      margin: 0 2% 80px 1%; }
    .search .post-list .postWrapper:nth-child(3n+3), .category .post-list .postWrapper:nth-child(3n+3) {
      margin: 0 0 80px 0; }

.navigation {
  margin: 0 auto;
  padding-bottom: 120px;
  width: 100%;
  float: left; }
  .navigation .wp-paginate {
    margin-left: 0%;
    text-align: center; }
    .navigation .wp-paginate li {
      height: 48px;
      width: 48px;
      display: inline-block;
      position: relative;
      border: 1px solid black;
      margin: 0px 8px;
      -webkit-transition: all 0.2s 0s ease-in-out;
      -moz-transition: all 0.2s 0s ease-in-out;
      -ms-transition: all 0.2s 0s ease-in-out;
      -o-transition: all 0.2s 0s ease-in-out;
      transition: all 0.2s 0s ease-in-out; }
      .navigation .wp-paginate li.current-page:hover {
        border: 1px solid black; }
      .navigation .wp-paginate li .title {
        display: none; }
      .navigation .wp-paginate li .current:hover {
        opacity: 1; }
      .navigation .wp-paginate li a, .navigation .wp-paginate li .current {
        background-color: black;
        width: 100%;
        height: 100%;
        display: block;
        text-align: center;
        line-height: 46px;
        font-size: 20px; }
      .navigation .wp-paginate li:hover {
        border: 1px solid #F44578;
        background-color: #F44578; }
        .navigation .wp-paginate li:hover a {
          color: white !important; }
          .navigation .wp-paginate li:hover a:before, .navigation .wp-paginate li:hover a:after {
            background-color: white; }
      .navigation .wp-paginate li a {
        background-color: transparent !important;
        color: black !important; }
      .navigation .wp-paginate li .current, .navigation .wp-paginate li a {
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
        box-sizing: border-box;
        font-weight: 800; }
      .navigation .wp-paginate li .prev, .navigation .wp-paginate li .next {
        position: relative;
        z-index: 9;
        background-color: transparent; }
        .navigation .wp-paginate li .prev:before, .navigation .wp-paginate li .next:before {
          content: "";
          width: 10px;
          height: 2px;
          background-color: black;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
          -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
          -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
          -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
          transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1); }
        .navigation .wp-paginate li .prev:after, .navigation .wp-paginate li .next:after {
          content: "";
          width: 10px;
          height: 2px;
          background-color: black;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
          -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
          -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
          -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
          transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1); }
      .navigation .wp-paginate li .next:before {
        top: 43%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1); }
      .navigation .wp-paginate li .next:after {
        top: 57%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1); }
      .navigation .wp-paginate li .prev:before {
        top: 43%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(-45deg) scale(1); }
      .navigation .wp-paginate li .prev:after {
        top: 57%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
        -moz-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
        -ms-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
        -o-transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0px) rotate(45deg) scale(1); }

.wrapper.rest-of-posts {
  margin-top: 120px; }

.rest-of-posts {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .rest-of-posts li {
    width: 385px;
    display: block;
    margin-bottom: 80px; }
    .rest-of-posts li figure {
      height: 210px;
      overflow: hidden;
      margin-bottom: 24px; }
    .rest-of-posts li img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover;
      -webkit-transition: all 0.2s 0s ease-in-out;
      -moz-transition: all 0.2s 0s ease-in-out;
      -ms-transition: all 0.2s 0s ease-in-out;
      -o-transition: all 0.2s 0s ease-in-out;
      transition: all 0.2s 0s ease-in-out; }
    .rest-of-posts li a {
      color: black;
      display: block; }
    .rest-of-posts li:hover img {
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1); }
    .rest-of-posts li h3 {
      margin: 8px 0 24px 0;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: -0.75px; }

body.paged.blog .post-list {
  list-style-type: none;
  display: block;
  margin-top: 120px; }
  body.paged.blog .post-list li.postWrapper {
    width: 32%;
    display: block;
    margin-bottom: 80px;
    float: left; }
    body.paged.blog .post-list li.postWrapper:nth-child(3n+1) {
      clear: left;
      margin: 0 1% 80px 0; }
    body.paged.blog .post-list li.postWrapper:nth-child(3n+2) {
      margin: 0 2% 80px 1%; }
    body.paged.blog .post-list li.postWrapper:nth-child(3n+3) {
      margin: 0 0 80px 0; }
    body.paged.blog .post-list li.postWrapper figure {
      height: 210px;
      overflow: hidden;
      margin-bottom: 24px; }
    body.paged.blog .post-list li.postWrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      -o-object-fit: cover;
      -webkit-transition: all 0.2s 0s ease-in-out;
      -moz-transition: all 0.2s 0s ease-in-out;
      -ms-transition: all 0.2s 0s ease-in-out;
      -o-transition: all 0.2s 0s ease-in-out;
      transition: all 0.2s 0s ease-in-out; }
    body.paged.blog .post-list li.postWrapper a {
      color: black; }
    body.paged.blog .post-list li.postWrapper:hover img {
      -webkit-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
      -moz-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
      -ms-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
      -o-transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1);
      transform: translateX(0px) translateY(0px) translateZ(0px) rotate(0deg) scale(1.1); }
    body.paged.blog .post-list li.postWrapper h3 {
      margin: 8px 0 24px 0;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: -0.75px; }

.searchform {
  display: inline-block;
  width: 0px;
  transform: translateY(8px); }
  .searchform .screen-reader-text {
    display: none; }
  .searchform #searchsubmit {
    width: 20px;
    height: 19px;
    border: none;
    text-indent: -9999px;
    background: url(../img/search.svg);
    background-repeat: no-repeat;
    background-size: 20px 19px;
    background-position: 0px 1px;
    position: absolute;
    left: -20px;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out; }
  .searchform #s {
    color: #949AA7;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 5px;
    display: none;
    width: 0px;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -ms-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out; }

#filters .big-category.uncategorized {
  display: none; }

#filters .big-category.blog {
  order: 1; }

#filters .big-category.news {
  order: 2; }

#filters .big-category.interview {
  order: 3; }

#filters .big-category.boriselave {
  order: 4; }

#filters .searchform {
  order: 10;
  opacity: 0; }

.search-image {
  order: 9;
  width: 20px;
  height: 31px;
  margin-left: 18px;
  border: none;
  text-indent: -9999px;
  background: url(../img/search.svg);
  background-repeat: no-repeat;
  background-size: 20px 19px;
  background-position: 0 9px;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out; }

.search-expand p {
  display: none !important; }

.search-expand .searchform {
  position: relative;
  display: inline-block;
  width: 365px;
  transform: translateY(8px);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -moz-transition: all 0.3s 0s ease-in-out;
  -ms-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out; }
  .search-expand .searchform .screen-reader-text {
    display: none; }
  .search-expand .searchform #searchsubmit {
    width: 20px;
    height: 19px;
    border: none;
    text-indent: -9999px;
    background: url(../img/search.svg);
    background-repeat: no-repeat;
    background-size: 20px 19px;
    background-position: 0 0px;
    position: absolute;
    top: 1px;
    left: -20px;
    visibility: hidden;
    opacity: 0; }
  .search-expand .searchform #s {
    display: block;
    width: 345px;
    position: absolute;
    right: 0;
    top: -10px;
    color: black;
    border-top: none;
    border-left: none;
    border-right: none;
    padding-left: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid black; }
  .search-expand .searchform input[type='text'] {
    height: 24px;
    width: 341px;
    color: #000000;
    font-family: "objektiv-mk1";
    font-size: 20px;
    letter-spacing: -0.75px;
    line-height: 30px;
    font-weight: 800; }

.search-expand .search-image {
  visibility: visible; }

.category .post-section {
  height: 100%; }

.category .post-list li h3 {
  font-size: 20px;
  letter-spacing: -0.75px;
  line-height: 24px;
  margin: 8px 0 24px 0; }

@media (max-width: 1500px) {
  .blog .post-list .postWrapper:nth-child(2), .blog .post-list .postWrapper:nth-child(3), .blog .post-list .postWrapper:nth-child(4) {
    width: 32%; }
  .blog .post-list .postWrapper:nth-child(5), .blog .post-list .postWrapper:nth-child(6) {
    width: 49%; }
  .blog .featured-bottom .postWrapper:first-child, .blog .featured-bottom .postWrapper:nth-child(2), .blog .featured-bottom .postWrapper:nth-child(5), .blog .featured-bottom .postWrapper:nth-child(8) {
    width: 32%; }
  .blog .featured-bottom .postWrapper:nth-child(3), .blog .featured-bottom .postWrapper:nth-child(6), .blog .featured-bottom .postWrapper:nth-child(9) {
    width: 32%; }
  .search .post-list.featured-top .postWrapper, .category .post-list.featured-top .postWrapper {
    width: 32%; }
  .blog .post-list .postWrapper:first-child figure, .search .post-list .postWrapper:first-child figure, .category .post-list .postWrapper:first-child figure {
    width: 785px; } }

@media (max-width: 1366px) {
  .blog .post-list.featured-top .postWrapper:first-child figure {
    width: 66%; }
  .blog .post-list.featured-top .postWrapper:first-child article {
    width: 32%; }
  .rest-of-posts li {
    width: 32%; }
  body.paged.blog .post-list li.postWrapper {
    width: 31%; }
  body.paged.blog .post-list.featured-top .postWrapper:first-child figure, body.paged.blog .post-list.featured-top .postWrapper:first-child article, body.paged .search .post-list.featured-top .postWrapper:first-child figure, body.paged .search .post-list.featured-top .postWrapper:first-child article, body.paged .category .post-list.featured-top .postWrapper:first-child figure, body.paged .category .post-list.featured-top .postWrapper:first-child article {
    width: 100%; } }

@media (max-width: 1250px) {
  html.touch .blog .breadcrumbs .big-category a:hover:after, html.touch .category .breadcrumbs .big-category a:hover:after, html.touch .search .breadcrumbs .big-category a:hover:after {
    visibility: hidden;
    width: 0%; }
  .blog .post-list .postWrapper:nth-child(2), .blog .post-list .postWrapper:nth-child(3), .blog .post-list .postWrapper:nth-child(4) {
    width: 31%; }
  .blog .post-list .postWrapper:nth-child(5), .blog .post-list .postWrapper:nth-child(6) {
    width: 48%; }
  .blog .featured-bottom .postWrapper:first-child, .blog .featured-bottom .postWrapper:nth-child(2), .blog .featured-bottom .postWrapper:nth-child(5), .blog .featured-bottom .postWrapper:nth-child(8) {
    width: 31%; }
  .blog .featured-bottom .postWrapper:nth-child(3), .blog .featured-bottom .postWrapper:nth-child(6), .blog .featured-bottom .postWrapper:nth-child(9) {
    width: 31%; }
  .search .post-list .postWrapper:nth-child(5), .search .post-list .postWrapper:nth-child(6) {
    width: 31%; } }

@media (max-width: 950px) {
  .search .post-list, .category .post-list {
    width: 100%; }
    .search .post-list.featured-top .postWrapper, .category .post-list.featured-top .postWrapper {
      width: 100%;
      margin: 0 0 80px 0; }
  .blog .breadcrumbs, .search .breadcrumbs, .category .breadcrumbs {
    padding-top: 120px;
    flex-wrap: wrap; }
    .blog .breadcrumbs ul, .search .breadcrumbs ul, .category .breadcrumbs ul {
      margin-top: 64px; }
    .blog .breadcrumbs li, .search .breadcrumbs li, .category .breadcrumbs li {
      justify-content: flex-end; }
  .blog .post-list.featured-top .postWrapper:first-child figure, .blog .post-list.featured-top .postWrapper:first-child article, .category .post-list.featured-top .postWrapper:first-child figure, .category .post-list.featured-top .postWrapper:first-child article {
    width: 100%; }
  .blog .post-list .postWrapper, .category .post-list .postWrapper, .search .post-list .postWrapper {
    width: 100%; }
    .blog .post-list .postWrapper figure, .blog .post-list .postWrapper article, .category .post-list .postWrapper figure, .category .post-list .postWrapper article, .search .post-list .postWrapper figure, .search .post-list .postWrapper article {
      width: 100%; }
    .blog .post-list .postWrapper figure, .category .post-list .postWrapper figure, .search .post-list .postWrapper figure {
      height: 340px;
      margin-bottom: 24px; }
      .blog .post-list .postWrapper figure img, .category .post-list .postWrapper figure img, .search .post-list .postWrapper figure img {
        height: 100%; }
    .blog .post-list .postWrapper article h3, .category .post-list .postWrapper article h3, .search .post-list .postWrapper article h3 {
      font-size: 20px;
      letter-spacing: -0.75px;
      line-height: 24px;
      margin: 8px 0 24px 0; }
  .rest-of-posts li {
    width: 100%; }
  body.paged .post-list li.postWrapper {
    width: 100% !important; }
  .blog .post-list .postWrapper figure, .category .post-list .postWrapper figure, .search .post-list .postWrapper figure {
    height: 210px; }
  .blog .post-list .postWrapper:nth-child(2), .blog .post-list .postWrapper:nth-child(3), .blog .post-list .postWrapper:nth-child(4), .blog .post-list .postWrapper:nth-child(5), .blog .post-list .postWrapper:nth-child(6), .category .post-list .postWrapper:nth-child(2), .category .post-list .postWrapper:nth-child(3), .category .post-list .postWrapper:nth-child(4), .category .post-list .postWrapper:nth-child(5), .category .post-list .postWrapper:nth-child(6), .search .post-list .postWrapper:nth-child(2), .search .post-list .postWrapper:nth-child(3), .search .post-list .postWrapper:nth-child(4), .search .post-list .postWrapper:nth-child(5), .search .post-list .postWrapper:nth-child(6) {
    width: 100%;
    margin: 0 0 80px 0; }
  .blog .post-list .postWrapper:first-child figure, .blog .post-list .postWrapper:nth-child(5) figure, .blog .post-list .postWrapper:nth-child(6) figure, .category .post-list .postWrapper:first-child figure, .category .post-list .postWrapper:nth-child(5) figure, .category .post-list .postWrapper:nth-child(6) figure, .search .post-list .postWrapper:first-child figure, .search .post-list .postWrapper:nth-child(5) figure, .search .post-list .postWrapper:nth-child(6) figure {
    height: 210px; }
  .search-image {
    -webkit-transform: translateX(1px) translateY(-3px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(1px) translateY(-3px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(1px) translateY(-3px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(1px) translateY(-3px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(1px) translateY(-3px) translateZ(0px) rotate(0deg) scale(1); }
  .searchform #searchsubmit {
    background-position: 0px -2px; } }

@media (max-width: 767px) {
  .blog .breadcrumbs .big-category, .search .breadcrumbs .big-category, .category .breadcrumbs .big-category {
    margin: 0 10px; }
    .blog .breadcrumbs .big-category a, .search .breadcrumbs .big-category a, .category .breadcrumbs .big-category a {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: -0.5px; }
  .blog .breadcrumbs ul, .search .breadcrumbs ul, .category .breadcrumbs ul {
    width: 100%;
    flex: none; }
  .blog .breadcrumbs li, .search .breadcrumbs li, .category .breadcrumbs li {
    flex-wrap: wrap;
    justify-content: flex-start; }
  .blog .featured-top, .search .featured-top, .category .featured-top {
    margin: 40px 0px; }
  .blog .post-list.featured-top .postWrapper, .search .post-list.featured-top .postWrapper, .category .post-list.featured-top .postWrapper {
    margin: 0 0 40px 0; }
    .blog .post-list.featured-top .postWrapper:first-child figure, .search .post-list.featured-top .postWrapper:first-child figure, .category .post-list.featured-top .postWrapper:first-child figure {
      height: 190px; }
    .blog .post-list.featured-top .postWrapper figure, .search .post-list.featured-top .postWrapper figure, .category .post-list.featured-top .postWrapper figure {
      height: 190px; }
  .wrapper.rest-of-posts {
    margin-top: 64px; }
  .breadcrumbs ul li {
    position: relative; }
  .search-image {
    -webkit-transform: translateX(1px) translateY(-8px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(1px) translateY(-8px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(1px) translateY(-8px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(1px) translateY(-8px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(1px) translateY(-8px) translateZ(0px) rotate(0deg) scale(1);
    position: absolute;
    top: 0;
    right: 0; }
  .search-expand .searchform #s {
    width: 90%;
    right: 30px; }
  .search-expand .searchform {
    width: 80%;
    -webkit-transform: translateX(15px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(15px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(15px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(15px) translateY(0px) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(15px) translateY(0px) translateZ(0px) rotate(0deg) scale(1); } }

@media (max-width: 374px) {
  .blog .breadcrumbs .big-category, .category .breadcrumbs .big-category, .search .breadcrumbs .big-category {
    margin: 0 7px; } }

.addthis_tool.at-below-post {
  padding: 20px 0 60px; }

.page-template-tpl-contact .title-text-section article a {
  color: #000000;
  text-decoration: underline; }

.page-template-tpl-contact .big-footer-section .offices-footer .left-column p {
  position: relative;
  margin: 16px 0 40px 0; }

.page-template-tpl-contact .big-footer-section .offices-footer-holder .active-office-pages {
  display: none; }

.page-template-tpl-contact .active-office-social-networks {
  position: absolute;
  bottom: 70px; }

.contact .hero-section {
  height: 560px; }

.contact .title-text-section article h1 {
  width: 460px; }

.contact .title-text-section article > p {
  margin-top: 25px; }

.contact .title-text-section article p {
  margin-top: 70px; }

.contact .wpcf7-form {
  position: relative;
  margin-top: 90px; }

@media (max-width: 1366px) {
  .page-template-tpl-contact .title-text-section {
    background-size: 400px 366px !important; } }

@media (max-width: 1280px) {
  .page-template-tpl-contact .title-text-section {
    background-size: 330px 300px !important; } }

@media (max-width: 1025px) {
  .page-template-tpl-contact .title-text-section {
    background-size: 250px 230px !important; } }

@media (max-width: 950px) {
  .page-template-tpl-contact .title-text-section {
    background: none !important; }
    .page-template-tpl-contact .title-text-section .wrapper {
      padding: 192px 0 0px 0; }
  .page-template-tpl-contact .active-office-social-networks {
    top: 60px;
    left: 50%;
    bottom: auto; } }

@media (max-width: 767px) {
  .contact .wpcf7-form {
    margin-top: 18px; }
  .contact .title-text-section article h1 {
    width: 100%; }
  .contact .hero-section {
    height: 200px; }
  .page-template-tpl-contact .big-footer-section .offices-footer-holder .active-office-pages {
    display: block; }
    .page-template-tpl-contact .big-footer-section .offices-footer-holder .active-office-pages p {
      margin: 0; } }

.single-post .title-text-section article p {
  margin-top: 24px; }

.single-post i.colored-box {
  padding: 4px; }

.single-post .hero-section {
  margin-bottom: 40px;
  height: 560px; }

.single-post .postWrapper figure {
  width: 100%;
  height: 210px;
  overflow: hidden; }
  .single-post .postWrapper figure a {
    display: block;
    height: 100%; }

.single-post .postWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: all 0.2s 0s ease-in-out;
  -moz-transition: all 0.2s 0s ease-in-out;
  -ms-transition: all 0.2s 0s ease-in-out;
  -o-transition: all 0.2s 0s ease-in-out;
  transition: all 0.2s 0s ease-in-out; }
  .single-post .postWrapper img:hover {
    transform: scale(1.1); }

.single-post .content-section article p a {
  text-decoration: underline;
  color: #F44578; }
  .single-post .content-section article p a:visited {
    color: #F44578; }
  .single-post .content-section article p a:active {
    color: #F44578; }
  .single-post .content-section article p a:hover {
    text-decoration: none; }

.content-section article, .attachment-section article {
  width: 800px;
  display: inline-block;
  position: relative;
  left: 410px; }
  .content-section article p, .attachment-section article p {
    margin: 40px 0; }
    .content-section article p img, .attachment-section article p img {
      width: calc(100% + 410px);
      height: auto;
      position: relative;
      left: -410px;
      margin-top: 40px; }
    .content-section article p.margin-fix, .attachment-section article p.margin-fix {
      margin: 0 0 40px 0; }

.content-section .full-width-image-holder, .attachment-section .full-width-image-holder {
  margin: 40px 0; }
  .content-section .full-width-image-holder img, .attachment-section .full-width-image-holder img {
    width: 100vw;
    height: 100%; }

.content-section blockquote, .attachment-section blockquote {
  position: relative;
  left: 0px;
  padding: 40px;
  margin: 80px 0;
  color: white; }
  .content-section blockquote p, .attachment-section blockquote p {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.5px;
    line-height: 32px;
    margin: 0; }
  .content-section blockquote h3, .attachment-section blockquote h3 {
    font-size: 20px;
    letter-spacing: -0.75px;
    line-height: 24px;
    font-weight: 800;
    margin-top: 24px; }
  .content-section blockquote h6, .attachment-section blockquote h6 {
    font-size: 14px;
    letter-spacing: -0.25px;
    line-height: 24px;
    font-weight: normal; }

.content-section ul li, .content-section ol li, .attachment-section ul li, .attachment-section ol li {
  font-size: 18px;
  letter-spacing: -0.3px;
  line-height: 32px; }

.attachment {
  display: flex;
  justify-content: space-between;
  margin: 120px 0; }
  .attachment a {
    font-weight: 800;
    color: black;
    -webkit-transition: all 0.15s 0s ease;
    -moz-transition: all 0.15s 0s ease;
    -ms-transition: all 0.15s 0s ease;
    -o-transition: all 0.15s 0s ease;
    transition: all 0.15s 0s ease; }
    .attachment a:hover {
      color: #F44578; }
  .attachment .big {
    width: auto;
    margin-bottom: 24px;
    padding-left: 40px; }
    .attachment .big:last-child {
      margin-bottom: 0px; }
  .attachment article {
    left: auto; }
    .attachment article p {
      margin: 0%; }
  .attachment .attachment-file {
    display: inline-block;
    position: relative;
    margin-bottom: 24px; }
    .attachment .attachment-file:last-child {
      margin-bottom: 0; }
    .attachment .attachment-file:before {
      content: url(../icons/download.svg);
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }

.author-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 125px; }
  .author-section .big-title {
    display: inline-block; }
  .author-section article {
    width: 800px; }
    .author-section article .big-title {
      width: auto; }
    .author-section article .small {
      margin-top: 16px; }
      .author-section article .small.titula {
        margin-top: 0px; }
  .author-section img {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    object-fit: cover; }
  .author-section div {
    width: 630px; }

.related-posts {
  padding: 130px 0 40px 0;
  background-color: #F1F1F1; }
  .related-posts li {
    float: left;
    width: 385px;
    margin: 0 10px 80px 10px; }
    .related-posts li:nth-child(3n+1) {
      margin: 0 10px 80px 0;
      clear: left; }
    .related-posts li:nth-child(3n+3) {
      margin: 0 0 80px 10px; }
  .related-posts img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    -o-object-fit: cover; }
  .related-posts figure {
    margin-bottom: 24px; }
  .related-posts h3 {
    font-size: 20px;
    letter-spacing: -0.75px;
    line-height: 24px;
    margin: 8px 0 24px 0; }
  .related-posts a {
    color: black; }
  .related-posts .big-title {
    margin-bottom: 50px; }

@media (max-width: 1500px) {
  .related-posts li {
    width: 32%; } }

@media (max-width: 1366px) {
  .content-section article, .attachment-section article {
    left: 300px; }
    .content-section article p img, .attachment-section article p img {
      width: calc(100% + 300px);
      left: -300px; }
  .attachment article {
    left: auto; } }

@media (max-width: 1280px) {
  .content-section article, .attachment-section article {
    width: 720px; }
  .author-section article {
    width: 70%; }
  .author-section div {
    width: 80%; } }

@media (max-width: 1025px) {
  .content-section blockquote, .attachment-section blockquote {
    left: 0%; }
  .content-section article, .attachment-section article {
    width: 100%;
    left: auto; }
    .content-section article p img, .attachment-section article p img {
      width: calc(100% + 180px);
      height: auto;
      left: -120px; }
    .content-section article ul, .attachment-section article ul {
      margin-top: 40px;
      margin-left: 1.8em; }
  .author-section div {
    width: 550px; }
  .author-section article {
    width: 100%; }
  .related-posts li {
    width: 31%; }
  .related-posts ul {
    margin-left: 0%; }
  html.touch .attachment a:hover {
    color: black; } }

@media (max-width: 950px) {
  .attachment {
    flex-wrap: wrap; }
    .attachment .big-title {
      margin-bottom: 16px; }
  .author-section {
    flex-wrap: wrap; }
    .author-section div {
      width: 430px; }
    .author-section > .big-title {
      margin-bottom: 16px; }
  .related-posts li {
    width: 100%;
    margin: 0 0 80px 0; }
  .content-section article p img,
  .attachment-section article p img {
    width: 100%;
    left: auto; } }

@media (max-width: 767px) {
  .attachment {
    margin: 64px 0px; }
  .single-post .hero-section {
    height: 240px;
    margin-bottom: 0px; }
  .content-section ul li, .content-section ol li, .attachment-section ul li, .attachment-section ol li {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: -0.25px; }
  .content-section article ul, .attachment-section article ul {
    margin-top: 0%; }
  .content-section article p.margin-fix, .content-section article ul.margin-fix, .attachment-section article p.margin-fix, .attachment-section article ul.margin-fix {
    margin-top: 16px; }
  .related-posts {
    padding: 64px 0 24px 0; }
    .related-posts li {
      margin-bottom: 40px; }
  .author-section img {
    width: 64px;
    height: 64px; }
  .author-section div {
    width: 75%; }
  .content-section blockquote {
    padding: 0 20px; }
    .content-section blockquote p {
      font-size: 15px;
      line-height: 26px;
      letter-spacing: -0.25px; }
    .content-section blockquote iframe {
      width: 100% !important;
      height: 240px !important; } }

.page-template-tpl-default-hero .three-column-section .columns-holder li:last-child {
  margin-bottom: 0%; }

.page-template-tpl-default-hero .three-column-section .big {
  width: 410px;
  flex: auto; }

.page-template-tpl-default-hero .hero-section {
  height: 560px; }

.page-template-tpl-default-hero .title-text-section article p {
  margin-top: 25px; }

.page-template-tpl-default-hero .positions-section.no-position-image {
  background: none !important; }

.page-template-tpl-default-hero .single-column-holder article {
  margin-bottom: 60px; }
  .page-template-tpl-default-hero .single-column-holder article h3 {
    margin-bottom: 20px; }
  .page-template-tpl-default-hero .single-column-holder article:last-child {
    margin-bottom: 0; }
  .page-template-tpl-default-hero .single-column-holder article li:before {
    content: none; }

.page-template-tpl-default-hero .two-column-positions {
  display: flex;
  justify-content: space-between;
  padding: 120px 0; }
  .page-template-tpl-default-hero .two-column-positions .big-title {
    width: 410px;
    margin-top: 7px; }
  .page-template-tpl-default-hero .two-column-positions .single-column-holder {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .page-template-tpl-default-hero .two-column-positions .single-column-holder article ul {
      display: flex;
      flex-wrap: wrap; }
    .page-template-tpl-default-hero .two-column-positions .single-column-holder li {
      width: 50%;
      margin: 11px 0; }
  .page-template-tpl-default-hero .two-column-positions .learn-more-btn {
    margin: 0%; }

@media (max-width: 1025px) {
  .positions-section {
    background-size: 800px 800px !important; }
  .page-template-tpl-default-hero .three-column-section .big {
    width: 180px;
    flex: none; }
  .page-template-tpl-default-hero .two-column-positions .big-title {
    width: 310px; } }

@media (max-width: 950px) {
  .positions-section {
    background: none !important; }
  .page-template-tpl-default-hero .two-column-positions {
    flex-wrap: wrap; }
    .page-template-tpl-default-hero .two-column-positions .big-title {
      margin-bottom: 16px;
      margin-top: 0%;
      width: 100%; }
    .page-template-tpl-default-hero .two-column-positions .single-column-holder li {
      width: 45%; } }

@media (max-width: 767px) {
  .page-template-tpl-default-hero .hero-section {
    height: 240px; }
  .page-template-tpl-default-hero .two-column-positions {
    padding: 64px 0px; }
  .page-template-tpl-default-hero .single-column-holder article {
    margin-bottom: 15px; }
    .page-template-tpl-default-hero .single-column-holder article h3 {
      font-size: 24px;
      line-height: 36px;
      letter-spacing: -1px;
      margin-bottom: 0px; }
    .page-template-tpl-default-hero .single-column-holder article .learn-more-btn {
      height: auto; } }

body.error404 .big-footer-section {
  height: 100vh; }

body.error404 .text404 {
  position: relative;
  min-height: 600px; }
  body.error404 .text404 h1 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -moz-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -ms-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    -o-transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1);
    transform: translateX(0px) translateY(-50%) translateZ(0px) rotate(0deg) scale(1); }

@media (max-width: 767px) {
  body.error404 .text404 {
    min-height: 350px; }
    body.error404 .text404 br {
      display: none; } }

/*
= COMMONS
------------------------------------------------------------------------------------- */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html,
body {
  overflow-x: hidden; }

ul {
  list-style: none;
  margin: 0px; }

a {
  text-decoration: none; }
  a.disable {
    cursor: auto; }

.wrapper {
  width: 1200px;
  margin: 0 auto; }

html.firefox {
  scrollbar-color: #F44578 white; }

::-webkit-scrollbar {
  width: 7px; }

/* Track */
::-webkit-scrollbar-track {
  border-radius: 0px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #F44578;
  border-radius: 0px; }

.bgr-holder {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* 
+ Preloading */
.loading-holder {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: red; }
  .loading-holder .loader-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: yellow; }
  .loading-holder .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .loading-holder .progress-notification {
    display: none; }
  .loading-holder .progress-bar {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0; }
  .loading-holder .progress-loaded {
    position: relative;
    width: 0;
    height: 100%;
    border-bottom: 2px solid #ffffff; }
  .loading-holder.transparent {
    background: none; }

/*
+ Landscape message */
.landscape-message {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none !important;
  width: 100%;
  height: 200%;
  background: url(../img/bgr-landscape-message.png) center no-repeat #000000;
  background-size: contain;
  transform: translateY(-25%); }

.mobile.landscape .landscape-message {
  display: block !important; }

@media (max-width: 1500px) {
  .wrapper {
    width: auto;
    margin: 0 120px; } }

@media (max-width: 1025px) {
  .wrapper {
    margin: 0 60px 0 120px; } }

@media (max-width: 767px) {
  .wrapper {
    margin: 0 20px; } }
