@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
#bynetsteps, #bynetsteps:hover, #bynetsteps:focus, #bynetsteps:visited{
    color: white !important;
    text-decoration: none;
    vertical-align: bottom;
  }

  #espapdf{
    margin-left: 75px;
  }
  #footerlogo img{
        height: 50px;
  }
body {
  font-family: Roboto, Sans-Serif;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 0; }

h1 {
  font-size: 2.25em; }

h2 {
  font-style: normal;
  font-weight: 200;
  font-size: 3.750em;
  color: #11595D; }

h3 {
  font-style: normal;
  font-weight: 200;
  font-size: 3.000em;
  color: #11595D; }

.app-btn {
  padding: 18px 30px;
  text-align: center;
  width: 160px;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875em;
  color: #FFFFFF;
  background: #FF954D;
  border: 2px solid #FF954D;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }
  .app-btn:hover {
    background: #ff771a;
    border: 2px solid #ff771a; }
  .app-btn:hover, .app-btn:focus, .app-btn:visited {
    text-decoration: none;
    color: white; }

.app-btn-light {
  padding: 18px 30px;
  text-align: center;
  width: 150px;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875em !important;
  color: #FF954D !important;
  background: transparent !important;
  border: 2px solid #FF954D !important;
  border-radius: 4px;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }
  .app-btn-light:hover, .app-btn-light.active {
    background: #ff771a !important;
    border: 2px solid #ff771a !important;
    color: white !important;
    text-decoration: none; }
  .app-btn-light:focus, .app-btn-light:visited {
    text-decoration: none;
    color: #FF954D !important;
    background: transparent !important;
    border: 2px solid #FF954D !important; }
  @media all and (max-width: 992px) {
    .app-btn-light:hover:not(.active) {
      color: #FF954D !important;
      background: transparent !important;
      border: 2px solid #FF954D !important; } }

.background-oblique {
  min-height: 1000px;
  background-color: #F6F6F6;
  position: relative;
  padding: 40vh 240px;
  z-index: -2; }
  .background-oblique:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 100vw solid transparent;
    border-top: 40vh solid white;
    z-index: -1; }
  .background-oblique:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    border-left: 100vw solid transparent;
    border-bottom: 40vh solid white;
    z-index: -1; }
  .background-oblique.no-top {
    padding-top: 0; }
    .background-oblique.no-top:before {
      display: none; }
  .background-oblique.no-bottom {
    padding-bottom: 0; }
    .background-oblique.no-bottom:after {
      display: none; }

.wait {
  visibility: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(246, 246, 246, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .wait .lds-roller {
    opacity: 1; }
    .wait .lds-roller > div:after {
      background: #39BCA6; }

.grecaptcha-badge {
  visibility: hidden; }

.anchor {
  display: block; }

nav {
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 240px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: background-color 0.35s;
  -o-transition: background-color 0.35s;
  transition: background-color 0.35s; }
  nav.internal-page {
    background: -webkit-linear-gradient(57.82deg, #11595D -7.17%, #39BCA6 100%);
    background: -o-linear-gradient(57.82deg, #11595D -7.17%, #39BCA6 100%);
    background: linear-gradient(32.18deg, #11595D -7.17%, #39BCA6 100%); }
  nav .logo a img {
    max-width: 180px;
    height: auto; }
  nav ul.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    margin: 0; }
    nav ul.menu a {
      padding: 18px 20px;
      font-style: normal;
      font-weight: 500;
      font-size: 0.875em;
      line-height: normal;
      color: white !important; }
      nav ul.menu a:hover, nav ul.menu a:focus, nav ul.menu a:visited {
        text-decoration: none;
        cursor: pointer; }
      nav ul.menu a:hover:not(.app-btn) {
        position: relative; }
        nav ul.menu a:hover:not(.app-btn):after {
          content: '';
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 2px;
          background-color: white; }
      nav ul.menu a.app-btn {
        margin-left: 20px; }
  nav .mobile-menu-toggle {
    display: none; }
    nav .mobile-menu-toggle i {
      color: white;
      font-size: 2.125em; }
  nav ul.mobile-menu {
    display: none;
    position: fixed;
    right: 0;
    top: 85px;
    width: 180px;
    text-align: center;
    background: #39BCA6;
    list-style: none;
    padding: 0; }
    nav ul.mobile-menu a {
      font-style: normal;
      font-weight: 500;
      font-size: 0.875em;
      line-height: normal;
      color: white !important;
      font-size: 1em; }
      nav ul.mobile-menu a:hover, nav ul.mobile-menu a:focus, nav ul.mobile-menu a:visited {
        text-decoration: none; }
      nav ul.mobile-menu a:active:not(.app-btn) {
        background: #3abea8; }
      nav ul.mobile-menu a.app-btn {
        margin-left: 20px; }
      nav ul.mobile-menu a li {
        padding: 18px 20px; }
  nav.offset {
    background-color: #39BCA6;
    padding-top: 12px;
    padding-bottom: 12px;
    box-shadow: 0 0.3rem 1.5rem rgba(0, 0, 0, 0.15) !important; }
    @media all and (max-width: 999px) {
      nav.offset ul.mobile-menu {
        top: 69px; } }
  @media all and (max-width: 1699px) {
    nav {
      padding: 40px 120px; } }
  @media all and (max-width: 1366px) {
    nav {
      padding: 40px 80px; } }
  @media all and (max-width: 1299px) {
    nav {
      padding: 20px 60px;
      font-size: 0.750em; }
      nav .logo img {
        max-width: 140px; }
      nav ul.menu a {
        padding-left: 15px;
        padding-right: 15px; }
      nav ul.menu a.app-btn {
        margin-left: 15px;
        padding: 14px 16px;
        width: 120px; } }
  @media all and (max-width: 999px) {
    nav .logo a img {
      max-width: 120px; }
    nav ul.menu {
      display: none !important; }
    nav .mobile-menu-toggle {
      display: block; }
    nav .mobile-menu.open {
      display: block; } }
  @media all and (max-width: 768px) {
    nav {
      padding: 20px 25px; } }

header {
  background: -webkit-linear-gradient(57.82deg, #11595D -7.17%, #39BCA6 100%);
  background: -o-linear-gradient(57.82deg, #11595D -7.17%, #39BCA6 100%);
  background: linear-gradient(32.18deg, #11595D -7.17%, #39BCA6 100%);
  padding-top: 140px;
  height: 100vh;
  font-size: 1em;
  position: relative; }
  header .banner {
    position: relative; }
    header .banner .video-container {
      position: absolute;
      left: 45px;
      top: 50px;
      width: 60vw;
      z-index: 2; }
      header .banner .video-container .background {
        width: 100%;
        height: auto; }
      header .banner .video-container .video {
        position: absolute;
        height: 21.5vw;
        width: 62.75%;
        top: 4.2%;
        left: 17%; }
        header .banner .video-container .video video {
          outline: none; }
    header .banner .text {
      position: absolute;
      left: 54vw;
      top: 5vw;
      width: 37vw;
      z-index: 2; }
      header .banner .text h1 {
        font-weight: 300;
        line-height: 51px;
        color: white; }
      header .banner .text .desc {
        margin-top: 25px;
        font-size: 1.625em;
        line-height: 42px;
        color: white;
        text-shadow: -0.8px 0 #11595D, 0 -0.8px #11595D, 0.8px 0 #11595D, 0 0.8px #11595D; }
      header .banner .text .app-btn {
        display: block;
        margin-top: 35px; }
      header .banner .text .btn-desc {
        margin-top: 20px;
        font-weight: bold;
        font-size: 1.125em;
        line-height: 26px;
        color: #FFFFFF;
        text-shadow: -0.8px 0 #11595D, 0 -0.8px #11595D, 0.8px 0 #11595D, 0 0.8px #11595D;
        max-width: 280px; }
  @media all and (max-width: 1299px) {
    header {
      padding-top: 100px;
      font-size: 0.875em;
      min-height: 800px; }
      header .banner .video-container {
        left: 0; } }
  @media all and (max-width: 999px) {
    header {
      padding-top: 105px;
      font-size: 0.750em;
      min-height: 750px; }
      header .banner .text h1 {
        line-height: 41px; }
      header .banner .text .desc {
        margin-top: 15px;
        line-height: 36px; }
      header .banner .text .app-btn {
        margin-top: 25px; } }
  @media all and (max-width: 768px) {
    header {
      display: none; } }
  header:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    border-left: 100vw solid transparent;
    border-bottom: 40vh solid white; }
  header.mobile {
    height: auto;
    min-height: calc(435px + 12vh);
    display: none; }
    header.mobile .banner .video-container {
      position: relative;
      width: 100%;
      top: 0; }
      header.mobile .banner .video-container .background {
        width: auto;
        height: auto;
        display: block;
        margin: auto;
        max-height: 100%;
        max-width: 100%; }
      header.mobile .banner .video-container .video {
        position: absolute;
        height: 52vw;
        width: 89.8%;
        top: 3.2%;
        left: 5.2%; }
    header.mobile .banner .text h1 {
      font-size: 1.750em;
      line-height: 26px; }
    header.mobile .banner .text .desc {
      display: none; }
    header.mobile .banner .text .app-btn {
      margin-top: 15px;
      padding: 14px 20px;
      width: 110px; }
    header.mobile .banner .text .btn-desc {
      display: none; }
    header.mobile:after {
      border-left: 100vw solid transparent;
      border-bottom: 12vh solid white !important; }
    @media all and (max-width: 768px) {
      header.mobile {
        display: block; } }

.banner-text-mobile {
  display: none;
  max-width: 70%;
  margin: 50px auto 25px auto;
  text-align: center;
  color: #11595D;
  font-size: 1em; }
  .banner-text-mobile h1 {
    font-size: 1.750em;
    line-height: normal; }
  .banner-text-mobile .desc {
    margin-top: 15px; }
  .banner-text-mobile .app-btn {
    padding: 14px 20px;
    position: relative;
    display: block;
    margin: auto; }
  .banner-text-mobile .btn-desc {
    margin-top: 15px; }
  @media all and (max-width: 768px) {
    .banner-text-mobile {
      display: block; } }
  @media all and (max-width: 620px) {
    .banner-text-mobile {
      margin: 30px auto 15px auto;
      max-width: 85%; } }

section#campaign-types {
  padding-top: 160px; }
  section#campaign-types .campaign-type {
    margin: 0; }
    section#campaign-types .campaign-type.reverse .row.content .text {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      padding: 0 200px 0 0; }
    section#campaign-types .campaign-type.reverse .row.content .image {
      overflow: hidden;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      padding: 0 0 0 100px; }
      section#campaign-types .campaign-type.reverse .row.content .image img {
        margin-left: 80px; }
    section#campaign-types .campaign-type .row.content {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0; }
      section#campaign-types .campaign-type .row.content .text {
        padding: 0 0 0 200px;
        z-index: 1; }
        section#campaign-types .campaign-type .row.content .text ul {
          margin-top: 35px;
          list-style: none;
          /* Remove default bullets */
          font-weight: 300;
          font-size: 1.375em;
          line-height: 42px;
          color: #11595D; }
          section#campaign-types .campaign-type .row.content .text ul li:before {
            content: "\2022";
            /* Add content: \2022 is the CSS Code/unicode for a bullet */
            color: #39BCA6;
            /* Change the color */
            font-weight: bold;
            /* If you want it to be bold */
            display: inline-block;
            /* Needed to add space between the bullet and the text */
            vertical-align: middle;
            font-size: 2.250em;
            width: 18px;
            /* Also needed for space (tweak if needed) */
            margin-left: -0.9em;
            /* Also needed for space (tweak if needed) */
            margin-right: 20px; }
        section#campaign-types .campaign-type .row.content .text p {
          margin-top: 35px;
          font-style: normal;
          font-weight: 300;
          font-size: 22px;
          line-height: 40px;
          color: #11595D; }
      section#campaign-types .campaign-type .row.content .image {
        padding: 0 100px 0 0; }
        section#campaign-types .campaign-type .row.content .image img {
          z-index: 1;
          width: 100%;
          height: auto;
          margin-left: -80px; }
    section#campaign-types .campaign-type:first-child .row.content .image img {
      margin-top: -180px; }
  @media all and (max-width: 1699px) {
    section#campaign-types .campaign-type.reverse .row.content .text {
      padding-right: 120px; }
    section#campaign-types .campaign-type.reverse .row.content .image {
      padding-left: 20px; }
    section#campaign-types .campaign-type .row.content .text {
      padding-left: 120px; }
    section#campaign-types .campaign-type .row.content .image {
      padding-right: 20px; } }
  @media all and (max-width: 1366px) {
    section#campaign-types .campaign-type.reverse .row.content .text {
      padding-right: 80px; }
    section#campaign-types .campaign-type.reverse .row.content .image {
      padding-left: 0px; }
    section#campaign-types .campaign-type .row.content .text {
      padding-left: 80px; }
    section#campaign-types .campaign-type .row.content .image {
      padding-right: 0px; } }
  @media all and (max-width: 1299px) {
    section#campaign-types {
      font-size: 0.875em;
      padding-top: 0; }
      section#campaign-types .campaign-type {
        margin-top: 25px;
        margin-bottom: 25px; }
        section#campaign-types .campaign-type.reverse .row.content .text ul {
          line-height: 36px; } }
  @media all and (max-width: 992px) {
    section#campaign-types .row.content {
      padding: 25px 80px; }
      section#campaign-types .row.content .text {
        padding: 0 !important;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 25px; }
      section#campaign-types .row.content .image {
        padding: 0 !important;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
        section#campaign-types .row.content .image img {
          margin: 0 !important;
          margin-left: -8% !important; }
    section#campaign-types .reverse .row.content .image img {
      margin: 0 !important;
      margin-left: 8% !important; } }
  @media all and (max-width: 768px) {
    section#campaign-types {
      font-size: 0.750em; }
      section#campaign-types .campaign-type {
        margin-top: 0; } }
  @media all and (max-width: 620px) {
    section#campaign-types .row.content {
      padding: 15px 20px; } }

section#features {
  margin-top: -280px;
  z-index: -1;
  position: relative; }
  section#features h2 {
    text-align: center; }
  section#features .row.features {
    margin-top: 80px;
    margin-bottom: 50px; }
    section#features .row.features [class^=col] {
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
      section#features .row.features [class^=col] .image {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-height: 220px; }
        section#features .row.features [class^=col] .image img {
          display: block;
          height: auto;
          width: auto;
          max-width: 100%;
          max-height: 100%;
          -webkit-transition: all 0.25s;
          -o-transition: all 0.25s;
          transition: all 0.25s; }
        section#features .row.features [class^=col] .image:before {
          content: "";
          display: block;
          padding-top: 100%;
          /* initial ratio of 1:1*/ }
      section#features .row.features [class^=col] .title {
        display: block;
        text-align: center;
        font-weight: 300;
        font-size: 1.500em;
        height: 68px;
        color: #11595D; }
      section#features .row.features [class^=col] .text {
        margin-top: 10px;
        display: block;
        text-align: center;
        font-weight: 300;
        font-size: 1.125em;
        height: 102px;
        color: #11595D;
        line-height: 26px; }
      section#features .row.features [class^=col]:hover {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
        background: #F6F6F6; }
  section#features .popped {
    position: absolute;
    bottom: -3.5%;
    left: 23.6%;
    width: 54%;
    padding: 40px 60px;
    background: white;
    -webkit-box-shadow: 1px 4px 60px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 4px 60px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 16px;
    border-radius: 16px;
    z-index: 1;
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s; }
    section#features .popped > .title {
      font-weight: 200;
      font-size: 3.750em;
      color: #11595D;
      display: block;
      text-align: center; }
    section#features .popped .row {
      margin-top: 10px; }
      section#features .popped .row [class^=col] {
        margin-top: 35px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        section#features .popped .row [class^=col] .icon {
          -webkit-box-flex: 0.15;
          -webkit-flex: 0.15;
          -ms-flex: 0.15;
          flex: 0.15; }
          section#features .popped .row [class^=col] .icon img {
            width: 100%;
            height: auto;
            max-height: 100%;
            max-width: 40px;
            display: block;
            margin: auto; }
        section#features .popped .row [class^=col] .content {
          -webkit-box-flex: 0.85;
          -webkit-flex: 0.85;
          -ms-flex: 0.85;
          flex: 0.85;
          padding-left: 20px; }
          section#features .popped .row [class^=col] .content .title {
            display: block;
            font-weight: 300;
            font-size: 1.875em;
            color: #11595D;
            height: 30px; }
          section#features .popped .row [class^=col] .content .text {
            margin-top: 15px;
            font-weight: 300;
            font-size: 1.500em;
            color: #11595D;
            line-height: 31px;
            height: 62px; }
  @media all and (max-width: 1699px) {
    section#features {
      padding-left: 120px;
      padding-right: 120px; }
      section#features .row.features {
        margin-bottom: 20px; }
      section#features .popped {
        padding: 20px 40px; } }
  @media all and (max-width: 1366px) {
    section#features {
      padding-left: 80px;
      padding-right: 80px; }
      section#features .row.features {
        margin-top: 40px; }
      section#features .popped {
        padding: 10px 20px; }
        section#features .popped .row {
          margin-top: 0; }
          section#features .popped .row [class^=col] {
            margin-top: 20px; }
            section#features .popped .row [class^=col] .content .title {
              height: 60px; }
            section#features .popped .row [class^=col] .content .text {
              height: 93px; }
            section#features .popped .row [class^=col]:nth-child(1), section#features .popped .row [class^=col]:nth-child(2) {
              margin-top: 5px; } }
  @media all and (max-width: 1299px) {
    section#features {
      font-size: 0.875em; } }
  @media all and (max-width: 992px) {
    section#features {
      padding-left: 60px;
      padding-right: 60px; }
      section#features .row.features {
        margin-top: 40px; }
        section#features .row.features [class^=col] .title {
          height: 34px; }
        section#features .row.features [class^=col] .text {
          max-width: 55%;
          margin: auto;
          height: auto; }
        section#features .row.features [class^=col]:hover {
          -webkit-transform: unset;
          -ms-transform: unset;
          transform: unset; }
          section#features .row.features [class^=col]:hover img {
            -webkit-transform: unset;
            -ms-transform: unset;
            transform: unset; }
        section#features .row.features [class^=col]:not(:first-child) {
          margin-top: 40px; } }
  @media all and (max-width: 768px) {
    section#features {
      font-size: 0.750em; }
      section#features .row.features {
        margin-top: 20px; }
      section#features .popped .row [class^=col] {
        margin-top: 25px !important; }
        section#features .popped .row [class^=col] .content .title {
          height: auto; }
        section#features .popped .row [class^=col] .content .text {
          margin-top: 0 !important;
          height: auto; } }
  @media all and (max-width: 620px) {
    section#features .row.features {
      margin-top: 40px; }
      section#features .row.features [class^=col] .title {
        height: 34px; }
      section#features .row.features [class^=col] .text {
        max-width: 70%; }
    section#features .popped {
      left: 15%;
      width: 70%; } }
  @media all and (max-width: 440px) {
    section#features .popped {
      left: 7.5%;
      width: 85%; } }

section#pricing {
  padding-top: 180px;
  text-align: center; }
  section#pricing .subtitle {
    font-weight: bold;
    font-size: 1.375em;
    text-align: center;
    color: #11595D; }
  section#pricing .choose-package {
    display: block;
    max-width: 50%;
    margin: 25px auto auto auto;
    font-weight: 300;
    font-size: 1.625em;
    text-align: center;
    color: #11595D; }
  section#pricing .plans {
    margin-top: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    section#pricing .plans .plan {
      width: 100%; }
      section#pricing .plans .plan .cell-head {
        height: 210px;
        padding: 30px 30px 30px auto;
        background: #EEEEEE;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative; }
        section#pricing .plans .plan .cell-head.top-left {
          -webkit-border-top-left-radius: 15px;
          border-top-left-radius: 15px; }
        section#pricing .plans .plan .cell-head.top-right {
          -webkit-border-top-right-radius: 15px;
          border-top-right-radius: 15px; }
        section#pricing .plans .plan .cell-head .title {
          font-weight: 900;
          font-size: 1.875em;
          color: #39BCA6; }
        section#pricing .plans .plan .cell-head .price-yearly {
          min-height: 54px;
          font-size: 1.125em;
          color: #11595D; }
          section#pricing .plans .plan .cell-head .price-yearly .big {
            font-size: 2.000em;
            font-weight: bold; }
          section#pricing .plans .plan .cell-head .price-yearly .medium {
            height: 100%;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 1.556em;
            font-weight: bold; }
        section#pricing .plans .plan .cell-head .price-monthly {
          min-height: 37px;
          font-size: 1.000em;
          color: #11595D; }
          section#pricing .plans .plan .cell-head .price-monthly .medium {
            font-size: 1.556em;
            font-weight: bold; }
        section#pricing .plans .plan .cell-head .volume {
          margin-top: 15px;
          font-weight: bold;
          font-size: 1.000em;
          color: #11595D; }
        section#pricing .plans .plan .cell-head .badge {
          position: absolute;
          width: 30%;
          max-width: 108px;
          left: 6px;
          top: -18px; }
          section#pricing .plans .plan .cell-head .badge img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%; }
      section#pricing .plans .plan .cell {
        height: 65px;
        background: white;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        section#pricing .plans .plan .cell:nth-child(even) {
          background: #EEEEEE; }
        section#pricing .plans .plan .cell:nth-child(odd) {
          background: #DDDDDD; }
        section#pricing .plans .plan .cell .text {
          font-weight: normal;
          font-size: 1.125em;
          color: #11595D;
          text-align: center;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
        section#pricing .plans .plan .cell .tick {
          width: 30px;
          height: auto; }
        section#pricing .plans .plan .cell .dash {
          width: 32px;
          height: auto; }
      section#pricing .plans .plan .cell-footer {
        height: 105px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #DDDDDD; }
        section#pricing .plans .plan .cell-footer .text {
          font-weight: 500;
          font-size: 1.125em;
          color: #11595D;
          text-align: center; }
        section#pricing .plans .plan .cell-footer .app-btn {
          width: 160px; }
        section#pricing .plans .plan .cell-footer.bottom-left {
          -webkit-border-bottom-left-radius: 15px;
          border-bottom-left-radius: 15px; }
        section#pricing .plans .plan .cell-footer.bottom-right {
          -webkit-border-bottom-right-radius: 15px;
          border-bottom-right-radius: 15px; }
      section#pricing .plans .plan:not(:last-child) {
        padding-right: 5px; }
      section#pricing .plans .plan.l-column {
        padding: 0; }
        section#pricing .plans .plan.l-column .cell-head {
          text-align: left;
          border-right: 9px solid white; }
          section#pricing .plans .plan.l-column .cell-head img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%; }
          section#pricing .plans .plan.l-column .cell-head .title {
            font-weight: 300;
            font-size: 2.000em;
            display: block;
            text-align: center;
            color: #11595D;
            margin-top: 20px; }
        section#pricing .plans .plan.l-column .cell {
          padding-left: 34px;
          background: white;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          section#pricing .plans .plan.l-column .cell:nth-child(even) {
            background: white; }
          section#pricing .plans .plan.l-column .cell:nth-child(odd) {
            background: #EEEEEE; }
          section#pricing .plans .plan.l-column .cell .text {
            text-align: left; }
        section#pricing .plans .plan.l-column .cell-footer {
          text-align: left;
          padding-left: 34px;
          background: #EEEEEE;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
    section#pricing .plans.desktop {
      box-shadow: 1px 4px 40px rgba(0, 0, 0, 0.18);
      border-radius: 16px;
      margin-left: 240px;
      margin-right: 240px; }
    section#pricing .plans.mobile {
      display: none;
      margin-top: 30px; }
      section#pricing .plans.mobile .plan {
        width: 370px;
        margin: 12px auto auto auto;
        padding: 20px 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        background: #EEEEEE;
        border-radius: 4px; }
        section#pricing .plans.mobile .plan .title {
          font-weight: 900;
          font-size: 1.875em;
          color: #39BCA6; }
        section#pricing .plans.mobile .plan .price-yearly {
          font-size: 1.125em;
          color: #11595D; }
          section#pricing .plans.mobile .plan .price-yearly .big {
            font-size: 2.000em;
            font-weight: bold; }
          section#pricing .plans.mobile .plan .price-yearly .medium {
            font-size: 1.556em;
            font-weight: bold; }
        section#pricing .plans.mobile .plan .price-monthly {
          font-size: 1.000em;
          color: #11595D; }
          section#pricing .plans.mobile .plan .price-monthly .medium {
            font-size: 1.556em;
            font-weight: bold; }
        section#pricing .plans.mobile .plan .text {
          margin-top: 15px;
          font-weight: bold;
          font-size: 1.000em;
          color: #11595D; }
        section#pricing .plans.mobile .plan .badge {
          padding: 0; }
          section#pricing .plans.mobile .plan .badge.most-popular {
            position: absolute;
            width: 30%;
            max-width: 80px;
            left: -15px;
            top: -15px; }
            section#pricing .plans.mobile .plan .badge.most-popular img {
              width: auto;
              height: auto;
              max-width: 100%;
              max-height: 100%; }
          section#pricing .plans.mobile .plan .badge.custom-uploads {
            position: absolute;
            width: 30%;
            max-width: 96px;
            top: 0;
            right: 0; }
            section#pricing .plans.mobile .plan .badge.custom-uploads img {
              width: auto;
              height: auto;
              max-width: 100%;
              max-height: 100%; }
        section#pricing .plans.mobile .plan .buttons {
          width: 100%;
          margin-top: 30px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; }
          section#pricing .plans.mobile .plan .buttons a {
            margin: 0 5px;
            width: 50%; }
        section#pricing .plans.mobile .plan .details {
          display: none;
          padding: 0;
          margin-top: 20px;
          width: 100%; }
          section#pricing .plans.mobile .plan .details .cell {
            background: white;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            height: 62px; }
            section#pricing .plans.mobile .plan .details .cell:nth-child(even) {
              background: #EEEEEE; }
            section#pricing .plans.mobile .plan .details .cell:nth-child(odd) {
              background: white; }
            section#pricing .plans.mobile .plan .details .cell .text {
              display: block;
              width: 100%;
              text-align: center; }
        section#pricing .plans.mobile .plan.top-plan {
          margin-top: 0;
          background: white; }
          section#pricing .plans.mobile .plan.top-plan img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 100%; }
          section#pricing .plans.mobile .plan.top-plan .title {
            font-weight: 300;
            font-size: 2.000em;
            display: block;
            text-align: center;
            color: #11595D;
            margin-top: 20px; }
  section#pricing .reference {
    display: block;
    max-width: 50%;
    margin: 45px auto auto auto;
    font-size: 1.000em;
    line-height: 25px;
    text-align: center;
    color: #11595D; }
  section#pricing .agency-promote {
    margin-top: 35px;
    text-align: center;
    font-weight: 200;
    font-size: 2.500em;
    line-height: 50px;
    color: #11595D; }
    section#pricing .agency-promote a {
      cursor: pointer;
      color: #39BCA6;
      font-weight: bold;
      font-size: 0.700em;
      text-decoration: underline; }
      section#pricing .agency-promote a:hover, section#pricing .agency-promote a:focus, section#pricing .agency-promote a:visited, section#pricing .agency-promote a:active {
        text-decoration: underline;
        color: #39BCA6; }
  @media all and (max-width: 1699px) {
    section#pricing .choose-package {
      max-width: 60%; }
    section#pricing .plans.desktop {
      margin-left: 200px;
      margin-right: 200px; }
    section#pricing .reference {
      max-width: 60%; } }
  @media all and (max-width: 1366px) {
    section#pricing .plans.desktop {
      margin-left: 180px;
      margin-right: 180px; } }
  @media all and (max-width: 1299px) {
    section#pricing {
      font-size: 0.875em; }
      section#pricing .plans.desktop {
        margin-left: 100px;
        margin-right: 100px; } }
  @media all and (max-width: 992px) {
    section#pricing .plans.desktop {
      display: none; }
    section#pricing .plans.mobile {
      display: block; } }
  @media all and (max-width: 768px) {
    section#pricing {
      font-size: 0.750em; }
      section#pricing .plans.mobile .plan .buttons a {
        padding: 15px 15px; } }
  @media all and (max-width: 620px) {
    section#pricing .plans.mobile .plan {
      width: 340px; } }
  @media all and (max-width: 440px) {
    section#pricing .plans.mobile .plan {
      width: 280px; } }

section#contact {
  text-align: center; }
  section#contact .subtitle {
    font-weight: bold;
    font-size: 1.375em;
    text-align: center;
    color: #11595D; }
  section#contact form.cf {
    position: relative;
    max-width: 800px;
    margin: 45px auto auto auto; }
    section#contact form.cf input, section#contact form.cf textarea {
      position: relative;
      display: block;
      width: 100%;
      background: #fff;
      border: none;
      border-radius: 31px;
      font-size: 1.125em;
      color: #39BCA6;
      line-height: 1.2;
      outline: none;
      height: 62px;
      font-weight: 500;
      padding: 0 35px 0 35px;
      border-top-width: 1px;
      border-left-width: 1px;
      margin-top: 16px; }
      section#contact form.cf input::-webkit-input-placeholder, section#contact form.cf textarea::-webkit-input-placeholder {
        color: #7ad7c7;
        font-weight: 500; }
      section#contact form.cf input::-moz-placeholder, section#contact form.cf textarea::-moz-placeholder {
        color: #7ad7c7;
        font-weight: 500; }
      section#contact form.cf input:-ms-input-placeholder, section#contact form.cf textarea:-ms-input-placeholder {
        color: #7ad7c7;
        font-weight: 500; }
      section#contact form.cf input::-ms-input-placeholder, section#contact form.cf textarea::-ms-input-placeholder {
        color: #7ad7c7;
        font-weight: 500; }
      section#contact form.cf input::placeholder, section#contact form.cf textarea::placeholder {
        color: #7ad7c7;
        font-weight: 500; }
      section#contact form.cf input + .field-error, section#contact form.cf textarea + .field-error {
        display: none;
        padding-left: 35px;
        color: #E03A3E;
        font-size: 0.750em;
        text-align: left; }
    section#contact form.cf textarea {
      padding-top: 35px;
      height: 200px; }
    section#contact form.cf button {
      margin: 26px auto auto auto;
      padding: 0 20px;
      min-width: 150px;
      height: 62px;
      border: none;
      border-radius: 31px;
      font-size: 1em;
      color: #fff;
      background-color: #39BCA6;
      line-height: 1.2;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      -moz-transition: all 0.4s;
      transition: all 0.4s;
      position: relative;
      z-index: 1;
      font-weight: 500;
      outline: none; }
      section#contact form.cf button:hover {
        background-color: #11595D;
        cursor: pointer; }
    section#contact form.cf .response {
      visibility: hidden;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 9999;
      background: rgba(246, 246, 246, 0.6);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      section#contact form.cf .response .succ {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        section#contact form.cf .response .succ i {
          color: #39BCA6;
          font-size: 3em; }
        section#contact form.cf .response .succ span {
          color: #39BCA6;
          font-size: 1.5em;
          margin-left: 14px;
          max-width: 300px; }
      section#contact form.cf .response .err {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        section#contact form.cf .response .err i {
          color: #E03A3E;
          font-size: 3em; }
        section#contact form.cf .response .err span {
          color: #E03A3E;
          font-size: 1.5em;
          margin-left: 14px;
          max-width: 300px; }
  @media all and (max-width: 1699px) {
    section#contact {
      padding-left: 120px;
      padding-right: 120px; } }
  @media all and (max-width: 1366px) {
    section#contact {
      padding-left: 80px;
      padding-right: 80px; } }
  @media all and (max-width: 1299px) {
    section#contact {
      font-size: 0.875em; } }
  @media all and (max-width: 992px) {
    section#contact {
      padding-left: 60px;
      padding-right: 60px; } }
  @media all and (max-width: 768px) {
    section#contact {
      font-size: 0.750em; } }

section#creatives {
  padding: 250px 160px 30vh 160px; }
  section#creatives .box {
    margin-top: -80px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    section#creatives .box .isotope {
      -webkit-box-flex: 55%;
      -webkit-flex: 55%;
      -ms-flex: 55%;
      flex: 55%; }
      section#creatives .box .isotope img {
        width: auto;
        height: auto;
        max-width: 90%;
        max-height: 90%;
        display: block;
        margin: auto; }
    section#creatives .box .content {
      -webkit-box-flex: 45%;
      -webkit-flex: 45%;
      -ms-flex: 45%;
      flex: 45%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      section#creatives .box .content h2 {
        font-weight: 200;
        font-size: 3.000em; }
      section#creatives .box .content p {
        margin-top: 40px;
        font-weight: 300;
        font-size: 1.625em;
        line-height: 40px;
        color: #11595D; }
      section#creatives .box .content span.sp-1 {
        margin-top: 40px;
        font-weight: 300;
        font-size: 1.500em;
        text-align: center;
        display: block;
        color: #11595D; }
      section#creatives .box .content .export-types {
        margin-top: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
        section#creatives .box .content .export-types .type {
          width: 192px;
          height: 192px;
          padding: 15px;
          margin: 0 2px;
          background: white; }
          section#creatives .box .content .export-types .type .title {
            display: block;
            text-align: center;
            font-weight: bold;
            font-size: 1.125em;
            color: #11595D; }
          section#creatives .box .content .export-types .type img {
            width: auto;
            height: auto;
            max-width: 128px;
            display: block;
            margin: 12px auto auto auto; }
      section#creatives .box .content span.sp-2 {
        margin-top: 20px;
        font-weight: 300;
        font-size: 1.500em;
        text-align: center;
        display: block;
        color: #11595D; }
  @media all and (max-width: 1699px) {
    section#creatives {
      padding: 250px 80px 30vh 80px; } }
  @media all and (max-width: 1299px) {
    section#creatives {
      font-size: 0.875em;
      padding-left: 60px;
      padding-right: 60px; }
      section#creatives .box .isotope .grid {
        height: 680px;
        max-height: 680px; }
      section#creatives .box .content p {
        margin-top: 20px; }
      section#creatives .box .content span.sp-1 {
        margin-top: 20px; }
      section#creatives .box .content span.sp-2 {
        margin-top: 10px; } }
  @media all and (max-width: 992px) {
    section#creatives .box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      section#creatives .box .isotope {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 40px; }
        section#creatives .box .isotope .button-group {
          text-align: center; }
      section#creatives .box .content {
        -webkit-box-flex: 100%;
        -webkit-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
        section#creatives .box .content h2 {
          text-align: center; }
        section#creatives .box .content p {
          text-align: center; } }
  @media all and (max-width: 768px) {
    section#creatives {
      font-size: 0.750em;
      padding-left: 25px;
      padding-right: 25px; } }

section#clients {
  padding: 0 280px; }
  section#clients h2 {
    text-align: center;
    font-size: 2.500em;
    font-weight: 200; }
  section#clients .clients {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    section#clients .clients .client {
      margin: 2px;
      width: 280px;
      height: 160px;
      background: #F0F0F0;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 21%;
      -ms-flex: 1 0 21%;
      flex: 1 0 21%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      section#clients .clients .client img {
        width: auto;
        height: auto;
        max-width: 240px;
        max-height: 100px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.5;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      section#clients .clients .client:hover img {
        -webkit-filter: none;
        filter: none;
        opacity: 1; }
  @media all and (max-width: 1699px) {
    section#clients {
      padding: 0 140px; } }
  @media all and (max-width: 1299px) {
    section#clients {
      font-size: 0.875em; }
      section#clients .clients .client {
        width: 220px;
        height: 140px; } }
  @media all and (max-width: 992px) {
    section#clients .clients .client {
      width: 220px;
      height: 140px; }
      section#clients .clients .client img {
        max-width: 180px;
        max-height: 70px; } }
  @media all and (max-width: 768px) {
    section#clients {
      font-size: 0.750em;
      padding: 0 60px; } }
  @media all and (max-width: 620px) {
    section#clients .clients .client {
      width: 150px;
      height: 120px; }
      section#clients .clients .client img {
        max-width: 130px;
        max-height: 70px; } }
  @media all and (max-width: 440px) {
    section#clients {
      padding: 0 25px; } }

section.word-page {
  margin-top: 139px;
  padding-top: 40px; }
  section.word-page .title {
    font-weight: bold;
    font-size: 24px;
    color: black;
    text-align: center;
    padding: 35px 0; }
  section.word-page .content {
    max-width: 1200px;
    margin: auto;
    padding: 0 15px; }

footer {
  margin-top: 35px;
  min-height: 400px;
  position: relative;
  background: -webkit-linear-gradient(57.82deg, #39BCA6 -7.17%, #11595D 100%);
  background: -o-linear-gradient(57.82deg, #39BCA6 -7.17%, #11595D 100%);
  background: linear-gradient(32.18deg, #39BCA6 -7.17%, #11595D 100%);
  z-index: -2;
  padding: 40vh 0 0 0; }
  footer .content {
    padding: 0 240px 45px 240px; }
    footer .content .row [class^=col] {
      padding-left: 65px;
      padding-right: 65px; }
    footer .content .row .info .logo {
      padding-bottom: 10px; }
      footer .content .row .info .logo img {
        max-width: 140px; }
    footer .content .row .info .desc {
      font-size: 1em;
      color: white; }
    footer .content .row .links {
      padding-left: 35px;
      padding-right: 35px; }
      footer .content .row .links h3 {
        color: white;
        font-size: 1.5em;
        font-weight: bold;
        margin: 0;
        height: 61px;
        padding-bottom: 10px;
        line-height: unset; }
      footer .content .row .links a {
        margin-bottom: 3px;
        display: block;
        color: white;
        font-size: 1em;
        cursor: pointer; }
        footer .content .row .links a:focus, footer .content .row .links a:visited, footer .content .row .links a:active {
          color: white;
          text-decoration: none; }
        footer .content .row .links a:hover {
          color: white;
          text-decoration: underline; }
    footer .content .row .subscribe h3 {
      color: white;
      font-size: 1.5em;
      font-weight: bold;
      margin: 0;
      height: 61px;
      padding-bottom: 10px;
      line-height: unset; }
    footer .content .row .subscribe form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      footer .content .row .subscribe form input {
        width: 100%;
        position: relative;
        margin: 0;
        background: #fff;
        border: none;
        border-radius: 31px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        font-size: 1em;
        color: #39BCA6;
        line-height: 1.2;
        outline: none;
        height: 42px;
        font-weight: 500;
        padding: 0 35px 0 35px;
        border-top-width: 1px;
        border-left-width: 1px; }
        footer .content .row .subscribe form input::-webkit-input-placeholder {
          color: #7ad7c7;
          font-weight: 500; }
        footer .content .row .subscribe form input::-moz-placeholder {
          color: #7ad7c7;
          font-weight: 500; }
        footer .content .row .subscribe form input:-ms-input-placeholder {
          color: #7ad7c7;
          font-weight: 500; }
        footer .content .row .subscribe form input::-ms-input-placeholder {
          color: #7ad7c7;
          font-weight: 500; }
        footer .content .row .subscribe form input::placeholder {
          color: #7ad7c7;
          font-weight: 500; }
      footer .content .row .subscribe form button {
        width: 115px;
        margin: 0 0 0 -4px;
        padding: 0 20px;
        height: 42px;
        border: none;
        border-radius: 31px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-size: 0.875em;
        color: #fff;
        background-color: #FF954D;
        line-height: 1.2;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        position: relative;
        z-index: 1;
        font-weight: 500;
        outline: none; }
        footer .content .row .subscribe form button:hover, footer .content .row .subscribe form button:active, footer .content .row .subscribe form button:focus {
          background-color: #ff771a;
          cursor: pointer; }
      footer .content .row .subscribe form + .field-msg {
        display: none;
        padding-left: 35px;
        color: white;
        font-size: 1em;
        text-align: left; }
    footer .content .row .subscribe small {
      color: white; }
  footer:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 100vw solid transparent;
    border-top: 40vh solid white;
    z-index: -1; }
  footer .bottom {
    padding: 0 240px 0 240px;
    background: #39BCA6;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    footer .bottom .external-links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      footer .bottom .external-links a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 7px;
        border-radius: 40px;
        background: #11595D;
        width: 35px;
        height: 35px;
        -webkit-transition: all 0.25s;
        -o-transition: all 0.25s;
        transition: all 0.25s; }
        footer .bottom .external-links a i {
          -webkit-transition: all 0.25s;
          -o-transition: all 0.25s;
          transition: all 0.25s;
          font-size: 1.25em;
          color: #39BCA6; }
        footer .bottom .external-links a:focus, footer .bottom .external-links a:visited, footer .bottom .external-links a:active, footer .bottom .external-links a:hover {
          text-decoration: none; }
          footer .bottom .external-links a:focus:hover, footer .bottom .external-links a:visited:hover, footer .bottom .external-links a:active:hover, footer .bottom .external-links a:hover:hover {
            background: #39BCA6;
            border: 1px solid #11595D; }
            footer .bottom .external-links a:focus:hover i, footer .bottom .external-links a:visited:hover i, footer .bottom .external-links a:active:hover i, footer .bottom .external-links a:hover:hover i {
              color: #11595D; }
    @media all and (max-width: 768px) {
      footer .bottom {
        padding: 0; } }
  @media all and (max-width: 1699px) {
    footer .content {
      padding-left: 120px;
      padding-right: 120px; } }
  @media all and (max-width: 1366px) {
    footer .content {
      padding-left: 80px;
      padding-right: 80px; } }
  @media all and (max-width: 1299px) {
    footer {
      font-size: 0.875em; }
      footer .content {
        padding-left: 60px;
        padding-right: 60px; }
        footer .content .row [class^=col] {
          padding-left: 25px;
          padding-right: 25px; }
        footer .content .row .links {
          padding-left: 10px;
          padding-right: 10px; } }
  @media all and (max-width: 999px) {
    footer .content .row .info .logo img {
      max-width: 100px; } }
  @media all and (max-width: 768px) {
    footer {
      font-size: 0.750em; }
      footer .content {
        padding-left: 20px;
        padding-right: 20px; }
        footer .content .row .links {
          display: none; }
        footer .content .row .subscribe {
          margin-top: 30px; }
          footer .content .row .subscribe h3 {
            height: auto; } }

/*# sourceMappingURL=styles-frontend.css.map */
