@charset "UTF-8";
@font-face {
  font-family: 'work_sans';
  src: url("../fonts/worksans-semibold-webfont.eot");
  src: url("../fonts/worksans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/worksans-semibold-webfont.woff2") format("woff2"), url("../fonts/worksans-semibold-webfont.woff") format("woff"), url("../fonts/worksans-semibold-webfont.ttf") format("truetype"), url("../fonts/worksans-semibold-webfont.svg#work_sanssemibold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'work_sans';
  src: url("../fonts/worksans-medium-webfont.eot");
  src: url("../fonts/worksans-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/worksans-medium-webfont.woff2") format("woff2"), url("../fonts/worksans-medium-webfont.woff") format("woff"), url("../fonts/worksans-medium-webfont.ttf") format("truetype"), url("../fonts/worksans-medium-webfont.svg#work_sansmedium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'work_sans';
  src: url("../fonts/worksans-regular-webfont.eot");
  src: url("../fonts/worksans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/worksans-regular-webfont.woff2") format("woff2"), url("../fonts/worksans-regular-webfont.woff") format("woff"), url("../fonts/worksans-regular-webfont.ttf") format("truetype"), url("../fonts/worksans-regular-webfont.svg#work_sansregular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?fb1hgy");
  src: url("../fonts/icomoon.eot?fb1hgy#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?fb1hgy") format("truetype"), url("../fonts/icomoon.woff?fb1hgy") format("woff"), url("../fonts/icomoon.svg?fb1hgy#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-caret:before {
  content: ""; }

.icon-arrow:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

body {
  margin: 0;
  font-family: "adriane", serif;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 400;
  color: #414144;
  text-align: left;
  background-color: #fff;
  min-width: 320px; }
  @media (min-width: 992px) {
    body {
      font-size: 20px; } }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "adriane", serif;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 15px;
  color: #000; }

h1,
.h1 {
  font-size: 45px;
  line-height: 1.3818; }
  @media (min-width: 992px) {
    h1,
    .h1 {
      font-size: 55px; } }

h2,
.h2 {
  font-size: 35px;
  line-height: 1.1364; }
  @media (min-width: 992px) {
    h2,
    .h2 {
      font-size: 44px; } }

h3,
.h3 {
  font-size: 26px;
  line-height: 1.0938; }
  @media (min-width: 992px) {
    h3,
    .h3 {
      font-size: 32px; } }

h4,
.h4 {
  font-size: 22px;
  line-height: 1.3077; }
  @media (min-width: 992px) {
    h4,
    .h4 {
      font-size: 26px; } }

h5,
.h5 {
  font-size: 16px;
  line-height: 1.4444; }
  @media (min-width: 992px) {
    h5,
    .h5 {
      font-size: 18px; } }

h6,
.h6 {
  font-size: 14px;
  line-height: 1.5; }
  @media (min-width: 992px) {
    h6,
    .h6 {
      font-size: 16px; } }

p {
  margin-bottom: 15px; }

.list-unstyled {
  margin: 0;
  padding: 0;
  list-style-type: none; }

a {
  color: #1e3a55;
  text-decoration: none;
  -webkit-transition: opacity 0.3s linear, color 0.3s linear, backround 0.3s linear, visibility 0.3s linear, border 0.3s linear;
  transition: opacity 0.3s linear, color 0.3s linear, backround 0.3s linear, visibility 0.3s linear, border 0.3s linear; }
  a:hover {
    color: #192b3d;
    text-decoration: none; }

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 23px 0;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear; }
  @media (min-width: 992px) {
    #header {
      padding: 32px 0; } }
  @media (min-width: 1200px) {
    #header {
      padding: 32px 0; } }
  @media (min-width: 992px) {
    #header .container-fluid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  #header .logo {
    width: 130px; }
    @media (min-width: 768px) {
      #header .logo {
        width: 231px; } }
    #header .logo a {
      display: block;
      line-height: 0; }
  @media (max-width: 991px) {
    .nav-active #header {
      background: #1e3a55; } }

#nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  #nav ul {
    font: 500 15px/1.25 "work_sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.97px;
    padding: 20px 0; }
    @media (min-width: 992px) {
      #nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin: 0 -28px; } }
    #nav ul > li {
      padding: 12px 15px;
      margin-bottom: 15px; }
      @media (min-width: 992px) {
        #nav ul > li {
          padding: 0 28px;
          margin-bottom: 0; } }
      #nav ul > li > a {
        color: #fff;
        position: relative; }
        @media (min-width: 992px) {
          .bg-white #nav ul > li > a {
            color: #1e3a55; } }
        #nav ul > li > a:after {
          content: '';
          background: #fff;
          height: 2px;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -5px;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
          transition: opacity 0.3s linear, visibility 0.3s linear; }
          @media (min-width: 992px) {
            .bg-white #nav ul > li > a:after {
              background: #1e3a55; } }
        #nav ul > li > a:hover:after {
          opacity: 1;
          visibility: visible; }
      #nav ul > li.active > a:after {
        opacity: 1;
        visibility: visible; }

.nav-opener {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 23px;
  text-indent: -9999px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none; }
  @media (min-width: 992px) {
    .nav-opener {
      display: none; } }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    height: 3px;
    -webkit-transition: opacity 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
    transition: opacity 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
    transition: opacity 0.3s linear, transform 0.3s linear, top 0.3s linear;
    transition: opacity 0.3s linear, transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear; }
    .bg-white .nav-opener:before, .bg-white .nav-opener:after, .bg-white
    .nav-opener span {
      background: #1e3a55; }
  .nav-opener:before, .nav-opener:after {
    content: '';
    top: 0; }
    .nav-active .nav-opener:before, .nav-active .nav-opener:after {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 11px; }
  .nav-opener:after {
    top: 20px; }
    .nav-active .nav-opener:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .nav-opener span {
    top: 10px; }
    .nav-active .nav-opener span {
      opacity: 0; }

@media (max-width: 991px) {
  .nav-drop {
    background: #1e3a55;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: calc(100vh - 75px);
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear; } }

@media (max-width: 991px) {
  .nav-active .nav-drop {
    opacity: 1;
    visibility: visible; } }

.col-md-36 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y); }
  @media (min-width: 576px) {
    .col-md-36 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 36%; } }

.col-md-64 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y); }
  @media (min-width: 576px) {
    .col-md-64 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 64%; } }

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important; }

@media (max-width: 991px) {
  body.nav-active {
    overflow: hidden; } }

#wrapper {
  position: relative;
  overflow: hidden; }

img {
  max-width: 100%;
  vertical-align: top; }

.bg-stretch {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.bg-navy {
  background: #1e3a55;
  color: #fff; }
  .bg-navy p a {
    color: #f8a761; }
    .bg-navy p a:hover {
      text-decoration: underline; }

.bg-marygold {
  background: #f8a761;
  color: #1e3a55; }

.bg-black {
  background: #000;
  color: #fff; }

.bg-deep {
  background: #192b3d;
  color: #fff; }

.bg-stone {
  background: #e6e0de;
  color: #192b3d; }

.bg-white {
  background-color: transparent !important; }

.container-fluid {
  padding: 0 15px; }
  @media (min-width: 992px) {
    .container-fluid {
      padding: 0 40px; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding: 0 98px; } }

.read-more {
  font-size: 14px;
  line-height: 1.3333;
  font-style: italic;
  position: relative;
  padding-right: 30px; }
  @media (min-width: 992px) {
    .read-more {
      font-size: 18px;
      padding-right: 40px; } }
  .read-more .icon-arrow {
    font-size: 20px;
    line-height: 1;
    position: absolute;
    top: 54%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (min-width: 992px) {
      .read-more .icon-arrow {
        font-size: 30px; } }

.swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  border-radius: 0;
  background: #e6e0de;
  opacity: 1; }
  @media (min-width: 992px) {
    .swiper-pagination-bullet {
      width: 67px; } }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f17f26; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px; }

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 44px; }

.btn {
  padding: 17px 27px 15px;
  text-transform: uppercase;
  border-radius: 0; }

.dropdown-toggle:after {
  border: none;
  content: '\e901';
  font-family: "icomoon";
  font-size: 10px;
  line-height: 1;
  vertical-align: middle; }

.dropdown-toggle.show:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.dropdown-item {
  padding: 1.25rem 2rem;
  white-space: normal; }

hr {
  background-color: #ccc;
  opacity: 1;
  margin: 34px 0; }

hr:not([size]) {
  height: 2px; }

.banner-block {
  margin-bottom: 2px; }
  .banner-block.vh-height .bg-holder {
    height: 100vh;
    min-height: 480px; }
  .banner-block .bg-holder {
    height: 640px;
    position: relative; }
    @media (min-width: 992px) {
      .banner-block .bg-holder {
        height: 772px; } }
    .banner-block .bg-holder:before {
      content: '';
      background-image: -webkit-linear-gradient(top, rgba(238, 238, 238, 0) 0%, rgba(0, 0, 0, 0.88) 100%);
      background-image: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, rgba(0, 0, 0, 0.88) 100%);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 124px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      opacity: 0.2; }
    .banner-block .bg-holder:after {
      content: '';
      background-image: -webkit-linear-gradient(top, rgba(238, 238, 238, 0) 40%, black 100%);
      background-image: linear-gradient(180deg, rgba(238, 238, 238, 0) 40%, black 100%);
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 590px;
      opacity: 0.4; }
  .banner-block .bg-holder--sm {
    height: 479px; }
  .banner-block .image-att {
    position: absolute;
    bottom: 45px;
    right: 15px;
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
    z-index: 1; }
    @media (min-width: 992px) {
      .banner-block .image-att {
        right: 104px; } }
  .banner-block .overlay-holder {
    position: absolute;
    bottom: 128px;
    left: 0;
    right: 0;
    z-index: 1; }
  .banner-block .container-fluid {
    padding: 0 172px; }
  .banner-block .text {
    max-width: 502px;
    font-size: 26px;
    line-height: 1.3438;
    color: #fff;
    display: block; }
    @media (min-width: 992px) {
      .banner-block .text {
        font-size: 32px; } }
  .banner-block .swiper-pagination {
    text-align: right;
    padding: 0 15px; }
    @media (min-width: 992px) {
      .banner-block .swiper-pagination {
        padding: 0 40px; } }
    @media (min-width: 1200px) {
      .banner-block .swiper-pagination {
        padding: 0 88px; } }
  .banner-block .head-holder {
    padding: 150px 0 50px;
    position: relative;
    z-index: 1; }
    @media (min-width: 768px) {
      .banner-block .head-holder {
        padding-top: 200px; } }
    @media (min-width: 992px) {
      .banner-block .head-holder {
        padding-top: 246px; } }
    .banner-block .head-holder .subtitle {
      font: 600 14px/1.5 "work_sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      letter-spacing: 0.6px;
      text-transform: uppercase;
      color: #f1f6ed;
      display: block;
      margin-bottom: 10px;
      max-width: 490px; }
      @media (min-width: 992px) {
        .banner-block .head-holder .subtitle {
          font-size: 16px; } }
    .banner-block .head-holder h1 {
      font-size: 22px;
      line-height: 1.5385;
      color: #fff;
      max-width: 490px; }
      @media (min-width: 992px) {
        .banner-block .head-holder h1 {
          font-size: 26px; } }

.content-grid .container {
  max-width: 100%;
  padding: 0; }

.content-grid .row {
  margin: 0; }
  @media (min-width: 768px) {
    .content-grid .row {
      margin: 0 -1px; } }

.content-grid [class^="col-"],
.content-grid .col {
  padding: 0;
  margin-bottom: 2px; }
  @media (min-width: 768px) {
    .content-grid [class^="col-"],
    .content-grid .col {
      padding: 0 1px; } }

.content-grid .content-row .img-block {
  padding-top: 68%; }

.content-grid .desc-holder.intro {
  font-size: 24px;
  line-height: 1.3125;
  padding: 40px 15px;
  -webkit-transition: background 0.3s linear, color 0.3s linear;
  transition: background 0.3s linear, color 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 992px) {
    .content-grid .desc-holder.intro {
      font-size: 26px;
      padding: 125px 80px; } }
  @media (min-width: 1200px) {
    .content-grid .desc-holder.intro {
      font-size: 32px; } }
  .content-grid .desc-holder.intro .title, .content-grid .desc-holder.intro h1, .content-grid .desc-holder.intro h2, .content-grid .desc-holder.intro h3, .content-grid .desc-holder.intro h4, .content-grid .desc-holder.intro h5, .content-grid .desc-holder.intro h6 {
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 40px;
    max-width: 100%;
    color: #fff;
    -webkit-transition: .3s ease all;
    transition: .3s ease all; }
    @media (min-width: 992px) {
      .content-grid .desc-holder.intro .title, .content-grid .desc-holder.intro h1, .content-grid .desc-holder.intro h2, .content-grid .desc-holder.intro h3, .content-grid .desc-holder.intro h4, .content-grid .desc-holder.intro h5, .content-grid .desc-holder.intro h6 {
        font-size: 42px;
        margin-bottom: 62px;
        min-height: 0; } }
    @media (min-width: 1200px) {
      .content-grid .desc-holder.intro .title, .content-grid .desc-holder.intro h1, .content-grid .desc-holder.intro h2, .content-grid .desc-holder.intro h3, .content-grid .desc-holder.intro h4, .content-grid .desc-holder.intro h5, .content-grid .desc-holder.intro h6 {
        font-size: 55px; } }
  .content-grid .desc-holder.intro .subtitle, .content-grid .desc-holder.intro p {
    display: block; }
    @media (min-width: 992px) {
      .content-grid .desc-holder.intro .subtitle, .content-grid .desc-holder.intro p {
        margin-bottom: 16px; } }

.content-grid .grid-item--text:hover h1, .content-grid .grid-item--text:hover h2, .content-grid .grid-item--text:hover h3, .content-grid .grid-item--text:hover h4, .content-grid .grid-item--text:hover h5, .content-grid .grid-item--text:hover h6 {
  color: #1e3a55; }

@media (min-width: 768px) {
  .content-grid .col-md-5 .img-block.two-img {
    padding-top: 106.5%; } }

@media (min-width: 768px) {
  .content-grid .col-md-7 .img-block.two-img {
    padding-top: 76.1%; } }

.content-grid .img-block.two-img {
  padding-top: 68%; }
  @media (min-width: 992px) {
    .content-grid .img-block.two-img .overlay-holder {
      padding: 50px 55px; } }

.content-grid .img-block.three-img {
  padding-top: 68%; }
  @media (min-width: 768px) {
    .content-grid .img-block.three-img {
      padding-top: 111.5%; } }
  .content-grid .img-block.three-img:before {
    background: #557f8e87; }
  @media (min-width: 992px) {
    .content-grid .img-block.three-img .overlay-holder {
      padding: 50px 50px 41px 35px; } }
  .content-grid .img-block.three-img .title {
    margin-bottom: 6px; }

.content-grid .more .icon-arrow {
  -webkit-transition: .2s ease all;
  transition: .2s ease all; }

.content-grid .more:hover .icon-arrow {
  -webkit-transform: translateY(-50%) translateX(10px);
      -ms-transform: translateY(-50%) translateX(10px);
          transform: translateY(-50%) translateX(10px); }

@media (min-width: 768px) {
  .content-grid .more.col-md-8 {
    width: 63.667%; } }

@media (min-width: 768px) {
  .content-grid .more.col-md-4 {
    width: 36.3333%; } }

.content-grid .more a:hover .img-block:before {
  opacity: 1;
  visibility: visible; }

.content-grid .more .img-block {
  padding-top: 80%; }
  @media (min-width: 768px) {
    .content-grid .more .img-block {
      padding-top: 68%; } }
  .content-grid .more .img-block:before {
    content: '';
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 0) 0%, rgba(0, 0, 0, 0.88) 100%);
    background: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, rgba(0, 0, 0, 0.88) 100%);
    position: absolute;
    top: 24%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear; }
  @media (min-width: 992px) {
    .content-grid .more .img-block .overlay-holder {
      padding: 50px 50px 37px 38px; } }
  .content-grid .more .img-block .title {
    font-size: 22px;
    line-height: 1.1563;
    margin-bottom: 9px; }
    @media (min-width: 992px) {
      .content-grid .more .img-block .title {
        font-size: 32px; } }
  .content-grid .more .img-block .subtitle {
    display: block;
    text-transform: uppercase;
    font: 600 14px/1.5 "work_sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 0.6px;
    margin-bottom: 10px; }
    @media (min-width: 992px) {
      .content-grid .more .img-block .subtitle {
        font-size: 16px;
        margin-bottom: 22px; } }
  .content-grid .more .img-block .read-more {
    font-size: 14px;
    line-height: 1.3333;
    font-style: italic;
    position: relative;
    padding-right: 30px; }
    @media (min-width: 992px) {
      .content-grid .more .img-block .read-more {
        font-size: 18px;
        padding-right: 40px; } }
    .content-grid .more .img-block .read-more .icon-arrow {
      font-size: 20px;
      line-height: 1;
      position: absolute;
      top: 54%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: .2s ease all;
      transition: .2s ease all; }
      @media (min-width: 992px) {
        .content-grid .more .img-block .read-more .icon-arrow {
          font-size: 30px; } }

.content-grid .more .desc-holder {
  padding: 40px 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear; }
  @media (min-width: 992px) {
    .content-grid .more .desc-holder {
      padding: 114px 50px; } }
  @media (min-width: 1200px) {
    .content-grid .more .desc-holder {
      padding: 44px 130px 114px 74px; } }
  .content-grid .more .desc-holder:hover {
    background: #f17f26; }
  .content-grid .more .desc-holder .title {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 12px;
    color: #1e3a55 !important; }
    @media (min-width: 992px) {
      .content-grid .more .desc-holder .title {
        font-size: 26px;
        line-height: 1.3889;
        margin-bottom: 20px;
        min-height: 0; } }
    @media (min-width: 1200px) {
      .content-grid .more .desc-holder .title {
        font-size: 36px; } }
  .content-grid .more .desc-holder .subtitle {
    display: block;
    text-transform: uppercase;
    font: 600 14px/1.5 "work_sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 0.6px;
    margin-bottom: 15px; }
    @media (min-width: 992px) {
      .content-grid .more .desc-holder .subtitle {
        font-size: 16px;
        margin-bottom: 22px; } }
  .content-grid .more .desc-holder .read-more {
    color: #1e3a55 !important; }
    @media (min-width: 992px) {
      .content-grid .more .desc-holder .read-more {
        position: absolute;
        bottom: 41px;
        left: 74px; } }

.content-grid .three-section .img-block {
  position: relative;
  padding-top: 93%; }
  .content-grid .three-section .img-block:before, .content-grid .three-section .img-block:after {
    display: none; }

.content-grid .three-section .desc-holder {
  padding: 50px 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear; }
  @media (min-width: 992px) {
    .content-grid .three-section .desc-holder {
      padding: 105px 30px; } }
  .content-grid .three-section .desc-holder:hover {
    background: #262626 !important; }
  .content-grid .three-section .desc-holder .title {
    font-size: 40px;
    line-height: 67px; }
    @media (min-width: 992px) {
      .content-grid .three-section .desc-holder .title {
        font-size: 42px; } }
    @media (min-width: 1200px) {
      .content-grid .three-section .desc-holder .title {
        font-size: 57px; } }
    .content-grid .three-section .desc-holder .title em {
      display: block; }

@media (min-width: 992px) {
  .general-grid .content-grid .content-row .img-block {
    padding-top: 0; } }

@media (min-width: 992px) {
  .general-grid .content-row .img-block .title {
    font-size: 32px;
    line-height: 1.4375; } }

.content-row a:hover .img-block:before {
  opacity: 1;
  visibility: visible; }

.content-row .img-block {
  position: relative;
  height: 100%;
  color: #fff;
  padding-top: 68%; }
  @media (min-width: 992px) {
    .content-row .img-block {
      padding-top: 0; } }
  .content-row .img-block:before {
    content: '';
    background: #557f8e87;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear; }
  .content-row .img-block:after {
    content: '';
    background-image: -webkit-linear-gradient(top, rgba(238, 238, 238, 0) 0%, rgba(0, 0, 0, 0.88) 100%);
    background-image: linear-gradient(180deg, rgba(238, 238, 238, 0) 0%, rgba(0, 0, 0, 0.88) 100%);
    position: absolute;
    top: 24%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear; }
  .content-row .img-block .overlay-holder {
    padding: 20px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
    @media (min-width: 992px) {
      .content-row .img-block .overlay-holder {
        padding: 45px 61px; } }
  .content-row .img-block .title {
    font-size: 20px;
    line-height: 1.3077;
    margin-bottom: 3px; }
    @media (min-width: 992px) {
      .content-row .img-block .title {
        font-size: 26px; } }
  .content-row .img-block .subtitle {
    font-size: 14px;
    line-height: 1.2778;
    display: block; }
    @media (min-width: 992px) {
      .content-row .img-block .subtitle {
        font-size: 18px; } }

.content-row .desc-holder {
  height: 100%;
  padding: 40px 15px;
  position: relative;
  -webkit-transition: background 0.3s linear, color 0.3s linear;
  transition: background 0.3s linear, color 0.3s linear; }
  @media (min-width: 992px) {
    .content-row .desc-holder {
      min-height: 431px;
      padding: 84px 51px; } }
  .content-row .desc-holder a {
    display: block;
    height: 100%; }
  .content-row .desc-holder .title {
    font-size: 22px;
    line-height: 1.4375;
    margin-bottom: 20px;
    max-width: 615px; }
    @media (min-width: 768px) {
      .content-row .desc-holder .title {
        margin-bottom: 40px; } }
    @media (min-width: 992px) {
      .content-row .desc-holder .title {
        font-size: 32px;
        min-height: 184px;
        margin-bottom: 17px; } }
  .content-row .desc-holder .read-more {
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear; }
  .content-row .desc-holder.bg-navy:hover {
    background: #73b6d0;
    color: #192b3d; }
    .content-row .desc-holder.bg-navy:hover h1, .content-row .desc-holder.bg-navy:hover h2, .content-row .desc-holder.bg-navy:hover h3, .content-row .desc-holder.bg-navy:hover h4, .content-row .desc-holder.bg-navy:hover h5, .content-row .desc-holder.bg-navy:hover h6 {
      color: #192b3d; }
    .content-row .desc-holder.bg-navy:hover .read-more {
      color: #192b3d; }
  .content-row .desc-holder.bg-navy .read-more {
    color: #f8a761; }
  .content-row .desc-holder.bg-marygold:hover {
    background: #f17f26; }
  .content-row .desc-holder.bg-marygold .title {
    color: #192b3d; }
  .content-row .desc-holder.bg-marygold .read-more {
    color: #192b3d; }
  .content-row .desc-holder.bg-stone:hover {
    background: #d0c5c1; }

.content-row .title {
  display: block; }

.content-row .wrap {
  margin-bottom: 2px; }

/* about page styles */
.about-block {
  padding-top: 63px;
  padding-bottom: 10px; }
  @media (min-width: 992px) {
    .about-block {
      padding-bottom: 60px; } }

.image-text {
  margin-bottom: 60px; }
  .image-text h2 {
    color: #1e3a55;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .image-text h2 {
        margin-bottom: 0; } }
  .image-text h3 {
    color: #192b3d; }
  .image-text .img-holder img {
    width: 100%; }
  .image-text .desc-holder {
    padding-top: 40px; }
    @media (min-width: 992px) {
      .image-text .desc-holder {
        padding-top: 84px;
        padding-right: 30px; } }
    .image-text .desc-holder .holder {
      margin-bottom: 40px; }
      @media (min-width: 992px) {
        .image-text .desc-holder .holder {
          margin-bottom: 77px; } }

.approach-section {
  background: #e6e0de;
  margin-bottom: 70px; }
  @media (min-width: 992px) {
    .approach-section {
      margin-bottom: 134px; } }
  .approach-section .img-holder {
    position: relative;
    height: 100%;
    padding-top: 130%; }
    @media (min-width: 768px) {
      .approach-section .img-holder {
        border-right: 2px solid #fff;
        padding-top: 0; } }
    .approach-section .img-holder .bg-stretch {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  .approach-section .desc-holder {
    padding: 30px 15px; }
    @media (min-width: 992px) {
      .approach-section .desc-holder {
        padding: 99px 115px 69px 40px; } }
  .approach-section h2 {
    color: #1e3a55;
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .approach-section h2 {
        margin-bottom: 40px; } }
  .approach-section p {
    margin-bottom: 40px; }

.history-section {
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .history-section {
      margin-bottom: 97px; } }
  .history-section h2 {
    color: #1e3a55;
    margin-bottom: 40px; }
  .history-section p {
    margin-bottom: 40px; }
  .history-section .img-holder {
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .history-section .img-holder {
        margin-bottom: 0; } }
    .history-section .img-holder img {
      width: 100%; }

.award-section {
  margin-bottom: 2px; }
  @media (min-width: 992px) {
    .award-section .col-md-7 {
      width: 61.9%; } }
  @media (min-width: 992px) {
    .award-section .col-md-5 {
      width: 38.1%; } }
  .award-section .img-holder {
    height: 100%;
    position: relative;
    padding-top: 118%; }
    @media (min-width: 768px) {
      .award-section .img-holder {
        border-right: 2px solid #fff;
        padding-top: 0; } }
  .award-section .desc-holder {
    padding: 40px 15px; }
    @media (min-width: 992px) {
      .award-section .desc-holder {
        padding: 48px 87px 85px 34px; } }
  .award-section h2 {
    color: #fff;
    padding-bottom: 33px;
    margin-bottom: 31px;
    border-bottom: 1px solid #fff; }
  .award-section .hold {
    margin-bottom: 32px;
    padding-bottom: 27px;
    border-bottom: 1px solid #556a7f; }
  .award-section .h4 {
    display: block;
    color: #fff;
    margin-bottom: 10px; }
    .award-section .h4 a {
      color: #fff; }
      .award-section .h4 a:hover {
        text-decoration: underline; }
  .award-section .subtitle,
  .award-section .year {
    font-size: 14px;
    line-height: 1.4444;
    display: block; }
    @media (min-width: 992px) {
      .award-section .subtitle,
      .award-section .year {
        font-size: 18px; } }
  .award-section .read-more {
    color: #f8a761; }
    .award-section .read-more:hover {
      color: #f17f26; }

.filter-links {
  margin-bottom: 19px;
  font-size: 18px;
  line-height: 1.3333; }
  .filter-links .team-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0 -15px;
    white-space: nowrap;
    overflow-x: auto; }
    .filter-links .team-link li {
      padding: 0 15px; }
    .filter-links .team-link .active a {
      color: #1e3a55; }
      .filter-links .team-link .active a:after {
        opacity: 1;
        visibility: visible; }
    .filter-links .team-link a {
      display: block;
      padding-bottom: 2px;
      position: relative;
      color: #414144; }
      .filter-links .team-link a:after {
        content: '';
        background: #1e3a55;
        height: 2px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
        transition: opacity 0.3s linear, visibility 0.3s linear; }
  .filter-links .drop-text {
    margin-right: 5px; }
  .filter-links .dropdown-toggle:after {
    margin-left: 8px; }
  .filter-links .dropdown {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .filter-links .dropdown {
        margin-bottom: 0; } }
  .filter-links .text-holder {
    font-size: 16px;
    line-height: 1.5;
    max-width: 470px;
    padding-top: 21px; }
  .filter-links .search-form {
    border-bottom: 1px solid #414144;
    position: relative; }
    @media (min-width: 768px) {
      .filter-links .search-form {
        width: 201px;
        display: inline-block; } }
    .filter-links .search-form input[type="search"] {
      border: none;
      padding: 3px 25px 3px 0;
      width: 100%;
      color: #414144;
      outline: none; }
      .filter-links .search-form input[type="search"]::-webkit-input-placeholder {
        color: #414144; }
      .filter-links .search-form input[type="search"]::-moz-placeholder {
        opacity: 1;
        color: #414144; }
      .filter-links .search-form input[type="search"]:-moz-placeholder {
        color: #414144; }
      .filter-links .search-form input[type="search"]:-ms-input-placeholder {
        color: #414144; }
      .filter-links .search-form input[type="search"].placeholder {
        color: #414144; }
    .filter-links .search-form button {
      background: none;
      border: none;
      padding: 0;
      color: #414144;
      position: absolute;
      top: 5px;
      right: 0; }
      .filter-links .search-form button:hover {
        color: #e96601; }

.grid-block .content-row {
  margin: 0; }
  .grid-block .content-row [class^="col-"] {
    margin-bottom: 2px; }
  @media (min-width: 992px) {
    .grid-block .content-row .overlay-holder {
      padding: 30px 40px; } }
  .grid-block .content-row .img-block {
    padding-top: 68%; }

.grid-block .title {
  margin-bottom: 2px; }

.clients-section {
  background: #ece8e6;
  padding-top: 80px;
  padding-bottom: 75px;
  margin-bottom: 2px; }
  @media (min-width: 992px) {
    .clients-section {
      padding-top: 111px;
      padding-bottom: 105px; } }
  .clients-section .head-holder {
    max-width: 670px;
    margin-bottom: 41px; }
  .clients-section h2 {
    color: #1e3a55;
    margin-bottom: 35px; }
  .clients-section .list-frame {
    font-size: 18px;
    line-height: 1.5556; }
  .clients-section .text-title {
    display: block;
    margin-bottom: 33px; }
  @media (min-width: 1200px) {
    .clients-section ul {
      padding-right: 40px; } }
  .clients-section ul li {
    margin-bottom: 14px; }

.join-section {
  margin-bottom: 2px; }
  .join-section .img-block {
    position: relative;
    height: 100%;
    padding-top: 80%; }
    @media (min-width: 768px) {
      .join-section .img-block {
        border-right: 2px solid #fff;
        padding-top: 0; } }
  .join-section .desc-holder {
    padding: 40px 15px; }
    @media (min-width: 992px) {
      .join-section .desc-holder {
        padding: 110px 90px 104px 66px; } }
  .join-section h2 {
    color: #fff;
    margin-bottom: 42px; }
  .join-section p {
    margin-bottom: 23px; }
  .join-section .read-more {
    color: #f8a761; }
    .join-section .read-more:hover {
      color: #f17f26; }

@media (min-width: 992px) {
  .team-desc {
    padding-bottom: 97px; } }

@media (min-width: 992px) {
  .team-desc .col-md-4 {
    width: 35.8%; } }

@media (min-width: 992px) {
  .team-desc .col-md-8 {
    width: 64.2%; } }

.team-desc .img-holder {
  border-bottom: 6px solid #f17f26; }
  .team-desc .img-holder img {
    width: 100%; }

.team-desc .desc-holder {
  padding: 20px 15px; }
  @media (min-width: 992px) {
    .team-desc .desc-holder {
      padding: 16px 37px; } }
  @media (min-width: 1200px) {
    .team-desc .desc-holder {
      padding-right: 160px; } }
  .team-desc .desc-holder .head-holder {
    margin-bottom: 32px; }
    @media (min-width: 992px) {
      .team-desc .desc-holder .head-holder {
        margin-bottom: 62px; } }
  .team-desc .desc-holder h1 {
    color: #1e3a55;
    margin-bottom: 3px; }
  .team-desc .desc-holder sup {
    text-transform: uppercase;
    font: 600 16px/1.5 "work_sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 0.6px;
    color: #e96601;
    top: -1.3em; }
  .team-desc .desc-holder .subtitle {
    color: #1e3a55;
    font-size: 18px; }
    @media (min-width: 992px) {
      .team-desc .desc-holder .subtitle {
        font-size: 24px; } }
  .team-desc .desc-holder p {
    margin-bottom: 40px; }

.career-intro-section {
  padding-top: 60px;
  padding-bottom: 30px; }
  @media (min-width: 992px) {
    .career-intro-section {
      padding-top: 78px;
      padding-bottom: 106px; } }
  .career-intro-section .h4 {
    display: block;
    line-height: 1.5385;
    margin-bottom: 36px;
    color: #1e3a55; }
  .career-intro-section p {
    margin-bottom: 40px; }
  .career-intro-section .img-holder .block {
    margin-bottom: 40px;
    height: 100%; }
    @media (min-width: 992px) {
      .career-intro-section .img-holder .block {
        margin-bottom: 0; } }
  .career-intro-section .img-holder img {
    width: 100%; }
    @media (min-width: 768px) {
      .career-intro-section .img-holder img {
        height: 100%; } }

.opening-section {
  padding-top: 68px;
  padding-bottom: 53px;
  margin-bottom: 2px; }
  @media (min-width: 992px) {
    .opening-section {
      padding-top: 98px; } }
  .opening-section h2 {
    color: #1e3a55;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      .opening-section h2 {
        margin-bottom: 71px; } }
  .opening-section h3 {
    color: #192b3d; }
  .opening-section .row {
    position: relative; }
    .opening-section .row + .row {
      padding-top: 48px;
      margin-top: 10px; }
      @media (min-width: 992px) {
        .opening-section .row + .row {
          margin-top: 58px; } }
      .opening-section .row + .row:before {
        content: '';
        height: 1px;
        background: #1e3a55;
        position: absolute;
        right: 15px;
        left: 15px;
        top: 0; }
  .opening-section p {
    margin-bottom: 40px;
    color: #414144; }
    .opening-section p a {
      color: #414144; }
      .opening-section p a:hover {
        text-decoration: underline; }

.top-section {
  padding-top: 77px;
  padding-bottom: 50px; }
  .top-section .img-holder {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      .top-section .img-holder {
        margin-bottom: 0; } }
    .top-section .img-holder img {
      width: 100%; }

.desc-block {
  padding-top: 31px;
  padding-bottom: 110px; }
  .desc-block .h3 {
    display: block;
    color: #192b3d;
    margin-bottom: 46px; }
  .desc-block .start-block {
    border-bottom: 1px solid #979797;
    padding-bottom: 50px;
    margin-bottom: 79px; }
  .desc-block .specs-block .title-text {
    display: block;
    margin-bottom: 25px; }
  .desc-block .holder {
    margin-bottom: 59px; }
  .desc-block ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px; }
    @media (min-width: 992px) {
      .desc-block ul li {
        padding-left: 48px; } }
    .desc-block ul li:before {
      content: '';
      height: 2px;
      background: #484848;
      position: absolute;
      top: 13px;
      left: 0;
      width: 20px; }
      @media (min-width: 992px) {
        .desc-block ul li:before {
          width: 35px;
          top: 17px; } }

.application-form {
  max-width: 570px;
  padding-top: 12px; }
  .application-form .btn-holder {
    margin-top: 50px;
    margin-bottom: 54px; }
    .application-form .btn-holder .btn {
      padding: 13px 27px 11px; }

.form-label {
  margin-bottom: 9px; }

.form-control {
  height: 48px;
  padding: 8px 10px; }

textarea.form-control {
  height: 315px;
  resize: none;
  margin-top: 5px; }

.load-holder {
  font: 600 16px/1.5 "work_sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.6px;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 49px;
  text-transform: uppercase; }
  .load-holder a {
    border-bottom: 3px solid #1e3a55;
    padding-bottom: 5px; }
    .load-holder a:hover {
      color: #e96601;
      border-bottom-color: #e96601; }

.single-work-block .container {
  max-width: 1000px; }

.single-work-block .heading {
  padding-top: 54px;
  padding-bottom: 59px; }
  .single-work-block .heading h1 {
    margin-bottom: 14px;
    color: #1e3a55; }
  .single-work-block .heading .subtitle {
    color: #414144;
    font-size: 18px;
    display: block;
    padding-right: 31px; }

.single-work-block img {
  width: 100%; }

.slider-section {
  padding-bottom: 65px; }
  .slider-section__wider {
    padding-bottom: 40px; }
    .slider-section__wider .container {
      max-width: 1000px; }
  .slider-section .swiper-slider {
    position: relative;
    padding-bottom: 41px; }
  .slider-section .swiper-pagination {
    bottom: 0;
    left: -4px;
    right: -4px;
    width: auto;
    text-align: right; }
  .slider-section .swiper-pagination-bullet {
    width: 28px;
    height: 2px;
    background: #898989; }
    .slider-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #f17f26; }
  .slider-section .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
  .slider-section .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px; }

.page-content {
  padding-bottom: 72px; }
  .page-content .item-info .holder {
    margin-bottom: 40px; }
  .page-content .item-info .title {
    font: 600 16px/1.5 "work_sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    display: block;
    color: #1e3a55;
    margin-bottom: 2px; }
  .page-content .item-info .desc {
    font-size: 18px;
    line-height: 1.5;
    font-style: italic;
    display: block; }
    .page-content .item-info .desc a {
      color: #414144; }
      .page-content .item-info .desc a:hover {
        color: #f8a761; }
  .page-content .h3 {
    display: block;
    line-height: 1.3125;
    margin-bottom: 40px; }
  .page-content p {
    margin-bottom: 40px; }

.full-image {
  margin-bottom: 110px; }

.group-holder {
  padding-bottom: 66px; }
  .group-holder .image-caption {
    font-size: 16px;
    line-height: 1.5;
    padding-top: 20px; }
    .group-holder .image-caption .demo {
      background: #d8d8d8;
      height: 14px;
      display: block;
      margin-bottom: 10px; }
  .group-holder .img-holder {
    margin-bottom: 37px; }
    .group-holder .img-holder img {
      width: 100%; }

.mid-image {
  padding-bottom: 70px; }

.desc-block__contact {
  padding-top: 80px;
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    .desc-block__contact {
      padding-bottom: 103px; } }
  .desc-block__contact .container {
    max-width: 1200px; }
  .desc-block__contact .h2 {
    display: block;
    color: #1e3a55;
    border-bottom: 1px solid #979797;
    line-height: 1.1;
    margin-bottom: 29px; }
  .desc-block__contact .text {
    display: block;
    margin-bottom: 28px; }
  .desc-block__contact .widget {
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .desc-block__contact .widget {
        margin-bottom: 109px; } }
    .desc-block__contact .widget .holder {
      margin-bottom: 44px;
      line-height: 1.7; }
    .desc-block__contact .widget .title {
      display: block;
      margin-bottom: 3px; }
    .desc-block__contact .widget .desc {
      display: block; }
      .desc-block__contact .widget .desc a {
        color: #e96601; }
        .desc-block__contact .widget .desc a:hover {
          text-decoration: underline; }
      .desc-block__contact .widget .desc .link {
        text-decoration: underline; }
        .desc-block__contact .widget .desc .link:hover {
          text-decoration: none; }
    .desc-block__contact .widget .h3 {
      display: block;
      border-bottom: 1px solid #979797;
      padding-bottom: 13px;
      margin-bottom: 30px; }
    .desc-block__contact .widget .locate-holder {
      margin-bottom: 42px;
      line-height: 1.8; }
      .desc-block__contact .widget .locate-holder .title {
        margin-bottom: 1px; }
      .desc-block__contact .widget .locate-holder address {
        margin-bottom: 0; }

.init-block {
  padding-top: 56px;
  padding-bottom: 30px;
  font-size: 26px;
  line-height: 1.4231; }
  .init-block .subtitle {
    font: 600 16px/1.5 "work_sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 0.6px;
    color: #e96601;
    display: block;
    margin-bottom: 29px; }
  .init-block h1 {
    line-height: 1.3182;
    margin-bottom: 22px;
    color: #1e3a55; }
  .init-block p {
    margin-bottom: 22px; }
  .init-block time {
    font-size: 18px; }

.desc-content-block .holder {
  padding-bottom: 40px; }

.desc-content-block .h4 {
  color: #1e3a55; }

.desc-content-block .h3 {
  display: block;
  max-width: 670px;
  line-height: 1.4375;
  color: #192b3d;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 55px; }

.desc-content-block .letter-holder {
  margin-bottom: 50px; }
  @media (min-width: 992px) {
    .desc-content-block .letter-holder {
      margin-bottom: 101px; } }
  .desc-content-block .letter-holder .head {
    font: 24px/1.1667 "work_sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #484848;
    display: block;
    margin-bottom: 19px; }
  .desc-content-block .letter-holder p {
    margin-bottom: 40px; }

#footer {
  padding: 37px 0;
  text-align: center; }
  @media (min-width: 768px) {
    #footer {
      text-align: left; } }
  @media (min-width: 992px) {
    #footer {
      padding: 37px 0 64px; } }
  #footer .h6 {
    font: 600 15px/1.5 "work_sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-bottom: 8px; }
  #footer .address-holder {
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 40px; }
    @media (min-width: 992px) {
      #footer .address-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      #footer .address-holder .wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 -20px 38px; } }
    @media (min-width: 992px) {
      #footer .address-holder .wrap {
        width: 57.6%; } }
    #footer .address-holder .wrap .hold {
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        #footer .address-holder .wrap .hold {
          width: 56%;
          padding: 0 20px;
          margin: 0; } }
      @media (min-width: 768px) {
        #footer .address-holder .wrap .hold:first-child {
          width: 44%; } }
  #footer .contact-holder {
    font-size: 15px;
    line-height: 1.8; }
    @media (min-width: 768px) {
      #footer .contact-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0 -16px; } }
    @media (min-width: 992px) {
      #footer .contact-holder {
        margin-bottom: 0; } }
    #footer .contact-holder .hold {
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        #footer .contact-holder .hold {
          padding: 0 16px; } }
    #footer .contact-holder a {
      color: #fff; }
    #footer .contact-holder .tel:hover,
    #footer .contact-holder .email:hover {
      text-decoration: underline; }
  #footer .social-networks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px; }
    @media (min-width: 768px) {
      #footer .social-networks {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 0 11px; } }
    #footer .social-networks li {
      padding: 0 8px;
      margin-bottom: 15px;
      font-size: 21px;
      line-height: 1; }
    #footer .social-networks a {
      color: #f8a761; }
      #footer .social-networks a:hover {
        color: #f17f26; }
  @media (min-width: 992px) {
    #footer .newsletter-hold {
      width: 42.4%; } }
  #footer .newsletter-hold .h6 {
    margin-bottom: 15px; }
  #footer .newsletter-form {
    border-bottom: 2px solid #fff;
    position: relative;
    margin: -6px auto 0;
    padding-right: 40px;
    padding-bottom: 2px;
    max-width: 297px; }
    @media (min-width: 768px) {
      #footer .newsletter-form {
        margin: -6px 0 0; } }
    #footer .newsletter-form input[type=email] {
      font: 600 15px/1.5 "work_sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      text-transform: uppercase;
      letter-spacing: 0.6px;
      color: #f8a761;
      background: none;
      border: none;
      padding: 0 2px;
      outline: none;
      width: 100%; }
      #footer .newsletter-form input[type=email]::-webkit-input-placeholder {
        color: #f8a761; }
      #footer .newsletter-form input[type=email]::-moz-placeholder {
        opacity: 1;
        color: #f8a761; }
      #footer .newsletter-form input[type=email]:-moz-placeholder {
        color: #f8a761; }
      #footer .newsletter-form input[type=email]:-ms-input-placeholder {
        color: #f8a761; }
      #footer .newsletter-form input[type=email].placeholder {
        color: #f8a761; }
    #footer .newsletter-form button[type=submit] {
      background: none;
      border: none;
      padding: 0;
      color: #f8a761;
      position: absolute;
      top: -3px;
      right: 0; }
      #footer .newsletter-form button[type=submit] .icon-arrow {
        font-size: 30px;
        line-height: 1; }
      #footer .newsletter-form button[type=submit]:hover {
        color: #f17f26; }

.footer-logo {
  width: 157px;
  margin: 0 auto 40px; }
  @media (min-width: 992px) {
    .footer-logo {
      padding-top: 12px;
      margin: 0; } }

html {
  font-size: 10px; }

.editor-styles-wrapper {
  padding-left: 0;
  padding-right: 0; }

.wp-block {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0; }
  .wp-block[data-align="wide"] {
    max-width: 100%; }
  .wp-block[data-align="full"] {
    max-width: none; }
  .wp-block.wp-block-acf-hero-slider .swiper-slide {
    display: none; }
    .wp-block.wp-block-acf-hero-slider .swiper-slide:first-child {
      display: block; }
/*# sourceMappingURL=main.css.map */