﻿@charset "UTF-8";
@import url("https://use.typekit.net/iwo2byy.css");

#services {
  background: linear-gradient(110deg, rgba(0,120,183,0) 35%, rgba(0,120,183,0.3) 100%);
}

.service-box {
  margin-top: 18px;
}

.tab-gradient {
  width: 105.5%;
  padding: 4px 10px;
  text-align: center;
  margin: -18px 0 0;
  background: linear-gradient(90deg, rgba(0,120,183,0) 10%, rgba(0,120,183,0.9) 100%);
  border-radius: 12px 12px 0 0;
  font-size: 15px;
}

.tab-gradient strong {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
}

.service-content {
  color: #103e67;
  font-size: 15px;
}

.service-image {
  display: flex;
  align-items: center;
}

.service-image div {
  width: 50px;
}

.service-image div img {
  width: 100%;
}

.service-image strong {
  /* max-width: 175px; */
  text-transform: uppercase;
  font-weight: 800;
  margin-left: 8px;
}

.service-content .service-text {
  margin: 24px 0;
}

.service-points p {
  margin-left: 21px;
}

.service-check {
  display: flex;
  align-items: flex-start;
}

.service-check div {
  width: 13px;
}

.service-check div img {
  width: 100%;
}

.service-check p {
  margin: 0 0 4px 8px;
}


nav {
  padding: 20px 0 10px 0;
  background: #fff;
}



.custom-checkbox label {
  color: var(--landing-darkblue);
}

.container-fluid {
  padding-right: 4%;
  padding-left: 4%;
}

.service-boxes {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-row-gap: 24px;
  grid-column-gap: 24px;
  margin-top: 40px;
}

.service-boxes .service-item {
  display: grid;
  grid-template-columns: 0.9fr 0.4fr 2fr;
  padding: 1em;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(223, 218, 213, 0.5), transparent);
  transition: background-color .6s ease;
}

.service-boxes .service-item:hover {
  background-color: #dcdada;
}

.service-icon {
  display: grid;
  grid-template-rows: 2fr 1fr;
  text-align: center;
  align-items: center;
  line-height: 1.4;
  color: #123e68;
  width: 90px;
}

.service-icon img {
  width: 100%;
}

.service-icon strong {
  font-weight: 800;
  font-size: 11px;
  text-transform: uppercase;
}

.vgray-line {
  max-width: 2px;
  align-self: center;
  justify-self: center;
}

.vgray-line img {
  width: 100%;
}

.desc {
  color: #123e68;
}

.desc p {
  margin: 0;
  font-size: 12px;
}


.services-box {
  margin-top: 1em;
}

.services-slider .button:first-child {
  margin-left: -110px;
}

.services-slider .headline-wrap p:first-child {
  margin-left: -45px;
}

.services-item .hover,
.services-item:hover .hover-hide {
  display: none;
}

.services-item:hover .hover {
  display: block;
}

.services-item {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 10px 0;
  background: linear-gradient(0deg, rgba(223,218,213,1) 0%, rgba(223,218,213,0) 30%);
  padding: 2em 1em;
  border-radius: 12px;
  min-height: 620px;
  width: 100%;
  transition: background-color .6s ease;
}

.services-item:hover {
  background-color: #dcdada;
}

.services-item:before,
.services-item:after {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
}

@media only screen and (min-width: 768px) {
  .box {
    width: 49%;
  }
  #services {
    width: 49% !important;
  }
  .row-1, .row-2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .service-boxes {
    grid-template-columns: 1fr 1fr;
  }
  .service-boxes .service-item {
    padding: 1.5em 3em 1.5em 1em;
  }
  .service-icon strong {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) {
  .tab-gradient {
    width: 104%;
  }
  .service-icon {
    width: 115px;
  }
  .desc p {
    font-size: 15px;
  }
  .service-icon strong {
    font-size: 13px;
  }
  .service-boxes .service-item {
    padding: 1.5em 3em 1.5em 2em;
  }
}

@media only screen and (min-width: 1200px) {
  .box ul>li>strong, .supply-chain strong {
    width: 158px;
  }
  .service-image strong {
    max-width: 175px;
  }
  .tab-gradient {
    width: 107%;
  }
  .box {
    width: 24%;
  }
  #services {
    width: 24% !important;
  }
}

.hover,
.hover div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #123e68;
  font-weight: 400;
}

.hover p {
  margin: 1em 0 1.5em 0;
}

.hover img {
  width: 5em;
}

.hover ul li {
  margin: 10px 0;
}

.hover ul {
  list-style: none;
}

.hover ul li::before {
  content: "\2022";
  color: #06aadb;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.hover-hide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: auto 0;
}

.hover-hide img {
  width: 10em;
}

.hover-hide p {
  color: #123e68;
  margin-top: 1em;
}

.hover-hide p,
.hover .light {
  font-size: 1em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.light {
  color: #06aadb;
}

.services-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1em;
  font-weight: 400;
  color: #123e68;
}

@media only screen and (min-width: 768px) {
  .services-text {
    flex-direction: row;
  }
}

.services-text p {
  flex: 3.5;
  font-size: 20px;
}

.services-text div {
  flex: 1;
  display: flex;
  justify-content: center;
}

.services-text div img {
  width: 10em;
}

.video-link {
  margin: 0 auto;
}

.video-link iframe {
  width: 100%;
  height: 550px;
}

.title-tab img {
  width: 22em;
}

.box-included {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em 1.5em;
  margin: 0 20px;
  background: linear-gradient(315deg, rgba(0,120,182,0.5) 16%, rgba(0,120,182,0) 50%);
  border-radius: 12px;
  color: #123e68;
  font-size: 1em;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.box-included div img {
  width: 10em;
  margin: 2em 0;
}

.it-work {
  display: flex;
  justify-content: space-between;
}

.work-order {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: auto;
}

.work-order .img-main img {
  width: 10em;
}

.work-order .img-circle img {
  width: 2.5em;
}

.work-order p {
  margin-top: 1em;
  color: #123e68;
  font-weight: 900;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.blue-line img {
  width: 3px;
}


.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    background-color: #06aadb;
    border: none;
}


.badge {
  display: flex;
  background: transparent;
  margin-bottom: 2em;
}

.badge img {
  width: 7em;
  margin-right: 1em;
}

/* reporting and analytics */
.procurement-box .reporting-bullets {
  padding-top: 0;
}

.procurement-box .reporting-bullets li::before {
  content: '-';
  color: #123e68;
}

.procurement-box .reporting-bullets li p {
  margin: 12px 0;
}

/* Traceability */

@media only screen and (min-width: 768px) {
  .traceability-headline {
    padding-left: 4em;
  }
}


.traceability-headline .headline-wrap .img {
  margin-left: 0 !important;
}

.traceability-headline p {
  text-align: left !important;
}


/* specifications & npd */
.deg32 { transform: rotate(32deg) translate(12em) rotate(-32deg); }
.deg126 { transform: rotate(126deg) translate(14.5em) rotate(-126deg); }
.deg235 { transform: rotate(235deg) translate(17em) rotate(-235deg); }
.deg310 { transform: rotate(310deg) translate(17em) rotate(-310deg); }

@media only screen and (min-width: 768px) {
  .specifications-headline {
    margin-left: 5.5em !important;
  }
}


/* solutions page food safety */
.food-safety-slider .item .inner p {
  width: 20em;
}

.food-safety-slider .item img {
  object-fit: cover;
}

.services-slider p strong,
.supplier-slider p strong,
.reporting-slider p strong,
.traceability-slider p strong,
.csr p strong,
.food-safety-slider p strong,
.specifications-slider p strong,
.procurement-slider p strong {
  text-transform: uppercase;
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .services-slider p strong,
  .supplier-slider p strong,
  .reporting-slider p strong,
  .traceability-slider p strong,
  .csr p strong,
  .food-safety-slider p strong,
  .specifications-slider p strong,
  .procurement-slider p strong {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1024px) {
  .services-slider p strong,
  .supplier-slider p strong,
  .reporting-slider p strong,
  .traceability-slider p strong,
  .csr p strong,
  .food-safety-slider p strong,
  .specifications-slider p strong,
  .procurement-slider p strong {
    font-size: 26px;
  }
  .food-safety-slider .item .inner p {
    width: 18em;
  }
  .specifications-headline {
    margin-left: 3em !important;
  }
}

@media only screen and (min-width: 1140px) {
  .food-safety-slider .item .inner p {
    width: 22.5em;
  }
}
@media only screen and (min-width: 1366px) {
  .food-safety-slider .item img {
    object-position: right;
  }

  .supplier-slider .item img,
  .traceability-slider .item img {
    height: calc(100vh - 230px);
  }

  .services-slider .item img,
  .reporting-slider .item img,
  .csr-slider .item img,
  .specifications-slider .item img {
    object-position: bottom;
  }
  .specifications-headline {
    margin-left: 6.5em !important;
  }
}

/* solutions page procurement */
.selected {
  color: #06aadb !important;
}

.module {
  height: 12em;
  width: 100% !important;
}
.module img {
  width: 3em !important;
}
.other-module {
  display: flex;
  flex-wrap: wrap;
}
.other-item {
  width: 49%;
  padding: 6px;
}

@media only screen and (min-width: 768px) {
  .other-item {
    width: 12em;
    padding: 12px;
  }
  .other-module {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 1024px) {
  .other-item {
    padding: 12px;
  }
}

@media only screen and (min-width: 1200px) {
  .other-item {
    padding: 0;
    width: 11em;
  }

  .other-module {
    justify-content: space-evenly;
  }
}

/* .other-item {
  width: 12%;
} */

.module {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 13em;
  width: 11em;
  padding: 1em 1.5em;
  margin: 0;
  background: linear-gradient(-40deg, rgba(223, 218, 213, 0.3), transparent);
  border-radius: 12px;
  transition: background-color 1s ease;
  color: #123e68;
}

.module:hover {
  background-color: rgba(157, 157, 156, 0.2);
}

.module img {
  width: 5em !important;
}

.module p {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 15px;
  text-align: center;
  margin-top: 2em;
}

.module-item:hover {
  text-decoration: none;
}

.module-item:hover > .module p {
  text-decoration: none;
  color: #06aadb;
}

.module-item .module p {
  transition: .4s color ease;
}

.tailor .gradient {
  display: flex;
  flex-direction: column;
  background: linear-gradient(-40deg, rgba(0, 120, 182, 0.3), transparent);
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  width: 20em;
  margin: 14px;
}

.owl-carousel .owl-stage {
  width: 154% !important;
  /* transition: all .4s ease .4s; */
  /* transform: translate3d(-576px, 0px, 0px) !important; */
}

.owl-stage-outer {
  /* width: 690%; */
}

.owl-nav {
  width: 8%;
}

.owl-item {
  width: 13.3% !important;
}

.owl-dots {
  display: none !important;
}

.owl-carousel {
  display: flex !important;
  align-items: center;
}

.owl-nav div {
  background: transparent !important;
}


.owl-prev img,
.owl-next img {
  width: 25px;
}

@media only screen and (min-width: 768px) {
  .tailor {
    margin-left: 2px;
  }
  .tailor .gradient {
    /* width: 19em; */
    height: 26em;
    margin: 0;
    margin-bottom: 14px;
  }
  .owl-stage {
    width: 10000px !important;
  }
}

@media only screen and (min-width: 1140px) {
  .tailor .gradient {
    width: 18em;
  }
  .owl-nav {
    /* width: 70%; */
  }
}

@media only screen and (min-width: 1367px) {
  .owl-nav {
    /* width: 90%; */
  }
  .owl-stage {
    width: 7500px !important;
  }
}

@media only screen with (min-width: 1440px) {
  .owl-nav {
    width: 8%;
  }
}

.tailor .gradient .circle {
  width: 3em;
  margin: 1em 0;
}

.tailor .gradient .cloud {
  width: 8.5em;
  margin: 2em 0;
}

.tailor .gradient .circle,
.tailor .gradient .cloud,
.tailor a {
  align-self: center;
}

.tailor a {
  color: #fff;
  font-size: 12px;
  width: 70%;
}

.tailor .gradient img {
  width: 100%;
}

.and {
  margin: 0 5px;
}

.tailor {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #113d66;
  font-size: 14px;
  font-weight: 900;
}

.circle {
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #123e68;
  margin: 2em 0 0 12px;
}

.circle img {
  width: 3em;
}

.circle p {
  margin: 0;
  margin-left: 2em;
}

.blue-icon img {
  width: 22px;
}

.blue-icon {
  margin-right: 6px;
}

.blue-text {
  display: flex;
  align-items: center;
  margin: 6px 0;
}

.no-margin {
  margin: 0;
}

.blue-text p {
  margin: 0;
  font-size: 13px;
}

.blue-box {
  background: rgba(6,170,219,0.2);
  border: 7px solid rgba(0,120,182,0.2);
  border-radius: 15px;
  padding: 5px 0.5em !important;
  width: 300px;
  height: auto;
}

.procurement-box .main-icon img {
  width: 5em;
}

.gradient-box .content {
  /* flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start; */
}

.gradient-box .content:first-child {
  flex: 1;
  margin-right: 10px;
  display: grid;
  grid-template-rows: 100px 60px 150px 200px;
}

@media only screen and (max-width: 414px) {
  .gradient-box {
    flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) {

  .gradient-box {
    max-width: 100%;
  }
  .supply-chain-box {
    padding: 0;
  }
}

@media only screen and (min-width: 1200px) {

  .gradient-box {
    width: 49%;
  }

  .blue-box {
    width: 200px;
  }
  .supply-chain-box {
    padding: 0 !important;
  }
}

@media only screen and (min-width: 1366px) {

  .gradient-box {
    max-width: 100%;
    width: auto;
  }
  .supply-chain-box {
    padding: 0;
  }
  .blue-box {
    width: 300px;
  }
}



#traceability .gradient-box .content:first-child {
  grid-template-rows: 100px 80px 90px 180px;
}

.gradient-box .content:nth-child(2) {
  /* margin-top: 110px; */
  /* justify-content: space-around; */
  flex: 1;
  display: grid;
  grid-template-rows: 2.2fr 1fr;
  /* grid-row-start: col-start 2; */
  align-items: flex-end;
}

#procurement-supply-chain .gradient-box .content:first-child {
  grid-template-rows: 100px 60px 100px 200px;
}

#procurement-supply-chain .gradient-box .content:nth-child(2) {
  grid-template-rows: 3.2fr 1fr;
}

#supplier-compliance .gradient-box .content:nth-child(2) {
  grid-template-rows: 3fr 1fr;
}

#specifications-npd .gradient-box .content:nth-child(2) {
  grid-template-rows: 2.9fr 1fr;
}

#traceability .gradient-box .content:nth-child(2) {
  grid-template-rows: 4.6fr 1fr;
}

#csr .gradient-box .content:nth-child(2) {
  grid-template-rows: 1.7fr 1fr;;
}

.gradient-box .main-icon,
.gradient-box .screen {
  display: flex;
  justify-content: center;
}

.gradient-box .screen {
  margin-top: 15px;
}

.gradient-box .main-icon img {
  /* width: 40%;
  margin-bottom: 4px;
  margin-right: 1em; */
  max-width: 90px;
  width: auto;
  height: auto;
  max-height: 90px;
}

.gradient-box .screen img {
  /* width: 80%; */
  max-width: 300px;
  height: auto;
  width: auto;
  max-height: 140px;
  min-width: 220px;
}

.gradient-box .title {
  text-align: left;
  color: #123e68;
  max-width: 15em;
}

.gradient-box .title strong {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
}

.gradient-box .title p {
  margin: 1em 0;
  font-size: 15px;
}

.gradient-box {
  display: flex;
  justify-content: center;
  padding: 2em;
  background: linear-gradient(-40deg, rgba(223, 218, 213, 0.3), transparent);
  border-radius: 12px;
  margin: 1em 0;
  transition: background-color 1s ease;
  font-weight: 400;
  color: #123e68;
}

@media only screen and (max-width: 1024px) {
  .supply-chain-box {
    flex-direction: column;
  }
}

@media only screen and (min-width: 1266px) {
  .gradient-box {
    width: 49%;
  }
}

#reporting-analytics .content .blue-box {
  /* with action-btn */
  /* margin-top: 90px; */
  /* without action-btn */
  /* margin-top: 80px; */
}

#csr .content .blue-box {
  /* with action-btn */
  /* margin-top: 80px; */
}

.content .blue-box {
  /* without action-btn */
  /* margin-top: 40px; */
  width: 100%;
}

.action-btn {
  width: 270px  ;
  /* display: flex; */
  display: none;
  align-items: center;
  justify-content: space-around;
  justify-self: center;
  align-self: flex-start;
  margin: 30px 0 50px 0;
  padding: 8px 0;
  background-color: rgba(223, 218, 213, 0.2);
  border: solid 3px rgba(177, 177, 177, 0.2);
  border-radius: 10px;
}

.brochure,
.video {
  flex: 1;
}

.brochure div,
.video div {
  margin-bottom: 6px;
}

.action-btn .brochure a,
.action-btn .video a {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #123e68;
  font-size: 10px;
  text-transform: uppercase;
}

.action-btn .brochure a div img,
.action-btn .video a div img {
  width: 22px;
}

.action-btn .line img {
  width: 5px;
}

.supply-chain-box {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}

.procurement-box {
  display: flex;
  flex-direction: column;
  padding: 2em;
  background: linear-gradient(-40deg, rgba(223, 218, 213, 0.3), transparent);
  border-radius: 12px;
  margin: 1em 0;
  transition: background-color 1s ease;
  font-weight: 400;
  color: #123e68;
}

.procurement-box ul li p {
  max-width: 100% !important;
  margin: 12px 0;
}

.procurement-box ul li::before {
  content: "\2022";
  color: #06a9da;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin: 12px 0;
  margin-left: -1em;
}

.procurement-box ul {
  list-style: none;
  padding: 12px 18px;
}

.procurement-box .title {
  margin-left: 1em;
}

.procurement-box .title strong {
  text-transform: uppercase;
  font-weight: 900;
}

.check {
  display: flex;
  margin-bottom: 12px;
}

.check div img {
  width: 24px;
  margin-right: 1em;
}

#procurement-supply-chain .row {
  margin: 0;
}

.solutions-procurement-cloud img { display: block; width: 90%; }
.solutions-procurement-cloud .arrow { width: 50%; }
.deg1 { transform: rotate(1deg) translate(20em) rotate(-1deg); } /* 12em = half the width of the wrapper */
.deg36 { transform: rotate(36deg) translate(10em) rotate(-36deg); }
.deg148 { transform: rotate(148deg) translate(11em) rotate(-148deg); }
.deg198 { transform: rotate(198deg) translate(17em) rotate(-198deg); }
.deg135 { transform: rotate(-135deg) translate(21em) rotate(135deg); } /* livestock */
.deg216 { transform: rotate(216deg) translate(18em) rotate(-216deg); }
.deg102 { transform: rotate(270deg) translate(15em) rotate(-270deg); }  /* e-negotiation */
.deg51 { transform: rotate(323deg) translate(18em) rotate(-323deg); }

.solutions-procurement-cloud {
  margin-top: 0 !important;
}

.solutions-procurement-cloud .center {
  width: 14em !important;
  margin-left: -114px;
}

.solutions-headline div p {
  color: #06aadb !important;
}

.solutions-headline .headline-wrap p {
  margin-top: 10px !important;
}

.solutions-headline div .img {
  margin-bottom: 60px;
  margin-left: 1.3em;
}

.check p {
  font-weight: 400;
  color: #123e68;
}

@media only screen and (min-width: 768px) {
  .solutions-headline div .img {
    margin-left: 3em;
  }
  .circle p {
    max-width: 85%;
  }
  .main-icon {
    margin-bottom: 4%;
  }
  .solutions-headline div .img img {
    width: 16em;
  }
  .food-safety-slider .solutions-headline div .img img {
    width: 16em !important;
  }
}

@media only screen and (min-width: 1024px) {
  .supplier-slider .solutions-headline div .img img {
    width: 17em;
  }
  .solutions-headline div .img {
    margin-left: 1em;
  }
  .solutions-slider {
    object-position: right;
  }

  .procurement-box .main-icon img {
    margin-top: 6em;
  }

  .procurement-box {
    flex-direction: row;
  }

  .procurement-box .title {
    margin: 0 1em;
    max-width: 50%;
  }

  .circle p {
    max-width: 86%;
  }
}

@media only screen and (min-width: 1266px) {
  .solutions-headline div .img {
    margin-left: 4.5em;
  }

  .specifications-slider .solutions-headline div .img {
    margin-left: 6.5em;
  }
  .check p {
    max-width: 80%;
  }
  .solutions-slider {
    object-position: right;
  }
  .procurement-box .title {
    margin: 0 1em;
    max-width: 50%;
  }
}



.solutions-headline div .img img {
  width: 20em;
  height: auto;
}

@media only screen and (max-width; 414px) {
  .solutions-headline div .img img {
    width: 12em !important;
  }
  .food-safety-slider .solutions-headline div .img img {
    width: 14em !important;
  }
}

.solutions-headline .headline-wrap {
  margin-left: 0 !important;
  display: flex;
  flex-direction: column;
}

.services-slider .item,
.supplier-slider .item,
.traceability-slider .item,
.reporting-slider .item,
.csr-slider .item,
.procurement-slider .item,
.solutions-slider,
.food-safety-slider .item {
  height: calc(100vh - 230px) !important;
}

.specifications-slider .item,
.specifications-slider .solutions-slider {
  height: calc(100vh - 190px) !important;
}

.supplier-slider .home-video,
.reporting-slider .home-video,
.traceability-slider .home-video,
.procurement-slider .home-video,
.food-safety-slider .home-video,
.specifications-slider .home-video,
.csr-slider .home-video {
  margin: 20px 0;
}


.clients {
  display: flex;
  flex-wrap: wrap;
  margin: 2% 0;
}

.clients .rows .image img {
  width: 5em;
}

.clients .rows {
  display: flex;
  flex-direction: column;
}

.clients .rows .image {
  flex: 1.5;
  margin-bottom: 10px;
}

.clients .rows .big {
  /* flex: 0; */
  margin-right: 20px;
  font-size: 3em;
  font-weight: 900;
}

.clients .rows .txt {
  color: #a9adb3;
  font-size: 24px;
  font-weight: 700;
  width: 90%;
}

.clients .rows:first-child .txt {
  width: 45%;
}

@media only screen and (min-width: 768px) {
  .clients .rows {
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
  }
  .clients .rows .big {
    width: auto;
    margin-left: 66px;
  }
  .clients .rows .txt {
    font-size: 32px;
    width: 75%;
  }
  .clients .rows:first-child .txt {
    font-size: 32px;
    width: 90% !important;
  }
  .clients .rows .grey-txt {
    font-size: 32px;
    margin-left: 158px;
  }
}

@media only screen and (min-width: 1024px) {
  .form-question .prefer {
    margin-top: 11.5%;
  }
  .services-img {
    width: 75% !important;
    padding-right: 40px;
  }
  .clients .rows .txt,
  .clients .rows:first-child .txt {
    font-size: 34px;
  }
  .clients .rows:nth-child(3) .grey-txt {
    margin-left: 90px;
  }
}


@media only screen and (min-width: 1200px) {
  .clients .rows .txt,
  .clients .rows:first-child .txt {
    font-size: 38px !important;
  }
  .clients .rows:nth-child(3) .grey-txt {
    width: 75%;
    margin-left: 60px;
  }
}

.community .underline:after {
    background: #103e67 !important;
}

.services-button>a {
  color: #fff;
  margin-top:25px;
}

.check-point {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.check img {
  width: 50%;
}

.supply-chain {
  color: #123e68;
}

.supply-chain strong {
  margin-bottom: 2em !important;
}

.services-img {
  width: 100%;
  border-right: 2px solid #06aadb;
}

.services-img img{
  width: 100%;
}

header .about-us {
  width: 17vw !important;
  padding: 2em 0px 2em 0.4em !important;
}

header .about-us a {
  color: var(--landing-darkblue);
  transition: .4s color ease;
}

header .about-us a:hover {
  color: var(--landing-primary) !important;
}

.dropdown-menu {
  width: 27vw;
  padding: 1.4em 1.4em 1.4em 0.4em;
  color: #123e68;
  font-size: 1em;
  font-weight: 900;
  background: #dfdad5;
  border-radius: 12px !important;
  border: none;
  left: -55px !important;
}

.dropdown-menu a {
  margin: -1.4em 0px;
}

header .about-us a {
  margin: -2.2em 0px !important;
}

.dropdown-menu .dropdown-item {
  transition: color .4s ease;
}

.dropdown-menu .dropdown-item:hover {
  color: var(--landing-primary);
}

.dropdown-item img {
  width: 17%;
}

header .about-us a img {
  width: 28% !important;
}

.nav .open>a,
.nav .open>a:focus {
  background: transparent;
}

@media only screen and (max-width: 414px) {
  .dropdown-menu {
    left: 0px !important;
    background: #dfdad5 !important;
  }
  .about-us {
    margin: 0 auto;
  }
  .services-img {
    border-right: none;
    border-bottom: 2px solid #06aadb;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .services-img img {
    width: 100%;
    left: 1em;
    margin: 0;
  }
}

@media only screen and (max-width: 768px) {
  .dropdown-menu {
    width: 40vw;
    left: 28% !important;
  }
  .about-us {
    left: 38% !important;
  }
  .box {
    margin: 6px 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .dropdown-menu {
    width: 38vw;
  }
  .dropdown-item img {
    width: 10%;
  }
  .box {
    margin: 8px 0 !important;
  }
}

@media only screen and (min-width: 1025px) {
  .box {
    margin: 0 !important;
  }
  .row-1, .row-2 {
    margin-top: 18px;
  }
}


.box ul {
  list-style: none;
  padding: 12px 15px 0 0;
}

.box ul>li,
.procurement-box ul>li {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
}

.box ul>li>p {
  font-size: 15px;
  text-align: left;
  width: 158px;
}

.box ul>li>strong,
.supply-chain strong {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 900;
  margin-bottom: .8em;
  /* width: 158px; */
}

.box ul>li.title {
  /* margin-bottom: 1em; */
}

.box ul li div {
  margin-right: -55px;
  margin-top: -10px;
}

.box ul li div img {
  width: 43%;
}

.box a {
  color: #103e67;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.box a:hover,
.box a:link,
.box a:active,
.box a:visited {
  text-decoration: none;
}

.box:hover {
  background-color: rgba(157, 157, 156, 0.2);
  /* opacity: .1; */
}

.box {
  background: linear-gradient(-40deg, rgba(223, 218, 213, 0.3), transparent);
  border-radius: 12px;
  margin: 1em 0;
  padding: 1em;
  color: #123e68;
  /* max-height: 580px;
  min-height: 546px; */
  /* -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s; */
  transition: background-color 1s ease;
  /* transition: .4s background ease-in-out; */
}

.underline:after {
  background: #06aadb !important;
}

.solutions-cloud,
.solutions-procurement-cloud {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 15em 0;
    /*2.8em = 2em*1.4 (2em = half the width of a link with img, 1.4 = sqrt(2))*/
	/* border: dashed 1px; */
	border-radius: 50%;
	/* margin: 4em auto 0; */
  transform: scale(0.4);
}
.solutions-cloud a,
.solutions-procurement-cloud a {
	display: block;
	position: absolute;
	top: 55%; left: 50%;
	width: 12em; height: 12em;
	margin: -5em;
}

.solutions-cloud a .cloud,
.solutions-procurement-cloud a .cloud {
  opacity: 1;
  transition: opacity .4s ease;
}

.solutions-cloud a .cloud:hover,
.solutions-procurement-cloud a .cloud:hover {
  /* background: rgba(0,170,219,0.4); */
  opacity: .7;
  /* -webkit-mask-image:-webkit-linear-gradient(top, rgba(0, 0, 0,.8), rgba(0, 0, 0,.8)); */
}

.solutions-cloud .center {
  width: 11em;
  height: 11em;
}
.solutions-cloud img { display: block; width: 90%; }
.solutions-cloud .arrow { width: 50%; }
.deg0 { transform: translate(20em); } /* 12em = half the width of the wrapper */
.deg37 { transform: rotate(37deg) translate(20em) rotate(-37deg); }
.deg90 { transform: rotate(90deg) translate(18em) rotate(-90deg); }
.deg143 { transform: rotate(143deg) translate(16em) rotate(-143deg); }
.deg180 { transform: translate(-20em); }
.deg216 { transform: rotate(216deg) translate(18em) rotate(-216deg); }
.deg270 { transform: rotate(270deg) translate(15em) rotate(-270deg); }
.deg323 { transform: rotate(323deg) translate(18em) rotate(-323deg); }


@media only screen and (min-width: 414px) {
  .solutions-cloud,
  .solutions-procurement-cloud {
    transform: scale(0.5);
  }
}


@media only screen and (min-width: 600px) {
  .solutions-cloud,
  .solutions-procurement-cloud {
    transform: scale(0.8);
  }
}

@media only screen and (min-width: 1200px) {
  .solutions-cloud,
  .solutions-procurement-cloud {
    transform: scale(1);
  }
}

.block {
    display: block;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.margin-top {
    margin-top: 10px;
}

.margin-right {
    margin-right: 10px;
}

.nav > li > a:focus, .nav > li > a:hover {
    background: transparent;
}

.button {
    padding: 10px 15px !important;
    background: #f2f0ee;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    line-height: .93;
    text-transform: uppercase;
    border: none;
    color: var(--landing-darkblue);
}

    .button:hover {
        background: #c6c3c1 !important;
        color: #ffffff !important;
        text-decoration: none;
    }

.button-main-blue {
    background: var(--landing-primary);
    color: #ffffff;
}

    .button-main-blue:hover {
        background: #007FA4 !important;
    }

.button-dark-blue {
    background: var(--landing-darkblue);
    color: #ffffff;
}

    .button-dark-blue:hover {
        background: #007FA4 !important;
    }

.dark-blue {
    color: var(--landing-darkblue);
}

.main-blue {
    color: var(--landing-primary);
}

.big-title {
    font-weight: 900;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

    .big-title:after {
        content: '';
        width: 52px;
        height: 1px;
        background: #0d6083;
        position: absolute;
        bottom: 0;
        left: 0;
    }

html {
    overflow-x: hidden;
}

body {
    font-family: "circe";
    margin: 0;
    width: 100%;
    font-size: 18px;
    overflow-x: hidden;
    position: relative;
    padding-top: 110px;
}

    body .registration-text {
        color: #003d6b;
    }

.modal .modal-dialog {
}

    .modal .modal-dialog .modal-header {
        border: none;
    }

    .modal .modal-dialog .modal-body {
        padding: 15px;
        padding-top:0px;
        font-size: 15px;
    }

.modal iframe {
    width: 100%;
    min-height: 400px;
}

.dropdown:hover>.dropdown-memu {
  display: block !important;
}

header {
    font-size: 16px;
    /* padding-top: 30px; */
    text-transform: uppercase;
}

    header .navbar {
        /* margin-bottom: 30px; */
    }

    header .navbar-header {
        width: 185px;
    }

    header .navbar-logo {
        margin-right: 55px;
    }

    header .navbar-logo .logo {
        width: 100%;
        max-width: 185px;
        margin-top: 10px;
    }

    header .nav {
        position: relative;
        /* border-bottom: 2px solid var(--landing-primary); */
    }


    @media only screen and (max-width: 768px) {
      header .nav-item-home.active~.animated,
      header .nav li:nth-child(1):hover~.animated,
      header .nav-item-solutions.active~.animated,
      header .nav li:nth-child(2):hover~.animated,
      header .nav li:nth-child(3):hover~.animated,
      header .nav li:nth-child(4):hover~.animated,
      header .nav-item-services.active~.animated,
      header .nav-item-about.active~.animated,
      header .nav-item-support.active~.animated,
      header .nav li:nth-child(5):hover~.animated,
      header .nav li:nth-child(6):hover~.animated {
        display: none;
      }
    }

    @media only screen and (max-width: 1024px) {
      header .nav-item-solutions.active~.animated,
      header .nav li:nth-child(2):hover~.animated {
        width: 95px;
        transform: translate(50px);
      }
      header .nav-item-services.active~.animated,
      header .nav li:nth-child(3):hover~.animated {
        width: 80px;
        transform: translate(160px);
      }
      header .nav-item-sectors.active~.animated,
      header .nav li:nth-child(4):hover~.animated {
        width: 47px;
        transform: translate(260px);
      }
      header .nav-item-about.active~.animated,
      header .nav li:nth-child(5):hover~.animated {
        width: 55px;
        transform: translate(330px);
      }
      header .nav-item-support.active~.animated,
      header .nav li:nth-child(6):hover~.animated {
        width: 50px;
        transform: translate(400px);
      }
    }

    /* header .nav .active.disabled {
      border-bottom: 8px solid transparent !important;
    } */
    header .nav .active.disabled>a {
      color: #003d6b !important;
      cursor: pointer;
    }

    header .nav .active>a {
        color: var(--landing-primary) !important;
    }

    header .nav .nav-item:hover > .dropdown-menu {
      display: block !important;
    }
    header .nav .nav-item:hover > .dropdown-menu:before {
      content: '';
      padding-top: 10px;
    }


    header .nav li a.nav-link {
      padding: 10px;
      padding-bottom: 32px;
      position: relative;
      z-index: 1;
      font-size: 15px;
    }

    @media only screen and (min-width: 1266px) {
      header .nav li a.nav-link {
        font-size: 14px;
      }
      #liRegister, #liSignIn {
        margin: 0 10px;
        font-size: 14px;
      }
    }

    @media only screen and (max-width: 1024px) {
      header .nav li a.nav-link {
        font-size: 11px;
      }

      #liRegister, #liSignIn {
        margin: 0 5px;
        font-size: 11px;
      }
    }



    header .nav li .sub-nav {
        position: absolute;
        padding: 15px;
        width: 250px;
        left: -75px;
        top: 70px;
        background: #f5f7f7;
        z-index: 2;
        display: none;
    }

    header .nav li .sub-nav .active-sub a {
        color: var(--landing-primary);
    }

    header .nav li .sub-nav li {
        list-style-type: none;
        padding: 0;
        margin: 0;
        font-size: 14px;
        text-transform: none;
        margin-top: 5px;
        min-height: auto;
    }

    header .nav li .sub-nav li:first-child {
        margin-top: 0;
    }

    header .nav li .sub-nav li a {
        padding: 0;
    }

    header .nav li .sub-nav li a:hover {
        text-decoration: none;
        color: var(--landing-primary);
    }

    header .nav li .sub-nav.open {
        display: block;
    }

    header .nav li:first-child {
        margin-left: 0;
    }

    header .nav li:last-child {
        margin-right: 0;
    }

    header .nav li a, header .nav li span {
        color: var(--landing-darkblue);
        padding: 10px 0 0 0;
        cursor: pointer;
        display: block;
        text-decoration: none;
    }

    header .nav li a:hover, header .nav li span:hover {
        color: var(--landing-primary);
    }

    header .nav li span {
        line-height: 1;
        margin-top: 2px;
    }

    header .button-sign-in, header .button-sign-in:focus {
        background: var(--landing-green) !important;
        color: #fff !important;
    }

    header .button-register, header .button-register:focus {
        background: var(--landing-primary) !important;
        color: #fff !important;
    }

    header .button-sign-in:hover {
        background: #ddd !important;
        color: #fff !important;
    }

    header .button-register:hover {
        background: #ddd !important;
        color: #fff !important;
    }

header .button-register, header .button-register:focus {
    background: var(--landing-primary) !important;
    color: #fff !important;
}

.button-green {
    background: var(--landing-green) !important;
    color: #fff !important;
}

.form-group input {
    border: 0;
}

.custom-checkbox {
    /* Base for label styling */
    /* checkbox aspect */
    /* checked mark aspect */
    /* checked mark aspect changes */
    /* disabled checkbox */
}

    .custom-checkbox [type="checkbox"]:not(:checked),
    .custom-checkbox [type="checkbox"]:checked {
        position: absolute;
        left: -9999px;
    }

        .custom-checkbox [type="checkbox"]:not(:checked) + label,
        .custom-checkbox [type="checkbox"]:checked + label {
            position: relative;
            padding-left: 40px;
            cursor: pointer;
        }

            .custom-checkbox [type="checkbox"]:not(:checked) + label:before,
            .custom-checkbox [type="checkbox"]:checked + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 2px;
                width: 21px;
                height: 21px;
                background: #fff;
                border-radius: 6px;
                -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
                box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
            }

            .custom-checkbox [type="checkbox"]:not(:checked) + label:after,
            .custom-checkbox [type="checkbox"]:checked + label:after {
                content: '';
                position: absolute;
                top: 5px;
                left: 3px;
                width: 15px;
                height: 15px;
                background: var(--landing-primary);
                font-size: 1.3em;
                line-height: 0.8;
                -webkit-transition: all .2s;
                -o-transition: all .2s;
                transition: all .2s;
                border-radius: 4px;
            }

            .custom-checkbox [type="checkbox"]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                -ms-transform: scale(0);
                transform: scale(0);
            }

            .custom-checkbox [type="checkbox"]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
            }

    .custom-checkbox [type="checkbox"]:disabled:not(:checked) + label:before,
    .custom-checkbox [type="checkbox"]:disabled:checked + label:before {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #bbb;
        background-color: #ddd;
    }

    .custom-checkbox [type="checkbox"]:disabled:checked + label:after {
        color: #999;
    }

    .custom-checkbox [type="checkbox"]:disabled + label {
        color: #aaa;
    }

.owl-theme {
    text-align: center;
}

    .owl-theme .item {
        min-height: 70px;
    }

    .owl-theme .owl-dots {
        margin: 20px auto !important;
        display: inline-block;
    }

        .owl-theme .owl-dots .owl-dot {
            outline: none;
        }

            .owl-theme .owl-dots .owl-dot span {
                border-radius: 0;
                margin: 0 5px;
                background: #cceef8;
            }

            .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
                background: var(--landing-primary);
            }

.top-slider {
    position: relative;
    overflow: hidden;
}

    .top-slider img {
        width: 100%;
        /* margin-top: 28px; */
        height: calc(100vh - 170px);
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom;
        object-position: bottom;
        position: absolute;
    }

    .top-slider .container {
        position: relative;
    }

    .top-slider .carousel-top {
        height: calc(100vh - 197px);
    }

    .top-slider .item {
        min-height: auto;
        height: calc(100vh - 170px);
        width: 100%;
        top: 0;
    }

    .top-slider .headline-wrap {
        padding-top: 50px;
    }

.home-video {
    margin-top: 20px;
    padding-top: 10px !important;
    background: #9ac6d7;
}

.free-demo {
    padding-top: 14px !important;
    background: #06aadb;
}

.top-slider .headline-wrap p {
    font-size: 26px;
    margin: 0;
    color: #003d6b;
    text-align: center;
}

.top-slider .headline-wrap .play-slide {
    font-size: 24px;
    display: inline-block;
    position: relative;
    z-index: 1;
    top: 5px;
    cursor: pointer;
}

    .top-slider .headline-wrap .play-slide i {
        color: var(--landing-darkblue);
    }

        .top-slider .headline-wrap .play-slide i:hover {
            color: #3f82a9;
        }

        .top-slider .headline-wrap .play-slide i:active {
            color: var(--landing-primary);
        }

.top-slider .owl-dots {
    display: inline-block;
    padding-left: 0;
}

    .top-slider .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        background: #cceef8;
        margin: 0 3px;
    }

    .top-slider .owl-dots .active {
        background: var(--landing-primary);
    }

.help {
    padding: 60px 0;
}

    .help .big-title {
        font-size: 36px;
        font-weight: 900;
        text-transform: uppercase;
        color: var(--landing-primary);
        position: relative;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .help .question {
        color: var(--landing-darkblue);
    }

    .help .help-item {
        text-align: center;
        position: relative;
        border-bottom: 1px solid #cccccc;
        width: 100%;
        padding: 40px 20px;
        min-height: 325px;
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .help .help-item:hover {
            text-decoration: none;
            background: #ffffff;
            background: #cbecef;
            background: -webkit-linear-gradient(top, transparent 0%, #cccccc 100%);
            background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#cccccc));
            background: -o-linear-gradient(top, transparent 0%, #cccccc 100%);
            background: linear-gradient(to bottom, transparent 0%, #cccccc 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#cccccc',GradientType=0 );
            border: none;
        }

        .help .help-item img {
            max-width: 150px;
            height: 150px;
            padding-bottom: 40px;
            -o-object-fit: contain;
            object-fit: contain;
        }

        .help .help-item p {
            font-size: 20px;
            text-transform: uppercase;
            color: var(--landing-darkblue);
        }

        .help .help-item:before, .help .help-item:after {
            content: "";
            position: absolute;
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#cccccc));
            background-image: -webkit-linear-gradient(transparent, #cccccc);
            background-image: -o-linear-gradient(transparent, #cccccc);
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#cccccc));
            background-image: linear-gradient(transparent, #cccccc);
            top: 0px;
            bottom: 0px;
            height: 100%;
            width: 1px;
        }

        .help .help-item:before {
            left: -1px;
        }

        .help .help-item:after {
            right: -1px;
        }

.foods_solutions {
    padding: 60px 0;
    background: #cfe3e9;
}

    .foods_solutions .big-title {
        font-size: 36px;
        font-weight: 900;
        text-transform: uppercase;
        color: var(--landing-primary);
        position: relative;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .foods_solutions .question {
        color: var(--landing-darkblue);
    }

    .foods_solutions .solution-item {
        text-align: center;
        position: relative;
        border-bottom: 1px solid #cccccc;
        width: 100%;
        padding: 40px 20px;
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .foods_solutions .solution-item:hover {
            text-decoration: none;
            background: #ffffff;
            background: #cbecef;
            background: -webkit-linear-gradient(top, transparent 0%, #a4cbe0 100%);
            background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#a4cbe0));
            background: -o-linear-gradient(top, transparent 0%, #a4cbe0 100%);
            background: linear-gradient(to bottom, transparent 0%, #a4cbe0 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='#a4cbe0',GradientType=0 );
            border: none;
        }

        .foods_solutions .solution-item img {
            max-width: 200px;
            height: 150px;
            padding-bottom: 40px;
            -o-object-fit: contain;
            object-fit: contain;
        }

        .foods_solutions .solution-item p {
            font-size: 20px;
            text-transform: uppercase;
            color: var(--landing-darkblue);
            font-weight: 900;
        }

        .foods_solutions .solution-item:before, .foods_solutions .solution-item:after {
            content: "";
            position: absolute;
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#cccccc));
            background-image: -webkit-linear-gradient(transparent, #cccccc);
            background-image: -o-linear-gradient(transparent, #cccccc);
            background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#cccccc));
            background-image: linear-gradient(transparent, #cccccc);
            top: 0px;
            bottom: 0px;
            height: 100%;
            width: 1px;
        }

        .foods_solutions .solution-item:before {
            left: -1px;
        }

        .foods_solutions .solution-item:after {
            right: -1px;
        }

.video_frame {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
    border-top: 15px solid var(--landing-darkblue);
    margin-bottom: 50px;
}

    .video_frame iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .video_frame .bottom_link {
        position: absolute;
        background: var(--landing-darkblue);
        width: 100%;
        bottom: -50px;
    }

        .video_frame .bottom_link a {
            color: #fff;
            text-transform: uppercase;
            line-height: 50px;
        }

            .video_frame .bottom_link a:hover {
                text-decoration: none;
                color: var(--landing-primary);
                -webkit-transition: .3s;
                -o-transition: .3s;
                transition: .3s;
            }

            .video_frame .bottom_link a i {
                margin-left: 10px;
                margin-bottom: -2px;
            }

.why-foods {
    padding: 100px 0 80px 0;
    background: var(--landing-darkblue);
    background: -webkit-linear-gradient(top, var(--landing-darkblue) 0%, #00577c 50%, #026396 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(var(--landing-darkblue)), color-stop(50%, #00577c), to(#026396));
    background: -o-linear-gradient(top, var(--landing-darkblue) 0%, #00577c 50%, #026396 100%);
    background: linear-gradient(to bottom, var(--landing-darkblue) 0%, #00577c 50%, #026396 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--landing-darkblue)', endColorstr='#026396',GradientType=0 );
}

    .why-foods .icons .item {
        float: left;
        width: 33%;
        text-align: center;
    }

        .why-foods .icons .item img {
            width: 100px;
        }

    .why-foods .big-title {
        margin: 0;
        font-size: 33px;
        color: #fff;
        text-transform: uppercase;
        padding-bottom: 35px;
        margin-bottom: 35px;
    }

        .why-foods .big-title:after {
            background: #fff;
        }

        .why-foods .big-title .question {
            color: var(--landing-primary);
        }

    .why-foods .button:hover {
        background: var(--landing-primary) !important;
        color: #fff !important;
    }

    .why-foods .item {
        min-height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 30px;
    }

        .why-foods .item img {
            max-width: 115px;
            max-height: 90px;
            height: 90px;
            -o-object-fit: contain;
            object-fit: contain;
            margin-bottom: 20px;
        }

        .why-foods .item p {
            color: #fff;
            text-transform: uppercase;
        }

    .why-foods .owl-next, .why-foods .owl-prev {
        top: calc(50% - 25px);
        width: 20px;
        height: 20px;
        position: relative;
        outline: 0;
    }

        .why-foods .owl-next span, .why-foods .owl-prev span {
            display: none;
        }

        .why-foods .owl-next:after, .why-foods .owl-prev:after {
            content: "\e072";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            color: #9ebfcc;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
        }

        .why-foods .owl-next:hover, .why-foods .owl-prev:hover {
            background: transparent !important;
        }

            .why-foods .owl-next:hover:after, .why-foods .owl-prev:hover:after {
                color: var(--landing-primary);
            }

    .why-foods .owl-next {
        position: absolute;
        right: 0;
    }

    .why-foods .owl-prev {
        position: absolute;
        left: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.simplified {
  padding: 150px 0 167px 0;
  /* margin: 5em 0; */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.simplified img {
  display: inline-block;
  vertical-align: bottom;
}

.simplified img:nth-child(1) {
  width: 49%;
}

.simplified img:nth-child(2) {
  width: 2.47%;
}

.simplified img:nth-child(3) {
  width: 49%;
}

.solution {
  padding: 95px 0;
  background: #feffff;
  background: -webkit-linear-gradient(left, #feffff 0%, #b1e6f5 32%, #91ddec 69%, #e7e7e7 100%);
  background: -webkit-gradient(linear, left top, right top, from(#feffff), color-stop(32%, #b1e6f5), color-stop(69%, #91ddec), to(#e7e7e7));
  background: -o-linear-gradient(left, #feffff 0%, #b1e6f5 32%, #91ddec 69%, #e7e7e7 100%);
  background: linear-gradient(to right, #feffff 0%, #b1e6f5 32%, #91ddec 69%, #e7e7e7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#e7e7e7',GradientType=1 );
  position: relative; }
  .solution .top-bar {
    position: absolute;
    width: 100%;
    top: 0; }
    .solution .top-bar:before {
      background: var(--landing-primary); }
  .solution img {
    width: 100%;
    max-width: 150px; }
  .solution h4 {
    font-size: 38px;
    line-height: .7;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: 900; }
  .solution p {
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 35px; }
  .solution .text_body {
    font-weight: 100; }
  .solution .button {
    font-size: 14px; }
    .solution .button:hover {
      background: var(--landing-primary) !important; }

.comments {
    padding: 100px 0;
    position: relative;
    text-align: left;
    background: url(../images/comments.png?v1);
    background-repeat: no-repeat;
    background-position: bottom right;
}

    .comments .owl-theme {
        text-align: left;
    }

        .comments .owl-theme q {
            color: var(--landing-darkblue);
            font-size: 25px;
            text-transform: uppercase;
            font-weight: 700;
        }

        .comments .owl-theme .author {
            margin: 20px 0;
            font-size: 18px;
            color: var(--landing-darkblue);
        }

            .comments .owl-theme .author img {
                width: 24px;
                display: inline-block;
                margin-left: 15px;
                margin-top: -3px;
            }

.community {
    background-color: #f9f7f6;
    background-image: url(../images/community.png?v1);
    background-repeat: no-repeat;
    padding: 65px 0 40px 0;
    background-position: 100% 100%;
    background-size: 50%;
}

    .community .big-title {
        font-size: 36px;
        color: #06aadb;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

        .community .big-title:after {
            background: #123e68;
        }

    .community p {
        font-size: 17px;
        color: var(--landing-darkblue);
        width: 600px;
    }

.subscribe {
    background: #00acde;
    background: -webkit-linear-gradient(top, #00acde 0%, #00acd4 50%, #006da2 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#00acde), color-stop(50%, #00acd4), to(#006da2));
    background: -o-linear-gradient(top, #00acde 0%, #00acd4 50%, #006da2 100%);
    background: linear-gradient(to bottom, #00acde 0%, #00acd4 50%, #006da2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00acde', endColorstr='#006da2',GradientType=0 );
}
.subscribe .container {
    padding: 95px 18px;
    /* padding: 80px 0 50px 0; */
}

    .subscribe .big-title {
        color: var(--landing-darkblue);
        font-size: 36px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

        .subscribe .big-title:after {
            background: #4cd4ea;
        }

        .subscribe .big-title .main-blue {
            color: #ffffff;
        }

    .subscribe p {
        font-size: 17px;
        color: #003b6d;
    }

    .subscribe .form-subscribe {
        margin-top: 40px;
    }

        .subscribe .form-subscribe .form-group {
            display: inline-block;
            width: 40%;
            vertical-align: top;
            margin-right: 2%;
        }

            .subscribe .form-subscribe .form-group input {
                font-size: 16px;
                height: auto;
                padding: 10px 20px;
            }

        .subscribe .form-subscribe button {
            display: inline-block;
            border: none;
            color: #fff;
            outline: none;
            vertical-align: top;
        }

        .subscribe .form-subscribe input[type=submit] {
            padding: 14px 40px !important;
            background: #123e68;
            color: #fff;
        }

            .subscribe .form-subscribe button:active {
                background: #123e68 !important;
            }

    .subscribe .custom-checkbox {
        margin-top: 5px;
    }

        .subscribe .custom-checkbox label {
            font-size: 11px;
            color: #003a6c;
            font-weight: 100;
        }

    .subscribe .subscribe-icon {
        text-align: right;
        padding: 100px 0;
    }

        .subscribe .subscribe-icon img {
            width: 100%;
            max-width: 140px;
        }

.question {
    padding: 80px 0 300px 0;
    background: url(../images/bottom-img.png);
    background-repeat: no-repeat;
    background-size: 102%;
    background-position: 100% 101%;
    position: relative;
}

    .question .truck {
        position: absolute;
        bottom: 0;
        right: 20%;
    }

        .question .truck img {
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

    .question .big-title {
        font-size: 36px;
        color: var(--landing-primary);
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .question p {
        color: var(--landing-darkblue);
        font-size: 17px;
        max-width: 50%;
        margin-bottom: 40px;
    }

    .question .custom-checkbox [type="checkbox"]:not(:checked) + label:before, .question .custom-checkbox [type="checkbox"]:checked + label:before {
        background: #cbdae1;
    }

    .question .custom-checkbox {
        margin-top: 25px;
        max-width: 100%;
    }

        .question .custom-checkbox label {
            font-size: 11px;
            color: #003a6c;
            font-weight: 100;
            color: #88b5cb;
        }

    .question .button {
        background: #123e68;
        color: #ffffff;
        outline: none;
    }

        .question .button:hover {
            background: #0097b2 !important;
        }

        .question .button:active {
            background: #003a6c !important;
        }

.quality-carousel .owl-nav {
    display: block !important;
}

.form-question .form-group .prefer {
  top: 136px;
}

.form-question .form-group input {
    /* max-width: 256px; */
    background: #cbdae1;
    border: none;
    padding: 12px 20px;
    height: auto;
    display: inline-block;
}

    .form-question .form-group input::-webkit-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #9198b1;
        opacity: 1;
        /* Firefox */
    }

    .form-question .form-group input::-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #9198b1;
        opacity: 1;
        /* Firefox */
    }

    .form-question .form-group input::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #9198b1;
        opacity: 1;
        /* Firefox */
    }

    .form-question .form-group input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #9198b1;
    }

    .form-question .form-group input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #9198b1;
    }

.form-question .form-group textarea {
    width: 100%;
    background: #cbdae1;
    border-radius: 10px;
    border: none;
    resize: none;
    padding: 15px;
    font-size: 14px;
}

    #txtQuery::-webkit-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #9198b1;
        opacity: 1;
        /* Firefox */
        font-size: 16px;
    }

    #txtQuery::-ms-input-placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #9198b1;
        opacity: 1;
        /* Firefox */
        font-size: 16px;
    }

    #txtQuery::placeholder {
        /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #9198b1;
        opacity: 1;
        /* Firefox */
        font-size: 16px;
    }

    #txtQuery:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #9198b1;
        font-size: 16px;
    }

    #txtQuery::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #9198b1;
        font-size: 16px;
    }


-note {
    font-size: 17px;
    color: #88b5cb;
}

.prefer-contact-note {
  color: #88b5cb;
  font-size: 17px;
  /* font-weight: 200 !important; */
}

.prefer-contact {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: #cbdae1;
    border-radius: 10px;
    vertical-align: top;
    margin-bottom:5px;
    font-size: 0;
    position: relative;
}

    .prefer-contact div {
        padding: 7px 5px;
        width: 60px;
        text-align: center;
        vertical-align: top;
        cursor: pointer;
        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;
        /* transition: background-color .4s ease; */
    }

        .prefer-contact div:hover {
            background-color: #87b5c5;
        }

    .prefer-contact .active {
        background: #87b5c5;
    }

    .prefer-contact .mail {
        border-right: 1px solid #b8ced8;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .prefer-contact .phone {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

.social {
    padding-left: 0;
    margin-bottom: 40px;
}

@media only screen and (max-width: 414px) {
  .social {
    display: flex;
  }
  footer .align-right {
    text-align: left !important;
  }
}

    .social li {
        list-style-type: none;
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        /* border-right: 1px solid #a7c8d5; */
    }

        .social li:first-child {
            padding-left: 0;
        }

        .social li:last-child {
            border: none;
        }

        .social li a {
            color: #fff;
            font-weight: 100;
        }

            .social li a:hover {
                text-decoration: none;
                color: var(--landing-primary);
            }

            .social li a img {
                margin-right: 10px;
                max-height: 23px;
            }

footer {
    padding: 60px 0;
    background: #003a6c;
    background: -webkit-linear-gradient(top, #003a6c 1%, #006795 49%, #006795 49%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #003a6c), color-stop(49%, #006795), color-stop(49%, #006795));
    background: -o-linear-gradient(top, #003a6c 1%, #006795 49%, #006795 49%);
    background: linear-gradient(to bottom, #003a6c 1%, #006795 49%, #006795 49%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003a6c', endColorstr='#006795',GradientType=0 );
    font-size: 12px;
    position: relative;
}

    footer .footer-img {
        position: absolute;
        top: 20%;
        left: 0;
        z-index: 0;
        width: 5%;
    }

        footer .footer-img img {
            width: 100%;
            max-width: 150px;
        }

    footer .footer-data {
        color: #fff;
        margin-bottom: 25px;
    }

    footer .footer-data img {
        margin-right: 10px;
        max-height: 15px;
        margin-top: -5px;
    }

    footer a.footer-data {
      transition: color .4s ease;
    }

    footer a.footer-data:hover {
        color: var(--landing-primary);
        text-decoration: none;
    }

    footer .align-right {
        text-align: right;
    }

    footer .foot-links {
        padding: 0;
    }

        footer .foot-links li {
            list-style-type: none;
            display: inline-block;
            border-right: 1px solid #a7c8d5;
            padding: 0 10px;
            line-height: 1;
            text-transform: uppercase;
        }

            footer .foot-links li:last-child {
                border: none;
            }

            footer .foot-links li a {
                color: #fff;
                line-height: 1;
                transition: color .4s ease;
            }

                footer .foot-links li a:hover {
                    color: var(--landing-primary);
                    text-decoration: none;
                }

    footer .copyright {
        text-transform: uppercase;
        color: #fff;
    }

    footer .logo {
        padding-top: 30px;
    }

        footer .logo img:first-child {
            width: 35px;
            margin-right: 15px;
        }

        footer .logo img:last-child {
            width: 110px;
        }

.top-slider-product {
    height: 70vh;
}



    .top-slider-product .headline-wrap {
        left: 0;
        max-width: 550px;
        text-align: center;
        top: 130px;
    }

        .top-slider-product .headline-wrap p {
            font-size: 26px;
            text-transform: uppercase;
            color: var(--landing-primary);
            margin-bottom: 20px;
            font-weight: 900;
        }

.headline-wrap .button {
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
}

.headline-wrap .button:active,
.headline-wrap .button:focus,
.services-button>a:active,
.services-button>a:focus {
  text-decoration: none;
}

.top-slider-product .headline-wrap .play-slide {
    font-size: 35px;
    top: 10px;
    margin-left: 10px;
}

@media only screen and (min-width: 2000px) {
    .top-slider-product {
        height: 80vh;
    }

    .top-slider-product img {
        height: 80vh;
    }
}

.tools {
    padding: 60px 0;
    font-size: 15px;
}

    .tools .big-title {
        font-size: 32px;
        color: var(--landing-primary);
    }

        .tools .big-title:after {
            background: var(--landing-darkblue);
        }

        .tools .big-title span {
            color: var(--landing-darkblue);
        }

    .tools ul {
        padding: 0;
    }

        .tools ul li {
            list-style-type: none;
            color: var(--landing-darkblue);
        }

            .tools ul li:before {
                content: '✓';
                font-size: 22px;
                position: relative;
                bottom: -2px;
                color: var(--landing-primary);
                margin-right: 15px;
            }

    .tools .text {
        margin: 25px 0 0 0;
        display: block;
        color: var(--landing-darkblue);
    }

    .tools .tools-carousel {
        margin-top: 30px;
    }

    .tools .item {
        min-height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 30px;
    }

        .tools .item:hover {
            text-decoration: none;
        }

        .tools .item img {
            width: 100%;
            max-width: 90px;
            max-height: 90px;
            height: 90px;
            -o-object-fit: contain;
            object-fit: contain;
            margin-bottom: 20px;
        }

        .tools .item p {
            color: var(--landing-darkblue);
            font-weight: 600;
            text-transform: uppercase;
            width: 70%;
            text-align: center;
        }

    .tools .owl-next, .tools .owl-prev {
        top: calc(50% - 25px);
        width: 20px;
        height: 20px;
        position: absolute;
        top: 48%;
        outline: 0;
        height: 10px;
    }

        .tools .owl-next span, .tools .owl-prev span {
            display: none;
        }

        .tools .owl-next:after, .tools .owl-prev:after {
            content: "\e072";
            position: relative;
            top: 1px;
            display: inline-block;
            font-family: 'Glyphicons Halflings';
            color: #4483a1;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            font-size: 24px;
            line-height: 0;
        }

        .tools .owl-next:hover, .tools .owl-prev:hover {
            background: transparent !important;
        }

            .tools .owl-next:hover:after, .tools .owl-prev:hover:after {
                color: var(--landing-primary);
            }

    .tools .owl-nav {
        margin: 0;
    }

    .tools .owl-next {
        position: absolute;
        right: 0;
    }

    .tools .owl-prev {
        position: absolute;
        left: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.grey {
    background: #f2f2f2;
}

    .grey .big-title {
        font-size: 32px;
        color: var(--landing-darkblue);
    }

        .grey .big-title:after {
            background: var(--landing-primary);
        }

        .grey .big-title span {
            color: var(--landing-darkblue);
        }

.tool {
    padding: 60px 0;
}

    .tool .big-title {
        font-size: 30px;
        color: var(--landing-primary);
        max-width: 650px;
        padding: 0;
        margin-bottom: 60px;
    }

        .tool .big-title:after {
            display: none;
        }

    .tool .tool-items-wrapper {
        padding: 0 40px;
        text-align: left;
    }

        .tool .tool-items-wrapper img {
            margin-bottom: 40px;
            width: 100%;
            max-height: 80px;
            -o-object-fit: contain;
            object-fit: contain;
            max-width: 110px;
            margin-left: 10px;
        }

        .tool .tool-items-wrapper .small-title {
            font-size: 18px;
            color: var(--landing-primary);
            text-transform: uppercase;
            line-height: 1;
            display: block;
            text-align: left;
            min-height: 36px;
        }

        .tool .tool-items-wrapper .text {
            text-align: left;
            font-size: 15px;
            padding-right: 40px;
            margin: 15px 0 0 0;
            color: var(--landing-darkblue);
        }

.how-help {
    background: #c8e4ea;
    padding: 55px 0;
    text-align: center;
}

    .how-help .big-title {
        font-size: 36px;
        font-weight: 900;
        text-transform: uppercase;
        color: var(--landing-primary);
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 40px;
        text-align: left;
    }

        .how-help .big-title:after {
            background: #6ea6ba;
        }

    .how-help .how-help-item {
        border-right: 2px solid #7ca3b4;
        color: var(--landing-darkblue);
        min-height: 305px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .how-help .how-help-item:last-child {
            border: none;
        }

            .how-help .how-help-item:last-child img {
                position: relative;
                left: -15px;
            }

        .how-help .how-help-item p {
            text-transform: uppercase;
        }

            .how-help .how-help-item p span {
                display: block;
                text-transform: none;
            }

        .how-help .how-help-item img {
            margin: 20px auto 40px auto;
            display: block;
        }

        .how-help .how-help-item .button {
            background: #00acde;
            color: #fff;
        }

.top-bar {
    position: relative;
    height: 17px;
}

    .top-bar:before {
        content: '';
        height: 17px;
        position: absolute;
        background: var(--landing-darkblue);
        left: 0;
        top: 0;
        width: 50%;
    }

.bottom-bar {
    position: relative;
    height: 17px;
}

    .bottom-bar:before {
        content: '';
        position: absolute;
        height: 18px;
        background: var(--landing-primary);
        right: 0;
        bottom: 0;
        width: 60%;
    }

    .bottom-bar.bottom-bar-dark:before {
        background: var(--landing-darkblue);
    }

.get-brochure {
    padding: 50px 0;
    background-color: #e3edef;
    color: var(--landing-darkblue);
    background-image: url("../images/products/Get the eBrochure.png");
    background-repeat: no-repeat;
    background-position: 90% 80%;
}

    .get-brochure .big-title {
        font-size: 32px;
        color: var(--landing-primary);
    }

        .get-brochure .big-title:after {
            background: #75a3b7;
        }

    .get-brochure p {
        font-size: 16px;
    }

    .get-brochure .button {
        background: #fff;
        color: var(--landing-darkblue);
        margin: 30px 0;
    }

        .get-brochure .button:hover {
            background: var(--landing-primary) !important;
            color: #fff !important;
        }

.sign {
    min-height: 70vh;
    text-align: left;
    color: var(--landing-darkblue);
    font-size: 15px;
    padding-top: 50px;
}

    .sign .panel {
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .sign h1 {
        border-bottom: 2px solid #e6eaf0;
        padding-bottom: 15px;
        font-size: 40px;
        color: var(--landing-primary);
        text-transform: uppercase;
        position: relative;
        padding-bottom: 15px;
    }

    .sign label {
        font-weight: 600;
        font-size: 15px;
    }

    .sign input {
        background: #e6eaf0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
        color: var(--landing-darkblue);
    }

    .sign .button {
        background: var(--landing-darkblue);
        color: #fff;
        margin: 20px 0;
    }

    .sign p {
        color: #83888b;
        font-size: 12px;
    }

    .sign .big-title {
        font-size: 32px;
        color: var(--landing-primary);
    }

    .sign p a {
        color: #484d4f;
    }

    .sign .is-correct {
        background: #94d8ef;
        padding: 15px 15px 20px 15px;
        border-radius: 10px;
    }

        .sign .is-correct label {
            color: #576f7b;
            margin-bottom: 15px;
        }

        .sign .is-correct input {
            background: #fff;
        }

    .sign .custom-checkbox {
        margin: 15px 0 0 0;
    }

        .sign .custom-checkbox [type="checkbox"]:not(:checked) + label:before, .sign .custom-checkbox [type="checkbox"]:checked + label:before {
            width: 21px;
            height: 21px;
            border-radius: 50%;
            left: 0;
            top: 0;
            bottom: 0;
            line-height: 1;
            background: #e6eaf0;
            color: #fff;
            font-size: 13px;
            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;
        }

        .sign .custom-checkbox [type="checkbox"]:not(:checked) + label:after, .sign .custom-checkbox [type="checkbox"]:checked + label:after {
            content: '✓';
            width: 21px;
            height: 21px;
            border-radius: 50%;
            left: 0;
            top: 0;
            bottom: 0;
            line-height: 1;
            background: #5fbd61;
            color: #fff;
            font-size: 13px;
            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;
        }

.text-page {
    min-height: 80vh;
    padding: 100px 0;
    background: url(../images/bottom_img.png?v1);
    background-repeat: no-repeat;
    background-size: 102%;
    background-position: 100% 101%;
    position: relative;
    background-color: #F4F4F4;
}

    .text-page .big-title {
        font-size: 32px;
        color: var(--landing-primary);
        padding-bottom: 30px;
        margin-bottom: 40px;
    }

    .text-page p {
        color: var(--landing-darkblue);
    }

.why-how-what {
    padding: 75px 0;
    background: #cbecef;
    background: -webkit-linear-gradient(top, #cbecef 0%, #1ea4bf 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#cbecef), to(#1ea4bf));
    background: -o-linear-gradient(top, #cbecef 0%, #1ea4bf 100%);
    background: linear-gradient(to bottom, #cbecef 0%, #1ea4bf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbecef', endColorstr='#1ea4bf',GradientType=0 );
    position: relative;
}

    .why-how-what:after {
        content: '';
        position: absolute;
        bottom: -18px;
        right: 0;
        width: 150px;
        height: 150px;
        background: url("../images/about-pic.png");
        background-size: cover;
    }

    .why-how-what .row {
        margin-bottom: 50px;
    }

    .why-how-what .big-title {
        color: var(--landing-darkblue);
        font-size: 32px;
        padding-bottom: 15px;
    }

        .why-how-what .big-title:after {
            background: var(--landing-primary);
        }

    .why-how-what p {
        color: var(--landing-darkblue);
        font-size: 17px;
    }

.story {
    padding: 75px 0;
}

    .story .big-title {
        font-size: 32px;
        color: var(--landing-primary);
    }

    .story .story-items {
        margin-top: 50px;
    }

        .story .story-items .story-item {
            border-left: 1px solid var(--landing-primary);
            padding-top: 40px;
            padding-bottom: 70px;
            position: relative;
        }

            .story .story-items .story-item .year {
                position: absolute;
                left: -24px;
                top: -30px;
                width: 48px;
                height: 48px;
                background: var(--landing-primary);
                border-radius: 50%;
                font-size: 11px;
                color: #fff;
                padding: 12px 2px;
                text-align: center;
                border: 6px solid #fff;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                z-index: 1;
            }

                .story .story-items .story-item .year:before {
                    content: '';
                    position: absolute;
                    width: 42px;
                    height: 42px;
                    z-index: -1;
                    border: 1px solid var(--landing-primary);
                    border-radius: 50%;
                    left: -3px;
                    top: -3px;
                }

            .story .story-items .story-item p {
                font-size: 14px;
                color: var(--landing-darkblue);
                margin: 0 20px;
                font-weight: 600;
            }

        .story .story-items .story-item-left {
            border-right: 1px solid var(--landing-primary);
            border-left: 0;
            text-align: right;
        }

            .story .story-items .story-item-left .year {
                right: -24px;
                left: auto;
            }

        .story .story-items .dark .year {
            background: var(--landing-darkblue);
        }

        .story .story-items .story-item-pure {
            border: none;
        }

.mission {
    padding: 75px 0;
    background-color: #f2f2f2;
    background-image: url("../images/mission.png");
    background-repeat: no-repeat;
    background-position: 100% 105%;
    background-size: 10%;
}

    .mission .big-title {
        font-size: 32px;
        color: var(--landing-darkblue);
    }

        .mission .big-title:after {
            background: var(--landing-primary);
        }

    .mission p {
        color: var(--landing-darkblue);
        font-size: 17px;
        margin-bottom: 30px;
    }

.mission-statement {
    padding: 75px 0;
    background-color: #f2f2f2;
    background-image: url("../images/mission.png");
    background-repeat: no-repeat;
    background-position: 100% 105%;
    background-size: 10%;
}

    .mission-statement .big-title {
        font-size: 32px;
        color: var(--landing-primary);
    }

    .mission-statement p, .mission-statement ul li {
        color: var(--landing-darkblue);
        font-size: 17px;
        margin-bottom: 30px;
    }

    .mission-statement ul {
        margin-left: 0px;
        padding-left: 15px;
    }

    .mission-statement li {
        margin-bottom: 15px;
    }



.team {
  padding: 75px 0;
}

.team .big-title {
  color: var(--landing-primary);
  font-size: 32px;
}

.team .team-item {
  text-align: center;
  position: relative;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  padding: 40px 20px;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin-top: 20px;
}

  .team .team-item .name {
    color: var(--landing-primary);
    margin: 0;
    text-transform: uppercase;
  }

  .team .team-item .position {
    color: var(--landing-darkblue);
    margin: 0;
  }

  .team .team-item .hover p {
    font-size: 14px;
    text-transform: none;
    text-align: left;
    color: var(--landing-darkblue); }
  .team .team-item:hover {
    text-decoration: none;
    background: #ffffff;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 13%, #cccccc 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(13%, #ffffff), to(#cccccc));
    background: -o-linear-gradient(top, #ffffff 0%, #ffffff 13%, #cccccc 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 13%, #cccccc 100%);
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border: none; }
    .team .team-item:hover .hover-hide {
      display: none; }
    .team .team-item:hover .hover {
      display: block; }
  .team .team-item img {
    max-width: 150px;
    padding-bottom: 10px; }
  .team .team-item:before, .team .team-item:after {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(#cccccc));
    background-image: -webkit-linear-gradient(transparent, #cccccc);
    background-image: -o-linear-gradient(transparent, #cccccc);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#cccccc));
    background-image: linear-gradient(transparent, #cccccc);
    top: 0px;
    bottom: 0px;
    width: 1px; }
  .team .team-item:before {
    left: -1px; }
  .team .team-item:after {
    right: -1px; }
  .team .team-item .hover {
    display: none; }
.team .more {
  cursor: pointer;
  margin: 40px auto 0 auto;
  background: #f2f2f2;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  padding: 8px 2px;
  color: var(--landing-primary);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .team .more i {
    margin-right: -2px; }
.team .more-items {
  display: none; }
.team .more-items.open {
  display: block; }
.team .more.active-button {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.values {
    padding: 75px 0;
    background: #ffffff;
    background: -webkit-linear-gradient(left, #ffffff 0%, #62d4e5 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), color-stop(50%, #62d4e5), to(#ffffff));
    background: -o-linear-gradient(left, #ffffff 0%, #62d4e5 50%, #ffffff 100%);
    background: linear-gradient(to right, #ffffff 0%, #62d4e5 50%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
}

    .values .big-title {
        font-size: 32px;
        color: var(--landing-darkblue);
    }

        .values .big-title:after {
            background: var(--landing-primary);
        }

    .values p {
        color: var(--landing-darkblue);
        font-size: 17px;
    }

    .values .values-items {
        margin-top: 50px;
        margin-left: 50px;
    }

        .values .values-items .value {
            border-left: 1px solid var(--landing-primary);
            padding-top: 0;
            padding-bottom: 40px;
            position: relative;
        }

            .values .values-items .value:nth-child(2) .number {
                background: var(--landing-darkblue);
            }

            .values .values-items .value:last-child {
                border: none;
            }

            .values .values-items .value .number {
                position: relative;
                display: inline-block;
                left: -20px;
                top: 0;
                width: 40px;
                height: 40px;
                background: var(--landing-primary);
                border-radius: 50%;
                font-size: 17px;
                color: #fff;
                padding: 7px 2px;
                text-align: center;
                border: 2px solid #91d7e7;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                z-index: 1;
            }

                .values .values-items .value .number:before {
                    content: '';
                    position: absolute;
                    width: 42px;
                    height: 42px;
                    z-index: -1;
                    border: 1px solid var(--landing-primary);
                    border-radius: 50%;
                    left: -3px;
                    top: -3px;
                }

            .values .values-items .value span {
                font-size: 17px;
                color: var(--landing-darkblue);
                margin: 0 20px;
                font-weight: 600;
                text-transform: uppercase;
            }

.free p {
    font-size: 15px;
}

.free .custom-checkbox [type="checkbox"]:not(:checked) + label:before, .free .custom-checkbox [type="checkbox"]:checked + label:before {
    background: #cbdae1;
    top: 0;
}

.free .custom-checkbox [type="checkbox"]:not(:checked) + label:after, .free .custom-checkbox [type="checkbox"]:checked + label:after {
    top: 3px;
}

.free .custom-checkbox {
    margin-top: 25px;
    max-width: 100%;
}

    .free .custom-checkbox label {
        font-size: 11px;
        color: #003a6c;
        font-weight: 100;
        color: #88b5cb;
        line-height: 2;
    }

.free .button {
    background: var(--landing-darkblue);
    color: #ffffff;
    outline: none;
    margin-top: 10px;
}

    .free .button:hover {
        background: #0097b2 !important;
    }

    .free .button:active {
        background: #003a6c !important;
    }

.free form {
    margin: 40px 0;
}

.page-404 p {
    font-size: 15px;
}

.page-404 .button {
    margin: 20px 20px 0 0;
}

.brochure .big-checkbox [type="checkbox"]:not(:checked) + label, .brochure .big-checkbox [type="checkbox"]:checked + label {
    padding-left: 60px;
}

.brochure .big-checkbox {
    margin: 20px 0;
}

    .brochure .big-checkbox label {
        font-size: 16px;
        line-height: 2.2;
        font-weight: 600;
    }

        .brochure .big-checkbox label:before {
            width: 32px !important;
            height: 32px !important;
            top: 0 !important;
        }

        .brochure .big-checkbox label:after {
            width: 25px !important;
            height: 25px !important;
            top: 4px !important;
            left: 4px !important;
        }

.brochure .button {
    margin-top: 20px;
}

.brochure .right .form-group {
    margin: 20px 0;
}

.brochure .accepted-agreement label {
    font-size: 11px;
    color: #89b3ca;
    font-weight: 400;
}

.job-question {
    padding: 100px 0;
    background: #c9edf8;
    background: -webkit-linear-gradient(to bottom, #c9edf8 47%, #23a3c1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #c9edf8), to(#23a3c1));
    background: -o-linear-gradient(top, #c9edf8 47%, #23a3c1 100%);
    background: linear-gradient(to bottom, #c9edf8 47%, #23a3c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9edf8', endColorstr='#23a3c1',GradientType=0 );
    position: relative;
}

    .job-question:after {
        content: '';
        width: 130px;
        height: 130px;
        background: url("../images/join/JoinUspageIcon.png");
        position: absolute;
        background-size: contain;
        right: 0;
        bottom: 0;
    }

    .job-question .big-title {
        font-size: 32px;
        color: #00afdb;
        margin: 0;
    }

    .job-question p {
        color: var(--landing-darkblue);
        font-size: 15px;
        margin: 20px 0;
    }

.full-suite-top {
    padding: 100px 0;
    background: #c9edf8;
    background: -webkit-linear-gradient(top, #c9edf8 47%, #23a3c1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #c9edf8), to(#23a3c1));
    background: -o-linear-gradient(top, #c9edf8 47%, #23a3c1 100%);
    background: linear-gradient(to bottom, #c9edf8 47%, #23a3c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9edf8', endColorstr='#23a3c1',GradientType=0 );
    position: relative;
}

    .full-suite-top:after {
        content: '';
        width: 130px;
        height: 130px;
        background: url("../images/customers/food service provider.png?");
        width: 220px;
        height: 220px;
        position: absolute;
        background-size: contain;
        right: 0;
        bottom: -102px;
    }

    .full-suite-top .big-title {
        font-size: 32px;
        color: #00afdb;
        margin: 0;
        text-align: center;
    }

        .full-suite-top .big-title:after {
            left: calc(50% - 26px);
        }

.full-suite-grey-content {
    padding: 35px 0;
    background: #efecea;
}

    .full-suite-grey-content .flex-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .full-suite-grey-content .included {
        vertical-align: top;
        flex: 1 0 300px;
    }

    .full-suite-grey-content .suite-big-pic {
        flex: 1 0 300px;
    }

        .full-suite-grey-content .suite-big-pic img {
            width: 100%;
        }

    .full-suite-grey-content .big-title {
        font-size: 28px;
        font-weight: 900;
        text-transform: uppercase;
        color: var(--landing-darkblue);
        position: relative;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

        .full-suite-grey-content .big-title:after {
            background: var(--landing-primary);
        }

    .full-suite-grey-content .question {
        color: var(--landing-primary);
    }

    .full-suite-grey-content .dark-blue {
        color: #294066;
    }

.more-block {
    padding: 35px 0;
    background: #efecea;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    color: #294066;
}

    .more-block .big-title {
        font-size: 28px;
        font-weight: 900;
        text-transform: uppercase;
        color: var(--landing-darkblue);
        position: relative;
        margin-bottom: 40px;
        padding: 0;
        display: inline-block;
        max-width: calc(100% - 210px);
    }

        .more-block .big-title:after {
            display: none;
        }

    .more-block .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .more-block .text p {
            font-size: 20px;
            margin-top: 40px;
        }

        .more-block .text img {
            max-width: 120px;
            width: 100%;
            margin-left: -15px;
            margin-right: 25px;
        }

    .more-block .button {
        background: var(--landing-primary);
        color: #ffffff;
        outline: none;
        vertical-align: top;
        margin-left: 30px;
        float: right;
    }

.manufacturer:after {
    content: '';
    background: url("../images/offer/manufacturer.png");
    width: 150px;
    height: 150px;
    bottom: -32px;
    background-size: contain;
    background-repeat: no-repeat;
}

.offers-content {
    padding: 35px 0;
    background: #efecea;
}

.offer-item {
    background: #efecea;
    padding: 60px 0;
    border-bottom: 1px solid #dadada;
}

    .offer-item .wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .offer-item img {
        max-width: 75px;
        height: auto;
    }

    .offer-item .data {
        margin-left: 50px;
    }

        .offer-item .data p {
            color: var(--landing-darkblue);
        }

        .offer-item .data .title {
            font-size: 18px;
            color: var(--landing-primary);
            font-weight: 800;
            margin-bottom: 20px;
            display: block;
        }

.customers-top {
    padding: 100px 0 160px 0;
    background: #c9edf8;
    background: -webkit-linear-gradient(top, #c9edf8 47%, #23a3c1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #c9edf8), to(#23a3c1));
    background: -o-linear-gradient(top, #c9edf8 47%, #23a3c1 100%);
    background: linear-gradient(to bottom, #c9edf8 47%, #23a3c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9edf8', endColorstr='#23a3c1',GradientType=0 );
    position: relative;
}

    .customers-top:after {
        content: '';
        width: 450px;
        height: 230px;
        background: url("../images/customers/people_imig.png");
        position: absolute;
        background-size: contain;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat;
    }

    .customers-top .big-title {
        font-size: 32px;
        color: #00afdb;
        margin: 0;
        text-align: left;
    }

        .customers-top .big-title:after {
            left: 0;
        }

.customers-content {
    background: #efedec;
}

    .customers-content .cust_buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        padding: 0;
        margin: 0;
    }

        .customers-content .cust_buttons li {
            border-bottom: 1px solid #c6c1bd;
            border-right: 1px solid #c6c1bd;
            width: 100%;
            text-align: center;
            list-style-type: none;
            cursor: pointer;
            font-size: 24px;
            color: var(--landing-darkblue);
        }

            .customers-content .cust_buttons li:first-child.active_btn {
                border-bottom: 0;
            }

            .customers-content .cust_buttons li a {
                color: var(--landing-darkblue);
                display: block;
                padding: 20px 10px;
            }

                .customers-content .cust_buttons li a:hover, .customers-content .cust_buttons li a:focus, .customers-content .cust_buttons li a:active {
                    text-decoration: none;
                }

        .customers-content .cust_buttons .active_btn {
            background: #dbdbdb;
        }

    .customers-content .cust_item {
        padding: 100px 0;
        position: relative;
    }

        .customers-content .cust_item img {
            width: 100%;
            margin-top: -50px;
            margin-left: -50px;
            max-width: 150px;
        }

        .customers-content .cust_item .big-title {
            font-size: 32px;
            color: #00afdb;
            margin: 0;
            padding-bottom: 23px;
            font-size: 28px;
            width: 90%;
        }

        .customers-content .cust_item p {
            color: var(--landing-darkblue);
            font-size: 17px;
            margin: 20px 0;
        }

    .customers-content .button {
        background: #bcbab8;
        color: #fff;
        margin-top: 23px;
    }

    .customers-content .active_item {
        background: #dbdbdb;
    }

.roles {
    padding: 100px 0;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 62%, #9ccad9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(62%, #ffffff), to(#9ccad9));
    background: -o-linear-gradient(top, #ffffff 62%, #9ccad9 100%);
    background: linear-gradient(to bottom, #ffffff 62%, #9ccad9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9ccad9',GradientType=0 );
}

    .roles .big-title {
        font-size: 32px;
        color: var(--landing-primary);
    }

    .roles .role-item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 20px 0;
    }

        .roles .role-item .left-side {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .roles .role-item .left-side .img-wrapp {
                width: 80px;
                text-align: center;
                margin-right: 40px;
            }

                .roles .role-item .left-side .img-wrapp img {
                    max-width: 90%;
                    -o-object-fit: contain;
                    object-fit: contain;
                    margin: 0 auto;
                }

            .roles .role-item .left-side .data {
                vertical-align: top;
            }

                .roles .role-item .left-side .data p {
                    color: var(--landing-primary);
                    margin: 0;
                    font-size: 18px;
                    text-transform: uppercase;
                }

                .roles .role-item .left-side .data span {
                    font-size: 13px;
                    color: var(--landing-darkblue);
                }

    .roles iframe {
        width: 100%;
    }

    .roles .button {
        font-size: 15px;
    }

.upload {
    padding: 75px 0 0 0;
    background: #f2f2f2;
}

    .upload .big-title {
        font-size: 32px;
        color: var(--landing-primary);
    }

    .upload p {
        font-size: 15px;
        color: var(--landing-darkblue);
    }

    .upload #UploadZone {
        padding: 100px 0;
        text-align: center;
    }

        .upload #UploadZone .dz-size, .upload #UploadZone .dz-success-mark, .upload #UploadZone .dz-error-mark, .upload #UploadZone .dz-image {
            display: none;
        }

        .upload #UploadZone .dz-error-message {
            color: #ff5b5b;
        }

        .upload #UploadZone .dz-esuccess-message {
            color: var(--landing-primary);
        }

        .upload #UploadZone .dz-filename span {
            color: var(--landing-darkblue);
        }

    .upload .drop {
        color: #236185;
        margin-bottom: 10px;
        display: inline-block;
    }

        .upload .drop img {
            margin-bottom: 20px;
        }

        .upload .drop p {
            font-size: 15px;
            text-transform: uppercase;
            margin: 0;
            font-weight: 600;
        }

        .upload .drop span {
            font-size: 15px;
        }

            .upload .drop span a {
                color: var(--landing-primary);
            }

.contact-top {
    padding: 75px 0;
    background: #c9edf8;
    background: -webkit-linear-gradient(to bottom, #c9edf8 47%, #23a3c1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(58%, #c9edf8), to(#23a3c1));
    background: -o-linear-gradient(top, #c9edf8 58%, #23a3c1 100%);
    background: linear-gradient(to bottom, #c9edf8 58%, #23a3c1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cdeb', endColorstr='#0082a9',GradientType=0 );
    position: relative;
}

    .contact-top:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: -33px;
        width: 150px;
        height: 150px;
        background: url("../images/contact/contact.png");
        background-size: contain;
    }

    .contact-top p {
        color: #fff;
        font-size: 32px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .contact-top .blue {
        color: #0078b9;
    }

.contact-body {
    padding: 75px 0;
}

    .contact-body .big-title {
        font-size: 32px;
        color: var(--landing-primary);
    }

    .contact-body p {
        color: var(--landing-darkblue);
        font-size: 18px;
    }

    .contact-body .support {
        font-size: 21px;
        color: var(--landing-darkblue);
        line-height: 2;
        margin-top: 40px;
        display: inline-block;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

        .contact-body .support:hover {
            text-decoration: none;
            color: var(--landing-primary);
        }

        .contact-body .support img {
            width: 60px;
            margin-top: -15px;
        }

    .contact-body .contact-block {
        margin-bottom: 100px;
    }

        .contact-body .contact-block:last-child {
            margin-bottom: 0;
        }

    .contact-body .social {
        margin-top: 100px;
    }

        .contact-body .social li a {
            color: var(--landing-primary);
            display: block;
        }

            .contact-body .social li a:hover {
                color: var(--landing-darkblue);
            }

    .contact-body .map-data {
        border: 1px solid #d0d0d0;
        min-height: 325px;
        position: relative;
        display: block;
    }

        .contact-body .map-data:before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            top: 0;
            right: 0;
            background: var(--landing-primary);
            opacity: 0;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
        }

        .contact-body .map-data:hover {
            text-decoration: none;
        }

            .contact-body .map-data:hover:before {
                opacity: 0.3;
            }

        .contact-body .map-data img {
            width: 100%;
        }

        .contact-body .map-data p {
            display: block;
            padding: 25px 10px;
            font-size: 16px;
            color: var(--landing-darkblue);
            line-height: 1;
            margin: 0;
            min-height: 140px;
        }

            .contact-body .map-data p .flag {
                width: 28px;
                display: inline-block;
                vertical-align: top;
                margin-right: 10px;
            }

            .contact-body .map-data p span {
                line-height: 1;
                display: inline-block;
                width: calc(100% - 50px);
                text-transform: uppercase;
            }

/* @media only screen and (max-width: 1210px) {
    header .nav li a, header .nav li span {
        font-size: 13px;
    }
} */

@media only screen and (max-width: 998px) {

    header {
        font-size: 13px;
    }

    .subscribe .subscribe-icon {
        padding: 0;
    }

    .how-help .how-help-item {
        width: 100%;
        border: none;
        margin: 50px 0;
    }

    .story .story-item {
        text-align: left !important;
        border-left: 1px solid var(--landing-primary) !important;
        border-right: none !important;
        padding-left: 10px;
        margin-left: 30px;
        padding-bottom: 50px !important;
    }

        .story .story-item .year {
            left: -23px !important;
        }

        .story .story-item p br {
            display: none;
        }

    .contact-body .map-data {
        margin-bottom: 40px;
    }

    .contact-body .social li {
        width: 49.5%;
        margin-bottom: 20px;
        text-align: center;
        padding: 0 15px;
    }

        .contact-body .social li:nth-child(even) {
            border: none;
        }

    .text-page {
        padding-bottom: 200px;
        min-height: 60vh;
    }

        .text-page .left {
            margin-top: 50px;
        }

    .navbar-header, .navbar-nav, .navbar-nav > li {
        float: none;
    }

    .navbar-nav {
        margin: 7.5px -15px;
    }

    .navbar-collapse.collapse {
        display: none !important;
        border-top: 1px solid #e7e7e7;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header .navbar-header {
        width: 100%;
        margin: 0 !important;
        padding-bottom: 15px;
    }

    .navbar-toggle {
      display: block;
        margin-right: 0;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
      max-height: 100%;
    }

    .navbar-toggle .icon-bar {
        background: var(--landing-primary);
    }

    header .nav {
        /* width: 100%; */
    }

    header .nav:after {
        display: none;
    }

    /* header .nav .active {
        border-bottom: 4px solid var(--landing-primary);
    } */


    header .nav li {
        text-align: center;
        margin: 0;
        min-height: auto;
        padding: 10px 0;
    }

    header .nav li .sub-nav {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin: 15px 0 0 0;
    }

    header .navbar-nav {
        margin: 0;
        padding: 0;
    }

    .customers-content .cust_buttons li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .customers-content .cust_item img {
        margin-left: -25px;
    }

    .customers-content .cust_item {
        padding: 50px 0;
    }
}

@media only screen and (max-width: 768px) {
    .top-slider-product .headline-wrap {
        left: 20px;
    }

    .roles .button {
        margin-top: 15px;
    }

    .roles .role-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .roles .role-item .left-side {
        display: block;
    }

    .roles .role-item .left-side .img-wrapp {
        margin: 20px auto 30px auto;
    }

    .roles .role-item .left-side .data {
        width: 100%;
    }

    .full-suite-grey-content .suite-big-pic {
        padding: 100px 25px;
    }

    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
      width: 100% !important;
    }
    .navbar-right {
      float: none !important;
    }
    /* .navbar-collapse {
      padding: 0;
    } */
}

@media only screen and (max-width: 414px) {
  .navbar-collapse.collapse {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  #liRegister, #liSignIn {
    margin: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .navbar-collapse.collapse {
    width: 80%;
    float: right;
  }
}

@media only screen and (max-width: 600px) {
    .why-foods .item p {
        font-size: 12px;
    }

    .why-foods .item img {
        max-width: 70px;
    }

    .big-title {
        font-size: 22px !important;
        padding-bottom: 20px !important;
        margin-bottom: 20px !important;
    }

    .top-slider .headline-wrap {
        /* left: 10px; */
        max-width: 100%;
    }

        .top-slider .headline-wrap p {
            font-size: 16px;
        }

    .solution h4 {
        font-size: 16px !important;
    }

    .help .help-item {
        min-height: auto;
    }

        .help .help-item p {
            font-size: 16px;
        }

    .button {
        font-size: 14px;
    }

    .comments .owl-theme q {
        font-size: 16px;
    }

    .community {
        padding-bottom: 100px;
    }

    .question p {
        max-width: 100%;
    }

    .prefer-contact {
        margin: 20px 0;
        border-radius: 0;
    }

        .prefer-contact:before {
            position: relative;
            top: 0;
            background: #fff;
        }

        .prefer-contact div {
            border-radius: 0 !important;
        }

    .question {
        padding-top: 50px;
        padding-bottom: 130px;
    }

        .question .form-group {
            width: 100%;
        }

            .question .form-group input {
                max-width: 100%;
            }

    footer {
        padding: 50px 0;
    }

        footer .social {
            text-align: center;
        }

            footer .social li {
                width: 49%;
                display: inline-block;
                margin: 15px 0;
            }

                footer .social li:nth-child(even) {
                    border: none;
                }

        footer .footer-data {
            font-size: 10px;
        }

        footer .foot-links {
            font-size: 10px;
            margin-top: 20px;
        }

        footer .copyright {
            font-size: 10px;
        }

    .tool .tool-items-wrapper {
        padding: 0;
    }

        .tool .tool-items-wrapper div {
            margin-bottom: 40px;
        }

    .contact-top p {
        font-size: 24px;
    }

    .contact-body .social li {
        width: 100%;
        margin-bottom: 20px;
        border: none;
    }

    .full-suite-grey-content .suite-big-pic {
        padding: 100px 10px;
    }

    .more-block .text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

        .more-block .text p {
            font-size: 16px;
        }

    .customers-top:after {
        width: 200px;
        height: 100px;
    }

    .customers-content .cust_buttons li {
        font-size: 14px;
    }

    .more-block .big-title {
        max-width: 100%;
    }

    .more-block .button {
        float: none;
        margin: 0 0 20px 0;
    }
}

.contact-by-email
{
    display:none !important;
}

.req-field-error {
    color: #f00;
    font-size: 14px;
    padding-top: 5px !important;
    line-height: 2;
}

.form-group-terms {
    margin-bottom: 0px;
    font-size: 14px;
    color: #83888b;
}

.modal-header .right-close
{
    margin-top:2px;
}

.contact-us-title, .free-trial-title{
    margin-bottom:40px;
}

.registration-header {
    padding: 10px 0;
}

    .registration-header .big-title {
        font-size: 32px;
        color: var(--landing-primary);
    }

.registration .form-group input {
    max-width: 500px;
    background: #cbdae1;
    border: none;
    padding: 10px 15px;
    height: auto;
    display: inline-block;
    font-size:14px;
}

.registration .button {
    display: inline-block;
    border: none;
    outline: none;
    vertical-align: top;
    background: var(--landing-darkblue);
    color: #fff;
}

.registration .button-cancel {
   opacity:0.5;
}

.registration .table-results{
    font-size:14px;
}

.registration table tr td, .registration table tr th{
    border-top:0px;
}

.registration-search {
    margin-bottom: 20px;
}

.registration .dark-blue{
    font-weight: bold;
}

.registration-text p {
    color: #003d6b;
}

.registration h1 {
    color:#003d6b;
}

.disable-tfa {
    padding: 10px 0;
}

    .disable-tfa .big-title {
        font-size: 32px;
        color: var(--landing-primary);
    }

    .disable-tfa table tr td, .disable-tfa table tr th {
        border-top: 0px;
    }

    .disable-tfa .button {
        display: inline-block;
        border: none;
        outline: none;
        vertical-align: top;
        background: var(--landing-darkblue);
        color: #fff;
    }

.page-anchor-link {
    display: block;
    position: relative;
    top: -92px;
    visibility: hidden;
}

.cookies-bar {
    background-color: var(--landing-darkblue) !important;
    text-align: center !important;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookies-bar p {
    color: #fff !important;
}

.cookies-bar a {
    color: var(--landing-primary) !important;
}

.cookies-bar button {
    margin-right: 15px !important;
}

.processing-notification {
    padding-left: 40px;
    font-size: 11px;
    margin-top: 10px;
    padding-bottom: 4px;
}

.modal-lg {
    width: 725px !important;
}

.large-modal .modal-body {
    max-height: 450px !important;
}