body {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  font-family: "Source Sans Pro"; }
  body * {
    outline: none; }
  body:not(.transparent_header) {
    margin-top: 88px; }
  body.admin-bar header.main_header {
    top: 32px; }
  body.admin-bar .mobile_menu {
    top: 32px; }

b {
  font-weight: 600; }

h1 {
  font-family: "Source Sans Pro";
  font-size: 64px;
  margin: 0px; }

h2 {
  font-family: "Source Sans Pro";
  font-size: 40px;
  margin: 0px; }

h3 {
  font-family: "Source Sans Pro";
  font-size: 32px;
  margin: 0px; }

h4 {
  font-family: "Source Sans Pro";
  font-size: 28px;
  margin: 0px; }

h5 {
  font-family: "Source Sans Pro";
  font-size: 24px;
  margin: 0px; }

h6 {
  font-family: "Source Sans Pro";
  font-size: 20px;
  margin: 0px; }

.mobile_menu {
  position: fixed;
  left: 0px;
  top: 0px;
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  background-color: rgba(35, 39, 42, 0);
  z-index: -3;
  width: 100%;
  height: 150%;
  -webkit-transition: background-color .3s, -webkit-backdrop-filter .3s;
  transition: background-color .3s, -webkit-backdrop-filter .3s;
  -o-transition: backdrop-filter .3s, background-color .3s;
  transition: backdrop-filter .3s, background-color .3s;
  transition: backdrop-filter .3s, background-color .3s, -webkit-backdrop-filter .3s; }
  .mobile_menu.active {
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: rgba(35, 39, 42, 0.6); }
    .mobile_menu.active .menu_container {
      right: 0px; }
  .mobile_menu .menu_container {
    width: 194px;
    height: 150%;
    background: white;
    z-index: 30;
    right: -194px;
    -webkit-transition: right .3s;
    -o-transition: right .3s;
    transition: right .3s;
    position: fixed; }
    .mobile_menu .menu_container .Divide {
      margin: 0 16px;
      width: -webkit-fill-available;
      width: -moz-available;
      width: fill-available;
      height: 64px;
      border-radius: 0.5px;
      -webkit-box-shadow: inset 0 -1px 0 0 rgba(38, 55, 68, 0.1);
      box-shadow: inset 0 -1px 0 0 rgba(38, 55, 68, 0.1);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .mobile_menu .menu_container .Divide .close {
        width: 18px;
        height: 18px;
        display: block;
        cursor: pointer; }
    .mobile_menu .menu_container .main_menu {
      display: block;
      padding: 20px 16px; }
      .mobile_menu .menu_container .main_menu a {
        display: block;
        padding: 20px 0px;
        color: #23272a;
        font-family: "Source Sans Pro";
        font-size: 16px;
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        .mobile_menu .menu_container .main_menu a:after {
          content: '';
          position: absolute;
          bottom: 14px;
          width: 0%;
          height: 2px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          border-radius: 1.5px;
          background: #01bacb;
          -webkit-transition: width .3s;
          -o-transition: width .3s;
          transition: width .3s; }
        .mobile_menu .menu_container .main_menu a:hover, .mobile_menu .menu_container .main_menu a.active {
          color: #01bacb;
          font-weight: bold; }
        .mobile_menu .menu_container .main_menu a.active:after {
          width: 100%; }
    .mobile_menu .menu_container .contact_btn {
      display: block;
      margin: 0px 16px;
      padding: 14px 0px;
      width: -webkit-fill-available;
      width: -moz-available;
      width: fill-available;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: "Source Sans Pro";
      font-size: 16px;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 4px;
      background: rgba(39, 194, 41, 0.12);
      color: #27c229;
      -webkit-transition: background .3s, color .3s;
      -o-transition: background .3s, color .3s;
      transition: background .3s, color .3s; }
      .mobile_menu .menu_container .contact_btn:hover {
        background: #27c229;
        color: #fff; }

.il_text {
  width: 445px;
  max-width: -webkit-fill-available;
  max-width: -moz-available;
  max-width: fill-available; }
  .il_text h3 {
    font-weight: 600;
    line-height: 1.25em;
    color: #23272a;
    margin-bottom: 36px;
    position: relative; }
    .il_text h3:after {
      content: '';
      position: absolute;
      bottom: -16px;
      left: 0px;
      width: 190px;
      height: 4px;
      background: url("../img/line-element.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain; }
  .il_text .il_description {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.56em;
    color: #263744; }

header.main_header {
  background: transparent;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 10;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background .3s , -webkit-box-shadow .3s;
  transition: background .3s , -webkit-box-shadow .3s;
  -o-transition: background .3s , box-shadow .3s;
  transition: background .3s , box-shadow .3s;
  transition: background .3s , box-shadow .3s , -webkit-box-shadow .3s; }
  header.main_header .container_mobile {
    height: 24px;
    display: none;
    -webkit-box-shadow: 0 12px 24px -8px rgba(29, 68, 121, 0.08);
    box-shadow: 0 12px 24px -8px rgba(29, 68, 121, 0.08);
    background-color: #ffffff;
    padding: 20px 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header.main_header .container_mobile .logo_link {
      height: 24px; }
      header.main_header .container_mobile .logo_link img {
        height: 100%;
        width: auto; }
    header.main_header .container_mobile .mobile_toggle {
      width: 24px;
      height: 24px;
      -o-object-fit: contain;
      object-fit: contain;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer; }
      header.main_header .container_mobile .mobile_toggle img {
        width: 100%; }
  header.main_header.fixed, header.main_header.always_fixed {
    -webkit-box-shadow: 0 12px 24px -8px rgba(29, 68, 121, 0.08);
    box-shadow: 0 12px 24px -8px rgba(29, 68, 121, 0.08);
    background-color: #ffffff; }
    header.main_header.fixed .container .logo_link img:not(.black), header.main_header.always_fixed .container .logo_link img:not(.black) {
      display: none; }
    header.main_header.fixed .container .logo_link img.black, header.main_header.always_fixed .container .logo_link img.black {
      display: block; }
    header.main_header.fixed .container .main_menu a, header.main_header.always_fixed .container .main_menu a {
      color: #23272a; }
    header.main_header.fixed .container .contact_btn, header.main_header.always_fixed .container .contact_btn {
      background: rgba(39, 194, 41, 0.12);
      color: #27c229; }
  header.main_header .container {
    width: 1110px;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill-available;
    padding: 0px 15px;
    height: 88px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header.main_header .container .logo_link {
      display: block;
      width: 160px; }
      header.main_header .container .logo_link img {
        max-width: 122px;
        display: block; }
        header.main_header .container .logo_link img.black {
          display: none; }
    header.main_header .container .main_menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      header.main_header .container .main_menu a {
        display: block;
        margin: 0 24px;
        color: #ffffff;
        font-family: "Source Sans Pro";
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s; }
        header.main_header .container .main_menu a:after {
          content: '';
          position: absolute;
          bottom: -6px;
          width: 0%;
          height: 2px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          border-radius: 1.5px;
          background: #01bacb;
          -webkit-transition: width .3s;
          -o-transition: width .3s;
          transition: width .3s; }
        header.main_header .container .main_menu a:hover, header.main_header .container .main_menu a.active {
          color: #01bacb;
          font-weight: bold; }
        header.main_header .container .main_menu a.active:after {
          width: 100%; }
    header.main_header .container .contact_btn {
      display: block;
      padding: 14px;
      min-width: 140px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: "Source Sans Pro";
      font-size: 16px;
      text-decoration: none;
      text-transform: uppercase;
      color: #ffffff;
      border-radius: 4px;
      background: rgba(255, 255, 255, 0.12);
      -webkit-transition: background .3s, color .3s;
      -o-transition: background .3s, color .3s;
      transition: background .3s, color .3s; }
      header.main_header .container .contact_btn:hover {
        background: #27c229;
        color: #fff; }

.hero_main {
  background: url("../img/hero_img_bg_2.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #35629b;
  position: relative; }
  .hero_main .scroll {
    position: absolute;
    width: 71px;
    height: 71px;
    left: 50%;
    bottom: 12px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1; }
  .hero_main .triangle {
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .hero_main .triangle img {
      height: 100%;
      display: block;
      position: relative; }
    .hero_main .triangle .white_block {
      width: -webkit-fill-available;
      width: -moz-available;
      width: fill-available;
      height: 44px;
      background: #fafcff;
      position: relative;
      overflow: visible; }
      .hero_main .triangle .white_block:after {
        content: '';
        width: calc(100% + 8px);
        left: -4px;
        height: 100%;
        background: #fafcff;
        position: absolute;
        z-index: 2; }
  .hero_main .container {
    padding: 208px 15px 283px; }
    .hero_main .container h1 {
      line-height: 1.13;
      letter-spacing: 1px;
      color: #fff;
      line-height: 1.13em;
      margin-bottom: 12px;
      text-align: center;
      font-weight: bold; }
    .hero_main .container h4 {
      color: #fff;
      line-height: 1.14;
      text-align: center;
      margin-bottom: 40px; }
    .hero_main .container .button {
      font-family: "Source Sans Pro";
      color: #ffffff;
      font-weight: bold;
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto;
      -webkit-box-shadow: 0 12px 20px -8px rgba(29, 68, 121, 0.35);
      box-shadow: 0 12px 20px -8px rgba(29, 68, 121, 0.35);
      border-radius: 4px;
      padding: 18px 67px;
      text-transform: uppercase;
      text-decoration: none;
      background-color: #27c229; }

.productivity {
  position: relative;
  background-color: #fafcff;
  background-position: top center;
  background-size: cover; }
  .productivity .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .productivity .bg #bg1 {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      width: calc(284 / 1920 * 100vw);
      left: 0px;
      position: absolute; }
      .productivity .bg #bg1 img {
        width: 100%; }
    .productivity .bg #bg2 {
      position: absolute;
      bottom: calc(-189 / 1920 * 100vw);
      right: 0px;
      width: calc(284 / 1920 * 100vw); }
      .productivity .bg #bg2 img {
        width: 100%; }
    .productivity .bg #bg3 {
      position: absolute;
      right: calc(50% + 555px);
      bottom: -75px;
      width: 132px; }
      .productivity .bg #bg3 img {
        width: 100%; }
  .productivity .container {
    width: 1110px;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill-available;
    padding: 64px 15px 88px;
    margin: 0 auto;
    z-index: 3;
    position: inherit; }
    .productivity .container h2 {
      font-weight: bold;
      line-height: 1.4em;
      letter-spacing: 0.5px;
      text-align: center;
      color: #23272a;
      margin-bottom: 12px; }
    .productivity .container .section_description {
      width: 730px;
      max-width: -webkit-fill-available;
      max-width: -moz-available;
      max-width: fill-available;
      font-size: 18px;
      line-height: 1.56em;
      margin: 0 auto;
      text-align: center;
      color: #263744;
      margin-bottom: 64px; }
    .productivity .container .productivity_items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      .productivity .container .productivity_items .item {
        width: calc(33% - 20px);
        position: relative; }
        .productivity .container .productivity_items .item:nth-child(1):after {
          content: '';
          width: 240px;
          top: 114px;
          height: 70px;
          left: 200px;
          background: url("../img/line-01.svg");
          background-position: center center;
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute; }
        .productivity .container .productivity_items .item:nth-child(2):after {
          content: '';
          width: 220px;
          top: 93px;
          height: 89px;
          left: 213px;
          background: url("../img/line-02.svg");
          background-position: center center;
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute; }
        .productivity .container .productivity_items .item img {
          width: 200px;
          height: 200px;
          -o-object-fit: contain;
          object-fit: contain;
          display: block;
          margin: 0 auto;
          margin-bottom: 24px; }
        .productivity .container .productivity_items .item h5 {
          font-weight: 600;
          line-height: 1.33em;
          text-align: center;
          color: #23272a;
          margin-bottom: 12px; }
        .productivity .container .productivity_items .item .item_description {
          font-size: 16px;
          width: 350px;
          line-height: 1.5em;
          text-align: center;
          font-weight: normal;
          letter-spacing: .08em;
          color: #263744; }

.destiny {
  padding: 88px 0px;
  position: relative; }
  .destiny .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .destiny .bg #bg1 {
      position: absolute;
      left: calc(50% + 555px);
      bottom: -57px;
      width: 96px; }
      .destiny .bg #bg1 img {
        width: 100%; }
    .destiny .bg #bg2 {
      position: absolute;
      right: 0px;
      bottom: 0px;
      width: 169px;
      height: 350px; }
      .destiny .bg #bg2 img {
        width: 100%; }
    .destiny .bg #bg3 {
      position: absolute;
      left: calc(50% + 555px);
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
      bottom: -67px;
      width: 118px; }
      .destiny .bg #bg3 img {
        width: 100%; }
  .destiny .second_container {
    width: 1270px;
    padding: 0px 15px;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill-available;
    margin: 0 auto;
    z-index: 3;
    position: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .destiny .second_container img.illustration, .destiny .second_container picture.illustration {
      width: 620px;
      max-width: -webkit-fill-available;
      max-width: -moz-available;
      max-width: fill-available;
      height: auto;
      display: block;
      margin-right: 125px; }
  .destiny .container {
    width: 730px;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill-available;
    padding: 0px 15px 48px;
    margin: 0 auto;
    z-index: 3;
    position: inherit; }
    .destiny .container h2 {
      font-weight: bold;
      line-height: 1.4em;
      letter-spacing: 0.5px;
      text-align: center;
      color: #23272a;
      margin-bottom: 12px; }
    .destiny .container .section_description {
      font-size: 18px;
      line-height: 1.56em;
      letter-spacing: .08em;
      text-align: center;
      color: #263744; }

.apis {
  background: url("../img/bg-new.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .apis .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .apis .bg #bg1 {
      position: absolute;
      right: calc(50% + 555px);
      bottom: -57px;
      width: 96px; }
      .apis .bg #bg1 img {
        width: 100%; }
  .apis .container {
    width: 1110px;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill-available;
    padding: 18px 15px 6px;
    margin: 0 auto;
    z-index: 3;
    position: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .apis .container .il_text h3, .apis .container .il_text .il_description {
      color: #fff; }
    .apis .container .il_text h3:after {
      background: url("../img/white/line-element.svg"); }
    .apis .container img.illustration, .apis .container picture.illustration {
      display: block;
      padding-top: 60px;
      width: 560px;
      max-width: -webkit-fill-available;
      max-width: -moz-available;
      max-width: fill-available; }

.testimonials {
  position: relative; }
  .testimonials .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .testimonials .bg #bg1 {
      position: absolute;
      right: calc(50% + 459px);
      bottom: -57px;
      width: 96px; }
      .testimonials .bg #bg1 img {
        width: 100%; }
  .testimonials .container {
    width: 760px;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill-available;
    padding: 88px 15px;
    margin: 0 auto;
    z-index: 3;
    position: inherit; }
    .testimonials .container h2 {
      font-weight: bold;
      line-height: 1.4em;
      letter-spacing: 0.5px;
      text-align: center;
      color: #23272a;
      margin-bottom: 24px; }
    .testimonials .container .slider_testimonials {
      width: 100%;
      position: relative; }
      .testimonials .container .slider_testimonials .slick-track {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .testimonials .container .slider_testimonials .slider_arrow {
        cursor: pointer; }
        .testimonials .container .slider_testimonials .slider_arrow:after {
          content: '';
          position: absolute;
          width: 36px;
          height: 36px;
          top: 50%;
          right: -80px;
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          background: url("../img/arrow.svg"); }
        .testimonials .container .slider_testimonials .slider_arrow.prev:after {
          background: url("../img/arrow-copy.svg");
          right: auto;
          left: -80px; }
      .testimonials .container .slider_testimonials .slider_item {
        width: -webkit-fill-available;
        width: -moz-available;
        width: fill-available;
        margin: 0 15px 20px;
        border-radius: 8px;
        -webkit-box-shadow: 0 12px 16px 0 rgba(56, 110, 181, 0.1);
        box-shadow: 0 12px 16px 0 rgba(56, 110, 181, 0.1);
        margin-bottom: 20px;
        height: inherit;
        background: #ffffff;
        position: relative;
        z-index: 5; }
        .testimonials .container .slider_testimonials .slider_item .slider_bg {
          position: absolute;
          z-index: 2;
          bottom: -16px;
          left: 24px;
          width: calc(100% - 48px);
          height: calc(100% - 14px);
          right: 24px;
          opacity: 0.16;
          border-radius: 8px;
          background-image: -webkit-linear-gradient(73deg, #6aaaff -22%, #1e4e8d 112%);
          background-image: -o-linear-gradient(73deg, #6aaaff -22%, #1e4e8d 112%);
          background-image: linear-gradient(17deg, #6aaaff -22%, #1e4e8d 112%); }
        .testimonials .container .slider_testimonials .slider_item .slider_content {
          -webkit-box-shadow: 0 12px 16px 0 rgba(56, 110, 181, 0.1);
          box-shadow: 0 12px 16px 0 rgba(56, 110, 181, 0.1);
          position: relative;
          padding: 56px 65px 40px;
          z-index: 7;
          opacity: 1;
          border-radius: 8px;
          background: white;
          text-align: center; }
          .testimonials .container .slider_testimonials .slider_item .slider_content .testimonial_text {
            font-size: 24px;
            font-weight: normal;
            font-style: italic;
            line-height: 1.33em;
            letter-spacing: normal;
            text-align: center;
            color: #263744;
            margin-bottom: 40px;
            position: relative; }
            .testimonials .container .slider_testimonials .slider_item .slider_content .testimonial_text:before {
              content: '';
              width: 23.7px;
              height: 19.8px;
              position: absolute;
              right: 100%;
              top: -9px;
              background: url("../img/quote1.svg"); }
            .testimonials .container .slider_testimonials .slider_item .slider_content .testimonial_text:after {
              content: '';
              width: 23.7px;
              height: 19.8px;
              position: absolute;
              left: 100%;
              bottom: -9px;
              background: url("../img/quote2.svg"); }
          .testimonials .container .slider_testimonials .slider_item .slider_content .author {
            font-size: 20px;
            font-weight: 600;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.6em;
            letter-spacing: normal;
            text-align: center;
            color: #23272a;
            margin-bottom: 16px; }
          .testimonials .container .slider_testimonials .slider_item .slider_content .aut_logo {
            width: 180px;
            max-width: 50%;
            margin: 0 auto; }
            .testimonials .container .slider_testimonials .slider_item .slider_content .aut_logo img {
              width: 100%; }

.cta {
  background: url("../img/bg-new2.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .cta .container {
    width: 730px;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill-available;
    padding: 80px 15px;
    margin: 0 auto;
    z-index: 3;
    position: inherit; }
    .cta .container h2 {
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.4em;
      letter-spacing: 0.5px;
      text-align: center;
      color: #ffffff;
      margin-bottom: 12px; }
    .cta .container h5 {
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33em;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      margin-bottom: 28px; }
    .cta .container .button {
      font-family: "Source Sans Pro";
      color: #ffffff;
      font-weight: bold;
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto;
      -webkit-box-shadow: 0 12px 20px -8px rgba(29, 68, 121, 0.35);
      box-shadow: 0 12px 20px -8px rgba(29, 68, 121, 0.35);
      border-radius: 4px;
      padding: 18px 62px;
      text-transform: uppercase;
      text-decoration: none;
      background-color: #27c229; }

.contact_form {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: #fafcff; }
  .contact_form .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .contact_form .bg #bg1 {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      width: calc(284 / 1920 * 100vw);
      left: 0px;
      top: 80px;
      position: absolute; }
      .contact_form .bg #bg1 img {
        width: 100%; }
    .contact_form .bg #bg2 {
      position: absolute;
      bottom: 80px;
      right: 0px;
      width: calc(284 / 1920 * 100vw); }
      .contact_form .bg #bg2 img {
        width: 100%; }
  .contact_form .container {
    padding: 104px 15px 116px;
    z-index: 3;
    position: inherit;
    width: 1110px;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill-available;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .contact_form .container .contact_text {
      width: 540px;
      margin-right: 15px;
      max-width: -webkit-fill-available;
      max-width: -moz-available;
      max-width: fill-available; }
      .contact_form .container .contact_text h2 {
        font-weight: bold;
        line-height: 1.4em;
        letter-spacing: 0.5px;
        color: #23272a;
        margin-bottom: 12px; }
      .contact_form .container .contact_text .contact_description {
        font-size: 18px;
        line-height: 1.56em;
        letter-spacing: normal;
        color: #263744;
        margin-bottom: 40px; }
      .contact_form .container .contact_text img {
        width: calc(464 / 540 * 100%); }
      .contact_form .container .contact_text .illustration_wrapper {
        display: none;
        width: 100%;
        position: relative; }
        .contact_form .container .contact_text .illustration_wrapper .video-responsive {
          width: 100%;
          padding-top: calc(858 * 100% / 1064); }
          .contact_form .container .contact_text .illustration_wrapper .video-responsive video, .contact_form .container .contact_text .illustration_wrapper .video-responsive source, .contact_form .container .contact_text .illustration_wrapper .video-responsive canvas {
            width: 100%;
            position: absolute;
            top: 0px;
            left: 0px;
            height: 100%; }
        .contact_form .container .contact_text .illustration_wrapper .iframe_container {
          padding-top: 90%; }
          .contact_form .container .contact_text .illustration_wrapper .iframe_container iframe {
            position: absolute;
            border: none;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%; }
    .contact_form .container .form_container {
      width: 445px;
      max-width: -webkit-fill-available;
      max-width: -moz-available;
      max-width: fill-available; }
      .contact_form .container .form_container h5 {
        font-weight: 600;
        line-height: 1.33em;
        letter-spacing: normal;
        color: #23272a;
        margin-bottom: 10px; }
      .contact_form .container .form_container .form_wrapper input:not([type="submit"]), .contact_form .container .form_container .form_wrapper textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        resize: none;
        width: -webkit-fill-available;
        width: -moz-available;
        width: fill-available;
        border-radius: 4px;
        border: solid 2px rgba(0, 53, 93, 0.08);
        font-size: 18px;
        line-height: 1.36em;
        letter-spacing: normal;
        color: #263744;
        padding: 14px 20px;
        margin: 10px 0px;
        -webkit-transition: border .3s;
        -o-transition: border .3s;
        transition: border .3s;
        background: transparent; }
        .contact_form .container .form_container .form_wrapper input:not([type="submit"]):focus, .contact_form .container .form_container .form_wrapper textarea:focus {
          border: solid 2px rgba(1, 186, 203, 0.65); }
        .contact_form .container .form_container .form_wrapper input:not([type="submit"])::-webkit-input-placeholder, .contact_form .container .form_container .form_wrapper textarea::-webkit-input-placeholder {
          opacity: 1;
          color: rgba(38, 55, 68, 0.4); }
        .contact_form .container .form_container .form_wrapper input:not([type="submit"]):-ms-input-placeholder, .contact_form .container .form_container .form_wrapper textarea:-ms-input-placeholder {
          opacity: 1;
          color: rgba(38, 55, 68, 0.4); }
        .contact_form .container .form_container .form_wrapper input:not([type="submit"])::-ms-input-placeholder, .contact_form .container .form_container .form_wrapper textarea::-ms-input-placeholder {
          opacity: 1;
          color: rgba(38, 55, 68, 0.4); }
        .contact_form .container .form_container .form_wrapper input:not([type="submit"])::placeholder, .contact_form .container .form_container .form_wrapper textarea::placeholder {
          opacity: 1;
          color: rgba(38, 55, 68, 0.4); }
      .contact_form .container .form_container .form_wrapper textarea {
        height: 84px; }
      .contact_form .container .form_container .form_wrapper input[type="submit"] {
        margin-top: 22px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 4px;
        border: none;
        -webkit-box-shadow: 0 12px 20px -8px rgba(29, 68, 121, 0.1);
        box-shadow: 0 12px 20px -8px rgba(29, 68, 121, 0.1);
        -webkit-transition: opacity .3s, background .3s, color .3s, -webkit-box-shadow .3s;
        transition: opacity .3s, background .3s, color .3s, -webkit-box-shadow .3s;
        -o-transition: opacity .3s, box-shadow .3s, background .3s, color .3s;
        transition: opacity .3s, box-shadow .3s, background .3s, color .3s;
        transition: opacity .3s, box-shadow .3s, background .3s, color .3s, -webkit-box-shadow .3s;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        padding: 18px 67px;
        color: #ffffff;
        background-color: #27c229;
        color: white;
        text-transform: uppercase;
        opacity: .3;
        pointer-events: none; }
        .contact_form .container .form_container .form_wrapper input[type="submit"].active {
          -webkit-box-shadow: 0 12px 20px -8px rgba(29, 68, 121, 0.35);
          box-shadow: 0 12px 20px -8px rgba(29, 68, 121, 0.35);
          pointer-events: inherit;
          background: #27c229;
          color: white;
          opacity: .7;
          cursor: pointer; }
          .contact_form .container .form_container .form_wrapper input[type="submit"].active:hover {
            opacity: 1; }

.about_header {
  position: relative;
  background: #fafcff; }
  .about_header .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .about_header .bg #bg1 {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      width: calc(250 / 1920 * 100vw);
      left: 0px;
      top: 80px;
      position: absolute; }
      .about_header .bg #bg1 img {
        width: 100%; }
    .about_header .bg #bg2 {
      position: absolute;
      left: calc(50% + 555px);
      bottom: -67px;
      width: 118px; }
      .about_header .bg #bg2 img {
        width: 100%; }
  .about_header .container {
    padding: 70px 16px 30px;
    width: 1110px;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill-available;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    .about_header .container .about_title {
      width: 540px;
      min-width: 540px;
      position: relative;
      z-index: 3;
      max-width: -webkit-fill-available;
      max-width: -moz-available;
      max-width: fill-available;
      display: block; }
      .about_header .container .about_title h1 {
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.13;
        letter-spacing: 1px;
        color: #23272a;
        margin-bottom: 36px;
        position: relative; }
        .about_header .container .about_title h1:after {
          content: '';
          position: absolute;
          bottom: -16px;
          left: 0px;
          width: 190px;
          height: 4px;
          background: url("../img/line-element-center7.svg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain; }
      .about_header .container .about_title h5 {
        font-weight: 600;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33em;
        letter-spacing: normal;
        color: #23272a;
        margin-bottom: 20px; }
      .about_header .container .about_title .description {
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.56em;
        letter-spacing: normal;
        color: #263744; }
    .about_header .container .illustration {
      width: -webkit-fill-available;
      width: -moz-available;
      width: fill-available;
      max-width: calc(50vw - 195px);
      margin-left: 125px;
      margin-right: -225px; }
      .about_header .container .illustration img, .about_header .container .illustration picture {
        width: 100%;
        display: block;
        z-index: 1;
        position: inherit; }

.who_we_are {
  position: relative; }
  .who_we_are .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .who_we_are .bg #bg1 {
      position: absolute;
      right: calc(50% + 555px);
      bottom: -57px;
      width: 96px; }
      .who_we_are .bg #bg1 img {
        width: 100%; }
    .who_we_are .bg #bg2 {
      position: absolute;
      bottom: calc(-189 / 1920 * 100vw);
      right: 0px;
      width: calc(284 / 1920 * 100vw); }
      .who_we_are .bg #bg2 img {
        width: 100%; }
  .who_we_are .container {
    width: 650px;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill-available;
    padding: 88px 16px;
    margin: 0 auto;
    text-align: center;
    position: inherit;
    z-index: 3; }
    .who_we_are .container h2 {
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.4em;
      letter-spacing: 0.5px;
      text-align: center;
      color: #23272a;
      margin-bottom: 12px; }
    .who_we_are .container .description {
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.56em;
      letter-spacing: normal;
      text-align: center;
      color: #263744; }
      .who_we_are .container .description p {
        margin: 0px 0px 20px; }

.leadership {
  position: relative; }
  .leadership .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .leadership .bg #bg2 {
      position: absolute;
      left: calc(50% + 555px);
      bottom: -60px;
      width: 96px; }
      .leadership .bg #bg2 img {
        width: 100%; }
  .leadership .container {
    padding: 88px 16px 104px;
    width: 1110px;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill-available;
    margin: 0 auto;
    position: inherit;
    z-index: 3; }
    .leadership .container h2 {
      text-align: center;
      margin-bottom: 48px; }
    .leadership .container .team {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .leadership .container .team .team_item {
        width: calc(33%);
        min-width: 300px;
        text-align: center;
        margin-bottom: 40px; }
        .leadership .container .team .team_item .photo {
          max-width: 255px;
          width: 150px;
          border-radius: 50%;
          overflow: hidden;
          border: 4px solid white;
          border-color: white;
          -webkit-box-shadow: 0px 3px 14px 0px #00000099;
          box-shadow: 0px 3px 14px 0px #00000099;
          margin: 0 auto;
          max-width: -webkit-fill-available;
          max-width: -moz-available;
          max-width: fill-available;
          margin-bottom: 24px; }
          .leadership .container .team .team_item .photo img {
            width: 100%;
            display: block; }
        .leadership .container .team .team_item .name {
          max-width: 255px;
          margin-left: auto;
          margin-right: auto;
          font-size: 24px;
          font-weight: 600;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.33em;
          letter-spacing: normal;
          text-align: center;
          color: #23272a;
          margin-bottom: 4px; }
        .leadership .container .team .team_item .position {
          max-width: 255px;
          margin-left: auto;
          margin-right: auto;
          font-size: 14px;
          font-weight: 600;
          text-align: center;
          color: #01bacb;
          margin-bottom: 8px; }
        .leadership .container .team .team_item .bio {
          max-width: 255px;
          font-size: 16px;
          margin-left: auto;
          margin-right: auto;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.5em;
          letter-spacing: normal;
          text-align: center;
          color: #263744;
          margin-bottom: 8px; }
        .leadership .container .team .team_item .projects {
          font-size: 16px;
          font-weight: 600;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.5em;
          letter-spacing: normal;
          text-align: center;
          color: #263744; }

.big_cta {
  background: url("../img/bg-new2.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .big_cta .container {
    width: 730px;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill-available;
    padding: 80px 15px;
    margin: 0 auto;
    z-index: 3;
    position: inherit;
    text-align: center; }
    .big_cta .container h2 {
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.4em;
      letter-spacing: 0.5px;
      text-align: center;
      color: #ffffff;
      margin-bottom: 12px; }
    .big_cta .container h5 {
      font-weight: 600;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.33em;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      margin-bottom: 20px; }
    .big_cta .container .subtitle {
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.56;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      margin-bottom: 32px; }
    .big_cta .container .button {
      font-family: "Source Sans Pro";
      color: #ffffff;
      font-weight: bold;
      display: block;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto;
      -webkit-box-shadow: 0 12px 20px -8px rgba(29, 68, 121, 0.35);
      box-shadow: 0 12px 20px -8px rgba(29, 68, 121, 0.35);
      border-radius: 4px;
      padding: 18px 88px;
      text-transform: uppercase;
      text-decoration: none;
      background-color: #27c229; }

.insights_archive .insight_title {
  width: 1110px;
  max-width: -webkit-fill-available;
  max-width: -moz-available;
  max-width: fill-available;
  text-align: center;
  margin: 0 auto;
  padding: 30px 15px;
  color: #7b7b7b;
  text-transform: uppercase; }

.insights_archive .container {
  padding: 30px 16px 30px;
  width: 1110px;
  max-width: -webkit-fill-available;
  max-width: -moz-available;
  max-width: fill-available;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .insights_archive .container .insight_wrapper {
    /*&:nth-child(4n), &:nth-child(1) {
        width: calc(100%);
      }*/
    position: relative;
    border-radius: 10px;
    -webkit-box-shadow: 0px 7px 20px -9px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 20px -9px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    width: calc(50% - 10px);
    overflow: hidden;
    margin-bottom: 20px; }
    .insights_archive .container .insight_wrapper:hover {
      -webkit-box-shadow: 0px 7px 25px -9px rgba(0, 0, 0, 0.25);
      box-shadow: 0px 7px 25px -9px rgba(0, 0, 0, 0.25); }
      .insights_archive .container .insight_wrapper:hover .insight_item img {
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        transform: translate(-50%, -50%) scale(1.05); }
    .insights_archive .container .insight_wrapper .insight_text {
      background: white;
      padding: 20px;
      text-decoration: none;
      display: block; }
      .insights_archive .container .insight_wrapper .insight_text a.category {
        text-decoration: none;
        margin-bottom: 10px;
        display: block;
        font-size: 11px;
        color: #c5af4d;
        font-family: 'Montserrat';
        line-height: 18px;
        letter-spacing: 1px;
        text-transform: uppercase; }
      .insights_archive .container .insight_wrapper .insight_text a {
        text-decoration: none;
        display: block; }
      .insights_archive .container .insight_wrapper .insight_text h4 {
        text-decoration: none;
        margin-bottom: 10px;
        font-weight: 200;
        color: #505050;
        font-family: 'Montserrat'; }
        .insights_archive .container .insight_wrapper .insight_text h4 b {
          font-weight: 700; }
      .insights_archive .container .insight_wrapper .insight_text .excerpt {
        font-family: 'Open Sans';
        font-size: 14px;
        line-height: 25px;
        color: #616161;
        margin-bottom: 10px; }
      .insights_archive .container .insight_wrapper .insight_text .add_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: 'Montserrat';
        font-size: 11px;
        color: #8d8d8d;
        line-height: 19px;
        margin-bottom: 20px; }
        .insights_archive .container .insight_wrapper .insight_text .add_info .delimiter {
          margin: 0px 10px;
          height: 9px;
          background-color: #d6d6d6;
          width: 1px; }
        .insights_archive .container .insight_wrapper .insight_text .add_info .iconify {
          margin-right: 4px; }
        .insights_archive .container .insight_wrapper .insight_text .add_info .comments_count, .insights_archive .container .insight_wrapper .insight_text .add_info .reading_time {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
    .insights_archive .container .insight_wrapper .insight_item {
      padding-top: 56.25%;
      -o-object-fit: contain;
      object-fit: contain;
      position: relative;
      overflow: hidden; }
      .insights_archive .container .insight_wrapper .insight_item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        min-width: 100%;
        min-height: 100%;
        top: 50%;
        left: 50%;
        display: block;
        position: absolute;
        z-index: 3;
        -webkit-transform: translate(-50%, -50%) scale(1);
        -ms-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s; }
      .insights_archive .container .insight_wrapper .insight_item .overlay {
        background: -webkit-gradient(linear, left bottom, left top, from(#0000008c), to(transparent));
        background: -webkit-linear-gradient(bottom, #0000008c, transparent);
        background: -o-linear-gradient(bottom, #0000008c, transparent);
        background: linear-gradient(0deg, #0000008c, transparent);
        position: absolute;
        z-index: 4;
        text-decoration: none;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; }
        .insights_archive .container .insight_wrapper .insight_item .overlay .overlay_text {
          padding: 3%;
          width: 500px;
          max-width: -webkit-fill-available;
          max-width: -moz-available;
          max-width: fill-available;
          color: white; }
          .insights_archive .container .insight_wrapper .insight_item .overlay .overlay_text h2 {
            margin-bottom: 12px;
            font-weight: 600;
            text-decoration: none; }
          .insights_archive .container .insight_wrapper .insight_item .overlay .overlay_text h5 {
            font-weight: 400;
            line-height: 1.3em;
            height: 2.6em;
            margin-bottom: -2.6em;
            opacity: 0;
            overflow: hidden;
            -webkit-transition: margin-bottom .3s, opacity .3s;
            -o-transition: margin-bottom .3s, opacity .3s;
            transition: margin-bottom .3s, opacity .3s;
            text-decoration: none; }
  .insights_archive .container .featured {
    padding: 50px 0px;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill-available;
    text-align: center; }
    .insights_archive .container .featured a.category {
      text-decoration: none;
      margin-bottom: 10px;
      display: block;
      font-size: 11px;
      color: #c5af4d;
      font-family: 'Montserrat';
      line-height: 18px;
      letter-spacing: 2px;
      text-transform: uppercase; }
    .insights_archive .container .featured a {
      text-decoration: none;
      display: block; }
    .insights_archive .container .featured h2 {
      text-decoration: none;
      margin-bottom: 10px;
      font-size: 60px;
      line-height: 62px;
      font-weight: 200;
      color: #505050;
      font-family: 'Montserrat'; }
      .insights_archive .container .featured h2 b {
        font-weight: 700; }
    .insights_archive .container .featured .add_info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-family: 'Montserrat';
      font-size: 11px;
      color: #8d8d8d;
      line-height: 19px;
      margin-bottom: 20px; }
      .insights_archive .container .featured .add_info .delimiter {
        margin: 0px 10px;
        height: 9px;
        background-color: #d6d6d6;
        width: 1px; }
      .insights_archive .container .featured .add_info .iconify {
        margin-right: 4px; }
      .insights_archive .container .featured .add_info .comments_count, .insights_archive .container .featured .add_info .reading_time {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    .insights_archive .container .featured a.img_link {
      position: relative;
      display: block;
      width: -webkit-fill-available;
      width: -moz-available;
      width: fill-available; }
      .insights_archive .container .featured a.img_link img {
        border-radius: 10px;
        width: -webkit-fill-available;
        width: -moz-available;
        width: fill-available;
        display: block;
        position: relative;
        opacity: .7;
        -webkit-transition: opacity .6s;
        -o-transition: opacity .6s;
        transition: opacity .6s; }
        .insights_archive .container .featured a.img_link img:hover {
          opacity: 1; }
      .insights_archive .container .featured a.img_link .post-overlay-content {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .insights_archive .container .featured a.img_link .post-overlay-content span {
          display: inline-block;
          width: 7px;
          height: 7px;
          border-radius: 100%;
          background-color: #fff;
          margin: 0;
          opacity: 0; }
      .insights_archive .container .featured a.img_link:hover .post-overlay-content span {
        -webkit-animation: fadein .3s ease-in-out forwards;
        animation: fadein .3s ease-in-out forwards; }
        .insights_archive .container .featured a.img_link:hover .post-overlay-content span:nth-child(2) {
          -webkit-animation-delay: .1s;
          animation-delay: .1s; }
        .insights_archive .container .featured a.img_link:hover .post-overlay-content span:nth-child(3) {
          -webkit-animation-delay: .2s;
          animation-delay: .2s; }
    .insights_archive .container .featured .excerpt {
      margin: 30px auto;
      width: 800px;
      max-width: -webkit-fill-available;
      max-width: -moz-available;
      max-width: fill-available;
      color: #616161;
      font-size: 14px;
      line-height: 25px;
      font-weight: 400;
      font-family: 'Open Sans'; }
    .insights_archive .container .featured .read_more {
      width: 800px;
      max-width: -webkit-fill-available;
      max-width: -moz-available;
      max-width: fill-available;
      padding: 20px 16px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .insights_archive .container .featured .read_more a {
        display: block;
        text-decoration: none;
        font-family: 'Montserrat';
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        padding: 0px 10px;
        color: #505050; }
      .insights_archive .container .featured .read_more .h_line {
        width: -webkit-fill-available;
        width: -moz-available;
        width: fill-available;
        height: 1px;
        background: #f0f0f0; }

.single_post {
  position: relative; }
  .single_post .head {
    width: 100%;
    padding-top: 400px;
    overflow: hidden;
    position: relative; }
    .single_post .head img {
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      z-index: 2; }
    .single_post .head .overlay {
      z-index: 3;
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(#000000e8), to(transparent));
      background: -webkit-linear-gradient(bottom, #000000e8, transparent);
      background: -o-linear-gradient(bottom, #000000e8, transparent);
      background: linear-gradient(0deg, #000000e8, transparent);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      color: white; }
  .single_post .container {
    width: 1110px;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill-available;
    margin: 0 auto;
    padding: 40px 16px; }
    .single_post .container .post_data {
      color: black;
      margin-bottom: 40px; }
      .single_post .container .post_data .category_link {
        text-decoration: none;
        display: block;
        font-size: 11px;
        color: #c5af4d;
        font-family: 'Montserrat';
        line-height: 18px;
        letter-spacing: 2px;
        text-transform: uppercase; }
      .single_post .container .post_data h2 {
        text-decoration: none;
        margin-bottom: 10px;
        font-size: 36px;
        line-height: 40px;
        font-weight: 200;
        color: #505050;
        font-family: 'Montserrat'; }
        .single_post .container .post_data h2 b {
          font-weight: 700; }
      .single_post .container .post_data .add_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-family: 'Montserrat';
        font-size: 11px;
        color: #8d8d8d;
        line-height: 19px;
        margin-bottom: 20px; }
        .single_post .container .post_data .add_info .delimiter {
          margin: 0px 10px;
          height: 9px;
          background-color: #d6d6d6;
          width: 1px; }
        .single_post .container .post_data .add_info .iconify {
          margin-right: 4px; }
        .single_post .container .post_data .add_info .comments_count, .single_post .container .post_data .add_info .reading_time, .single_post .container .post_data .add_info .views {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
    .single_post .container .post_content {
      font-size: 15px;
      line-height: 27px;
      color: #616161;
      font-family: 'Open Sans'; }
      .single_post .container .post_content h1, .single_post .container .post_content h2, .single_post .container .post_content h3, .single_post .container .post_content h4, .single_post .container .post_content h5, .single_post .container .post_content h6 {
        color: black;
        font-family: 'Open Sans';
        font-weight: 700;
        color: #616161;
        line-height: 1.1em; }
      .single_post .container .post_content a {
        color: #44c6e8; }
      .single_post .container .post_content blockquote {
        border-left: 2px solid black;
        padding: 10px; }
      .single_post .container .post_content .sh-dropcaps {
        font-size: 48px !important;
        font-weight: 700;
        margin-right: 15px;
        line-height: 1;
        float: left;
        margin: 25px 35px; }
    .single_post .container .post_navigation {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      margin: 40px 0px; }
      .single_post .container .post_navigation .post_nav_item {
        display: block;
        text-decoration: none;
        width: calc(50% - 10px);
        position: relative;
        border-radius: 10px;
        -webkit-box-shadow: 0px 5px 10px 0px #00000040;
        box-shadow: 0px 5px 10px 0px #00000040;
        overflow: hidden;
        -webkit-transition: -webkit-box-shadow .3s;
        transition: -webkit-box-shadow .3s;
        -o-transition: box-shadow .3s;
        transition: box-shadow .3s;
        transition: box-shadow .3s, -webkit-box-shadow .3s; }
        .single_post .container .post_navigation .post_nav_item:hover {
          -webkit-box-shadow: 0px 5px 10px 0px #00000080;
          box-shadow: 0px 5px 10px 0px #00000080; }
        .single_post .container .post_navigation .post_nav_item:after {
          content: '';
          position: absolute;
          right: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 30px;
          height: 30px;
          background: url("../img/arrow-white.svg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: contain;
          z-index: 4; }
        .single_post .container .post_navigation .post_nav_item.prev_post {
          text-align: right; }
          .single_post .container .post_navigation .post_nav_item.prev_post:after {
            left: 20px;
            -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
            right: auto; }
        .single_post .container .post_navigation .post_nav_item img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          position: absolute;
          z-index: 2;
          left: 0px;
          top: 0px; }
        .single_post .container .post_navigation .post_nav_item .overlay {
          padding: 20px;
          position: inherit;
          z-index: 3;
          color: white;
          background: #00000073; }
    .single_post .container .sh-comments {
      margin-top: 40px; }
      .single_post .container .sh-comments .sh-comment-form {
        margin-top: 40px;
        padding: 40px;
        background-color: #f5f5f5; }
        .single_post .container .sh-comments .sh-comment-form .comment-reply-title {
          margin-bottom: 25px;
          font-family: 'Montserrat';
          font-size: 24px;
          font-weight: 700;
          color: #505050; }
        .single_post .container .sh-comments .sh-comment-form label {
          margin-bottom: 10px;
          font-size: 12px;
          line-height: 20px;
          font-weight: 700;
          font-family: 'Montserrat';
          color: #8d8d8d; }
          .single_post .container .sh-comments .sh-comment-form label span {
            color: red; }
        .single_post .container .sh-comments .sh-comment-form p {
          margin-bottom: 25px;
          position: relative; }
        .single_post .container .sh-comments .sh-comment-form textarea {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          width: -webkit-fill-available;
          width: -moz-available;
          width: fill-available;
          height: 100px;
          border: none;
          resize: none;
          padding: 20px;
          font-size: 16px;
          color: #8d8d8d;
          font-weight: 400;
          line-height: 27px;
          font-family: 'Open Sans'; }
        .single_post .container .sh-comments .sh-comment-form .inputs_row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
          .single_post .container .sh-comments .sh-comment-form .inputs_row > div {
            width: calc(33% - 10px);
            margin: 10px 0px; }
            .single_post .container .sh-comments .sh-comment-form .inputs_row > div input {
              width: -webkit-fill-available;
              width: -moz-available;
              width: fill-available;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              border: none;
              padding: 10px;
              font-size: 16px;
              color: #8d8d8d;
              font-weight: 400;
              line-height: 27px;
              font-family: 'Open Sans'; }
        .single_post .container .sh-comments .sh-comment-form input[type="submit"] {
          background-color: #505050;
          color: #fff;
          line-height: 44px;
          padding: 0 30px;
          border: none;
          text-transform: uppercase;
          border-radius: 22px;
          font-weight: 700;
          font-size: 11px;
          font-family: 'Open Sans';
          -webkit-transition: opacity .3s;
          -o-transition: opacity .3s;
          transition: opacity .3s;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          cursor: pointer; }
          .single_post .container .sh-comments .sh-comment-form input[type="submit"]:hover {
            opacity: 1; }

footer {
  background: #00355d; }
  footer .container {
    width: 1110px;
    max-width: -webkit-fill-available;
    max-width: -moz-available;
    max-width: fill-available;
    padding: 34px 15px 34px;
    margin: 0 auto;
    z-index: 3;
    position: inherit; }
    footer .container .footer_first {
      -webkit-box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
      box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.1);
      padding-bottom: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      footer .container .footer_first .logo_link {
        display: block;
        width: 180px; }
        footer .container .footer_first .logo_link img {
          max-width: 122px;
          display: block; }
          footer .container .footer_first .logo_link img.black {
            display: none; }
      footer .container .footer_first .main_menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        footer .container .footer_first .main_menu a {
          display: block;
          margin: 0 24px;
          color: #ffffff;
          font-family: "Source Sans Pro";
          font-size: 16px;
          text-decoration: none;
          text-transform: uppercase;
          position: relative;
          -webkit-transition: color .3s;
          -o-transition: color .3s;
          transition: color .3s; }
          footer .container .footer_first .main_menu a:after {
            content: '';
            position: absolute;
            bottom: -6px;
            width: 0%;
            height: 2px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            border-radius: 1.5px;
            background: #01bacb;
            -webkit-transition: width .3s;
            -o-transition: width .3s;
            transition: width .3s; }
          footer .container .footer_first .main_menu a:hover {
            color: #01bacb;
            font-weight: bold; }
            footer .container .footer_first .main_menu a:hover:after {
              width: 100%; }
      footer .container .footer_first .social_links {
        width: 184px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0px -10px; }
        footer .container .footer_first .social_links a {
          margin: 0px 10px; }
    footer .container .footer_second {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      footer .container .footer_second .company_info {
        width: calc(50% - 100px);
        min-width: calc(50% - 100px);
        max-width: -webkit-fill-available;
        max-width: -moz-available;
        max-width: fill-available;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: space-around;
        -ms-flex-align: space-around;
        align-items: space-around; }
        footer .container .footer_second .company_info .info_block {
          width: -webkit-fill-available;
          width: -moz-available;
          width: fill-available;
          margin-right: 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: start;
          -ms-flex-align: start;
          align-items: flex-start; }
          footer .container .footer_second .company_info .info_block .icon {
            height: 16px;
            width: auto;
            margin-top: 7px;
            margin-right: 16px; }
          footer .container .footer_second .company_info .info_block .info_text .line {
            opacity: 0.85;
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.75em;
            letter-spacing: normal;
            color: #ffffff;
            display: block;
            text-decoration: none;
            width: -webkit-max-content;
            width: -moz-max-content;
            width: max-content; }
      footer .container .footer_second .copyright {
        opacity: 0.85;
        font-size: 16px;
        width: -webkit-fill-available;
        width: -moz-available;
        width: fill-available;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.75em;
        text-align: center;
        letter-spacing: normal;
        color: #ffffff; }
        footer .container .footer_second .copyright .line {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          footer .container .footer_second .copyright .line img {
            width: auto;
            height: 1em;
            display: inline-block;
            margin: 0px .3em; }
            footer .container .footer_second .copyright .line img:nth-child(1) {
              height: 1.1em; }
            footer .container .footer_second .copyright .line img:nth-child(2) {
              height: 1.4em; }
      footer .container .footer_second .social_links {
        min-width: calc(50% - 100px);
        float: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0px -10px; }
        footer .container .footer_second .social_links a {
          margin: 0px 10px; }

.mobile {
  display: none !important; }

.desktop {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

@-webkit-keyframes fadein {
  from {
    opacity: 0;
    margin-top: 30px;
    margin-bottom: 0px; }
  to {
    opacity: 1;
    margin-top: 15px;
    margin-bottom: 15px; } }

@keyframes fadein {
  from {
    opacity: 0;
    margin-top: 30px;
    margin-bottom: 0px; }
  to {
    opacity: 1;
    margin-top: 15px;
    margin-bottom: 15px; } }

#comments {
  padding-top: 20px; }
  #comments .comment-list {
    padding: 0px; }
  #comments .comment-list > .comment {
    -webkit-box-shadow: 0px 4px 10px 0px #00000033;
    box-shadow: 0px 4px 10px 0px #00000033;
    padding: 10px;
    margin-bottom: 10px; }
  #comments footer.comment-meta {
    background: transparent; }
  #comments .comment-author.vcard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #comments .comment-author.vcard > img {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-right: 10px; }
  #comments .comment-author.vcard > b.fn {
    margin-right: 5px; }
  #comments .comment-metadata {
    display: none; }

nav.pagination {
  width: 1110px;
  /* max-width: -webkit-fill-available; */
  max-width: -webkit-fill-available;
  max-width: -moz-available;
  max-width: fill-available;
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.pagination > span, .pagination > a {
  border-radius: 3px;
  padding: 3px 8px;
  background: #27cbe5;
  margin: 5px;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  border: 2px solid #27cbe5; }

.pagination > span {
  background: transparent;
  color: #27cbe5;
  border: 2px solid #27cbe5; }
