@import url("http://hello.myfonts.net/count/347415");
/* line 5, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*MEDIA QUERIES*/
/*COLORS*/
/*For input tag placeholder*/
@font-face {
  font-family: 'GT-Sectra-med';
  src: url("fonts/GT-Sectra/GT-Sectra-Medium.eot");
  src: url("fonts/GT-Sectra/GT-Sectra-Medium.woff") format("woff"), url("fonts/GT-Sectra/GT-Sectra-Medium.ttf") format("truetype"); }
@font-face {
  font-family: 'Gilroy-Medium';
  src: url("fonts/Gilroy/347415_0_0.eot");
  src: url("fonts/Gilroy/347415_0_0.eot#iefix") format("embedded-opentype"), url("fonts/Gilroy/347415_0_0.woff") format("woff2"), url("fonts/Gilroy/347415_0_0.woff") format("woff"), url("fonts/Gilroy/347415_0_0.ttf") format("truetype"); }
@font-face {
  font-family: 'Gilroy-ExtraBold';
  src: url("fonts/Gilroy/347415_1_0.eot");
  src: url("fonts/Gilroy/347415_1_0.eot#iefix") format("embedded-opentype"), url("fonts/Gilroy/347415_1_0.woff") format("woff2"), url("fonts/Gilroy/347415_1_0.woff") format("woff"), url("fonts/Gilroy/347415_1_0.ttf") format("truetype"); }
/* line 10, sass/general/_flex-grid.scss */
.container_lg {
  margin: 0 auto;
  max-width: 1400px; }

/* line 14, sass/general/_flex-grid.scss */
.container_md {
  margin: 0 auto;
  max-width: 1000px; }

/* line 18, sass/general/_flex-grid.scss */
.container_sm {
  margin: 0 auto;
  max-width: 800px; }

/* line 23, sass/general/_flex-grid.scss */
.flex-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 12px; }
  /* line 28, sass/general/_flex-grid.scss */
  .flex-row.align_top {
    align-items: flex-start; }
  /* line 32, sass/general/_flex-grid.scss */
  .flex-row.align_bottom {
    align-items: flex-end; }
  /* line 36, sass/general/_flex-grid.scss */
  .flex-row.align_center {
    align-items: center; }
  /* line 40, sass/general/_flex-grid.scss */
  .flex-row.flush {
    padding: 0; }
    /* line 43, sass/general/_flex-grid.scss */
    .flex-row.flush > [class^="span_"]:not([class^="offset_"]) {
      padding: 0; }
  /* line 48, sass/general/_flex-grid.scss */
  .flex-row.justify_around {
    justify-content: space-around; }
  /* line 52, sass/general/_flex-grid.scss */
  .flex-row.justify_between {
    justify-content: space-between; }
  /* line 56, sass/general/_flex-grid.scss */
  .flex-row.justify_center {
    justify-content: center; }
  /* line 60, sass/general/_flex-grid.scss */
  .flex-row.justify_end {
    justify-content: flex-end; }
  /* line 64, sass/general/_flex-grid.scss */
  .flex-row.no_wrap {
    flex-wrap: nowrap; }

/* line 69, sass/general/_flex-grid.scss */
[class*="span_"] {
  padding: 12px;
  width: 100%;
  box-sizing: border-box; }
  /* line 75, sass/general/_flex-grid.scss */
  [class*="span_"].align_top {
    align-self: flex-start; }
  /* line 79, sass/general/_flex-grid.scss */
  [class*="span_"].align_bottom {
    align-self: flex-end; }
  /* line 83, sass/general/_flex-grid.scss */
  [class*="span_"].align_center {
    align-self: center; }
  /* line 87, sass/general/_flex-grid.scss */
  [class*="span_"] > .row {
    margin-left: -12px;
    margin-right: -12px; }

/* line 93, sass/general/_flex-grid.scss */
.span_auto {
  width: auto; }

/* line 98, sass/general/_flex-grid.scss */
.span_1_xs {
  width: calc(1/12 * 100%); }

/* line 102, sass/general/_flex-grid.scss */
.span_2_xs {
  width: calc(2/12 * 100%); }

/* line 106, sass/general/_flex-grid.scss */
.span_3_xs {
  width: calc(3/12 * 100%); }

/* line 110, sass/general/_flex-grid.scss */
.span_4_xs {
  width: calc(4/12 * 100%); }

/* line 114, sass/general/_flex-grid.scss */
.span_5_xs {
  width: calc(5/12 * 100%); }

/* line 118, sass/general/_flex-grid.scss */
.span_6_xs {
  width: calc(6/12 * 100%); }

/* line 122, sass/general/_flex-grid.scss */
.span_7_xs {
  width: calc(7/12 * 100%); }

/* line 126, sass/general/_flex-grid.scss */
.span_8_xs {
  width: calc(8/12 * 100%); }

/* line 130, sass/general/_flex-grid.scss */
.span_9_xs {
  width: calc(9/12 * 100%); }

/* line 134, sass/general/_flex-grid.scss */
.span_10_xs {
  width: calc(10/12 * 100%); }

/* line 138, sass/general/_flex-grid.scss */
.span_11_xs {
  width: calc(11/12 * 100%); }

/* line 142, sass/general/_flex-grid.scss */
.span_12 {
  width: 100%; }

/* line 147, sass/general/_flex-grid.scss */
.offset_1_xs {
  margin-left: calc(1/12 * 100%); }

/* line 151, sass/general/_flex-grid.scss */
.offset_2_xs {
  margin-left: calc(2/12 * 100%); }

/* line 155, sass/general/_flex-grid.scss */
.offset_3_xs {
  margin-left: calc(3/12 * 100%); }

/* line 159, sass/general/_flex-grid.scss */
.offset_4_xs {
  margin-left: calc(4/12 * 100%); }

/* line 163, sass/general/_flex-grid.scss */
.offset_5_xs {
  margin-left: calc(5/12 * 100%); }

/* line 167, sass/general/_flex-grid.scss */
.offset_6_xs {
  margin-left: calc(6/12 * 100%); }

/* line 171, sass/general/_flex-grid.scss */
.offset_7_xs {
  margin-left: calc(7/12 * 100%); }

/* line 175, sass/general/_flex-grid.scss */
.offset_8_xs {
  margin-left: calc(8/12 * 100%); }

/* line 179, sass/general/_flex-grid.scss */
.offset_9_xs {
  margin-left: calc(9/12 * 100%); }

/* line 183, sass/general/_flex-grid.scss */
.offset_10_xs {
  margin-left: calc(10/12 * 100%); }

/* line 187, sass/general/_flex-grid.scss */
.offset_11_xs {
  margin-left: calc(11/12 * 100%); }

@media (min-width: 800px) {
  /* line 192, sass/general/_flex-grid.scss */
  .span_1_sm {
    width: calc(1/12 * 100%); }

  /* line 196, sass/general/_flex-grid.scss */
  .span_2_sm {
    width: calc(2/12 * 100%); }

  /* line 200, sass/general/_flex-grid.scss */
  .span_3_sm {
    width: calc(3/12 * 100%); }

  /* line 204, sass/general/_flex-grid.scss */
  .span_4_sm {
    width: calc(4/12 * 100%); }

  /* line 208, sass/general/_flex-grid.scss */
  .span_5_sm {
    width: calc(5/12 * 100%); }

  /* line 212, sass/general/_flex-grid.scss */
  .span_6_sm {
    width: calc(6/12 * 100%); }

  /* line 216, sass/general/_flex-grid.scss */
  .span_7_sm {
    width: calc(7/12 * 100%); }

  /* line 220, sass/general/_flex-grid.scss */
  .span_8_sm {
    width: calc(8/12 * 100%); }

  /* line 224, sass/general/_flex-grid.scss */
  .span_9_sm {
    width: calc(9/12 * 100%); }

  /* line 228, sass/general/_flex-grid.scss */
  .span_10_sm {
    width: calc(10/12 * 100%); }

  /* line 232, sass/general/_flex-grid.scss */
  .span_11_sm {
    width: calc(11/12 * 100%); }

  /* line 236, sass/general/_flex-grid.scss */
  .span_12_sm {
    width: 100%; }

  /* line 240, sass/general/_flex-grid.scss */
  .offset_1_sm {
    margin-left: calc(1/12 * 100%); }

  /* line 244, sass/general/_flex-grid.scss */
  .offset_2_sm {
    margin-left: calc(2/12 * 100%); }

  /* line 248, sass/general/_flex-grid.scss */
  .offset_3_sm {
    margin-left: calc(3/12 * 100%); }

  /* line 252, sass/general/_flex-grid.scss */
  .offset_4_sm {
    margin-left: calc(4/12 * 100%); }

  /* line 256, sass/general/_flex-grid.scss */
  .offset_5_sm {
    margin-left: calc(5/12 * 100%); }

  /* line 260, sass/general/_flex-grid.scss */
  .offset_6_sm {
    margin-left: calc(6/12 * 100%); }

  /* line 264, sass/general/_flex-grid.scss */
  .offset_7_sm {
    margin-left: calc(7/12 * 100%); }

  /* line 268, sass/general/_flex-grid.scss */
  .offset_8_sm {
    margin-left: calc(8/12 * 100%); }

  /* line 272, sass/general/_flex-grid.scss */
  .offset_9_sm {
    margin-left: calc(9/12 * 100%); }

  /* line 276, sass/general/_flex-grid.scss */
  .offset_10_sm {
    margin-left: calc(10/12 * 100%); }

  /* line 280, sass/general/_flex-grid.scss */
  .offset_11_sm {
    margin-left: calc(11/12 * 100%); } }
@media (min-width: 1000px) {
  /* line 287, sass/general/_flex-grid.scss */
  .span_1_md {
    width: calc(1/12 * 100%); }

  /* line 291, sass/general/_flex-grid.scss */
  .span_2_md {
    width: calc(2/12 * 100%); }

  /* line 295, sass/general/_flex-grid.scss */
  .span_3_md {
    width: calc(3/12 * 100%); }

  /* line 299, sass/general/_flex-grid.scss */
  .span_4_md {
    width: calc(4/12 * 100%); }

  /* line 303, sass/general/_flex-grid.scss */
  .span_5_md {
    width: calc(5/12 * 100%); }

  /* line 307, sass/general/_flex-grid.scss */
  .span_6_md {
    width: calc(6/12 * 100%); }

  /* line 311, sass/general/_flex-grid.scss */
  .span_7_md {
    width: calc(7/12 * 100%); }

  /* line 315, sass/general/_flex-grid.scss */
  .span_8_md {
    width: calc(8/12 * 100%); }

  /* line 319, sass/general/_flex-grid.scss */
  .span_9_md {
    width: calc(9/12 * 100%); }

  /* line 323, sass/general/_flex-grid.scss */
  .span_10_md {
    width: calc(10/12 * 100%); }

  /* line 327, sass/general/_flex-grid.scss */
  .span_11_md {
    width: calc(11/12 * 100%); }

  /* line 331, sass/general/_flex-grid.scss */
  .offset_1_md {
    margin-left: calc(1/12 * 100%); }

  /* line 335, sass/general/_flex-grid.scss */
  .offset_2_md {
    margin-left: calc(2/12 * 100%); }

  /* line 339, sass/general/_flex-grid.scss */
  .offset_3_md {
    margin-left: calc(3/12 * 100%); }

  /* line 343, sass/general/_flex-grid.scss */
  .offset_4_md {
    margin-left: calc(4/12 * 100%); }

  /* line 347, sass/general/_flex-grid.scss */
  .offset_5_md {
    margin-left: calc(5/12 * 100%); }

  /* line 351, sass/general/_flex-grid.scss */
  .offset_6_md {
    margin-left: calc(6/12 * 100%); }

  /* line 355, sass/general/_flex-grid.scss */
  .offset_7_md {
    margin-left: calc(7/12 * 100%); }

  /* line 359, sass/general/_flex-grid.scss */
  .offset_8_md {
    margin-left: calc(8/12 * 100%); }

  /* line 363, sass/general/_flex-grid.scss */
  .offset_9_md {
    margin-left: calc(9/12 * 100%); }

  /* line 367, sass/general/_flex-grid.scss */
  .offset_10_md {
    margin-left: calc(10/12 * 100%); }

  /* line 371, sass/general/_flex-grid.scss */
  .offset_11_md {
    margin-left: calc(11/12 * 100%); } }
@media (min-width: 1400px) {
  /* line 378, sass/general/_flex-grid.scss */
  .span_1_lg {
    width: calc(1/12 * 100%); }

  /* line 382, sass/general/_flex-grid.scss */
  .span_2_lg {
    width: calc(2/12 * 100%); }

  /* line 386, sass/general/_flex-grid.scss */
  .span_3_lg {
    width: calc(3/12 * 100%); }

  /* line 390, sass/general/_flex-grid.scss */
  .span_4_lg {
    width: calc(4/12 * 100%); }

  /* line 394, sass/general/_flex-grid.scss */
  .span_5_lg {
    width: calc(5/12 * 100%); }

  /* line 398, sass/general/_flex-grid.scss */
  .span_6_lg {
    width: calc(6/12 * 100%); }

  /* line 402, sass/general/_flex-grid.scss */
  .span_7_lg {
    width: calc(7/12 * 100%); }

  /* line 406, sass/general/_flex-grid.scss */
  .span_8_lg {
    width: calc(8/12 * 100%); }

  /* line 410, sass/general/_flex-grid.scss */
  .span_9_lg {
    width: calc(9/12 * 100%); }

  /* line 414, sass/general/_flex-grid.scss */
  .span_10_lg {
    width: calc(10/12 * 100%); }

  /* line 418, sass/general/_flex-grid.scss */
  .span_11_lg {
    width: calc(11/12 * 100%); }

  /* line 422, sass/general/_flex-grid.scss */
  .span_12_lg {
    width: 100%; }

  /* line 426, sass/general/_flex-grid.scss */
  .offset_1_lg {
    margin-left: calc(1/12 * 100%); }

  /* line 430, sass/general/_flex-grid.scss */
  .offset_2_lg {
    margin-left: calc(2/12 * 100%); }

  /* line 434, sass/general/_flex-grid.scss */
  .offset_3_lg {
    margin-left: calc(3/12 * 100%); }

  /* line 438, sass/general/_flex-grid.scss */
  .offset_4_lg {
    margin-left: calc(4/12 * 100%); }

  /* line 442, sass/general/_flex-grid.scss */
  .offset_5_lg {
    margin-left: calc(5/12 * 100%); }

  /* line 446, sass/general/_flex-grid.scss */
  .offset_6_lg {
    margin-left: calc(6/12 * 100%); }

  /* line 450, sass/general/_flex-grid.scss */
  .offset_7_lg {
    margin-left: calc(7/12 * 100%); }

  /* line 454, sass/general/_flex-grid.scss */
  .offset_8_lg {
    margin-left: calc(8/12 * 100%); }

  /* line 458, sass/general/_flex-grid.scss */
  .offset_9_lg {
    margin-left: calc(9/12 * 100%); }

  /* line 462, sass/general/_flex-grid.scss */
  .offset_10_lg {
    margin-left: calc(10/12 * 100%); }

  /* line 466, sass/general/_flex-grid.scss */
  .offset_11_lg {
    margin-left: calc(11/12 * 100%); } }
/* line 6, sass/components/_typography.scss */
h1.center,
h2.center,
h3.center,
h4.center,
p.center {
  text-align: center; }
/* line 9, sass/components/_typography.scss */
h1.coral,
h2.coral,
h3.coral,
h4.coral,
p.coral {
  color: #F54C39; }

/* line 15, sass/components/_typography.scss */
html,
.root {
  font-size: 16px;
  line-height: 24px; }

/* line 21, sass/components/_typography.scss */
body,
.article {
  font-family: sans-serif;
  font-size: 1em;
  line-height: 1.5em; }

/* line 29, sass/components/_typography.scss */
h1,
.h1 {
  font-family: 'Gilroy-ExtraBold';
  font-size: calc(3.75em + 10vw);
  letter-spacing: -2px;
  line-height: calc(1em + 0.5vw);
  color: #394C53; }

/* line 38, sass/components/_typography.scss */
h2 {
  font-family: 'Gilroy-ExtraBold';
  font-size: calc(1.5em + 4vw);
  letter-spacing: 0;
  line-height: calc(1.125em + 0.5vw);
  color: #394C53; }

/* line 46, sass/components/_typography.scss */
h3,
.h3 {
  font-family: 'Gilroy-ExtraBold';
  font-size: calc(2em + 0.5vw);
  letter-spacing: 0;
  line-height: calc(1.125em + 0.5vw);
  color: #394C53; }

/* line 55, sass/components/_typography.scss */
h4 {
  font-family: 'Gilroy-ExtraBold';
  font-size: calc(2em + 0.3vw);
  letter-spacing: 0;
  line-height: calc(1.15em + 0.5vw);
  color: #394C53; }

/* line 63, sass/components/_typography.scss */
.operator {
  margin-top: 22px; }

/* line 68, sass/components/_typography.scss */
p {
  color: #394C53; }
  /* line 70, sass/components/_typography.scss */
  p.active-pg {
    font-family: 'Gilroy-ExtraBold';
    font-size: 18px; }
  /* line 74, sass/components/_typography.scss */
  p.pg-total {
    font-family: 'Gilroy-Medium';
    font-size: 18px; }

/* line 80, sass/components/_typography.scss */
.utility {
  font-family: 'Gilroy-ExtraBold';
  font-size: calc(1em + 0.5vw);
  letter-spacing: 0px;
  line-height: calc(1.5em + 0.5vw);
  color: #394C53; }

/* line 88, sass/components/_typography.scss */
.info,
.p3 {
  font-family: 'Gilroy-ExtraBold';
  font-size: calc(0.75em + 0.5vw);
  letter-spacing: 2.4px;
  line-height: calc(1.5em + 0.5vw);
  color: #394C53;
  text-transform: uppercase; }

/* line 99, sass/components/_typography.scss */
.p1 {
  font-family: 'GT-Sectra-med';
  font-size: calc(1.5em + 0.1vw);
  letter-spacing: 0;
  line-height: calc(1.5em + 0.125vw);
  color: #394C53; }

/* line 107, sass/components/_typography.scss */
.p2 {
  font-family: 'GT-Sectra-med';
  font-size: calc(1.25em);
  line-height: calc(1.5em);
  letter-spacing: 0; }

/* line 114, sass/components/_typography.scss */
.min-title {
  font-family: 'Gilroy-ExtraBold';
  font-size: calc(1em + 0.5vw);
  line-height: calc(1.5em + 0.5vw);
  text-transform: uppercase; }

/* line 121, sass/components/_typography.scss */
a,
button {
  cursor: pointer;
  position: relative;
  color: #F54C39;
  text-decoration: none;
  transition: all .3s ease; }
  /* line 129, sass/components/_typography.scss */
  a:hover, a:focus,
  button:hover,
  button:focus {
    color: #F54C39;
    outline: none;
    text-decoration: none; }
  /* line 136, sass/components/_typography.scss */
  a.hover-line,
  button.hover-line {
    padding-bottom: 3px; }
    /* line 138, sass/components/_typography.scss */
    a.hover-line::after,
    button.hover-line::after {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 5px;
      background: #F54C39;
      content: '';
      opacity: 0;
      transition: opacity 0.3s, transform 0.3s;
      -webkit-transform: translateY(10px);
      -moz-transform: translateY(10px);
      transform: translateY(10px); }
    /* line 152, sass/components/_typography.scss */
    a.hover-line:hover::after, a.hover-line:focus::after,
    button.hover-line:hover::after,
    button.hover-line:focus::after {
      opacity: 1;
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      transform: translateY(0px); }
    /* line 163, sass/components/_typography.scss */
    a.hover-line.white:hover, a.hover-line.white:focus,
    button.hover-line.white:hover,
    button.hover-line.white:focus {
      color: #FFF;
      padding-bottom: 0; }
    /* line 168, sass/components/_typography.scss */
    a.hover-line.white::after,
    button.hover-line.white::after {
      background: #FFF; }

/* line 176, sass/components/_typography.scss */
a .min-titile {
  color: #F54C39; }

/* line 182, sass/components/_typography.scss */
input {
  font-family: 'Gilroy-Medium';
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 0; }

/* line 189, sass/components/_typography.scss */
.read-more-link {
  font-family: 'Gilroy-ExtraBold';
  font-size: 1.15em;
  letter-spacing: -0.2px;
  line-height: 1em;
  color: #FFF;
  text-transform: uppercase; }

@media screen and (max-width: 480px) {
  /* line 200, sass/components/_typography.scss */
  h1, .h1 {
    font-size: 3.75em; } }
/* line 1, sass/components/_buttons.scss */
.button {
  width: 158px;
  height: 48px;
  font-size: 16px;
  font-family: 'Gilroy-ExtraBold';
  border: none;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding-top: 9px;
  text-transform: uppercase; }
  /* line 12, sass/components/_buttons.scss */
  .button.btn-coral {
    border: 6px solid transparent;
    background-color: #F54C39;
    color: #FFF;
    transition: all .3s ease; }
    /* line 17, sass/components/_buttons.scss */
    .button.btn-coral:hover {
      border: 6px solid #F54C39;
      background-color: #FFF;
      color: #F54C39;
      transition: all .3s ease; }
  /* line 24, sass/components/_buttons.scss */
  .button.btn-white {
    border: 6px solid transparent;
    background-color: #FFF;
    color: #F54C39;
    transition: all .3s ease; }
    /* line 29, sass/components/_buttons.scss */
    .button.btn-white:hover {
      border: 6px solid #FFF;
      background-color: #F54C39;
      color: #FFF;
      transition: all .3s ease; }
  /* line 36, sass/components/_buttons.scss */
  .button:hover {
    text-decoration: none; }

/* line 41, sass/components/_buttons.scss */
.swiper-btn-wrapper {
  display: inline-block;
  cursor: pointer;
  /*	&:hover{
  		.next-icon{
  			left: 4px;
  			transition: all .2s ease;
  		}
  		.btn-line{
  			width: 34px;
  			transform: translateX(0);
  			transition: width .12s linear, transform .2s ease;
  		}
  	}*/ }
  /* line 44, sass/components/_buttons.scss */
  .swiper-btn-wrapper .next-icon {
    position: relative;
    left: -15px;
    transition: left .2s ease; }
  /* line 49, sass/components/_buttons.scss */
  .swiper-btn-wrapper .btn-line {
    z-index: 0;
    width: 0px;
    height: 6px;
    background-color: #FFF;
    position: absolute;
    bottom: 54%;
    transform: translateX(14px);
    transition: width .15s linear, transform .2s ease; }

/* line 72, sass/components/_buttons.scss */
.cs-navigation {
  display: block;
  margin: 144px 76px 0; }
  /* line 75, sass/components/_buttons.scss */
  .cs-navigation a {
    text-decoration: none;
    color: #394C53;
    transition: all .6s ease; }
    /* line 79, sass/components/_buttons.scss */
    .cs-navigation a:hover {
      color: #F54C39;
      transition: all .6s ease; }

/* line 86, sass/components/_buttons.scss */
.newsletter-btn {
  border: none;
  background: none;
  outline: none;
  padding: 0 0 3px !important;
  font-family: 'Gilroy-ExtraBold';
  font-size: 18px !important;
  letter-spacing: 0px;
  line-height: 24px;
  text-transform: uppercase;
  color: #F54C39; }

@media screen and (min-width: 1024px) {
  /* line 102, sass/components/_buttons.scss */
  .swiper-btn-wrapper:hover .next-icon {
    left: 4px;
    transition: left .2s ease; }
  /* line 106, sass/components/_buttons.scss */
  .swiper-btn-wrapper:hover .btn-line {
    width: 36px;
    transform: translateX(0);
    transition: width .12s linear, transform .2s ease; } }
@media screen and (max-width: 1024px) {
  /* line 117, sass/components/_buttons.scss */
  .cs-navigation {
    margin: 96px 24px 0; }

  /* line 122, sass/components/_buttons.scss */
  .swiper-btn-wrapper .next-icon {
    left: 4px; }
  /* line 125, sass/components/_buttons.scss */
  .swiper-btn-wrapper .btn-line {
    width: 34px;
    transform: translateX(0); } }
/*Media Queries - Mobile*/
@media screen and (max-width: 480px) {
  /* line 139, sass/components/_buttons.scss */
  .cs-next-btn h1 {
    font-size: 5em; } }
/* line 2, sass/components/_dropdowns.scss */
.sector-dropdown,
.sector-menu-list {
  margin-left: 52px; }

/* line 8, sass/components/_dropdowns.scss */
.menu-drp-wrapper {
  width: 30%;
  margin-top: 24px;
  display: inline-table;
  position: relative;
  cursor: pointer; }
  /* line 15, sass/components/_dropdowns.scss */
  .menu-drp-wrapper.drp-active .next-icon {
    transform: rotate(-180deg);
    left: 15px; }
/* line 21, sass/components/_dropdowns.scss */
.menu-active-list {
  position: absolute;
  padding-left: 12px; }

/* line 29, sass/components/_dropdowns.scss */
.sector-dropdown {
  margin-bottom: 48px; }
  /* line 31, sass/components/_dropdowns.scss */
  .sector-dropdown h2 {
    color: #F54C39; }
    /* line 33, sass/components/_dropdowns.scss */
    .sector-dropdown h2:last-of-type {
      display: inline-block;
      margin-right: 26px; }
  /* line 38, sass/components/_dropdowns.scss */
  .sector-dropdown a {
    color: #F54C39;
    text-decoration: none; }
  /* line 42, sass/components/_dropdowns.scss */
  .sector-dropdown .dropdown-box {
    border-bottom: 6px solid #F54C39;
    width: 100%;
    position: relative;
    height: 56px;
    margin-bottom: -4px; }
    /* line 48, sass/components/_dropdowns.scss */
    .sector-dropdown .dropdown-box .swiper-btn-wrapper {
      float: right;
      transform: rotate(90deg);
      /*&:hover{
      	svg{
      		left: -15px;
      	}
      	
      }*/ }
      /* line 51, sass/components/_dropdowns.scss */
      .sector-dropdown .dropdown-box .swiper-btn-wrapper g {
        stroke: #F54C39; }
  /* line 63, sass/components/_dropdowns.scss */
  .sector-dropdown .dropdown-nav {
    display: none;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
    position: absolute;
    width: 100%;
    z-index: 10; }
    /* line 69, sass/components/_dropdowns.scss */
    .sector-dropdown .dropdown-nav ul {
      background-color: #FFF;
      padding: 12px;
      /*			transition: all .6s ease;*/ }
      /* line 73, sass/components/_dropdowns.scss */
      .sector-dropdown .dropdown-nav ul li {
        padding: 4px 12px;
        /*background-color: transparent;*/ }
    /* line 78, sass/components/_dropdowns.scss */
    .sector-dropdown .dropdown-nav a {
      color: #F54C39;
      border-bottom: 6px #FFF solid;
      transition: all .4s ease; }
    /* line 83, sass/components/_dropdowns.scss */
    .sector-dropdown .dropdown-nav h3 {
      margin-bottom: 12px; }
  /* line 89, sass/components/_dropdowns.scss */
  .sector-dropdown.news-dropdown .menu-drp-wrapper {
    width: 40%;
    display: none; }

/* line 100, sass/components/_dropdowns.scss */
.dropdown-box,
.swiper-btn-wrapper,
.dropdown-info-wrapper {
  display: inline-block; }

/* line 106, sass/components/_dropdowns.scss */
.main-blog-dropdown {
  padding: 117px 0 72px; }
  /* line 108, sass/components/_dropdowns.scss */
  .main-blog-dropdown .menu-drp-wrapper {
    width: 75%; }

/* line 114, sass/components/_dropdowns.scss */
.hp-coral .dropdown-box {
  border-bottom: 6px solid #FFF; }
  /* line 117, sass/components/_dropdowns.scss */
  .hp-coral .dropdown-box svg g {
    stroke: #FFF !important; }
/* line 123, sass/components/_dropdowns.scss */
.hp-coral .dropdown-nav ul {
  background-color: #F54C39; }
/* line 126, sass/components/_dropdowns.scss */
.hp-coral .dropdown-nav a {
  color: #FFF;
  border-bottom: 6px #F54C39 solid; }

/*MEDIA QUERIES*/
@media screen and (min-width: 1024px) {
  /* line 139, sass/components/_dropdowns.scss */
  .dropdown-nav a:hover {
    /*border-bottom: 6px $coral solid;*/ }

  /* line 148, sass/components/_dropdowns.scss */
  .hp-coral .dropdown-nav a:hover {
    /*border-bottom: 6px $white solid;*/ } }
@media screen and (max-width: 1024px) {
  /* line 160, sass/components/_dropdowns.scss */
  .sector-dropdown,
  .sector-menu-list {
    margin-left: 0; }

  /* line 166, sass/components/_dropdowns.scss */
  .sector-dropdown .dropdown-box {
    width: 100%; }
  /* line 169, sass/components/_dropdowns.scss */
  .sector-dropdown .menu-drp-wrapper {
    width: 75%; }
  /* line 173, sass/components/_dropdowns.scss */
  .sector-dropdown.news-dropdown .menu-drp-wrapper {
    width: 75%; }

  /* line 179, sass/components/_dropdowns.scss */
  .dropdown-info-wrapper {
    width: 100% !important;
    margin-bottom: 12px; }

  /* line 185, sass/components/_dropdowns.scss */
  .hp-coral .sector-dropdown {
    margin: 0 24px 24px; } }
@media screen and (max-width: 480px) {
  /* line 194, sass/components/_dropdowns.scss */
  .sector-dropdown,
  .sector-menu-list {
    margin: 0 24px 96px; }

  /* line 199, sass/components/_dropdowns.scss */
  .sector-dropdown {
    margin-bottom: 48px; }
    /* line 201, sass/components/_dropdowns.scss */
    .sector-dropdown .menu-drp-wrapper {
      width: 100%; }
    /* line 205, sass/components/_dropdowns.scss */
    .sector-dropdown.news-dropdown .menu-drp-wrapper {
      width: 100%; }

  /* line 211, sass/components/_dropdowns.scss */
  .main-blog-dropdown {
    padding: 150px 0 0 !important;
    margin-bottom: 24px; }

  /* line 216, sass/components/_dropdowns.scss */
  .drop-info-wrapper {
    width: 100%; } }
/* line 2, sass/components/_navbar.scss */
.navbar-main {
  margin-top: -75px;
  position: fixed;
  width: 100%;
  z-index: 99;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22); }
/* line 10, sass/components/_navbar.scss */
.navbar-wrapper {
  position: relative;
  width: 100%;
  display: block;
  background-color: #F54C39; }
  /* line 15, sass/components/_navbar.scss */
  .navbar-wrapper svg {
    margin: 24px;
    text-align: left;
    color: #FFF;
    cursor: pointer; }
  /* line 22, sass/components/_navbar.scss */
  .navbar-wrapper .logo a {
    font-family: 'Gilroy-ExtraBold';
    display: inline-block;
    font-size: 42px;
    vertical-align: top;
    margin: 30px 0 21px 72px;
    color: #FFF;
    transition: color .3s ease; }

/* line 36, sass/components/_navbar.scss */
.navbar-main {
  opacity: 1; }
  /* line 38, sass/components/_navbar.scss */
  .navbar-main.inactive-nav {
    opacity: 0;
    transition: all 0s ease; }
  /* line 43, sass/components/_navbar.scss */
  .navbar-main.menu-active .navbar-menu {
    opacity: 1;
    z-index: 99;
    pointer-events: auto;
    transition: opacity .3s ease; }
    /* line 48, sass/components/_navbar.scss */
    .navbar-main.menu-active .navbar-menu a {
      display: inline-block; }

/*js-animations*/
/* line 57, sass/components/_navbar.scss */
.navbar-menu {
  /*display: table;*/
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  background-color: #F54C39;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: opacity .6s ease; }
  /* line 68, sass/components/_navbar.scss */
  .navbar-menu svg {
    float: left; }
  /* line 71, sass/components/_navbar.scss */
  .navbar-menu g {
    fill: #FFF !important; }
  /* line 74, sass/components/_navbar.scss */
  .navbar-menu-wrapper {
    z-index: -1;
    padding-left: 12%;
    display: table;
    width: 100%;
    height: 100%;
    /*display: table-cell;
    vertical-align: middle;*/ }
    /* line 82, sass/components/_navbar.scss */
    .navbar-menu-wrapper ul {
      display: table-cell;
      vertical-align: middle; }
    /* line 86, sass/components/_navbar.scss */
    .navbar-menu-wrapper li {
      font-family: 'Gilroy-ExtraBold';
      font-size: calc(2em + 1vw);
      letter-spacing: 0;
      line-height: calc(1.125em + 0.5vw);
      margin: 24px 0;
      display: table;
      cursor: pointer;
      border-bottom: 5px solid transparent;
      transition: border-bottom .6s ease; }
      /* line 96, sass/components/_navbar.scss */
      .navbar-menu-wrapper li a {
        color: #FFF;
        text-decoration: none;
        display: none; }

/*Navbar menu hover*/
/* line 108, sass/components/_navbar.scss */
.navbar-menu-wrapper a::after {
  background-color: #FFF; }

/*Navbar menu orange*/
/* line 117, sass/components/_navbar.scss */
.navbar-wrapper.coral g {
  fill: #F54C39;
  transition: all .3s ease; }
/* line 121, sass/components/_navbar.scss */
.navbar-wrapper.coral .logo {
  color: #F54C39;
  transition: all .3s ease; }

/*Navbar Hamburger*/
/* line 129, sass/components/_navbar.scss */
.navbar-btn {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  transition: .3s;
  background-color: transparent;
  margin: 24px;
  z-index: 100; }
  /* line 137, sass/components/_navbar.scss */
  .navbar-btn .bar {
    position: relative;
    display: block;
    width: 30px;
    height: 4px;
    margin: 8px auto;
    background-color: #FFF;
    /*border-radius: 10px;*/
    transition: .3s; }
    /* line 147, sass/components/_navbar.scss */
    .navbar-btn .bar:nth-of-type(1) {
      margin-top: 0; }
    /* line 150, sass/components/_navbar.scss */
    .navbar-btn .bar:nth-of-type(3) {
      margin-bottom: 0; }

/*Navbar hamburger Onclick class*/
/* line 159, sass/components/_navbar.scss */
.navbar-btn.cross .bar {
  background-color: #FFF; }
  /* line 161, sass/components/_navbar.scss */
  .navbar-btn.cross .bar:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-45deg);
    -ms-transform: translateY(13px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg); }
  /* line 166, sass/components/_navbar.scss */
  .navbar-btn.cross .bar:nth-of-type(2) {
    opacity: 0; }
  /* line 169, sass/components/_navbar.scss */
  .navbar-btn.cross .bar:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    -ms-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg); }

/* line 178, sass/components/_navbar.scss */
.nav-spacing {
  margin-top: 75px; }

@media screen and (min-width: 1024px) {
  /*.navbar-btn{
  	&.cross{
  		&:hover{
  			.bar{
  				&:nth-of-type(1) {
  				-webkit-transform: translateY(13.5px) rotate(-40.5deg);
  				-ms-transform: translateY(13.5px) rotate(-40.5deg);
  				transform: translateY(13.5px) rotate(-40.5deg);
  				}
  				&:nth-of-type(2) {
  					opacity: .1;
  				}
  				&:nth-of-type(3) {
  					-webkit-transform: translateY(-13.5px) rotate(40.5deg);
  					-ms-transform: translateY(-13.5px) rotate(40.5deg);
  					transform: translateY(-13.5px) rotate(40.5deg);
  				}
  			}
  		}
  	}
  }*/
  /*
  	.navbar-btn{
  		&:hover{
  			.bar{
  				&:nth-of-type(1) {
  				-webkit-transform: translateY(1.5px) rotate(-4.5deg);
  				-ms-transform: translateY(1.5px) rotate(-4.5deg);
  				transform: translateY(1.5px) rotate(-4.5deg);
  				}
  				&:nth-of-type(2) {
  					opacity: .9;
  				}
  				&:nth-of-type(3) {
  					-webkit-transform: translateY(-1.5px) rotate(4.5deg);
  					-ms-transform: translateY(-1.5px) rotate(4.5deg);
  					transform: translateY(-1.5px) rotate(4.5deg);
  				}
  			}
  		}
  	}*/ }
/*MEDIA QUERIES*/
@media screen and (max-width: 480px) {
  /* line 230, sass/components/_navbar.scss */
  .navbar-menu {
    display: block; }
  /* line 233, sass/components/_navbar.scss */
  .navbar-menu-wrapper {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 0; }
    /* line 238, sass/components/_navbar.scss */
    .navbar-menu-wrapper li {
      margin: 12px 24px;
      /*font-size: 36px;*/ }
  /* line 243, sass/components/_navbar.scss */
  .navbar-main {
    padding: 0;
    margin-top: -69px; }
  /* line 247, sass/components/_navbar.scss */
  .navbar-btn {
    margin: 24px; }
  /* line 252, sass/components/_navbar.scss */
  .navbar-wrapper .logo {
    font-size: 36px; }

  /* line 258, sass/components/_navbar.scss */
  .nav-spacing {
    margin-top: 69px; } }
/* line 1, sass/components/_subtitle.scss */
.subtitle-wrapper {
  margin-bottom: 24px;
  position: relative;
  bottom: 0;
  opacity: 1;
  transition: all .6s ease; }
  /* line 7, sass/components/_subtitle.scss */
  .subtitle-wrapper hr {
    border-top: 6px solid #F54C39;
    margin: 0 0 10px;
    color: #F54C39; }
  /* line 12, sass/components/_subtitle.scss */
  .subtitle-wrapper p {
    color: #F54C39;
    margin-top: -4px; }
  /* line 16, sass/components/_subtitle.scss */
  .subtitle-wrapper a {
    text-decoration: none;
    pointer-events: none; }

/* line 23, sass/components/_subtitle.scss */
.subtitle-wrapper.white {
  margin: 24px 24px 46px; }
  /* line 25, sass/components/_subtitle.scss */
  .subtitle-wrapper.white hr {
    border-top: 6px solid #FFF;
    color: #FFF; }
  /* line 29, sass/components/_subtitle.scss */
  .subtitle-wrapper.white p {
    color: #FFF; }

/*MEDIA QUERIES*/
@media screen and (max-width: 480px) {
  /* line 37, sass/components/_subtitle.scss */
  .subtitle-wrapper {
    margin: 0 24px 24px; }
    /* line 39, sass/components/_subtitle.scss */
    .subtitle-wrapper.white {
      margin: 24px; } }
/*STYLE-GUIDE*/
/* line 4, sass/blocks/_styleguide.scss */
.sg-main-title {
  text-align: center;
  padding: 160px 0; }
/* line 8, sass/blocks/_styleguide.scss */
.sg-block {
  padding: 60px 76px; }

/* line 15, sass/blocks/_styleguide.scss */
.sg-block .sg-background-coral {
  background-color: #F54C39; }
  /* line 17, sass/blocks/_styleguide.scss */
  .sg-block .sg-background-coral h1, .sg-block .sg-background-coral h2, .sg-block .sg-background-coral h3, .sg-block .sg-background-coral h4, .sg-block .sg-background-coral p {
    color: #FFF; }
/* line 21, sass/blocks/_styleguide.scss */
.sg-block .sg-background-white {
  background-color: #FFF; }

/* line 26, sass/blocks/_styleguide.scss */
.sg-background-white,
.sg-background-coral {
  padding: 60px; }

/* line 31, sass/blocks/_styleguide.scss */
.sg-color-wrapper {
  text-align: center; }
  /* line 33, sass/blocks/_styleguide.scss */
  .sg-color-wrapper div {
    width: 120px;
    height: 120px;
    border: 1px solid #000;
    display: inline-block;
    margin: 0 60px; }
  /* line 40, sass/blocks/_styleguide.scss */
  .sg-color-wrapper .color-block-white {
    background-color: #FFF; }
  /* line 43, sass/blocks/_styleguide.scss */
  .sg-color-wrapper .color-block-black {
    background-color: #394C53; }
  /* line 46, sass/blocks/_styleguide.scss */
  .sg-color-wrapper .color-block-coral {
    background-color: #F54C39; }

/*MEDIA QUERIES*/
@media screen and (max-width: 1024px) {
  /* line 54, sass/blocks/_styleguide.scss */
  .sg-block {
    padding: 60px 0; }
  /* line 57, sass/blocks/_styleguide.scss */
  .sg-background-white, .sg-background-coral {
    /*margin: 24px;*/ } }
@media screen and (max-width: 480px) {
  /* line 67, sass/blocks/_styleguide.scss */
  .sg-main-title {
    padding: 96px 0; }
  /* line 71, sass/blocks/_styleguide.scss */
  .sg-background-white, .sg-background-coral {
    padding: 24px;
    margin: 0;
    text-align: center; }
  /* line 78, sass/blocks/_styleguide.scss */
  .sg-block {
    padding: 24px 0; }
  /* line 83, sass/blocks/_styleguide.scss */
  .sg-color-wrapper div {
    width: 96px;
    height: 96px;
    margin: 0 4px; } }
/* line 2, sass/blocks/_text-block.scss */
.text-section {
  margin: 0 24px;
  padding-top: 24px;
  height: 100%;
  padding-bottom: 1px;
  /*overflow: hidden;*/ }
  /* line 8, sass/blocks/_text-block.scss */
  .text-section .text-block {
    margin: 144px 0 96px 52px; }
    /* line 10, sass/blocks/_text-block.scss */
    .text-section .text-block .col-title {
      margin-bottom: 24px; }
/* line 16, sass/blocks/_text-block.scss */
.text-block-wrapper, .text-img-wrapper {
  padding: 0; }
/* line 21, sass/blocks/_text-block.scss */
.text-block-wrapper .blog-author {
  text-transform: uppercase; }

/* line 29, sass/blocks/_text-block.scss */
.text-block.image {
  display: table;
  margin-top: 72px; }
  /* line 32, sass/blocks/_text-block.scss */
  .text-block.image .text-block-wrapper {
    display: table-cell; }
  /* line 35, sass/blocks/_text-block.scss */
  .text-block.image .text-img-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding-right: 140px; }
    /* line 39, sass/blocks/_text-block.scss */
    .text-block.image .text-img-wrapper img {
      height: 100%;
      width: 300px; }
/* line 45, sass/blocks/_text-block.scss */
.text-block.block-cols {
  margin: 72px 52px 68px; }

/* line 51, sass/blocks/_text-block.scss */
.hp-coral .text-block {
  padding: 0 24px; }

/* line 56, sass/blocks/_text-block.scss */
.text-body-wrapper,
.col-fullspan-wrapper {
  display: table; }
  /* line 60, sass/blocks/_text-block.scss */
  .text-body-wrapper img, .text-body-wrapper svg, .text-body-wrapper .col-body,
  .col-fullspan-wrapper img,
  .col-fullspan-wrapper svg,
  .col-fullspan-wrapper .col-body {
    display: table-cell; }
  /* line 64, sass/blocks/_text-block.scss */
  .text-body-wrapper .col-body,
  .col-fullspan-wrapper .col-body {
    vertical-align: top;
    /*	.p2{
    		line-height: 26px;
    	}*/ }
    /* line 70, sass/blocks/_text-block.scss */
    .text-body-wrapper .col-body a .min-title,
    .col-fullspan-wrapper .col-body a .min-title {
      color: #F54C39; }

/* line 78, sass/blocks/_text-block.scss */
.text-body-wrapper {
  margin-left: 28px;
  padding: 0; }
  /* line 82, sass/blocks/_text-block.scss */
  .text-body-wrapper img, .text-body-wrapper svg {
    width: 134px; }
  /* line 85, sass/blocks/_text-block.scss */
  .text-body-wrapper svg {
    margin-right: 75px; }
    /* line 87, sass/blocks/_text-block.scss */
    .text-body-wrapper svg g {
      fill: #F54C39; }
  /* line 91, sass/blocks/_text-block.scss */
  .text-body-wrapper .col-body {
    padding: 0 0 144px 0; }
    /* line 93, sass/blocks/_text-block.scss */
    .text-body-wrapper .col-body h3 {
      margin-bottom: 24px; }
  /* line 98, sass/blocks/_text-block.scss */
  .text-body-wrapper .reach-btn {
    padding: 0;
    margin-top: 48px; }
  /* line 102, sass/blocks/_text-block.scss */
  .text-body-wrapper:last-of-type {
    margin-bottom: -144px; }

/*Mainly for 2-column text box on Approach page*/
/* line 109, sass/blocks/_text-block.scss */
.col-fullspan-wrapper img {
  width: 140px;
  height: 140px;
  margin: 28px 76px 0 0; }
/* line 114, sass/blocks/_text-block.scss */
.col-fullspan-wrapper .col-body {
  padding: 0 0 120px 120px; }
/* line 117, sass/blocks/_text-block.scss */
.col-fullspan-wrapper:last-of-type {
  margin-bottom: -120px; }

/* line 123, sass/blocks/_text-block.scss */
.col-2 {
  column-count: 2;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-gap: 24px;
  height: 100%; }

/*Blog text*/
/* line 134, sass/blocks/_text-block.scss */
.blog-section .blog-date {
  margin-bottom: 12px; }
/* line 137, sass/blocks/_text-block.scss */
.blog-section .blog-author {
  margin: 48px 0;
  color: #F54C39; }

/* line 145, sass/blocks/_text-block.scss */
.subheader-info-wrapper {
  padding: 0;
  margin-bottom: 96px; }

/* line 150, sass/blocks/_text-block.scss */
.body-content-col2 {
  padding: 0;
  margin: 48px 0; }
  /* line 153, sass/blocks/_text-block.scss */
  .body-content-col2 h4, .body-content-col2 div {
    display: inline-table; }
  /* line 156, sass/blocks/_text-block.scss */
  .body-content-col2 h4 {
    width: 40%; }
  /* line 159, sass/blocks/_text-block.scss */
  .body-content-col2 div {
    width: 50%; }

/* line 164, sass/blocks/_text-block.scss */
.body-btn {
  text-align: center;
  margin: 48px 0; }

/*SINGLE TEXT BLOCK*/
/* line 171, sass/blocks/_text-block.scss */
.single-text-block {
  margin: 0 24px;
  padding-top: 24px; }
  /* line 174, sass/blocks/_text-block.scss */
  .single-text-block .huge-title-wrapper {
    text-align: center;
    width: 100%;
    display: table;
    height: 648px;
    padding: 0 24px; }
    /* line 180, sass/blocks/_text-block.scss */
    .single-text-block .huge-title-wrapper h1 {
      color: #F54C39;
      display: table-cell;
      vertical-align: middle; }

/* line 189, sass/blocks/_text-block.scss */
.blog-section ol, .blog-section ul {
  list-style: initial; }
/* line 192, sass/blocks/_text-block.scss */
.blog-section li {
  margin-left: 46px; }

/*******************/
/** MEDIA QUERIES **/
/*******************/
@media screen and (max-width: 1024px) {
  /* line 206, sass/blocks/_text-block.scss */
  .text-img-wrapper {
    width: 100%;
    margin: 14px 0 48px 0;
    display: table-caption;
    /*img{
    	width: 60%;
    }*/ }
  /* line 215, sass/blocks/_text-block.scss */
  .text-section .text-block {
    margin: 96px 24px; }
    /* line 217, sass/blocks/_text-block.scss */
    .text-section .text-block.image {
      margin: 10px 24px 48px; }
    /* line 220, sass/blocks/_text-block.scss */
    .text-section .text-block.block-cols {
      margin: 72px 24px; }

  /* line 229, sass/blocks/_text-block.scss */
  .text-block.image .text-img-wrapper {
    display: table-caption; }
    /* line 231, sass/blocks/_text-block.scss */
    .text-block.image .text-img-wrapper img {
      width: 60%; }

  /* line 238, sass/blocks/_text-block.scss */
  .text-body-wrapper {
    margin: 0; }
    /* line 240, sass/blocks/_text-block.scss */
    .text-body-wrapper img, .text-body-wrapper svg {
      margin-right: 75px; }
    /* line 243, sass/blocks/_text-block.scss */
    .text-body-wrapper .col-body {
      padding: 0 0 144px; }

  /* line 249, sass/blocks/_text-block.scss */
  .body-content-col2 h4 {
    width: 44%; }
  /* line 252, sass/blocks/_text-block.scss */
  .body-content-col2 div {
    width: 55%; }

  /* line 259, sass/blocks/_text-block.scss */
  .col-fullspan-wrapper .col-body {
    padding: 0 0 120px 48px; } }
@media screen and (max-width: 480px) {
  /* line 269, sass/blocks/_text-block.scss */
  .text-section {
    margin: 0; }
    /* line 271, sass/blocks/_text-block.scss */
    .text-section .blog-date {
      margin-bottom: 24px; }
  /* line 276, sass/blocks/_text-block.scss */
  .text-block.image {
    padding: 10px 24px 48px;
    margin: 0 !important; }
    /* line 279, sass/blocks/_text-block.scss */
    .text-block.image .text-block-wrapper {
      display: block; }
    /* line 282, sass/blocks/_text-block.scss */
    .text-block.image .text-img-wrapper {
      margin-left: 24px;
      max-width: 300px;
      padding: 0; }
      /* line 286, sass/blocks/_text-block.scss */
      .text-block.image .text-img-wrapper img {
        height: 100%; }

  /* line 296, sass/blocks/_text-block.scss */
  .text-body-wrapper:last-of-type,
  .col-fullspan-wrapper:last-of-type {
    margin: 0 0 -96px; }
  /* line 299, sass/blocks/_text-block.scss */
  .text-body-wrapper img, .text-body-wrapper svg, .text-body-wrapper div,
  .col-fullspan-wrapper img,
  .col-fullspan-wrapper svg,
  .col-fullspan-wrapper div {
    display: block; }
  /* line 302, sass/blocks/_text-block.scss */
  .text-body-wrapper .col-body,
  .col-fullspan-wrapper .col-body {
    padding: 0;
    margin-top: 48px;
    display: block; }
    /* line 306, sass/blocks/_text-block.scss */
    .text-body-wrapper .col-body p,
    .col-fullspan-wrapper .col-body p {
      column-count: 1; }
    /* line 309, sass/blocks/_text-block.scss */
    .text-body-wrapper .col-body:last-child,
    .col-fullspan-wrapper .col-body:last-child {
      padding-bottom: 0; }

  /* line 315, sass/blocks/_text-block.scss */
  .text-body-wrapper {
    margin: 0 0 96px; }

  /* line 319, sass/blocks/_text-block.scss */
  .col-fullspan-wrapper {
    margin: 0 0 150px;
    padding: 0;
    text-align: center; }
    /* line 323, sass/blocks/_text-block.scss */
    .col-fullspan-wrapper .col-body {
      display: block;
      margin-top: 64px; }
    /* line 327, sass/blocks/_text-block.scss */
    .col-fullspan-wrapper img {
      margin: 0 auto; }
    /* line 330, sass/blocks/_text-block.scss */
    .col-fullspan-wrapper:last-of-type {
      margin-bottom: 0px; }

  /* line 336, sass/blocks/_text-block.scss */
  .col-body h3 {
    font-size: 26px;
    line-height: 36px; }

  /* line 342, sass/blocks/_text-block.scss */
  .col-2 {
    column-count: 1;
    column-gap: 0; }

  /* line 347, sass/blocks/_text-block.scss */
  .header-title {
    display: none; }

  /* line 352, sass/blocks/_text-block.scss */
  .body-content-col2 h4,
  .body-content-col2 div {
    width: 100%; }
  /* line 356, sass/blocks/_text-block.scss */
  .body-content-col2 h4 {
    margin-bottom: 13px; }

  /* line 361, sass/blocks/_text-block.scss */
  .subheader-info-wrapper {
    margin-bottom: 48px; }
    /* line 363, sass/blocks/_text-block.scss */
    .subheader-info-wrapper h2 {
      margin-bottom: 24px; }

  /* line 368, sass/blocks/_text-block.scss */
  .body-btn {
    margin: 31px 0 0;
    text-align: left;
    padding: 0; }

  /* line 375, sass/blocks/_text-block.scss */
  .hp-coral .text-block {
    padding: 0; }

  /* line 380, sass/blocks/_text-block.scss */
  .single-text-block {
    margin: 0; }
    /* line 382, sass/blocks/_text-block.scss */
    .single-text-block .huge-title-wrapper {
      height: 481px; } }
/* line 2, sass/blocks/_team-block.scss */
.team-section {
  padding: 24px 24px 0;
  text-align: center; }

/* line 9, sass/blocks/_team-block.scss */
.indiv-team-wrapper {
  overflow: hidden;
  padding: 0;
  position: relative;
  cursor: pointer; }

/* line 16, sass/blocks/_team-block.scss */
.team-img-load {
  display: none; }

/* line 20, sass/blocks/_team-block.scss */
.card-team-text {
  position: absolute;
  bottom: 0;
  text-align: left;
  margin: 24px 24px 56px; }
  /* line 25, sass/blocks/_team-block.scss */
  .card-team-text p, .card-team-text h4 {
    color: #FFF; }
  /* line 28, sass/blocks/_team-block.scss */
  .card-team-text h4 {
    font-size: 26px;
    line-height: 36px; }

/*Media Queries*/
@media screen and (max-width: 480px) {
  /* line 38, sass/blocks/_team-block.scss */
  .team-section {
    padding: 48px 0 0; }

  /* line 44, sass/blocks/_team-block.scss */
  .card-team-text {
    margin: 12px; }
    /* line 46, sass/blocks/_team-block.scss */
    .card-team-text p {
      font-size: 8px;
      letter-spacing: 1.2px;
      line-height: 12px; }
    /* line 51, sass/blocks/_team-block.scss */
    .card-team-text h4 {
      font-size: 16px;
      line-height: 24px; } }
/* line 1, sass/blocks/_header-block.scss */
.header-text-wrapper {
  padding: 0 52px 0 76px;
  position: relative;
  display: table-cell;
  vertical-align: middle; }
  /* line 6, sass/blocks/_header-block.scss */
  .header-text-wrapper h2 {
    margin-left: 52px;
    width: 60%; }

/* line 13, sass/blocks/_header-block.scss */
.pg-header {
  position: relative;
  text-align: center;
  height: 522px;
  background-size: cover;
  background-position: 50% 25%;
  z-index: -1;
  overflow: hidden; }
  /* line 21, sass/blocks/_header-block.scss */
  .pg-header h1 {
    color: #F54C39; }
  /* line 24, sass/blocks/_header-block.scss */
  .pg-header video {
    z-index: -1;
    bottom: auto; }

/* line 31, sass/blocks/_header-block.scss */
.header-title {
  color: #F54C39;
  text-align: center;
  margin-top: -112px; }

/* line 38, sass/blocks/_header-block.scss */
.pg-header.solid {
  margin-bottom: 0;
  display: table;
  height: 90vh;
  width: 100%;
  padding: 0; }
  /* line 44, sass/blocks/_header-block.scss */
  .pg-header.solid .header-text-wrapper {
    display: table-cell;
    vertical-align: middle;
    text-align: left; }
    /* line 48, sass/blocks/_header-block.scss */
    .pg-header.solid .header-text-wrapper h2, .pg-header.solid .header-text-wrapper p {
      color: #FFF; }
    /* line 51, sass/blocks/_header-block.scss */
    .pg-header.solid .header-text-wrapper h2 {
      margin: 0; }
    /* line 54, sass/blocks/_header-block.scss */
    .pg-header.solid .header-text-wrapper p {
      width: 50%; }
/* line 59, sass/blocks/_header-block.scss */
.pg-header.blog-header {
  height: 600px;
  margin-bottom: 0; }
/* line 63, sass/blocks/_header-block.scss */
.pg-header.header-video {
  height: 80vh; }

/* line 68, sass/blocks/_header-block.scss */
.case-studies-header {
  height: 76vh;
  position: relative;
  background-size: cover;
  margin-bottom: 0; }
  /* line 74, sass/blocks/_header-block.scss */
  .case-studies-header .header-info-box {
    width: 75%;
    min-height: 224px;
    background-color: #F54C39;
    display: table;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 52px 0 76px; }
  /* line 84, sass/blocks/_header-block.scss */
  .case-studies-header .header-info-wrapper {
    display: table-cell;
    vertical-align: middle; }
    /* line 87, sass/blocks/_header-block.scss */
    .case-studies-header .header-info-wrapper p, .case-studies-header .header-info-wrapper h2 {
      color: #FFF;
      text-align: left; }
    /* line 91, sass/blocks/_header-block.scss */
    .case-studies-header .header-info-wrapper p {
      margin-bottom: 12px;
      margin-top: 24px; }

@media screen and (max-width: 1024px) {
  /* line 103, sass/blocks/_header-block.scss */
  .pg-header.solid .header-text-wrapper {
    padding: 0 24px; }
    /* line 105, sass/blocks/_header-block.scss */
    .pg-header.solid .header-text-wrapper p {
      width: 75%; }
  /* line 110, sass/blocks/_header-block.scss */
  .pg-header.header-video {
    height: 522px; }

  /* line 117, sass/blocks/_header-block.scss */
  .case-studies-header .header-info-box {
    width: 100%;
    padding: 0 24px; }

  /* line 124, sass/blocks/_header-block.scss */
  .header-title {
    margin-top: -60px; } }
/*Media Queries*/
@media screen and (max-width: 480px) {
  /* line 137, sass/blocks/_header-block.scss */
  .pg-header h1 {
    margin-top: -28px;
    margin-bottom: 48px; }

  /* line 145, sass/blocks/_header-block.scss */
  .pg-header.solid {
    height: 68vh; }
    /* line 148, sass/blocks/_header-block.scss */
    .pg-header.solid .header-text-wrapper h2 {
      margin-bottom: 12px; }
    /* line 151, sass/blocks/_header-block.scss */
    .pg-header.solid .header-text-wrapper p {
      width: 100%; }

  /* line 158, sass/blocks/_header-block.scss */
  .case-studies-header {
    height: 109vh; }
    /* line 161, sass/blocks/_header-block.scss */
    .case-studies-header .header-info-box {
      height: 216px;
      width: 100%;
      padding: 24px; }
    /* line 167, sass/blocks/_header-block.scss */
    .case-studies-header .header-info-wrapper p {
      margin-top: 0; } }
/*BLOG / PAGES cards*/
/* line 2, sass/blocks/_cards.scss */
.cards-blog {
  width: 33.4%;
  height: 100%;
  position: relative;
  display: inline-block;
  text-align: center;
  margin: -4px;
  min-height: 300px;
  overflow: hidden; }
  /* line 11, sass/blocks/_cards.scss */
  .cards-blog img {
    width: 100%;
    height: auto;
    transform: scale(1.1);
    transition: all .6s ease; }
  /* line 17, sass/blocks/_cards.scss */
  .cards-blog .pg-count {
    height: 186px;
    position: relative;
    margin-left: -40px;
    /*overflow-y: hidden;*/ }
    /* line 22, sass/blocks/_cards.scss */
    .cards-blog .pg-count h1 {
      opacity: .15;
      position: absolute;
      bottom: -80px; }
  /* line 28, sass/blocks/_cards.scss */
  .cards-blog .info {
    margin-top: -24px;
    line-height: 1.5em; }

/* line 34, sass/blocks/_cards.scss */
.cards-blog-text {
  position: absolute;
  top: 0;
  background-color: rgba(57, 76, 83, 0.8);
  height: 100%;
  width: 100.5%;
  opacity: 0;
  transition: all .6s ease; }
  /* line 42, sass/blocks/_cards.scss */
  .cards-blog-text h1, .cards-blog-text h4, .cards-blog-text h3, .cards-blog-text p, .cards-blog-text a {
    color: #FFF; }
  /* line 45, sass/blocks/_cards.scss */
  .cards-blog-text hr {
    border-top: 6px solid #FFF; }
  /* line 49, sass/blocks/_cards.scss */
  .cards-blog-text a:hover {
    color: #F54C39;
    transition: all .3s ease; }
  /* line 54, sass/blocks/_cards.scss */
  .cards-blog-text-wrapper {
    height: 100%;
    width: 100%;
    display: table;
    padding-left: 48px;
    padding-right: 48px;
    text-align: left; }
    /* line 61, sass/blocks/_cards.scss */
    .cards-blog-text-wrapper h4 {
      margin: 24px 0 48px; }
    /* line 64, sass/blocks/_cards.scss */
    .cards-blog-text-wrapper .text-cell {
      display: table-cell;
      vertical-align: middle; }
      /* line 67, sass/blocks/_cards.scss */
      .cards-blog-text-wrapper .text-cell .utility {
        margin-bottom: 12px; }

/* line 76, sass/blocks/_cards.scss */
.text-cell h4 {
  margin-bottom: 24px; }
/* line 79, sass/blocks/_cards.scss */
.text-cell svg {
  width: 48px;
  height: 48px; }
  /* line 82, sass/blocks/_cards.scss */
  .text-cell svg g {
    fill: #FFF;
    stroke: #FFF; }

/* line 89, sass/blocks/_cards.scss */
.cards-img, .swiper-background-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transform: scale(1);
  transition: all .6s ease; }

/* line 99, sass/blocks/_cards.scss */
.swiper-background-img.no-img {
  background-color: #394C53; }

/* line 104, sass/blocks/_cards.scss */
.show-img {
  opacity: 1; }

/* line 108, sass/blocks/_cards.scss */
.slide-img {
  overflow: hidden; }

/*SWIPER CARDS*/
/* line 115, sass/blocks/_cards.scss */
.text-section .swiper-slide {
  text-align: left; }

/* line 120, sass/blocks/_cards.scss */
.swiper-container {
  text-align: left; }
  /* line 122, sass/blocks/_cards.scss */
  .swiper-container .swiper-slide {
    text-align: left; }
  /* line 126, sass/blocks/_cards.scss */
  .swiper-container .slide-img {
    width: 33.33%;
    /*overflow: hidden;*/ }
    /* line 129, sass/blocks/_cards.scss */
    .swiper-container .slide-img .cards-swiper {
      height: 100%;
      width: 101%;
      background-position: center;
      background-size: cover;
      position: relative; }
      /* line 135, sass/blocks/_cards.scss */
      .swiper-container .slide-img .cards-swiper video {
        width: 100%; }
  /* line 141, sass/blocks/_cards.scss */
  .swiper-container .cards-blog-text {
    display: table; }
    /* line 143, sass/blocks/_cards.scss */
    .swiper-container .cards-blog-text .text-cell {
      display: table-cell;
      vertical-align: middle;
      padding: 0 48px; }
      /* line 147, sass/blocks/_cards.scss */
      .swiper-container .cards-blog-text .text-cell a {
        text-decoration: none; }
        /* line 149, sass/blocks/_cards.scss */
        .swiper-container .cards-blog-text .text-cell a:hover {
          color: #FFF; }
      /* line 153, sass/blocks/_cards.scss */
      .swiper-container .cards-blog-text .text-cell img {
        height: 36px; }

/*Blog Cards*/
/* line 162, sass/blocks/_cards.scss */
.text-section.blog-indiv {
  margin: 0 12px;
  /*display: inline;*/ }

/* line 168, sass/blocks/_cards.scss */
.blog-blocks {
  margin-bottom: 24px;
  padding: 0 12px;
  /*min-height: 1070px;*/
  transition: all 1s ease; }
  /* line 173, sass/blocks/_cards.scss */
  .blog-blocks .image-box {
    width: 100%;
    margin-bottom: 24px;
    overflow: hidden;
    cursor: pointer; }
    /* line 178, sass/blocks/_cards.scss */
    .blog-blocks .image-box .img {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      transform: scale(1);
      transition: all .6s ease; }
  /* line 187, sass/blocks/_cards.scss */
  .blog-blocks .blog-date {
    margin-bottom: 13px; }
  /* line 190, sass/blocks/_cards.scss */
  .blog-blocks h4 {
    margin-bottom: 24px; }
  /* line 193, sass/blocks/_cards.scss */
  .blog-blocks .blog-author {
    text-transform: uppercase;
    margin-bottom: 24px;
    color: #F54C39; }

/* line 200, sass/blocks/_cards.scss */
.blog-nav {
  width: 100%;
  height: 60px;
  padding: 0 24px; }
  /* line 204, sass/blocks/_cards.scss */
  .blog-nav .left {
    float: left; }
  /* line 207, sass/blocks/_cards.scss */
  .blog-nav .right {
    float: right; }

/* line 213, sass/blocks/_cards.scss */
.blog-author {
  cursor: pointer; }

/* line 218, sass/blocks/_cards.scss */
.blog-content-wrapper p:last-of-type {
  font-family: 'GT-Sectra-med';
  font-size: 24px;
  letter-spacing: -0.8px;
  line-height: 36px;
  /*min-height: 280px;*/ }
  /* line 224, sass/blocks/_cards.scss */
  .blog-content-wrapper p:last-of-type a {
    font-family: 'Gilroy-ExtraBold';
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 24px;
    display: inline-block; }
/* line 232, sass/blocks/_cards.scss */
.blog-content-wrapper hr {
  border-bottom: 6px solid #F54C39;
  margin: 0 0 48px; }

/* line 238, sass/blocks/_cards.scss */
.view {
  opacity: 1;
  transition: all 1s ease; }

/*Social Media Carousel*/
/* line 245, sass/blocks/_cards.scss */
.social-swiper .swiper-wrapper {
  margin: 0 auto;
  width: 100%; }
/* line 249, sass/blocks/_cards.scss */
.social-swiper .swiper-slide {
  margin: 0; }

/* line 254, sass/blocks/_cards.scss */
.social-slide-btn {
  margin-top: 48px;
  position: relative; }
  /* line 257, sass/blocks/_cards.scss */
  .social-slide-btn .swiper-btn-wrapper {
    width: 72px;
    text-align: center; }
  /* line 261, sass/blocks/_cards.scss */
  .social-slide-btn div {
    display: flex;
    cursor: pointer; }
    /* line 265, sass/blocks/_cards.scss */
    .social-slide-btn div svg g {
      stroke: #394C53; }
    /* line 269, sass/blocks/_cards.scss */
    .social-slide-btn div .btn-line {
      background-color: #394C53; }
    /* line 272, sass/blocks/_cards.scss */
    .social-slide-btn div.btn-back {
      float: left;
      transform: rotate(180deg); }
      /* line 275, sass/blocks/_cards.scss */
      .social-slide-btn div.btn-back .btn-line {
        bottom: 44%; }
    /* line 279, sass/blocks/_cards.scss */
    .social-slide-btn div.btn-next {
      float: right; }
      /* line 281, sass/blocks/_cards.scss */
      .social-slide-btn div.btn-next .btn-line {
        bottom: -18px; }

/* line 289, sass/blocks/_cards.scss */
.swiper-slide .social-slide {
  width: 100%;
  height: 396px;
  display: inline-block;
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat; }
  /* line 297, sass/blocks/_cards.scss */
  .swiper-slide .social-slide:hover .slide-text-wrapper {
    opacity: 1;
    transition: all .6s ease; }
  /* line 302, sass/blocks/_cards.scss */
  .swiper-slide .social-slide .slide-text-wrapper {
    height: 100%;
    width: 100%;
    padding: 86px 64px 0;
    text-align: left;
    background-color: rgba(57, 76, 83, 0.8);
    opacity: 0;
    transition: all .6s ease; }
    /* line 310, sass/blocks/_cards.scss */
    .swiper-slide .social-slide .slide-text-wrapper hr {
      border: 2px solid #FFF; }
    /* line 313, sass/blocks/_cards.scss */
    .swiper-slide .social-slide .slide-text-wrapper p, .swiper-slide .social-slide .slide-text-wrapper h3, .swiper-slide .social-slide .slide-text-wrapper a {
      color: #FFF;
      text-decoration: none; }
    /* line 317, sass/blocks/_cards.scss */
    .swiper-slide .social-slide .slide-text-wrapper img {
      width: 36px; }

/* line 326, sass/blocks/_cards.scss */
.swiper-container.stacked-feed .swiper-wrapper {
  display: block;
  transform: translate3d(0px, 0, 0) !important; }
/* line 330, sass/blocks/_cards.scss */
.swiper-container.stacked-feed .swiper-slide {
  display: inline-block;
  margin: -4px; }

/* line 337, sass/blocks/_cards.scss */
.stacked-feed-btn {
  display: none;
  margin-left: 24px;
  margin-right: 24px; }

/* line 345, sass/blocks/_cards.scss */
.swiper-container.casestudies-swiper .swiper-slide {
  margin: 0; }

/*Carousel counter*/
/* line 353, sass/blocks/_cards.scss */
.swiper-counter {
  text-align: center; }
  /* line 355, sass/blocks/_cards.scss */
  .swiper-counter p {
    display: inline-block;
    margin-top: 12px; }
  /* line 359, sass/blocks/_cards.scss */
  .swiper-counter svg {
    margin: 0 12px 4px; }
    /* line 361, sass/blocks/_cards.scss */
    .swiper-counter svg g {
      fill: #394C53; }

/* line 367, sass/blocks/_cards.scss */
.socialfeed-counter {
  display: none; }

/*Text animation*/
/* line 373, sass/blocks/_cards.scss */
.media-content,
.cards-right-anim {
  transform: translateY(30px);
  opacity: 0;
  transition: all .2s ease; }

/* line 380, sass/blocks/_cards.scss */
.cards-blog,
.cards-top-anim {
  transform: translateY(40px);
  opacity: 0;
  transition: all .2s ease; }

/* line 388, sass/blocks/_cards.scss */
.in-view-left, .in-view-top {
  opacity: 1;
  transition: all .6s ease; }
/* line 394, sass/blocks/_cards.scss */
.in-view-left {
  transform: translateX(0);
  /*@include stagger_blocks($items:40,$nth:2,$initial:.02,$step:.02);*/ }
/* line 398, sass/blocks/_cards.scss */
.in-view-top {
  transform: translateY(0);
  /*@include stagger_blocks($items:40,$nth:2,$initial:.1,$step:.2);*/ }

/*MEDIA QUERIES*/
@media screen and (min-width: 1024px) {
  /* line 411, sass/blocks/_cards.scss */
  .blog-blocks .image-box:hover .img {
    transform: scale(1.1);
    transition: all .6s ease; }

  /* line 421, sass/blocks/_cards.scss */
  .cards-blog:hover .cards-blog-text, .slide-img:hover .cards-blog-text, .indiv-team-wrapper:hover .cards-blog-text {
    opacity: 1;
    transition: all .6s ease; }
  /* line 425, sass/blocks/_cards.scss */
  .cards-blog:hover .cards-img, .cards-blog:hover .swiper-background-img, .slide-img:hover .cards-img, .slide-img:hover .swiper-background-img, .indiv-team-wrapper:hover .cards-img, .indiv-team-wrapper:hover .swiper-background-img {
    transform: scale(1.1);
    transition: all .6s ease; }
  /* line 429, sass/blocks/_cards.scss */
  .cards-blog:hover .no-img, .slide-img:hover .no-img, .indiv-team-wrapper:hover .no-img {
    transform: scale(1.1);
    background-color: rgba(57, 76, 83, 0.5);
    transition: all .6s ease; }
  /* line 434, sass/blocks/_cards.scss */
  .cards-blog:hover img, .slide-img:hover img, .indiv-team-wrapper:hover img {
    transition: all .6s ease; } }
@media screen and (max-width: 1024px) {
  /* line 447, sass/blocks/_cards.scss */
  .cards-blog,
  .slide-img {
    width: 50%; }
    /* line 450, sass/blocks/_cards.scss */
    .cards-blog .cards-blog-text,
    .slide-img .cards-blog-text {
      opacity: 1; }
    /* line 454, sass/blocks/_cards.scss */
    .cards-blog-text-wrapper h1,
    .slide-img-text-wrapper h1 {
      font-size: 180px; }

  /* line 460, sass/blocks/_cards.scss */
  .slide-img {
    width: 50% !important; }

  /* line 464, sass/blocks/_cards.scss */
  .blog-blocks {
    margin-bottom: 48px; }

  /* line 471, sass/blocks/_cards.scss */
  .social-swiper .text-cell h4 {
    font-size: 20px;
    line-height: 28px; } }
@media screen and (max-width: 1024px) and (min-width: 768px) {
  /* line 484, sass/blocks/_cards.scss */
  .swiper-container .cards-blog-text .text-cell {
    display: block;
    padding: 6% 48px; } }
@media screen and (max-width: 768px) {
  /* line 494, sass/blocks/_cards.scss */
  .slide-img {
    width: 50% !important; }

  /* line 498, sass/blocks/_cards.scss */
  .stacked-feed-btn {
    display: block; }

  /* line 502, sass/blocks/_cards.scss */
  .blog-blocks {
    min-height: 840px; }
    /* line 504, sass/blocks/_cards.scss */
    .blog-blocks h4 {
      margin-bottom: 24px;
      /*min-height: 200px;*/ }
    /* line 508, sass/blocks/_cards.scss */
    .blog-blocks:last-of-type {
      margin-bottom: 84px; }

  /* line 514, sass/blocks/_cards.scss */
  .blog-content-wrapper hr {
    margin: 0 0 24px; }
  /* line 517, sass/blocks/_cards.scss */
  .blog-content-wrapper p:last-of-type {
    min-height: 0; }

  /* line 522, sass/blocks/_cards.scss */
  .cards-blog {
    width: 100%; }
    /* line 524, sass/blocks/_cards.scss */
    .cards-blog .pg-count {
      height: 100px; } }
@media screen and (max-width: 480px) {
  /* line 533, sass/blocks/_cards.scss */
  .cards-blog,
  .slide-img {
    width: 100%; }
    /* line 537, sass/blocks/_cards.scss */
    .cards-blog .cards-blog-text-wrapper h1,
    .slide-img .cards-blog-text-wrapper h1 {
      bottom: -46px; }

  /* line 543, sass/blocks/_cards.scss */
  .cards-blog {
    margin: -4px 0; }
    /* line 545, sass/blocks/_cards.scss */
    .cards-blog .pg-count {
      height: 120px; }
    /* line 548, sass/blocks/_cards.scss */
    .cards-blog .info {
      margin-top: -31px; }

  /* line 553, sass/blocks/_cards.scss */
  .slide-img {
    width: 100% !important; }

  /* line 558, sass/blocks/_cards.scss */
  .social-slide-btn .swiper-btn-wrapper {
    margin: 0 -12px;
    /*width: 60px;*/ }

  /* line 565, sass/blocks/_cards.scss */
  .social-swiper {
    margin: 0 24px; }

  /* line 569, sass/blocks/_cards.scss */
  .blog-blocks {
    min-height: 100%; }
    /* line 571, sass/blocks/_cards.scss */
    .blog-blocks h4 {
      min-height: 0; }

  /* line 577, sass/blocks/_cards.scss */
  .swiper-container .swiper-slide {
    margin: 0; }

  /* line 582, sass/blocks/_cards.scss */
  .socialfeed-counter {
    display: block;
    margin: -6px; } }
/* line 2, sass/blocks/_modal.scss */
.modal-wrapper {
  opacity: 0;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: -1;
  background-size: cover;
  background-position: 80% 0%;
  display: none;
  /*transition: all .3s linear;*/ }
  /* line 13, sass/blocks/_modal.scss */
  .modal-wrapper svg {
    position: absolute;
    right: 0;
    height: 48px;
    width: 48px;
    margin: 24px;
    cursor: pointer; }
  /* line 21, sass/blocks/_modal.scss */
  .modal-wrapper img {
    display: none; }
/* line 25, sass/blocks/_modal.scss */
.modal-text-left {
  height: 100vh;
  background-color: #F54C39;
  padding: 0px 52px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  /* line 31, sass/blocks/_modal.scss */
  .modal-text-left p {
    color: #FFF; }
/* line 35, sass/blocks/_modal.scss */
.modal-text-right {
  padding: 48px 24px; }
  /* line 37, sass/blocks/_modal.scss */
  .modal-text-right p, .modal-text-right h4 {
    color: #FFF; }
  /* line 40, sass/blocks/_modal.scss */
  .modal-text-right.mobile {
    display: none; }
/* line 45, sass/blocks/_modal.scss */
.modal-triangle {
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #F54C39;
  position: absolute;
  top: 58px;
  left: 33.3%; }
/* line 56, sass/blocks/_modal.scss */
.modal-gradient {
  height: 100vh;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); }

/* line 62, sass/blocks/_modal.scss */
.active-modal {
  opacity: 1;
  z-index: 999;
  display: block;
  transition: opacity .6s ease; }

/*Keep body from moving on scroll*/
/* line 70, sass/blocks/_modal.scss */
.js-stop-scroll {
  overflow: hidden;
  /*height: 100vh;*/ }

@media screen and (max-width: 1024px) {
  /* line 80, sass/blocks/_modal.scss */
  .modal-wrapper {
    background-image: none !important; }
    /* line 82, sass/blocks/_modal.scss */
    .modal-wrapper svg {
      top: 0; }
    /* line 85, sass/blocks/_modal.scss */
    .modal-wrapper img {
      display: block;
      width: 100%;
      object-fit: contain; }
  /* line 92, sass/blocks/_modal.scss */
  .modal-text-right {
    display: none; }
    /* line 94, sass/blocks/_modal.scss */
    .modal-text-right.mobile {
      display: block;
      padding: 0 0 550px; }
      /* line 97, sass/blocks/_modal.scss */
      .modal-text-right.mobile .p2 {
        margin-top: 24px; }
  /* line 103, sass/blocks/_modal.scss */
  .modal-text-left {
    padding: 49px 24px;
    width: 100%; }
  /* line 108, sass/blocks/_modal.scss */
  .modal-img-mobile {
    display: block; }
  /* line 112, sass/blocks/_modal.scss */
  .modal-triangle {
    display: none; } }
@media screen and (max-width: 768px) {
  /* line 122, sass/blocks/_modal.scss */
  .modal-text-right.mobile {
    padding: 0 0 450px; } }
@media screen and (max-width: 480px) {
  /* line 134, sass/blocks/_modal.scss */
  .modal-text-right.mobile {
    padding: 0 0 230px; } }
/* line 2, sass/blocks/_socialmedia.scss */
#instafeed .instagram-img-wrapper {
  position: relative;
  display: inline-block; }
  /* line 5, sass/blocks/_socialmedia.scss */
  #instafeed .instagram-img-wrapper .instagram-info {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #FFF;
    padding: 0 48px;
    opacity: 0;
    background-color: transparent;
    transition: all .3s ease; }

/* line 23, sass/blocks/_socialmedia.scss */
#instafeed .instagram-img-wrapper:hover .instagram-info {
  background-color: rgba(57, 76, 83, 0.8);
  opacity: 1;
  transition: all .3s ease; }

/* line 32, sass/blocks/_socialmedia.scss */
.instagram-info {
  text-align: left; }
  /* line 34, sass/blocks/_socialmedia.scss */
  .instagram-info hr {
    border: 1px solid #FFF; }
  /* line 37, sass/blocks/_socialmedia.scss */
  .instagram-info p {
    color: #FFF;
    text-align: center; }

/*================ Sizing Variables ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/* line 30, sass/blocks/_animation-grid.scss */
.approach-animation .row.align-top {
  align-items: flex-start; }
/* line 34, sass/blocks/_animation-grid.scss */
.approach-animation .row.align-bottom {
  align-items: flex-end; }
/* line 38, sass/blocks/_animation-grid.scss */
.approach-animation .row.align-center {
  align-items: center; }
/* line 42, sass/blocks/_animation-grid.scss */
.approach-animation .row.flush {
  padding: 0; }
  /* line 45, sass/blocks/_animation-grid.scss */
  .approach-animation .row.flush > [class^="col-"]:not([class^="offset-"]) {
    padding: 0; }
/* line 50, sass/blocks/_animation-grid.scss */
.approach-animation .row.justify-around {
  justify-content: space-around; }
/* line 54, sass/blocks/_animation-grid.scss */
.approach-animation .row.justify-between {
  justify-content: space-between; }
/* line 60, sass/blocks/_animation-grid.scss */
.approach-animation .row [class^="col-"] {
  padding: 12px;
  width: 100%;
  box-sizing: border-box; }
  /* line 65, sass/blocks/_animation-grid.scss */
  .approach-animation .row [class^="col-"].align-top {
    align-self: flex-start; }
  /* line 69, sass/blocks/_animation-grid.scss */
  .approach-animation .row [class^="col-"].align-bottom {
    align-self: flex-end; }
  /* line 73, sass/blocks/_animation-grid.scss */
  .approach-animation .row [class^="col-"].align-center {
    align-self: center; }
  /* line 77, sass/blocks/_animation-grid.scss */
  .approach-animation .row [class^="col-"] > .row {
    margin-left: calc($gutter * -1);
    margin-right: calc($gutter * -1); }

/* line 85, sass/blocks/_animation-grid.scss */
.col-auto {
  width: auto; }

@media screen and (max-width: 479px) {
  /* line 94, sass/blocks/_animation-grid.scss */
  .col-1-xs {
    width: 10%; }

  /* line 98, sass/blocks/_animation-grid.scss */
  .offset-1-xs {
    margin-left: 10%; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 105, sass/blocks/_animation-grid.scss */
  .col-1-sm {
    width: 10%; }

  /* line 108, sass/blocks/_animation-grid.scss */
  .offset-1-sm {
    margin-left: 10%; } }
@media screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 115, sass/blocks/_animation-grid.scss */
  .col-1-md {
    width: 10%; }

  /* line 118, sass/blocks/_animation-grid.scss */
  .offset-1-md {
    margin-left: 10%; } }
@media screen and (min-width: 1280px) {
  /* line 125, sass/blocks/_animation-grid.scss */
  .col-1-lg {
    width: 10%; }

  /* line 128, sass/blocks/_animation-grid.scss */
  .offset-1-lg {
    margin-left: 10%; } }
@media screen and (max-width: 479px) {
  /* line 94, sass/blocks/_animation-grid.scss */
  .col-2-xs {
    width: 20%; }

  /* line 98, sass/blocks/_animation-grid.scss */
  .offset-2-xs {
    margin-left: 20%; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 105, sass/blocks/_animation-grid.scss */
  .col-2-sm {
    width: 20%; }

  /* line 108, sass/blocks/_animation-grid.scss */
  .offset-2-sm {
    margin-left: 20%; } }
@media screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 115, sass/blocks/_animation-grid.scss */
  .col-2-md {
    width: 20%; }

  /* line 118, sass/blocks/_animation-grid.scss */
  .offset-2-md {
    margin-left: 20%; } }
@media screen and (min-width: 1280px) {
  /* line 125, sass/blocks/_animation-grid.scss */
  .col-2-lg {
    width: 20%; }

  /* line 128, sass/blocks/_animation-grid.scss */
  .offset-2-lg {
    margin-left: 20%; } }
@media screen and (max-width: 479px) {
  /* line 94, sass/blocks/_animation-grid.scss */
  .col-3-xs {
    width: 30%; }

  /* line 98, sass/blocks/_animation-grid.scss */
  .offset-3-xs {
    margin-left: 30%; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 105, sass/blocks/_animation-grid.scss */
  .col-3-sm {
    width: 30%; }

  /* line 108, sass/blocks/_animation-grid.scss */
  .offset-3-sm {
    margin-left: 30%; } }
@media screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 115, sass/blocks/_animation-grid.scss */
  .col-3-md {
    width: 30%; }

  /* line 118, sass/blocks/_animation-grid.scss */
  .offset-3-md {
    margin-left: 30%; } }
@media screen and (min-width: 1280px) {
  /* line 125, sass/blocks/_animation-grid.scss */
  .col-3-lg {
    width: 30%; }

  /* line 128, sass/blocks/_animation-grid.scss */
  .offset-3-lg {
    margin-left: 30%; } }
@media screen and (max-width: 479px) {
  /* line 94, sass/blocks/_animation-grid.scss */
  .col-4-xs {
    width: 40%; }

  /* line 98, sass/blocks/_animation-grid.scss */
  .offset-4-xs {
    margin-left: 40%; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 105, sass/blocks/_animation-grid.scss */
  .col-4-sm {
    width: 40%; }

  /* line 108, sass/blocks/_animation-grid.scss */
  .offset-4-sm {
    margin-left: 40%; } }
@media screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 115, sass/blocks/_animation-grid.scss */
  .col-4-md {
    width: 40%; }

  /* line 118, sass/blocks/_animation-grid.scss */
  .offset-4-md {
    margin-left: 40%; } }
@media screen and (min-width: 1280px) {
  /* line 125, sass/blocks/_animation-grid.scss */
  .col-4-lg {
    width: 40%; }

  /* line 128, sass/blocks/_animation-grid.scss */
  .offset-4-lg {
    margin-left: 40%; } }
@media screen and (max-width: 479px) {
  /* line 94, sass/blocks/_animation-grid.scss */
  .col-5-xs {
    width: 50%; }

  /* line 98, sass/blocks/_animation-grid.scss */
  .offset-5-xs {
    margin-left: 50%; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 105, sass/blocks/_animation-grid.scss */
  .col-5-sm {
    width: 50%; }

  /* line 108, sass/blocks/_animation-grid.scss */
  .offset-5-sm {
    margin-left: 50%; } }
@media screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 115, sass/blocks/_animation-grid.scss */
  .col-5-md {
    width: 50%; }

  /* line 118, sass/blocks/_animation-grid.scss */
  .offset-5-md {
    margin-left: 50%; } }
@media screen and (min-width: 1280px) {
  /* line 125, sass/blocks/_animation-grid.scss */
  .col-5-lg {
    width: 50%; }

  /* line 128, sass/blocks/_animation-grid.scss */
  .offset-5-lg {
    margin-left: 50%; } }
@media screen and (max-width: 479px) {
  /* line 94, sass/blocks/_animation-grid.scss */
  .col-6-xs {
    width: 60%; }

  /* line 98, sass/blocks/_animation-grid.scss */
  .offset-6-xs {
    margin-left: 60%; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 105, sass/blocks/_animation-grid.scss */
  .col-6-sm {
    width: 60%; }

  /* line 108, sass/blocks/_animation-grid.scss */
  .offset-6-sm {
    margin-left: 60%; } }
@media screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 115, sass/blocks/_animation-grid.scss */
  .col-6-md {
    width: 60%; }

  /* line 118, sass/blocks/_animation-grid.scss */
  .offset-6-md {
    margin-left: 60%; } }
@media screen and (min-width: 1280px) {
  /* line 125, sass/blocks/_animation-grid.scss */
  .col-6-lg {
    width: 60%; }

  /* line 128, sass/blocks/_animation-grid.scss */
  .offset-6-lg {
    margin-left: 60%; } }
@media screen and (max-width: 479px) {
  /* line 94, sass/blocks/_animation-grid.scss */
  .col-7-xs {
    width: 70%; }

  /* line 98, sass/blocks/_animation-grid.scss */
  .offset-7-xs {
    margin-left: 70%; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 105, sass/blocks/_animation-grid.scss */
  .col-7-sm {
    width: 70%; }

  /* line 108, sass/blocks/_animation-grid.scss */
  .offset-7-sm {
    margin-left: 70%; } }
@media screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 115, sass/blocks/_animation-grid.scss */
  .col-7-md {
    width: 70%; }

  /* line 118, sass/blocks/_animation-grid.scss */
  .offset-7-md {
    margin-left: 70%; } }
@media screen and (min-width: 1280px) {
  /* line 125, sass/blocks/_animation-grid.scss */
  .col-7-lg {
    width: 70%; }

  /* line 128, sass/blocks/_animation-grid.scss */
  .offset-7-lg {
    margin-left: 70%; } }
@media screen and (max-width: 479px) {
  /* line 94, sass/blocks/_animation-grid.scss */
  .col-8-xs {
    width: 80%; }

  /* line 98, sass/blocks/_animation-grid.scss */
  .offset-8-xs {
    margin-left: 80%; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 105, sass/blocks/_animation-grid.scss */
  .col-8-sm {
    width: 80%; }

  /* line 108, sass/blocks/_animation-grid.scss */
  .offset-8-sm {
    margin-left: 80%; } }
@media screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 115, sass/blocks/_animation-grid.scss */
  .col-8-md {
    width: 80%; }

  /* line 118, sass/blocks/_animation-grid.scss */
  .offset-8-md {
    margin-left: 80%; } }
@media screen and (min-width: 1280px) {
  /* line 125, sass/blocks/_animation-grid.scss */
  .col-8-lg {
    width: 80%; }

  /* line 128, sass/blocks/_animation-grid.scss */
  .offset-8-lg {
    margin-left: 80%; } }
@media screen and (max-width: 479px) {
  /* line 94, sass/blocks/_animation-grid.scss */
  .col-9-xs {
    width: 90%; }

  /* line 98, sass/blocks/_animation-grid.scss */
  .offset-9-xs {
    margin-left: 90%; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 105, sass/blocks/_animation-grid.scss */
  .col-9-sm {
    width: 90%; }

  /* line 108, sass/blocks/_animation-grid.scss */
  .offset-9-sm {
    margin-left: 90%; } }
@media screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 115, sass/blocks/_animation-grid.scss */
  .col-9-md {
    width: 90%; }

  /* line 118, sass/blocks/_animation-grid.scss */
  .offset-9-md {
    margin-left: 90%; } }
@media screen and (min-width: 1280px) {
  /* line 125, sass/blocks/_animation-grid.scss */
  .col-9-lg {
    width: 90%; }

  /* line 128, sass/blocks/_animation-grid.scss */
  .offset-9-lg {
    margin-left: 90%; } }
@media screen and (max-width: 479px) {
  /* line 94, sass/blocks/_animation-grid.scss */
  .col-10-xs {
    width: 100%; }

  /* line 98, sass/blocks/_animation-grid.scss */
  .offset-10-xs {
    margin-left: 100%; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
  /* line 105, sass/blocks/_animation-grid.scss */
  .col-10-sm {
    width: 100%; }

  /* line 108, sass/blocks/_animation-grid.scss */
  .offset-10-sm {
    margin-left: 100%; } }
@media screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 115, sass/blocks/_animation-grid.scss */
  .col-10-md {
    width: 100%; }

  /* line 118, sass/blocks/_animation-grid.scss */
  .offset-10-md {
    margin-left: 100%; } }
@media screen and (min-width: 1280px) {
  /* line 125, sass/blocks/_animation-grid.scss */
  .col-10-lg {
    width: 100%; }

  /* line 128, sass/blocks/_animation-grid.scss */
  .offset-10-lg {
    margin-left: 100%; } }
@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes scaleUpAndDown {
  0% {
    transform: scale(0); }
  75% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes scaleUpAndDown {
  0% {
    transform: scale(0); }
  75% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
@keyframes scaleUpAndDown {
  0% {
    transform: scale(0); }
  75% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
/* line 24, sass/blocks/_animation-type.scss */
h4.fade-in,
.h1.fade-in {
  animation: fadeIn .5s normal ease-in-out;
  opacity: 1; }
  /* line 27, sass/blocks/_animation-type.scss */
  h4.fade-in.scale,
  .h1.fade-in.scale {
    animation: scaleUpAndDown .8s normal ease-in-out; }

/* line 33, sass/blocks/_animation-type.scss */
.operator {
  margin-top: 22px; }

@-moz-keyframes moveUp {
  from {
    margin-top: 50%; }
  to {
    margin-top: 0; } }
@-webkit-keyframes moveUp {
  from {
    margin-top: 50%; }
  to {
    margin-top: 0; } }
@keyframes moveUp {
  from {
    margin-top: 50%; }
  to {
    margin-top: 0; } }
/* line 10, sass/blocks/_animation-layout.scss */
.container {
  max-width: 1450px;
  margin: 0 auto;
  height: 100%; }

/* line 16, sass/blocks/_animation-layout.scss */
.main {
  width: 100%;
  height: 70vh;
  -webkit-transition: background-color 1s linear;
  -moz-transition: background-color 1s linear;
  -o-transition: background-color 1s linear;
  transition: background-color 1s linear; }
  /* line 20, sass/blocks/_animation-layout.scss */
  .main.white {
    background-color: #FFF; }
  /* line 23, sass/blocks/_animation-layout.scss */
  .main.coral {
    background-color: #F54C39; }

/* line 29, sass/blocks/_animation-layout.scss */
.flex-wrapper.centered {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center; }

/* line 37, sass/blocks/_animation-layout.scss */
.big-co-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden; }

/* line 44, sass/blocks/_animation-layout.scss */
.big-co {
  -webkit-transition: font-size 2s linear;
  -moz-transition: font-size 2s linear;
  -o-transition: font-size 2s linear;
  transition: font-size 2s linear;
  /*opacity: 0;*/ }
  /* line 47, sass/blocks/_animation-layout.scss */
  .big-co.scaled {
    /*    font-size: 195vh;
        line-height: 115%;*/
    position: absolute;
    bottom: 14%;
    left: 0;
    width: 100%;
    text-align: center; }
  /* line 56, sass/blocks/_animation-layout.scss */
  .big-co .h1 {
    font-size: 10vw; }

/* line 62, sass/blocks/_animation-layout.scss */
.formula-element {
  height: 200px;
  margin-top: 50%; }
  /* line 65, sass/blocks/_animation-layout.scss */
  .formula-element h4 {
    font-size: calc(1.5em + 0.5vw); }
  /* line 68, sass/blocks/_animation-layout.scss */
  .formula-element.results {
    margin-bottom: 28px; }
    /* line 70, sass/blocks/_animation-layout.scss */
    .formula-element.results h4 {
      line-height: 56px;
      font-size: 48px; }
  /* line 75, sass/blocks/_animation-layout.scss */
  .formula-element.move-up {
    animation: moveUp .6s normal ease-out;
    margin-top: 0; }

/* line 81, sass/blocks/_animation-layout.scss */
.anim-opacity {
  opacity: 0; }

/* line 85, sass/blocks/_animation-layout.scss */
.approach-animation {
  position: relative; }
  /* line 87, sass/blocks/_animation-layout.scss */
  .approach-animation .row {
    margin: 0 auto !important;
    display: flex;
    /*flex-wrap: wrap;*/ }

/*@media screen and (max-width: $tab-max){
	.approach-animation{
		.row{
			flex-wrap: wrap;
		}
	}
}*/
@media screen and (max-width: 1024px) {
  /* line 104, sass/blocks/_animation-layout.scss */
  .approach-animation {
    text-align: center; }
    /* line 106, sass/blocks/_animation-layout.scss */
    .approach-animation .row {
      flex-wrap: wrap; }
    /* line 110, sass/blocks/_animation-layout.scss */
    .approach-animation.main {
      margin-bottom: 48px; }

  /* line 115, sass/blocks/_animation-layout.scss */
  .formula-element {
    height: 24px; }
    /* line 119, sass/blocks/_animation-layout.scss */
    .formula-element.results h4 {
      font-size: 32px; }

  /* line 125, sass/blocks/_animation-layout.scss */
  .operator {
    margin-top: 0; }

  /* line 130, sass/blocks/_animation-layout.scss */
  .big-co.scaled {
    position: relative;
    margin-top: 8%;
    bottom: 8%; }
  /* line 135, sass/blocks/_animation-layout.scss */
  .big-co .h1 {
    font-size: 11vw; } }
@media screen and (min-width: 1024px) {
  /* line 143, sass/blocks/_animation-layout.scss */
  .container {
    width: 100%; } }
@media screen and (max-width: 480px) {
  /* line 151, sass/blocks/_animation-layout.scss */
  .big-co.scaled {
    bottom: 0; } }
/*@import "http://cooperkatz.com/wp-content/themes/cooperkatz/blocks/animation-grid";*/
/* line 1, sass/blocks/_footer.scss */
.footer {
  margin-top: 144px; }
  /* line 3, sass/blocks/_footer.scss */
  .footer.row {
    margin-top: 48px; }
  /* line 6, sass/blocks/_footer.scss */
  .footer-info-wrapper {
    width: 100%;
    padding: 0 4%; }
  /* line 10, sass/blocks/_footer.scss */
  .footer-logo {
    text-align: center; }
    /* line 12, sass/blocks/_footer.scss */
    .footer-logo h1 {
      color: #F54C39; }
  /* line 18, sass/blocks/_footer.scss */
  .footer-location p:first-child {
    margin-bottom: 24px; }
  /* line 23, sass/blocks/_footer.scss */
  .footer .utility {
    line-height: 1.5em; }

/* line 28, sass/blocks/_footer.scss */
.footer-location,
.footer-career,
.footer-social,
.footer-newsletter {
  display: inline-table;
  padding: 0; }

/* line 36, sass/blocks/_footer.scss */
.footer-social {
  margin-bottom: 4px;
  text-align: center; }
  /* line 39, sass/blocks/_footer.scss */
  .footer-social a {
    font-family: 'Gilroy-ExtraBold';
    font-size: 18px;
    letter-spacing: -0.2px;
    line-height: 24px;
    color: #394C53;
    text-decoration: none; }
  /* line 47, sass/blocks/_footer.scss */
  .footer-social svg {
    width: 24px;
    height: 24px;
    margin: 0 6px;
    transform: scale(1);
    transition: all .4s ease;
    /*		use{
    			stroke: $black;
    		}*/ }

/* line 59, sass/blocks/_footer.scss */
.footer-newsletter {
  margin-top: -18px; }
  /* line 61, sass/blocks/_footer.scss */
  .footer-newsletter input {
    width: 276px;
    display: block;
    border: 0;
    border-bottom: 2px #394C53 solid;
    margin-bottom: 13px;
    padding-bottom: 4px;
    color: #394C53; }
    /* line 69, sass/blocks/_footer.scss */
    .footer-newsletter input:focus {
      outline: none; }
    /* line 72, sass/blocks/_footer.scss */
    .footer-newsletter input::-webkit-input-placeholder {
      color: rgba(57, 76, 83, 0.5); }

/* line 78, sass/blocks/_footer.scss */
.ctct-form-errorMessage {
  background-color: #FFF; }

/* line 82, sass/blocks/_footer.scss */
.ctct-form-errorMessage,
#success_message {
  position: absolute;
  top: -14px;
  font-family: 'Gilroy-Medium';
  font-size: 12px !important;
  letter-spacing: 0px;
  line-height: 24px;
  text-align: left; }

/*MEDIA QUERIES*/
@media screen and (max-width: 1120px) {
  /* line 95, sass/blocks/_footer.scss */
  .footer {
    margin-top: 96px; }
    /* line 98, sass/blocks/_footer.scss */
    .footer-logo h1 {
      font-size: 100px; } }
@media screen and (min-width: 1024px) {
  /* line 107, sass/blocks/_footer.scss */
  .footer-info-wrapper {
    margin-bottom: 150px !important; }
  /* line 112, sass/blocks/_footer.scss */
  .footer-social svg:hover {
    transform: scale(1.2);
    transition: all .4s ease; }
    /* line 115, sass/blocks/_footer.scss */
    .footer-social svg:hover circle {
      stroke: #F54C39;
      transition: all .4s ease; }
    /* line 119, sass/blocks/_footer.scss */
    .footer-social svg:hover path, .footer-social svg:hover polygon {
      fill: #F54C39;
      transition: all .4s ease; } }
@media screen and (max-width: 1024px) {
  /* line 132, sass/blocks/_footer.scss */
  .footer-location, .footer-career, .footer-social, .footer-newsletter {
    display: block;
    width: 100%;
    margin: 0; }
  /* line 140, sass/blocks/_footer.scss */
  .footer-career {
    float: left;
    margin: 24px 0; }
    /* line 143, sass/blocks/_footer.scss */
    .footer-career p {
      margin-bottom: 24px; }
  /* line 148, sass/blocks/_footer.scss */
  .footer-newsletter inupt {
    width: 100%; }
  /* line 154, sass/blocks/_footer.scss */
  .footer-location p:first-child {
    margin-bottom: 0; }
  /* line 160, sass/blocks/_footer.scss */
  .footer-social {
    margin: 96px 0;
    text-align: left; }
    /* line 163, sass/blocks/_footer.scss */
    .footer-social svg {
      width: 41px;
      height: 41px; }
  /* line 169, sass/blocks/_footer.scss */
  .footer-info-wrapper {
    padding: 0 24px 0px 24px; } }
@media screen and (max-width: 480px) {
  /* line 179, sass/blocks/_footer.scss */
  .footer-social {
    margin: 96px 0; }
  /* line 183, sass/blocks/_footer.scss */
  .footer-logo h1 {
    font-size: 56px; }
  /* line 188, sass/blocks/_footer.scss */
  .footer-newsletter input {
    width: 100%; } }
/* line 1, sass/page/_home.scss */
.row {
  margin: 0; }

/* line 5, sass/page/_home.scss */
.opening-title {
  /*margin-top: -75px;*/
  /*position: absolute;*/
  width: 100%;
  z-index: 99; }

/* line 14, sass/page/_home.scss */
.hp-main-opening {
  opacity: 1;
  background-color: #F54C39;
  z-index: 99;
  transition: all 1s ease;
  height: 100vh;
  top: 0; }
  /* line 21, sass/page/_home.scss */
  .hp-main-opening h1, .hp-main-opening .h1 {
    color: #FFF; }
  /* line 24, sass/page/_home.scss */
  .hp-main-opening.push {
    z-index: -1; }
  /* line 27, sass/page/_home.scss */
  .hp-main-opening.scene-change {
    position: fixed;
    opacity: 0;
    transition: all 1s ease; }
/* line 34, sass/page/_home.scss */
.hp-arrow {
  position: absolute;
  bottom: 34px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  animation: arrowBounce 3s infinite;
  /*&:hover{
  	animation: none;
  }*/ }
  /* line 41, sass/page/_home.scss */
  .hp-arrow svg {
    transform: rotate(90deg);
    height: 70px;
    width: 70px; }
    /* line 45, sass/page/_home.scss */
    .hp-arrow svg g {
      stroke-width: 2; }
/* line 56, sass/page/_home.scss */
.hp-main-header {
  position: relative;
  height: 100vh;
  width: 100%;
  display: table; }
  /* line 61, sass/page/_home.scss */
  .hp-main-header h2 {
    color: #FFF; }
/* line 66, sass/page/_home.scss */
.hp-main-video {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 100vw;
  min-height: 100%; }
/* line 74, sass/page/_home.scss */
.hp-coral {
  background-color: #F54C39;
  margin: 0; }
/* line 79, sass/page/_home.scss */
.hp-subheader {
  /*height: 696px;*/ }
  /* line 81, sass/page/_home.scss */
  .hp-subheader .swiper-slide {
    width: 33.33% !important; }
  /* line 84, sass/page/_home.scss */
  .hp-subheader.hp-coral {
    padding-bottom: 144px;
    margin-bottom: 0; }
    /* line 87, sass/page/_home.scss */
    .hp-subheader.hp-coral .hp-quotes {
      margin-bottom: 0; }
/* line 93, sass/page/_home.scss */
.hp-subtitle {
  margin: 192px 0;
  /*		.title-anim{
  		}*/ }
  /* line 95, sass/page/_home.scss */
  .hp-subtitle h1, .hp-subtitle .h1 {
    color: #F54C39;
    vertical-align: bottom;
    padding-bottom: 185px; }
  /* line 100, sass/page/_home.scss */
  .hp-subtitle span {
    position: relative; }
  /* line 105, sass/page/_home.scss */
  .hp-subtitle .js-letter-anim-1 {
    top: -200px;
    opacity: 0; }
  /* line 109, sass/page/_home.scss */
  .hp-subtitle .js-letter-anim-2 {
    top: 200px;
    opacity: 0; }
/* line 115, sass/page/_home.scss */
.hp-quotes {
  display: table;
  /*height: 88%;*/
  width: 100%;
  margin: 144px 0; }
/* line 122, sass/page/_home.scss */
.hp-services-section {
  padding: 24px 0;
  padding-bottom: 44px; }
/* line 127, sass/page/_home.scss */
.hp-news-blocks {
  margin: 24px 0 64px;
  text-align: center; }
  /* line 130, sass/page/_home.scss */
  .hp-news-blocks img {
    margin: 0 -2px; }

@keyframes arrowBounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-20px); }
  60% {
    transform: translateY(-10px); } }
/* line 142, sass/page/_home.scss */
.main-hero {
  overflow: hidden; }

/* line 146, sass/page/_home.scss */
.hp-subtitle {
  /*display: table;*/
  width: 100%;
  text-align: center; }

/* line 152, sass/page/_home.scss */
.hp-main-opening {
  width: 100%;
  text-align: center; }
  /* line 155, sass/page/_home.scss */
  .hp-main-opening .main-title-animation {
    position: relative;
    top: 30%; }

/* line 162, sass/page/_home.scss */
.main-title-animation span {
  position: relative;
  bottom: 0; }

/* line 169, sass/page/_home.scss */
.hp-subheader,
.hp-carousel {
  margin: 0 24px;
  padding-top: 24px; }
  /* line 173, sass/page/_home.scss */
  .hp-subheader h2,
  .hp-carousel h2 {
    color: #394C53;
    margin: 0; }
  /* line 177, sass/page/_home.scss */
  .hp-subheader .button,
  .hp-carousel .button {
    margin: 26px 0 24px; }
  /* line 180, sass/page/_home.scss */
  .hp-subheader.hp-coral,
  .hp-carousel.hp-coral {
    margin: 0; }
    /* line 182, sass/page/_home.scss */
    .hp-subheader.hp-coral .header-text-wrapper,
    .hp-carousel.hp-coral .header-text-wrapper {
      padding: 0 52px 0 76px; }

/*.hp-subheader{
	&.hp-coral{
		padding-top: 38px;
	}
}*/
/* line 195, sass/page/_home.scss */
.hp-coral h1, .hp-coral h2, .hp-coral h3, .hp-coral h4, .hp-coral h5, .hp-coral p {
  color: #FFF; }

/* line 201, sass/page/_home.scss */
.service-info-wrapper {
  width: 100%;
  text-align: center; }
  /* line 204, sass/page/_home.scss */
  .service-info-wrapper .service-info {
    display: inline-block;
    padding: 52px;
    min-height: 630px; }
    /* line 208, sass/page/_home.scss */
    .service-info-wrapper .service-info h4, .service-info-wrapper .service-info p {
      color: #FFF; }
    /* line 211, sass/page/_home.scss */
    .service-info-wrapper .service-info h4 {
      margin-bottom: 12px; }
    /* line 213, sass/page/_home.scss */
    .service-info-wrapper .service-info p {
      /*line-height: 26px;*/
      max-width: 400px;
      margin: 0 auto; }
    /* line 218, sass/page/_home.scss */
    .service-info-wrapper .service-info img {
      margin: 60px auto;
      height: 140px;
      width: 140px; }
  /* line 225, sass/page/_home.scss */
  .service-info-wrapper a {
    margin-bottom: 48px; }

/* line 230, sass/page/_home.scss */
.section-anim {
  bottom: -100vh;
  opacity: 0;
  transition: bottom .6s ease, opacity 2s ease; }

/* line 237, sass/page/_home.scss */
.swiper-container .case1 {
  height: 588px;
  background-image: url(images/casestudy1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
/* line 244, sass/page/_home.scss */
.swiper-container .case-info-wrapper {
  height: 299px;
  width: 762px;
  padding: 0 53px;
  background-color: #F54C39;
  position: absolute;
  bottom: 0;
  left: 0;
  display: table;
  z-index: 10; }
  /* line 254, sass/page/_home.scss */
  .swiper-container .case-info-wrapper .slide-info {
    position: absolute;
    opacity: 0;
    display: table-cell;
    vertical-align: middle;
    margin: 48px 24px 0 -1px;
    transition: all .6s linear; }
    /* line 261, sass/page/_home.scss */
    .swiper-container .case-info-wrapper .slide-info h3, .swiper-container .case-info-wrapper .slide-info h4, .swiper-container .case-info-wrapper .slide-info p {
      color: #FFF; }
    /* line 264, sass/page/_home.scss */
    .swiper-container .case-info-wrapper .slide-info h3 {
      margin-bottom: 12px; }
    /* line 267, sass/page/_home.scss */
    .swiper-container .case-info-wrapper .slide-info a {
      pointer-events: none;
      /*z-index: -1;*/ }
    /* line 271, sass/page/_home.scss */
    .swiper-container .case-info-wrapper .slide-info.active {
      z-index: 10;
      opacity: 1;
      transition: all .5s linear; }
      /* line 275, sass/page/_home.scss */
      .swiper-container .case-info-wrapper .slide-info.active a {
        pointer-events: initial; }

/* line 284, sass/page/_home.scss */
.casestudies-swiper .swiper-pagination {
  top: 0;
  left: 0;
  margin: 24px 0 0 8px; }
  /* line 288, sass/page/_home.scss */
  .casestudies-swiper .swiper-pagination-bullet, .casestudies-swiper .swiper-pagination-bullet-active {
    background-color: #FFF !important; }
  /* line 291, sass/page/_home.scss */
  .casestudies-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px; }
/* line 296, sass/page/_home.scss */
.casestudies-swiper .swiper-btn-wrapper {
  padding-left: 15px; }

/* line 301, sass/page/_home.scss */
.swiper-next-btn {
  position: absolute;
  bottom: 0;
  z-index: 12;
  right: 0;
  margin: 0 52px 31px 0; }
  /* line 307, sass/page/_home.scss */
  .swiper-next-btn .swiper-counter {
    float: left;
    margin: 5px 0 8px; }
    /* line 310, sass/page/_home.scss */
    .swiper-next-btn .swiper-counter p {
      color: #FFF;
      display: inline-block;
      margin: 0 12px; }
    /* line 315, sass/page/_home.scss */
    .swiper-next-btn .swiper-counter svg {
      vertical-align: middle;
      margin: 0 0 4px; }
      /* line 318, sass/page/_home.scss */
      .swiper-next-btn .swiper-counter svg g {
        fill: #FFF; }

/*MEDIA QUERIES*/
@media screen and (max-width: 1200px) {
  /* line 329, sass/page/_home.scss */
  .service-info-wrapper .service-info {
    min-height: 530px; } }
@media screen and (max-width: 1024px) {
  /* line 338, sass/page/_home.scss */
  .hp-main-opening {
    display: none; }
  /* line 341, sass/page/_home.scss */
  .hp-main-header {
    height: 84vh;
    background-image: none;
    background-color: #F54C39; }
  /* line 347, sass/page/_home.scss */
  .hp-subheader .swiper-slide {
    width: 50% !important; }
  /* line 351, sass/page/_home.scss */
  .hp-main-video {
    display: none; }

  /* line 357, sass/page/_home.scss */
  .swiper-container .case-info-wrapper {
    width: 100%;
    padding: 0 24px; }

  /* line 364, sass/page/_home.scss */
  .swiper-slide .social-slide {
    width: 406px; }

  /* line 369, sass/page/_home.scss */
  .header-text-wrapper {
    padding: 0 24px 0; }
    /* line 371, sass/page/_home.scss */
    .header-text-wrapper h2 {
      width: 100%; }

  /* line 377, sass/page/_home.scss */
  .service-info-wrapper .service-info {
    width: 50%;
    padding: 2px 20px 96px;
    min-height: 576px; } }
@media screen and (max-width: 760px) {
  /* line 388, sass/page/_home.scss */
  .service-info-wrapper .service-info {
    width: 100%; } }
@media screen and (max-width: 768px) {
  /* line 396, sass/page/_home.scss */
  .swiper-container .case-info-wrapper {
    height: 400px; } }
@media screen and (max-width: 480px) {
  /* line 405, sass/page/_home.scss */
  .main-hero {
    padding: 0; }

  /* line 411, sass/page/_home.scss */
  .hp-subheader {
    margin: 0;
    height: 100%;
    display: block; }
    /* line 415, sass/page/_home.scss */
    .hp-subheader .subtitle-wrapper {
      display: block; }
    /* line 418, sass/page/_home.scss */
    .hp-subheader .swiper-slide {
      width: 100% !important; }
    /* line 422, sass/page/_home.scss */
    .hp-subheader .header-text-wrapper {
      vertical-align: top; }
    /* line 425, sass/page/_home.scss */
    .hp-subheader.hp-coral {
      padding-bottom: 96px; }
      /* line 427, sass/page/_home.scss */
      .hp-subheader.hp-coral .header-text-wrapper {
        padding: 0 24px; }
  /* line 432, sass/page/_home.scss */
  .hp-main-header {
    height: 68vh; }
  /* line 436, sass/page/_home.scss */
  .hp-services-section {
    margin-bottom: 48px; }
  /* line 440, sass/page/_home.scss */
  .hp-subtitle {
    height: 100%;
    padding: 0 6px;
    margin: 96px 0; }
  /* line 446, sass/page/_home.scss */
  .hp-carousel {
    padding-top: 24px;
    margin: 0; }
    /* line 449, sass/page/_home.scss */
    .hp-carousel .subtitle-wrapper {
      margin: 0 24px 24px; }
    /* line 452, sass/page/_home.scss */
    .hp-carousel .swiper-container {
      height: 112vh; }
    /* line 455, sass/page/_home.scss */
    .hp-carousel .next-icon {
      margin-right: 18px; }
  /* line 459, sass/page/_home.scss */
  .hp-quotes {
    margin: 96px 0; }

  /* line 464, sass/page/_home.scss */
  .header-text-wrapper {
    padding: 0 24px; }
    /* line 466, sass/page/_home.scss */
    .header-text-wrapper h2 {
      margin: 0; }

  /* line 472, sass/page/_home.scss */
  .service-info-wrapper .service-info {
    width: initial;
    padding: 0;
    margin: 48px 24px;
    min-height: 0; }
    /* line 477, sass/page/_home.scss */
    .service-info-wrapper .service-info p {
      max-width: 800px; }

  /* line 484, sass/page/_home.scss */
  .swiper-container .case1 {
    height: 646px; }
  /* line 487, sass/page/_home.scss */
  .swiper-container .case-info-wrapper {
    width: 100%;
    height: 391px;
    padding: 24px 24px 0; }
    /* line 491, sass/page/_home.scss */
    .swiper-container .case-info-wrapper .slide-info {
      display: block;
      margin: 0 24px 0 0;
      /*	h3{
      		font-size: 36px;
      		margin-bottom: 28px;
      	}*/ }
      /* line 498, sass/page/_home.scss */
      .swiper-container .case-info-wrapper .slide-info p {
        color: #FFF; }
    /* line 502, sass/page/_home.scss */
    .swiper-container .case-info-wrapper .swiper-counter {
      /*display: none;*/ }

  /* line 509, sass/page/_home.scss */
  .swiper-slide .social-slide {
    width: 100%;
    background-position: 50% 0; }
    /* line 512, sass/page/_home.scss */
    .swiper-slide .social-slide .slide-text-wrapper {
      padding: 42px 24px 0; }
      /* line 514, sass/page/_home.scss */
      .swiper-slide .social-slide .slide-text-wrapper img {
        width: 24px; }

  /* line 521, sass/page/_home.scss */
  .swiper-next-btn {
    margin: 0 24px 24px 0; }

  /* line 527, sass/page/_home.scss */
  .social-slide-btn .btn-back, .social-slide-btn .btn-next {
    /*display: none;*/ } }
/* line 2, sass/page/_casestudies.scss */
.cs-video {
  height: 574px;
  margin: 0 24px;
  background-size: cover;
  background-position: center; }
/* line 9, sass/page/_casestudies.scss */
.cs-slider-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center; }
/* line 16, sass/page/_casestudies.scss */
.cs-swiper-bullets {
  width: 100%;
  margin-top: 20px; }
  /* line 19, sass/page/_casestudies.scss */
  .cs-swiper-bullets.disabled-pg {
    display: none; }
/* line 24, sass/page/_casestudies.scss */
.cs-media-block {
  text-align: center;
  margin: 72px -12px 0; }
  /* line 28, sass/page/_casestudies.scss */
  .cs-media-block h3 {
    text-align: left;
    margin: 96px 0; }
  /* line 33, sass/page/_casestudies.scss */
  .cs-media-block .media-content-wrapper {
    width: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.22);
    /*min-height: 300px;*/ }
    /* line 37, sass/page/_casestudies.scss */
    .cs-media-block .media-content-wrapper img {
      margin-bottom: 48px;
      width: 60%;
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      opacity: .7; }
  /* line 46, sass/page/_casestudies.scss */
  .cs-media-block .media-content {
    display: inline-block;
    padding: 12px; }
    /* line 49, sass/page/_casestudies.scss */
    .cs-media-block .media-content .media-content-wrapper {
      display: table;
      padding: 12px; }
      /* line 52, sass/page/_casestudies.scss */
      .cs-media-block .media-content .media-content-wrapper .image-wrapper {
        display: table-cell;
        padding-left: 5%;
        padding-right: 5%; }
/* line 61, sass/page/_casestudies.scss */
.cs-sectors {
  margin: 144px 0 0; }

/*Bullet Pagination color change*/
/* line 68, sass/page/_casestudies.scss */
.swiper-pagination-bullet-active, .swiper-pagination-bullet {
  background-color: #F54C39; }
/* line 71, sass/page/_casestudies.scss */
.swiper-pagination-bullet {
  margin: 0 17px !important;
  width: 12px !important;
  height: 12px !important; }

/* line 79, sass/page/_casestudies.scss */
.media-content-wrapper .image-wrapper {
  vertical-align: middle;
  margin: 0; }
  /* line 82, sass/page/_casestudies.scss */
  .media-content-wrapper .image-wrapper img {
    margin: 0;
    /*width: 80%;*/ }
  /* line 86, sass/page/_casestudies.scss */
  .media-content-wrapper .image-wrapper p {
    margin-top: 36px; }

/* line 92, sass/page/_casestudies.scss */
.sector-menu-list {
  text-align: left;
  margin-bottom: 96px;
  max-width: 1240px; }
  /* line 96, sass/page/_casestudies.scss */
  .sector-menu-list p {
    display: inline-block;
    color: #F54C39;
    margin: 12px 4px; }
  /* line 101, sass/page/_casestudies.scss */
  .sector-menu-list a {
    color: #F54C39;
    text-decoration: none; }

/*MEDIA QUERIES*/
@media screen and (max-width: 1024px) {
  /* line 115, sass/page/_casestudies.scss */
  .media-content-wrapper .image-wrapper img {
    width: 70%; } }
@media screen and (max-width: 480px) {
  /* line 125, sass/page/_casestudies.scss */
  .cs-video {
    height: 389px;
    margin: 12px 0 0; }
  /* line 129, sass/page/_casestudies.scss */
  .cs-sectors {
    margin: 96px 0 0; }
  /* line 133, sass/page/_casestudies.scss */
  .cs-media-block {
    margin: 12px 12px 24px; }
    /* line 135, sass/page/_casestudies.scss */
    .cs-media-block h3 {
      margin: 48px 0 84px; }
    /* line 138, sass/page/_casestudies.scss */
    .cs-media-block .media-content {
      width: 50%; }
      /* line 140, sass/page/_casestudies.scss */
      .cs-media-block .media-content .media-content-wrapper {
        /*width: 100%;*/
        display: table; }
        /* line 143, sass/page/_casestudies.scss */
        .cs-media-block .media-content .media-content-wrapper div {
          display: table-cell;
          vertical-align: middle; }
        /* line 148, sass/page/_casestudies.scss */
        .cs-media-block .media-content .media-content-wrapper .image-wrapper p {
          margin-top: 34px; } }
/* line 1, sass/page/_contact.scss */
.contact-info {
  padding-top: 96px;
  margin: 0 24px 24px; }
  /* line 5, sass/page/_contact.scss */
  .contact-info .map-text-wrapper {
    padding: 48px 52px; }
    /* line 7, sass/page/_contact.scss */
    .contact-info .map-text-wrapper h2 {
      margin-bottom: 24px; }
    /* line 10, sass/page/_contact.scss */
    .contact-info .map-text-wrapper.mobile {
      display: none; }

/* line 18, sass/page/_contact.scss */
.text-section.contact .main-blog-dropdown {
  padding: 144px 0 96px; }

/* line 25, sass/page/_contact.scss */
#map {
  width: 100%;
  height: 564px; }

/* line 30, sass/page/_contact.scss */
.contact-form {
  margin: 0 0 144px 40px;
  padding: 0; }
  /* line 33, sass/page/_contact.scss */
  .contact-form p {
    width: 49%;
    display: inline-block;
    padding: 12px; }
    /* line 37, sass/page/_contact.scss */
    .contact-form p:first-of-type {
      width: 98.5%; }
    /* line 40, sass/page/_contact.scss */
    .contact-form p:last-of-type {
      display: block;
      margin-top: 24px; }
  /* line 45, sass/page/_contact.scss */
  .contact-form h4 {
    padding-left: 12px;
    margin: 96px 0 0; }
  /* line 49, sass/page/_contact.scss */
  .contact-form input {
    border: 3px solid #FFF;
    background-color: transparent;
    height: 48px;
    color: #FFF;
    width: 100%;
    padding-left: 12px; }
    /* line 13, sass/general/_mixins.scss */
    .contact-form input:placeholder {
      /*}
      &::placeholder{*/
      font-family: 'Gilroy-ExtraBold';
      font-size: 18px;
      letter-spacing: -0.2px;
      line-height: 24px;
      color: #FFF; }
    /* line 14, sass/general/_mixins.scss */
    .contact-form input::-webkit-input-placeholder {
      /*}
      &::placeholder{*/
      font-family: 'Gilroy-ExtraBold';
      font-size: 18px;
      letter-spacing: -0.2px;
      line-height: 24px;
      color: #FFF; }
    /* line 15, sass/general/_mixins.scss */
    .contact-form input:-moz-placeholder {
      /*}
      &::placeholder{*/
      font-family: 'Gilroy-ExtraBold';
      font-size: 18px;
      letter-spacing: -0.2px;
      line-height: 24px;
      color: #FFF; }
    /* line 16, sass/general/_mixins.scss */
    .contact-form input::-moz-placeholder {
      /*}
      &::placeholder{*/
      font-family: 'Gilroy-ExtraBold';
      font-size: 18px;
      letter-spacing: -0.2px;
      line-height: 24px;
      color: #FFF; }
    /* line 17, sass/general/_mixins.scss */
    .contact-form input:-ms-input-placeholder {
      /*}
      &::placeholder{*/
      font-family: 'Gilroy-ExtraBold';
      font-size: 18px;
      letter-spacing: -0.2px;
      line-height: 24px;
      color: #FFF; }
  /* line 67, sass/page/_contact.scss */
  .contact-form textarea {
    height: 202px;
    border: 3px solid #FFF;
    background-color: transparent;
    padding: 12px;
    width: 206%; }

/* line 76, sass/page/_contact.scss */
input,
textarea {
  font-family: 'Gilroy-ExtraBold';
  font-size: 18px;
  letter-spacing: -0.2px;
  line-height: 24px;
  color: #FFF; }
  /* line 83, sass/page/_contact.scss */
  input:focus,
  textarea:focus {
    outline: none; }

/*Button styles*/
/* line 90, sass/page/_contact.scss */
input {
  /*Radio buttons*/ }
  /* line 91, sass/page/_contact.scss */
  input[type="submit"] {
    width: 158px;
    height: 48px;
    font-size: 16px;
    font-family: 'Gilroy-ExtraBold';
    border: none;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding-top: 12px;
    text-transform: uppercase;
    border: 6px solid transparent;
    background-color: #FFF;
    color: #F54C39;
    transition: all .3s ease; }
    /* line 106, sass/page/_contact.scss */
    input[type="submit"]:hover {
      border: 6px solid #FFF;
      background-color: #F54C39;
      color: #FFF;
      transition: all .3s ease; }
  /* line 115, sass/page/_contact.scss */
  input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 24px;
    height: 24px;
    top: -10px;
    z-index: 10; }
  /* line 124, sass/page/_contact.scss */
  input[type="file"] {
    border: none; }

/* line 129, sass/page/_contact.scss */
.radio-check {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  z-index: 6;
  display: block;
  position: absolute;
  top: -7px;
  border: 3px solid #FFF;
  cursor: pointer;
  /*transition: border .6s linear;*/ }
  /* line 140, sass/page/_contact.scss */
  .radio-check::before {
    height: 8px;
    width: 8px;
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    margin: auto;
    top: 5px;
    left: 5px;
    transition: background .3s linear; }

/* line 155, sass/page/_contact.scss */
.contact-radio .wpcf7-list-item-label {
  font-family: 'Gilroy-ExtraBold';
  font-size: 30px;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0 60px 0 36px; }
/* line 162, sass/page/_contact.scss */
.contact-radio .wpcf7-list-item {
  margin: 0; }

/*Warning messges*/
/* line 169, sass/page/_contact.scss */
.contact-form .wpcf7-not-valid-tip {
  position: absolute;
  width: 300px; }
/* line 174, sass/page/_contact.scss */
.contact-form .wpcf7-validation-errors,
.contact-form .wpcf7-mail-sent-ok {
  border: none;
  padding: 0 !important; }
/* line 180, sass/page/_contact.scss */
.contact-form .wpcf7-not-valid-tip,
.contact-form .wpcf7-validation-errors,
.contact-form .wpcf7-mail-sent-ok {
  margin-top: 5px;
  font-family: 'Gilroy-Medium';
  font-size: 14px;
  color: #394C53; }

/*input[type=radio]:checked ~ .radio-check {
  border: 2px solid #0DFF92;
}*/
/* line 196, sass/page/_contact.scss */
input[type=radio]:checked ~ .radio-check::before {
  background: #FFF; }

/*Google maps info box style*/
/* line 201, sass/page/_contact.scss */
.gm-style .gm-style-iw,
.gm-style div div div div div div div div {
  background-color: #F54C39 !important;
  color: #FFF; }

/* line 207, sass/page/_contact.scss */
.gm-style .gm-style-iw {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 170px !important;
  min-width: 200px !important;
  padding: 12px;
  display: block !important; }

/* line 218, sass/page/_contact.scss */
.gm-style-iw + div {
  display: none; }

/* line 223, sass/page/_contact.scss */
.map-infowindow p {
  color: #FFF; }
/* line 226, sass/page/_contact.scss */
.map-infowindow .utility {
  line-height: 1em; }

@media screen and (max-width: 1024px) {
  /* line 234, sass/page/_contact.scss */
  .contact-info {
    padding-top: 96px; }
    /* line 236, sass/page/_contact.scss */
    .contact-info .map-text-wrapper {
      display: none;
      padding: 0;
      margin: 48px 0px; }
      /* line 240, sass/page/_contact.scss */
      .contact-info .map-text-wrapper h2 {
        margin-bottom: 24px; }
      /* line 243, sass/page/_contact.scss */
      .contact-info .map-text-wrapper.mobile {
        display: block; }
    /* line 248, sass/page/_contact.scss */
    .contact-info .map-wrapper {
      padding: 0; }

  /* line 253, sass/page/_contact.scss */
  #map {
    height: 389px; }

  /* line 257, sass/page/_contact.scss */
  .contact-form {
    margin: 0 0 144px 12px; } }
@media screen and (max-width: 480px) {
  /* line 265, sass/page/_contact.scss */
  .contact-form {
    margin: 60px 12px 96px; }
    /* line 267, sass/page/_contact.scss */
    .contact-form p {
      width: 100% !important; }
    /* line 271, sass/page/_contact.scss */
    .contact-form textarea {
      width: 100%; }
    /* line 276, sass/page/_contact.scss */
    .contact-form h4:first-of-type {
      margin-bottom: 36px; }

  /* line 284, sass/page/_contact.scss */
  .contact .dropdown-info-wrapper h2 {
    font-size: 44px;
    margin-right: 0; } }
/* line 3, sass/page/_prgn.scss */
.prgn-header {
  padding: 144px 24px 24px 76px; }
  /* line 5, sass/page/_prgn.scss */
  .prgn-header h2 {
    margin-bottom: 22px; }
  /* line 8, sass/page/_prgn.scss */
  .prgn-header-wrapper {
    padding: 0; }
/* line 13, sass/page/_prgn.scss */
.prgn-networks {
  display: none;
  margin-bottom: 48px; }
  /* line 16, sass/page/_prgn.scss */
  .prgn-networks .text-block {
    margin: 0; }
  /* line 19, sass/page/_prgn.scss */
  .prgn-networks .prgn-company-wrapper {
    margin: 48px 0; }
    /* line 21, sass/page/_prgn.scss */
    .prgn-networks .prgn-company-wrapper a {
      color: #F54C39;
      text-decoration: underline;
      text-transform: uppercase; }
      /* line 25, sass/page/_prgn.scss */
      .prgn-networks .prgn-company-wrapper a p {
        color: #F54C39; }
    /* line 29, sass/page/_prgn.scss */
    .prgn-networks .prgn-company-wrapper:first-of-type {
      margin: 48px 0 48px; }
/* line 35, sass/page/_prgn.scss */
.prgn-map {
  position: relative;
  height: 539px;
  width: 921px;
  margin: 0 auto 96px; }
  /* line 40, sass/page/_prgn.scss */
  .prgn-map img {
    position: absolute;
    top: 0;
    left: 0; }
/* line 48, sass/page/_prgn.scss */
.prgn-map-dot {
  height: 10px;
  width: 10px;
  background-color: #F54C39;
  border: 1px #FFF solid;
  border-radius: 10px;
  display: block;
  position: absolute;
  z-index: 0; }
/* line 59, sass/page/_prgn.scss */
.prgn-map-infobox {
  position: absolute;
  width: 262px;
  background-color: #F54C39;
  color: #FFF;
  font-family: 'Gilroy-ExtraBold';
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  padding: 12px;
  opacity: 0;
  z-index: -1;
  pointer-events: none; }
  /* line 72, sass/page/_prgn.scss */
  .prgn-map-infobox a {
    color: #FFF;
    font-family: 'GT-Sectra-med';
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 24px; }
  /* line 79, sass/page/_prgn.scss */
  .prgn-map-infobox .pop-pointer {
    position: absolute;
    bottom: 0; }
  /* line 83, sass/page/_prgn.scss */
  .prgn-map-infobox .point-left {
    left: -10px;
    width: 0;
    height: 0;
    border-left: 17px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 22px solid #F54C39; }
  /* line 91, sass/page/_prgn.scss */
  .prgn-map-infobox .point-right {
    right: -10px;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 17px solid transparent;
    border-bottom: 22px solid #F54C39; }
  /* line 100, sass/page/_prgn.scss */
  .prgn-map-infobox.active-prgn-marker {
    opacity: 1;
    z-index: 10;
    display: block;
    pointer-events: initial; }

/*Remove map once screen size matches map*/
@media screen and (max-width: 930px) {
  /* line 115, sass/page/_prgn.scss */
  .prgn-header {
    padding: 96px 24px 48px; }
  /* line 119, sass/page/_prgn.scss */
  .prgn-map {
    display: none; }
  /* line 123, sass/page/_prgn.scss */
  .prgn-networks {
    display: block; } }
@media screen and (max-width: 480px) {
  /* line 137, sass/page/_prgn.scss */
  .prgn-networks .text-block {
    margin: 0 24px; } }
/* line 1, sass/page/_approach.scss */
.pr-manifesto {
  padding: 160px 76px;
  position: relative;
  margin-bottom: 72px; }

/* line 9, sass/page/_approach.scss */
.manifesto-main-question, .manifesto-list {
  display: inline-table; }
/* line 14, sass/page/_approach.scss */
.manifesto-main-question {
  width: 33%; }
/* line 18, sass/page/_approach.scss */
.manifesto-question-wrapper {
  position: absolute;
  width: 30%;
  margin-top: -26px;
  margin-bottom: 38px; }
  /* line 23, sass/page/_approach.scss */
  .manifesto-question-wrapper h3 {
    margin-bottom: 12px; }
/* line 28, sass/page/_approach.scss */
.manifesto-list {
  width: 42%;
  margin-left: 20%; }
  /* line 31, sass/page/_approach.scss */
  .manifesto-list li {
    padding: 48px 0; }
  /* line 35, sass/page/_approach.scss */
  .manifesto-list ul h3 {
    display: none;
    color: #F54C39;
    margin-top: 24px; }
/* line 44, sass/page/_approach.scss */
.manifesto-counter {
  position: absolute;
  margin: 48px 0 232px;
  left: 41%; }
  /* line 48, sass/page/_approach.scss */
  .manifesto-counter h3 {
    color: #F54C39; }
/* line 53, sass/page/_approach.scss */
.manifesto-text-bottom {
  margin: 0 96px 96px;
  width: 60%; }
  /* line 56, sass/page/_approach.scss */
  .manifesto-text-bottom h2 {
    color: #F54C39; }

/* line 63, sass/page/_approach.scss */
.mobile-pr {
  display: none; }

/* line 67, sass/page/_approach.scss */
.pr-fixed {
  position: fixed;
  width: 30%;
  top: 360px;
  margin-top: 0; }

/* line 74, sass/page/_approach.scss */
.btm-absolute {
  position: absolute;
  bottom: 0;
  width: 30%; }

/* line 80, sass/page/_approach.scss */
.manifesto-text {
  opacity: .3;
  transition: .2s all ease; }
  /* line 85, sass/page/_approach.scss */
  .manifesto-text.active-text {
    transform: scale(1.05);
    opacity: 1;
    transition: .2s all ease; }

/* line 93, sass/page/_approach.scss */
.read-more-text {
  display: none; }
  /* line 95, sass/page/_approach.scss */
  .read-more-text.show-more {
    display: inline; }

/* line 101, sass/page/_approach.scss */
.read-more-link.remove {
  display: none; }

/*MEDIA QUERIES*/
@media screen and (max-width: 1024px) {
  /* line 111, sass/page/_approach.scss */
  .pr-manifesto {
    padding: 48px 24px;
    margin-bottom: 0; }

  /* line 116, sass/page/_approach.scss */
  .mobile-pr {
    display: inline; }

  /* line 121, sass/page/_approach.scss */
  .manifesto-main-question {
    width: 75%; }
  /* line 125, sass/page/_approach.scss */
  .manifesto-question-wrapper {
    width: 100%;
    position: relative !important;
    margin: 0 0 96px;
    top: 0; }
  /* line 132, sass/page/_approach.scss */
  .manifesto-counter {
    display: none; }
  /* line 136, sass/page/_approach.scss */
  .manifesto-list {
    width: 100%;
    margin: 0; }
    /* line 140, sass/page/_approach.scss */
    .manifesto-list ul h3 {
      display: block; }
    /* line 144, sass/page/_approach.scss */
    .manifesto-list li {
      margin: 0 0 48px; }
  /* line 149, sass/page/_approach.scss */
  .manifesto-text-bottom {
    margin: 0 24px 96px;
    width: 90%; }
  /* line 155, sass/page/_approach.scss */
  .manifesto-text.active-text {
    transform: scale(1); } }
@media screen and (max-width: 480px) {
  /* line 165, sass/page/_approach.scss */
  .manifesto-main-question {
    width: 100%; } }
/* line 1, sass/page/_404.scss */
.pg-err {
  height: 32vh;
  text-align: center; }