@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Circularstd;
  src: url('../fonts/CircularStd-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Circularstd book;
  src: url('../fonts/CircularStd-Book.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --black: black;
  --slate-grey: #5e727d;
  --midnight-blue: #1b2d45;
  --sienna: #b45b38;
  --white: white;
  --gainsboro: #e2e4e8;
  --black-2: #2d2e30b3;
  --dim-grey: #566073b3;
  --gainsboro-2: #e6e6e6;
  --dim-grey-2: #4f596a;
  --black-4: #0f0f0fd6;
  --dark-turquoise: #37def5;
  --gold: #face55;
  --misty-rose: #ffd9ca;
  --black-3: #2d2e301c;
  --extrapadding: 34px;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Circularstd, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circularstd, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  position: static;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Circularstd, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

h5 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 20px;
}

.flex-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  display: flex;
}

.flex-container.horizontal {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-container.margin {
  margin-bottom: 100px;
}

.flex-container.durabox {
  background-color: #f1f1f1;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 8em;
  margin-bottom: 8em;
  padding-top: 2em;
  padding-bottom: 2em;
}

.nav-link {
  color: var(--slate-grey);
  padding-left: 0;
  padding-right: 16px;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--midnight-blue);
}

.nav-link.w--current {
  color: var(--sienna);
}

.nav-link.dark-blue {
  color: #fff;
  white-space: nowrap;
  margin-right: 4px;
  padding-left: 4px;
  padding-right: 4px;
}

.nav-link.hidden, .nav-link.hidden.w--current {
  display: block;
}

.hero-graphic-right {
  z-index: -1;
  height: 1400px;
  display: block;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.primary-cta {
  background-color: var(--sienna);
  color: var(--white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  padding: 20px 26px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 3px 3px #00000012;
}

.hero-section {
  background-color: #fff0;
  padding: 70px 3%;
}

.hero-grid-wrapper {
  grid-column-gap: 75px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.hero-image-block.bg-video {
  height: 70vh;
  min-height: 600px;
}

.button {
  background-color: var(--sienna);
  border-radius: 100px;
  margin-top: 40px;
  padding: 18px 32px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  transition: all .3s;
}

.button:hover {
  background-color: var(--midnight-blue);
}

.button.dark-blue {
  background-color: var(--midnight-blue);
  border-radius: 0;
}

.button.dark-blue:hover {
  background-color: #132134;
}

.button._0-top-margin {
  background-color: var(--sienna);
  border-radius: 0;
  margin-top: 0;
}

.button.small {
  margin-top: 0;
}

.service-section {
  border-bottom: 1px solid var(--gainsboro);
  background-image: url('../images/Right-CornerFMP.svg'), linear-gradient(#fff, #fff);
  background-position: 0 101%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 400px, auto;
  padding: 100px 3% 75px;
}

.service-section.rhombus {
  background-image: url('../images/Rhombus-BigFMP.svg');
  background-position: -30% 100%;
  background-size: auto 800px;
}

.service-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 55px;
  margin-bottom: 100px;
}

.service-grid.last {
  margin-bottom: 75px;
}

.grid-block {
  background-color: #f4f4f5;
  border: 1.4px solid #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.grid-block:hover {
  border-color: var(--sienna);
}

.grid-block.otbblock {
  border-color: var(--sienna);
  background-color: #f7f7f7;
}

.profile-details {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-icon {
  margin-right: 20px;
}

.faq-title {
  color: var(--midnight-blue);
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.paragraph-basic {
  color: var(--black-2);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.paragraph-basic._40-bottom-padding {
  margin-bottom: 15px;
  font-size: 14px;
}

.paragraph-basic.margin {
  margin-top: 20px;
}

.paragraph-basic.link.margin {
  margin-top: 40px;
}

.content-section {
  background-image: url('../images/Right-CornerFMP.svg');
  background-position: 120% 100%;
  background-repeat: no-repeat;
  background-size: auto 400px;
  padding: 120px 3% 200px;
}

.content-section.rhombus {
  background-image: url('../images/Rhombus-miniFMP.svg');
  background-position: 130% 100%;
  background-size: auto 600px;
}

.content-section.printing {
  background-image: none;
  background-size: auto;
  padding-bottom: 20px;
}

.content-section.hide {
  display: none;
}

.content-section.otb {
  padding-top: 50px;
  padding-bottom: 100px;
}

.content-section.otb._2 {
  background-image: none;
  padding-top: 100px;
  padding-bottom: 300px;
  overflow: hidden;
}

.content-section.ourcompany {
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.features-grid-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 41px;
  align-self: stretch;
}

.features-grid-wrapper.spacing {
  grid-column-gap: 6em;
  grid-row-gap: 97px;
}

.feature-image-block.video {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.feature-image-block.bg-pop {
  position: relative;
}

.feature-image-block.with-bg {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.feature-image-1 {
  width: 100%;
  max-width: 540px;
  display: block;
}

.h2 {
  margin-bottom: 20px;
  font-size: 2.6vw;
  line-height: 1.2;
}

.h2.white {
  color: #fff;
}

.h2.h2-centre {
  text-align: center;
}

.h2.h2-centre.left.small {
  color: var(--black);
  font-size: 1.5vw;
}

.h2.h2-centre.w {
  color: #fff;
}

.standard-paragraph {
  color: var(--black-2);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.standard-paragraph.center {
  max-width: 750px;
  color: var(--black-2);
  text-align: center;
  font-size: 22px;
  display: block;
}

.standard-paragraph.center.white {
  color: var(--white);
}

.standard-paragraph.center.big {
  max-width: 670px;
  font-size: 1.2vw;
  line-height: 1.4em;
}

.standard-paragraph.center.special {
  max-width: 750px;
}

.standard-paragraph.center.margin {
  margin-bottom: 1.5em;
}

.standard-paragraph.center.wide {
  max-width: 800px;
}

.standard-paragraph._40-bottom-margin {
  color: var(--black-2);
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.6em;
}

.standard-paragraph.w {
  color: var(--white);
}

.standard-paragraph.big {
  max-width: 1000px;
  font-size: 1.2vw;
  line-height: 1.6em;
}

.standard-paragraph.big.special {
  max-width: 1000px;
}

.standard-paragraph.big.link {
  margin-top: 2%;
  font-size: 1vw;
}

.standard-paragraph.burabox {
  width: 65%;
  font-size: 1.1vw;
}

.feature-text-block {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 60px;
}

.feature-text-block.flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.small-blocks {
  align-items: center;
  margin-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.feature-icon {
  width: 49px;
  margin-right: 16px;
}

.feature-text {
  color: var(--black-2);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.feature-text-block-2 {
  padding: 25px 0 25px 60px;
}

.feature-text-block-2.flex {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.feature-section {
  border: 0 solid #0000;
  border-radius: 0;
  padding: 80px 3%;
  position: relative;
}

.gradient-div {
  background-image: linear-gradient(#f7f7f7, #f6fcff 0% 0%, #f6fcff00);
  height: 130px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.halftone-pattern {
  z-index: -1;
  position: absolute;
  inset: 50% auto 0% -60px;
}

.grid-wrapper-2 {
  grid-column-gap: 49px;
  grid-row-gap: 65px;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: stretch;
  margin-top: 75px;
}

.feature-grid-block {
  border-style: solid;
  border-width: 1.4px;
  border-color: #0000 #0000 var(--sienna);
  color: #333;
  background-color: #f1f1f1;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.feature-grid-block:hover {
  border-color: var(--sienna);
}

.feature-header {
  margin-bottom: 12px;
  font-family: Circularstd, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 34px;
}

.testimonial-section {
  background-color: var(--sienna);
  background-image: url('../images/Left-CornerFMP.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto 400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 75px 3% 170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial-section.rhombus {
  background-image: url('../images/Rhombus-mediumFMP.svg');
  background-position: -15% 100%;
  background-size: auto 800px;
}

.testimonial-section.hide {
  display: block;
}

.slider {
  background-color: #ddd0;
  width: 100%;
  max-width: 750px;
  height: 100%;
  margin-top: 90px;
}

.slide {
  background-color: #fff;
  border: 1px #4689d733;
  border-radius: 0;
  margin-right: 50px;
  padding: 0;
}

.mask {
  background-color: #0000;
  overflow: visible;
  box-shadow: 0 20px 50px #4689d733;
}

.quotes-icon {
  filter: contrast(80%) hue-rotate(312deg) grayscale();
  background-color: #9990;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -40px 0 auto;
}

.profile-block {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.profile-image {
  border-radius: 100px;
  margin-right: 25px;
}

.slide-nav {
  display: none;
}

.slide-wrap {
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
  padding: 90px 60px 50px;
  display: flex;
}

.arrow-right {
  background-color: #d3d3d3;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  inset: 0% -25px 0% auto;
  box-shadow: 0 5px 10px #1b2d451a;
}

.icon {
  color: var(--midnight-blue);
  font-size: 15px;
}

.arrow-left {
  background-color: #d3d3d3;
  border-radius: 100px;
  width: 55px;
  height: 55px;
  inset: 0% auto 0% -25px;
  box-shadow: 0 5px 10px #1b2d451a;
}

.halftone-pattern-2 {
  position: absolute;
  inset: auto 0% -70px 4%;
}

.blog-section {
  padding: 140px 3%;
}

.blog-section.hide {
  display: block;
}

.news-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: auto;
  margin-top: 56px;
}

.articles-block {
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.articles-block.news {
  margin-top: 40px;
}

.article-thumbnail {
  border-radius: 0;
  margin-bottom: 24px;
}

.article-profile-block {
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.author-title {
  color: var(--midnight-blue);
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
}

.date {
  color: var(--dim-grey);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
}

.article-profile-image {
  border-radius: 100px;
  margin-right: 12px;
}

.bottom-section {
  padding: 60px 3% 100px;
  position: relative;
}

.bottom-section.bg {
  background-color: var(--gainsboro-2);
  background-image: none;
  background-size: auto;
  font-size: 12px;
}

.blue-bar {
  background-color: var(--sienna);
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.h3 {
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.2em;
}

.grid-faq {
  grid-column-gap: 60px;
  grid-row-gap: 49px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  align-self: auto;
  justify-items: stretch;
  width: 110%;
  margin-top: 0;
  margin-left: 100px;
}

.banner {
  background-color: #fff;
  background-image: url('../images/cta-bg-06.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1250px;
  min-height: 200px;
  margin: 140px auto;
  padding-left: 80px;
  padding-right: 80px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 32px 64px #0e567c29;
}

.cta-header {
  color: #1b2d45;
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.cta-header.grey {
  color: #636569;
  margin-top: .5em;
  margin-bottom: 0;
  font-size: 30px;
}

.banner-text-wrapper {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.banner-button {
  background-color: var(--midnight-blue);
  border-radius: 0;
  padding: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.footer-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: .35fr .4fr .4fr .75fr;
  width: 100%;
}

.footer-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-title {
  color: var(--midnight-blue);
  margin-bottom: 36px;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.input-field {
  background-color: #fff;
  background-image: url('../images/mail-icon.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 0 #000;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 80px;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
  box-shadow: 0 33px 84px #0e567c29;
}

.submit-button {
  background-color: var(--sienna);
  border-radius: 0;
  width: 100%;
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
}

.arrow {
  filter: brightness(2000%);
  width: 15px;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 12px;
  display: flex;
}

.dropdown-toggle {
  color: var(--slate-grey);
  padding-left: 16px;
  padding-right: 16px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: var(--midnight-blue);
}

.dropdown-toggle.hide {
  justify-content: space-between;
  width: 120px;
  display: flex;
}

.nav-blog-item {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.dropdown-pointer {
  position: relative;
}

.nav-link-details {
  color: #28333899;
  white-space: normal;
  font-size: 14px;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  margin-right: 44px;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1250px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #0000;
  min-width: 320px;
  max-height: 100vh;
  padding-top: 10px;
  left: -100px;
}

.navigation-left {
  align-items: center;
  display: flex;
}

.dropdown-block {
  z-index: 25;
  color: #283338;
  background-color: #fafafa;
  border-top: 1px solid #00000014;
  align-items: center;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.dropdown-title {
  margin-bottom: 2px;
  font-size: 15px;
}

.navigation-right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.dropdown-wrapper {
  background-color: #fff;
  border-radius: 10px;
  min-width: 140px;
  overflow: hidden;
  box-shadow: 4px -19px 35px #20355a14, 11px 11px 30px -10px #20355a26;
}

.dropdown-wrapper.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.nav-menu-2 {
  color: #283338;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  position: static;
}

.mobile-nav {
  display: none;
}

.nav-logo {
  width: 54px;
}

.icon-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.dropdown-icon {
  width: 100%;
}

.pointer {
  z-index: 20;
  background-color: #fff;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -2% 4% auto 0%;
  transform: rotate(45deg);
}

.nav-link-blog {
  color: var(--sienna);
  white-space: normal;
  font-size: 14px;
}

.navigation {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  padding: 16px 3%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.dropdown {
  color: #5e727d;
  flex: none;
  font-family: Circularstd book, sans-serif;
  font-size: 16px;
  display: block;
}

.dropdown-link {
  z-index: 25;
  background-color: var(--white);
  color: #283338;
  align-items: center;
  padding: 20px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.dropdown-link:hover {
  color: var(--midnight-blue);
  background-color: #ebeaea;
}

.hero-paragraph {
  color: var(--black-2);
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Circularstd book, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2em;
}

.hero-paragraph.left {
  font-size: 1.1vw;
}

.blog-title {
  color: var(--midnight-blue);
  margin-bottom: 8px;
  font-family: Circularstd, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.blog-title.small {
  color: var(--midnight-blue);
  font-size: 16px;
}

.blog-category {
  color: var(--sienna);
  margin-bottom: 12px;
  font-family: Circularstd, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 22px;
  display: inline-block;
}

.hero-image {
  width: 100%;
}

.icon-image {
  width: 42px;
  margin-bottom: 20px;
}

.legal-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-span {
  color: var(--black);
  text-decoration: none;
}

.legal-text {
  color: var(--white);
  text-align: center;
  font-size: 1vw;
}

.legal-text.copyright {
  margin-top: 10px;
  margin-bottom: 0;
}

.footer {
  padding: 20px 3% 140px;
  position: relative;
}

.button-hero {
  background-color: var(--sienna);
  border-radius: 0;
  margin-top: 40px;
  padding: 18px 32px;
  font-family: Circularstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  transition: all .3s;
}

.button-hero:hover {
  background-color: #833f25;
}

.hero-h1 {
  height: auto;
  color: var(--black);
  letter-spacing: -1.4px;
  margin-bottom: 20px;
  font-size: 3.2vw;
  line-height: 1.2;
}

.flowbase-close-card {
  opacity: .43;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px 13px 10px 10px;
  transition: all .2s ease-out;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.flowbase-close-card:hover {
  opacity: 1;
}

.flowbase-logo {
  position: absolute;
  inset: 0;
}

.flowbase-title {
  color: #5b3acc;
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 700;
}

.flowbase-author {
  color: #9b9eb8;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.flowbase-left-wrap {
  display: flex;
}

.flowbase-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40px;
  margin-right: 25px;
  display: flex;
}

.notice-wrapper {
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.button-card {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #8c54ff;
  background-image: linear-gradient(159deg, #8c54ff, #7b41f1);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  min-height: 50px;
  margin-right: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
  box-shadow: inset -1px -1px 3px #201b3d99, inset 1px 1px 3px #eee6ff70, 1px 1px 2px #5b3acc;
}

.button-card:hover {
  box-shadow: inset 1px 1px 3px #201b3d38, inset -1px -1px 3px #eee6ff00, 1px 1px 2px #5b3acc;
}

.highlight-text {
  color: #5b3acc;
}

.notice-delete {
  z-index: 99999;
  background-color: #fff;
  border-radius: 200px;
  min-width: 520px;
  margin-bottom: 30px;
  margin-left: 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 8px 1px 20px #807c8e26;
}

.flowbase-underline {
  text-decoration: underline;
}

.flowbase-icon-wrap {
  background-color: #5b3acc;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.grid-bottom {
  align-items: flex-start;
  display: flex;
}

.grid-top {
  width: 100%;
  height: 100%;
}

.grid-top.fixed {
  height: 350px;
  margin-bottom: 3em;
}

.image-grid {
  margin-bottom: 40px;
}

.image-grid.otb {
  margin-bottom: 30px;
}

.bodi-image {
  background-image: linear-gradient(#0000, #fff), url('../images/cardboard-boxes-in-warehouse-234PNW9.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.bodi-image.gradient {
  background-image: url('../images/full-bg1.jpg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.bodi-image.image {
  background-image: url('../images/Asset-12FMP.png'), linear-gradient(#fff9, #fff9), url('../images/New-bg-Image.jpg');
  background-position: 100% 0, 0 0, 50% 100%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: auto 800px, auto, cover;
}

.map-footer {
  height: 100%;
}

.faq-content {
  overflow: hidden;
}

.faq-arrow {
  color: #8a7862;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.title-wrap.left {
  text-align: left;
  align-items: flex-start;
}

.content-h2 {
  color: var(--black);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 3.2vw;
  line-height: 1.1;
}

.content-section-2 {
  background-color: #fff0;
  padding: 96px 3%;
  position: relative;
}

.faq-circle {
  background-color: var(--sienna);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  min-width: 45px;
  height: 45px;
  min-height: 45px;
  display: flex;
}

.title-paragraph {
  letter-spacing: -.03em;
  max-width: 700px;
  margin-bottom: 32px;
  font-size: 1.1vw;
  font-weight: 400;
}

.faq-question-wrap {
  border: 1px solid var(--sienna);
  cursor: pointer;
  background-color: #eee;
  border-radius: 21px;
  margin-top: 10px;
  margin-bottom: 26px;
  padding: 28px 40px;
}

.faq-paragraph {
  color: #4f596a;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 1.1vw;
  font-weight: 500;
  line-height: 1.4em;
}

.button-2 {
  background-image: linear-gradient(2deg, var(--sienna), var(--sienna));
  white-space: nowrap;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 10px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4em;
  display: flex;
}

.button-2.small {
  width: 150px;
}

.button-2.small.color {
  background-image: linear-gradient(2deg, #04193f, #001438);
}

.faq-question-bar {
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.flex-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.question-title {
  color: #001a49;
  letter-spacing: -.03em;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.2;
}

.faq-wrapper {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  width: 100%;
  max-width: 1250px;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.career-left.percent {
  width: 70%;
}

.career-r {
  flex: 1;
  padding-left: 5%;
  position: relative;
}

.careers--wrap {
  display: flex;
}

.careers-r-fixed {
  position: sticky;
  top: 10px;
}

.hero-inner {
  background-image: url('../images/219bcb_d419cf8b6c66487bac420a642510457c_mv2_d_4032_3024_s_4_2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 40vh;
  min-height: 400px;
}

.hero-inner.finishing {
  background-image: url('../images/bg.jpg');
}

.hero-inner.printing {
  background-image: none;
}

.hero-inner.sheets {
  background-image: url('../images/IMG_0073-2-scaled-e1596823687863.jpg');
}

.hero-inner.sustain {
  background-image: url('../images/Bg-sustain.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-inner.careers {
  background-image: url('../images/IMG_3033.jpg');
  background-position: 50% 0;
}

.hero-inner.ur-company {
  background-image: url('../images/IMG_9990.jpg');
  background-position: 50%;
}

.hero-inner.ur-company.hide {
  display: block;
}

.small-footer {
  background-color: var(--gainsboro-2);
  padding-top: 60px;
}

.hero-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2%;
  padding-bottom: 3%;
  display: flex;
}

.center-text-wrap {
  justify-content: center;
  margin-bottom: 120px;
  display: flex;
}

.center-text-wrap.flex {
  flex-direction: column;
  align-items: center;
}

.bg-video-hero {
  height: 40vh;
  min-height: 400px;
}

.bg-pop {
  z-index: 10;
  flex: 1;
  height: 350px;
}

.bg-pop.fixed {
  width: 100%;
  height: 350px;
}

.container-grid {
  grid-column-gap: 55px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-grid.about {
  margin-top: 100px;
  margin-bottom: 100px;
}

.container-grid.margin {
  margin-bottom: 100px;
}

.form {
  min-width: 320px;
  max-width: 400px;
  margin-top: 40px;
}

.textarea {
  min-height: 100px;
}

.text-link {
  color: var(--sienna);
  font-size: 1.1em;
  line-height: 1.2em;
}

.fmi-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 75px;
  display: grid;
}

.fm--logo-wrap {
  justify-content: center;
  align-items: center;
  transition: all .4s;
  display: flex;
}

.fm--logo-wrap:hover {
  transform: translate(0, -20px);
}

.text-block {
  font-size: 1vw;
}

.image-news {
  background-image: url('../images/ezgif-6-b6f201bb5650.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}

.news-image {
  background-image: url('../images/ezgif-6-b6f201bb5650.jpg');
  background-position: 50% 0;
  background-size: cover;
  min-height: 40vh;
  margin-top: 40px;
  margin-bottom: 40px;
}

.our-company-grid {
  grid-column-gap: 16px;
  grid-row-gap: 41px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-image-wrap, .grid-image-wrap.bg {
  position: relative;
}

.section {
  margin-bottom: 0;
}

.link-brown {
  color: var(--sienna);
}

.list {
  color: var(--dim-grey-2);
  font-size: 1.1vw;
}

.list-item {
  color: var(--dim-grey-2);
  margin-bottom: 10px;
  font-size: 1.1vw;
  line-height: 1.3em;
}

.bold-text {
  color: var(--dim-grey-2);
}

.image-under {
  height: 250px;
  margin-top: 30px;
}

.image-under.retail {
  background-image: url('../images/box-2.png'), url('../images/Left-CornerFMP.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: auto 90%, cover;
}

.image-under.packaging {
  background-image: url('../images/Box.png'), url('../images/Left-CornerFMP.svg');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 90%, cover;
}

.image-under.shiping {
  background-image: url('../images/Functional-Packaging16317.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-under.print {
  background-image: url('../images/export-black-pop-trimmed.png'), url('../images/Box-top-FMP.svg');
  background-position: 50%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: auto 90%, cover;
}

.image-under.design {
  background-image: url('../images/Untitled.jpg'), url('../images/Right-CornerFMP.svg');
  background-position: 50%, 100%;
  background-size: cover, cover;
}

.image-under.large {
  background-image: url('../images/Digtal-Print.jpg');
  background-position: 0 0;
  background-size: cover;
}

.bg-hom {
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.grid {
  background-image: url('../images/dots.svg');
  background-position: 50%;
  background-size: cover;
  align-items: flex-end;
  width: 200px;
  height: 200px;
  margin-top: 0%;
  margin-left: -69px;
  display: block;
  position: static;
  inset: 87% 0% 0%;
}

.html-embed-video {
  width: 100%;
}

.go-up-wrap {
  background-color: var(--midnight-blue);
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: fixed;
  inset: auto 3% 3% auto;
  box-shadow: 1px 1px 8px 4px #0000003d;
}

.partner-section {
  background-image: url('../images/Box-top-FMP.svg');
  background-position: 50% 100%;
  background-size: cover;
  align-items: center;
  height: 60vh;
  min-height: 600px;
  display: flex;
}

.partners-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5%;
  margin-bottom: 5%;
  padding: 3% 5%;
  display: grid;
}

.image-logo-partners {
  justify-content: center;
  align-items: center;
  width: 170px;
  display: flex;
}

.upload-section {
  margin-top: 5%;
  margin-bottom: 5%;
}

.upload-section.hide {
  display: flex;
}

.upload-section.hide.hide2 {
  display: block;
}

.form-wrap-upload {
  background-image: linear-gradient(to bottom, var(--gainsboro-2), var(--gainsboro-2));
  width: 90%;
  height: auto;
  min-height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
}

.image-wrap {
  background-image: url('../images/Asset-1shape.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 1;
}

.image-wrap._2 {
  background-image: url('../images/Checklist.jpg');
  background-size: cover;
}

.div-block {
  flex: 1;
  padding: 5%;
}

.button-wrap {
  margin-top: 40px;
  display: flex;
}

.button-icon {
  background-color: var(--sienna);
  align-items: center;
  width: 150px;
  margin-right: 20px;
  padding: 18px 32px;
  display: flex;
}

.button-icon.big {
  width: 250px;
  text-decoration: none;
}

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

.text-w {
  color: #fff;
  font-size: 16px;
}

.body.contact {
  background-image: linear-gradient(#ffffff7a, #ffffff7a), url('../images/Bg4.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
}

.body.faq {
  background-image: linear-gradient(#ffffff82, #ffffff82), url('../images/Bg2.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.body.sheets {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Bg1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.body.printing {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Bg7.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.body.company {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/Bg4.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.body.sustain {
  background-image: linear-gradient(#ffffff52, #ffffff52), url('../images/New-bg-Image.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.body.careers {
  background-image: linear-gradient(#ffffffa6, #ffffffa6), url('../images/Bg6.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.list-text {
  color: var(--black-2);
  font-size: 16px;
  line-height: 1.6em;
}

.linksub {
  color: #0d4186;
}

.image-on-back {
  z-index: -10;
  width: 110%;
  height: 120%;
  position: absolute;
  inset: -8% 0% 0%;
}

.image-on-back.top {
  z-index: 10;
  height: 115%;
}

.image-on-back.top.video {
  z-index: -1;
}

.image-on-back.top.video.rotate {
  transform-style: preserve-3d;
  display: none;
  transform: rotateX(0)rotateY(180deg)rotateZ(180deg);
}

.modal {
  z-index: 10000;
  background-color: var(--black-4);
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-wrap {
  flex-direction: column;
  min-width: 50vw;
  max-width: 50vw;
  display: flex;
}

.modal-top {
  justify-content: flex-end;
  display: flex;
}

.modal-bottom {
  background-color: var(--white);
  border: 5px solid #b45b3852;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 85vh;
  margin-top: 20px;
  display: flex;
}

.link-text {
  color: var(--midnight-blue);
}

.field3.hide {
  display: block;
}

.spacer {
  height: 100px;
}

.link-email {
  color: var(--black-4);
}

.image-footer-wrap {
  width: 30vw;
  margin-top: 10px;
}

.link-small {
  color: var(--slate-grey);
}

.dots {
  z-index: 10;
  position: absolute;
  inset: auto auto 2% 12%;
}

.dots._2 {
  bottom: -9%;
  left: -12%;
}

.dots._3 {
  bottom: -17%;
  left: 5%;
}

.blocks {
  z-index: -1;
  position: absolute;
  inset: -7% -7% auto auto;
}

.blcks-2 {
  z-index: -1;
  position: absolute;
  inset: auto 0% -8% -5%;
}

.blocks-2 {
  z-index: -2;
  position: absolute;
  inset: -12% 0% auto 40px;
}

.news-icon-wrap {
  margin-bottom: 40px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-3, .image-4 {
  width: auto;
}

.section-2 {
  padding-left: 3%;
  padding-right: 3%;
}

.formsection {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4em;
  margin-bottom: 8em;
  display: flex;
}

.formsection.hide {
  display: none;
}

.code-embed {
  width: 100%;
  max-width: 1000px;
  height: 700px;
}

.iconsgrid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 150px;
}

.icondiv {
  background-image: linear-gradient(#b45b38b3, #b45b38b3), url('../images/roberto-sorin-7Z1pgI77BoE-unsplash.jpg'), url('../images/Box-top-FMP.svg');
  background-position: 0 0, 50%, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, cover, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.icondiv._2 {
  background-image: linear-gradient(#b45b38b3, #b45b38b3), url('../images/ezgif-6-656166492aa3.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.icondiv._3 {
  background-image: linear-gradient(#b45b38b3, #b45b38b3), url('../images/Bg-sustain.jpg');
  background-position: 0 0, 0%;
  background-size: auto, cover;
}

.icondiv._4 {
  background-image: linear-gradient(#b45b38b3, #b45b38b3), url('../images/FMPack6.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
}

.icondiv._5 {
  background-image: linear-gradient(#b45b38b3, #b45b38b3), url('../images/display3.png');
  background-position: 0 0, 35% 20%;
  background-size: auto, auto;
}

.icondiv._6 {
  background-image: linear-gradient(#b45b38b3, #b45b38b3), url('../images/IMG_0073-2-scaled-e1596823687863.jpg');
  background-position: 0 0, 100%;
  background-size: auto, auto;
}

.iconinnerdiv {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.iconimg {
  filter: invert() grayscale(200%) brightness(200%);
  width: 100px;
}

.iconimg.fmi {
  width: 120px;
}

.icontext {
  color: var(--white);
  text-align: center;
  margin-top: 1em;
  font-size: 21px;
}

.socialicon {
  width: 25px;
}

.socialgrid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 85%;
  margin-bottom: 30px;
  display: grid;
}

.googlereviews {
  width: 100%;
}

.reviewssection {
  padding: 180px 3% 200px;
}

.otbgrid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.client-slider-panel {
  opacity: .37;
  border: 3px #fff;
  margin-right: 0;
}

.slider-wrap {
  flex-direction: column;
  flex: none;
  align-self: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.slider-wrap.trislider {
  flex: none;
  width: 450px;
  margin-top: 4px;
  display: block;
}

.client-slider {
  background-color: #0000;
  height: 100%;
}

.right-arrow-wrap {
  bottom: -115px;
  right: -10px;
  overflow: visible;
}

.slide-nav-2 {
  bottom: -35px;
}

.client-slider-wrapper {
  border: 5px #ee6a2f;
  display: flex;
}

.client-slider-mask {
  overflow: visible;
}

.direction-icon {
  color: #c9c9c9;
  background-color: #15759600;
  background-image: none;
  border: 1px solid #dadada;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 559px;
  margin-bottom: 0;
  font-size: 17px;
  display: flex;
}

.direction-icon:hover {
  background-color: #ffffff3d;
}

.direction-icon.right {
  margin-top: 500px;
  left: -298px;
}

.direction-icon.left {
  margin-top: 500px;
  right: -304px;
}

.left-arrow-wrap {
  bottom: -115px;
  left: -10px;
  overflow: visible;
}

.website-panel {
  height: 100%;
  padding: 6px;
}

.website-panel.trislider {
  opacity: .47;
  position: relative;
  transform: scale(.8);
}

.client-cube {
  object-fit: cover;
  width: 450px;
  height: 450px;
}

.video {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.video.hide, .video.mobile {
  display: none;
}

.locationsection {
  margin-top: 60px;
  margin-bottom: 8em;
  padding-left: 3%;
  padding-right: 3%;
}

.section-3 {
  background-color: #eef4f800;
  padding: 0 68px 100px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  max-width: 50%;
  max-height: 50%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-6 {
  max-width: 40%;
}

.container-3 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  display: flex;
}

.text-block-2 {
  justify-content: center;
  padding-bottom: 13px;
  font-size: 17px;
  display: flex;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-height: 0;
  display: block;
}

.list-2 {
  margin-top: 0;
  margin-left: 220px;
  margin-right: 220px;
  padding-bottom: 0;
  padding-right: 0;
  list-style-type: disc;
}

.list-2.our-company {
  margin-top: 81px;
}

.list-item-2 {
  margin-top: 12px;
  margin-bottom: 12px;
  padding-bottom: 0;
}

.list-item-3 {
  margin-bottom: 12px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.image-7 {
  max-width: 90%;
}

.imageslider {
  background-color: #ddd0;
  height: 100%;
}

.mask-2 {
  overflow: hidden;
}

.award {
  z-index: 100;
  margin: 2em;
  display: none;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: none;
}

.slide-nav-3 {
  height: auto;
}

.background-video {
  z-index: 999999;
  width: 100%;
  height: 100%;
  position: absolute;
}

.slide-3 {
  color: #fff;
}

.heroimage {
  width: 100%;
}

.heroimage.placeholder {
  display: block;
}

.icon-2 {
  background-color: #00000030;
  border-radius: 20px;
}

.icon-3 {
  background-color: #00000030;
  border: 0 solid #000;
  border-radius: 20px;
}

@media screen and (min-width: 1920px) {
  h3 {
    font-size: 1.5vw;
  }

  .flex-container {
    max-width: 80%;
  }

  .nav-link {
    color: var(--midnight-blue);
    padding-left: 16px;
    font-size: 1vw;
  }

  .primary-cta {
    padding: 2% 3%;
  }

  .hero-image-block.bg-video._2 {
    height: 40vh;
    min-height: 32%;
  }

  .service-section {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .grid-icon {
    width: 70px;
  }

  .faq-title {
    font-size: 1.3vw;
    line-height: 1.4em;
  }

  .paragraph-basic {
    font-size: 1.1vw;
    line-height: 1.4em;
  }

  .paragraph-basic._40-bottom-padding {
    font-size: 1.1vw;
  }

  .feature-image-block.with-bg {
    position: relative;
  }

  .h2 {
    line-height: 1.2;
  }

  .h2.h2-centre {
    text-align: center;
  }

  .standard-paragraph {
    font-size: 1.1vw;
    line-height: 1.4em;
  }

  .standard-paragraph.center {
    max-width: 60%;
    font-size: 1vw;
    line-height: 1.4em;
  }

  .standard-paragraph.center.margin {
    max-width: 800px;
  }

  .standard-paragraph.center.wide {
    max-width: 1000px;
  }

  .standard-paragraph._40-bottom-margin {
    padding-right: 60px;
    font-size: 1vw;
  }

  .standard-paragraph.big {
    max-width: 70%;
  }

  .feature-text-block-2.flex {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .feature-section {
    padding-top: 5%;
    padding-bottom: 10%;
  }

  .feature-header {
    margin-bottom: 4%;
    font-size: 1.3vw;
  }

  .bottom-section.bg {
    padding-top: 100px;
  }

  .blue-bar {
    height: 5vh;
  }

  .h3 {
    font-size: 1.4vw;
  }

  .banner {
    max-width: 70%;
    height: 15vh;
    min-height: 300px;
  }

  .cta-header {
    font-size: 2vw;
  }

  .footer-title {
    font-size: 1.2vw;
  }

  .dropdown-toggle.hide {
    width: auto;
    padding-right: 49px;
  }

  .brand {
    flex: none;
    width: 9vw;
    height: 8vh;
  }

  .brand.w--current {
    margin-right: 0;
  }

  .navigation-container {
    max-width: 80%;
  }

  .navigation-left {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .navigation-right {
    justify-content: flex-end;
  }

  .nav-menu-2 {
    color: #0f1518;
  }

  .navigation {
    height: auto;
    padding-top: 1.3%;
    padding-bottom: 1.3%;
  }

  .hero-paragraph {
    font-size: 1.1vw;
  }

  .icon-image {
    width: 60px;
    margin-bottom: 8%;
  }

  .legal-container {
    max-width: none;
  }

  .button-hero {
    padding: 4% 5%;
    font-size: 1.1vw;
  }

  .bodi-image.image {
    background-image: url('../images/Asset-12FMP.png'), linear-gradient(to bottom, null, null), url('../images/New-bg-Image.jpg');
    background-size: auto 900px, auto, cover;
  }

  .faq-arrow {
    width: 20px;
    height: 20px;
  }

  .faq-circle {
    width: 60px;
    height: 60px;
  }

  .title-paragraph {
    max-width: 70%;
    line-height: 1.4em;
  }

  .faq-question-wrap {
    border-width: 2px;
    padding: 3% 4%;
  }

  .faq-paragraph {
    font-size: 1vw;
  }

  .faq-wrapper {
    max-width: 100%;
  }

  .faq-wrapper.faq {
    max-width: 70%;
  }

  .container {
    max-width: 80%;
  }

  .career-left {
    flex: none;
    width: 60%;
  }

  .grid-image-wrap {
    width: 80%;
    height: auto;
    position: relative;
  }

  .list-item {
    font-size: 1vw;
  }

  .image-under.packaging {
    background-image: url('../images/Box.png'), url('../images/Left-CornerFMP.svg');
  }

  .image-under.shiping {
    background-image: url('../images/Functional-Packaging16317.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .partner-section {
    height: 50vh;
  }

  .image-logo-partners {
    width: 9vw;
  }

  .image-wrap {
    background-image: url('../images/redbull-stand.png'), linear-gradient(#bbbbbb80, #bbbbbb80);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto 90%, auto;
  }

  .list-text {
    font-size: 1vw;
  }

  .p {
    font-size: 1vw;
    line-height: 1.4em;
  }

  .heading {
    font-size: 2vw;
    line-height: 1.4em;
  }

  .bold-text-3 {
    font-size: 1.2vw;
  }

  .fm-logo {
    width: 200px;
    height: auto;
    margin-top: -20px;
  }

  .image {
    width: 100%;
    height: auto;
  }

  .text {
    font-size: 1vw;
  }

  .modal {
    z-index: 10000;
    background-color: var(--black-4);
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .modal-wrap {
    flex-direction: column;
    height: 100%;
    min-height: 90vh;
    display: flex;
  }

  .modal-top {
    justify-content: flex-end;
    display: flex;
  }

  .modal-bottom {
    background-color: var(--white);
    border: 5px solid #b45b3875;
    border-radius: 10px;
    flex: 1;
    height: auto;
    margin-top: 20px;
    padding: 0%;
  }

  .image-footer-wrap {
    width: 30vw;
  }

  .dots {
    z-index: 10;
    position: absolute;
    inset: auto auto 0% 10%;
  }

  .dots._2 {
    bottom: -3%;
    left: -5%;
  }

  .blocks {
    right: -4%;
  }

  .blcks-2 {
    z-index: -1;
    position: absolute;
    inset: auto 0% -5% -4%;
  }

  .image-3, .image-4 {
    width: auto;
  }

  .slider-wrap.trislider {
    margin-top: 10px;
  }

  .container-2 {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .background-video {
    min-height: 60.7vh;
  }

  .link-block-3 {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .flex-container.durabox {
    flex-direction: column;
    width: 630px;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .hero-graphic-right {
    top: 28%;
    right: -52%;
  }

  .hero-section {
    padding-top: 60px;
  }

  .hero-grid-wrapper {
    grid-column-gap: 25px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .hero-text-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-image-block {
    margin-top: 80px;
  }

  .hero-image-block.bg-video {
    width: 100%;
    height: 50vh;
    min-height: 400px;
  }

  .service-section {
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    justify-items: center;
    width: 100%;
    max-width: 630px;
  }

  .service-grid.last {
    max-width: none;
  }

  .grid-block {
    padding: 24px 12px;
  }

  .faq-title {
    font-size: 26px;
  }

  .paragraph-basic {
    font-size: 1.1em;
  }

  .paragraph-basic._40-bottom-padding {
    font-size: 1em;
  }

  .content-section {
    background-image: none;
    padding-bottom: 140px;
  }

  .content-section.printing {
    background-position: 120%;
    background-size: auto 300px;
  }

  .features-grid-wrapper {
    grid-column-gap: 40px;
  }

  .feature-image-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .h2 {
    font-size: 42px;
  }

  .h2.white, .h2.h2-centre {
    text-align: center;
  }

  .h2.h2-centre.left {
    text-align: left;
    display: flex;
  }

  .h2.h2-centre.left.small {
    font-size: 16px;
  }

  .standard-paragraph.center.big {
    font-size: 1.6em;
  }

  .standard-paragraph._40-bottom-margin, .standard-paragraph.big {
    font-size: 16px;
  }

  .standard-paragraph.big.link {
    font-size: 14px;
  }

  .standard-paragraph.burabox {
    width: 85%;
    padding-top: 2em;
    font-size: 16px;
  }

  .small-blocks {
    margin-bottom: 12px;
  }

  .feature-icon {
    width: 45px;
  }

  .feature-text {
    font-size: 1.2em;
  }

  .feature-text-block-2 {
    padding-left: 0;
  }

  .grid-wrapper-2 {
    grid-column-gap: 14px;
    grid-row-gap: 17px;
    grid-template-columns: 1fr 1fr;
  }

  .feature-grid-block {
    padding: 12px;
  }

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

  .arrow-left {
    left: -10px;
  }

  .h3 {
    text-align: center;
    margin-left: 60px;
    margin-right: 60px;
  }

  .grid-faq {
    grid-column-gap: 27px;
    margin-left: 25px;
  }

  .banner {
    background-position: 100%;
    background-size: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-header.grey {
    width: 75%;
    line-height: 1.2;
  }

  .banner-button {
    white-space: nowrap;
  }

  .footer-title {
    font-size: 1.3em;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .mobile-nav-link.w--current {
    display: inline-block;
    position: relative;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-mob {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .menu-mob {
    color: #000;
    background-color: #fafafa;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: var(--sienna);
  }

  .navigation-left {
    display: flex;
  }

  .nav-menu-2 {
    display: none;
  }

  .mobile-nav {
    background-color: #fff;
    padding-top: 15px;
    display: none;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .nav-logo {
    width: 120px;
  }

  .navigation {
    display: none;
  }

  .hero-paragraph {
    text-align: center;
    max-width: 500px;
    font-size: 18px;
  }

  .hero-paragraph.left {
    text-align: left;
    width: 100%;
    max-width: none;
    font-size: 16px;
  }

  .hero-image {
    max-width: 560px;
  }

  .icon-image {
    width: 40px;
  }

  .legal-text {
    font-size: 1em;
  }

  .hero-h1 {
    text-align: center;
    max-width: 500px;
    font-size: 55px;
  }

  .notice-delete {
    min-width: auto;
    max-width: 610px;
    margin-right: 15px;
    display: block;
  }

  .bodi-image.image {
    background-image: linear-gradient(#0000, #fff 71%), url('../images/New-bg-Image.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .content-h2 {
    font-size: 3.2em;
  }

  .title-paragraph {
    font-size: 16px;
  }

  .faq-paragraph {
    font-size: 1.1em;
  }

  .question-title {
    font-size: 1.4em;
  }

  .career-left {
    flex: 0 auto;
    width: 70%;
  }

  .hero-inner {
    height: 30vh;
    min-height: 300px;
  }

  .hero-copy {
    padding-left: 7%;
    padding-right: 7%;
  }

  .bg-video-hero {
    height: 100%;
    min-height: auto;
  }

  .container-grid.about {
    grid-template-columns: 1fr;
  }

  .container-grid.margin {
    grid-template-columns: 1fr;
    padding-left: 10%;
    padding-right: 10%;
  }

  .container-grid.location {
    grid-row-gap: 55px;
    grid-template-columns: 1fr;
  }

  .about-r, .about-l {
    padding-left: 10%;
    padding-right: 10%;
  }

  .our-company-grid {
    padding-left: 10%;
    padding-right: 10%;
    display: none;
  }

  .grid-image-wrap {
    position: relative;
  }

  .list, .list-item {
    font-size: 1.1em;
  }

  .bold-text-2 {
    font-size: 1.4em;
  }

  .partners-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-logo-partners {
    width: 155px;
  }

  .modal {
    display: none;
  }

  .image-footer-wrap {
    width: 50vw;
  }

  .image-2 {
    z-index: 10;
    position: absolute;
    inset: auto auto -7% -12%;
  }

  .blocks {
    position: absolute;
    inset: 17px 0% 0%;
  }

  .code-embed {
    width: 85%;
    max-width: none;
  }

  .iconsgrid {
    grid-template-columns: 1fr 1fr;
  }

  .icondiv {
    height: 350px;
  }

  .otbgrid {
    grid-template-columns: 1fr 1fr;
  }

  .slider-wrap {
    flex: 1;
  }

  .slider-wrap.trislider {
    width: 50vw;
  }

  .direction-icon.right {
    margin-top: 439px;
    margin-right: 0;
  }

  .direction-icon.left {
    margin-top: 439px;
    margin-left: 0;
  }

  .website-panel {
    padding-left: 0;
    padding-right: 10px;
  }

  .client-cube {
    width: 400px;
    height: 400px;
  }

  .video.mobile {
    display: block;
  }

  .video.desktop {
    display: none;
  }

  .background-video {
    min-height: 24vh;
  }
}

@media screen and (max-width: 767px) {
  .flex-container.horizontal {
    flex-wrap: wrap;
  }

  .flex-container.durabox {
    width: 100%;
    max-width: 630px;
  }

  .hero-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-text-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    display: flex;
  }

  .button {
    margin-left: auto;
    margin-right: auto;
  }

  .button.small {
    margin-top: 40px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .paragraph-basic._40-bottom-padding {
    text-align: center;
  }

  .content-section {
    background-position: 100% 100%;
    background-size: auto 200px;
  }

  .features-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .features-grid-wrapper.spacing {
    grid-row-gap: 23px;
  }

  .feature-image-block {
    margin-bottom: 55px;
  }

  .standard-paragraph.center.big {
    font-size: 1.4em;
  }

  .standard-paragraph.burabox {
    width: 90%;
  }

  .feature-text-block.flex {
    margin-left: 40px;
    margin-right: 40px;
    padding-right: 0;
  }

  .feature-text-block-2 {
    padding-left: 0;
  }

  .grid-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .slide-wrap {
    padding: 90px 50px;
  }

  .news-grid {
    grid-template-columns: 1fr;
  }

  .articles-block {
    margin-bottom: 35px;
  }

  .h3 {
    margin-bottom: 35px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .grid-faq {
    grid-column-gap: 41px;
    margin-left: 0;
  }

  .banner {
    background-position: 50% 100%;
    background-size: cover;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta-header.grey {
    line-height: 1.4;
  }

  .banner-text-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .footer-grid {
    grid-column-gap: 45px;
    grid-template-columns: .5fr;
    place-content: center;
    place-items: center;
  }

  .footer-block {
    align-items: center;
  }

  .hero-paragraph {
    text-align: center;
  }

  .button-hero {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-h1 {
    text-align: center;
  }

  .notice-wrapper {
    display: none;
  }

  .notice-delete {
    min-width: auto;
    margin-left: 15px;
  }

  .faq-question-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .question-title {
    font-size: 1.2em;
  }

  .career-left {
    width: 100%;
  }

  .careers--wrap {
    flex-direction: column;
  }

  .hero-copy {
    padding-bottom: 5%;
  }

  .center-text-wrap {
    margin-bottom: 50px;
  }

  .partner-section {
    height: auto;
  }

  .partners-grid {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    grid-template-columns: 1fr;
  }

  .form-wrap-upload {
    flex-direction: column;
  }

  .image-wrap {
    flex: none;
    height: 400px;
  }

  .image-footer-wrap {
    width: 70vw;
  }

  .code-embed {
    width: 90%;
  }

  .iconsgrid {
    grid-template-columns: 1fr;
  }

  .otbgrid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .slider-wrap {
    padding-right: 18px;
  }

  .slider-wrap.trislider {
    width: 370px;
    height: 370px;
  }

  .right-arrow-wrap {
    right: -29px;
  }

  .left-arrow-wrap {
    left: -29px;
  }

  .client-cube {
    width: 350px;
    height: 350px;
  }

  .imageslider {
    min-height: 150px;
  }

  .background-video {
    min-height: 58vh;
  }
}

@media screen and (max-width: 479px) {
  .flex-container {
    margin-bottom: 0;
  }

  .hero-section {
    padding-bottom: 50px;
  }

  .hero-image-block.bg-video {
    height: 30vh;
    min-height: 300px;
  }

  .button._0-top-margin.left {
    margin-left: 0;
  }

  .button.small {
    margin-top: 40px;
  }

  .service-section {
    padding-bottom: 0;
    padding-left: 4%;
    padding-right: 4%;
  }

  .grid-block {
    flex-flow: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-icon {
    margin-bottom: 15px;
  }

  .faq-title {
    font-size: 22px;
  }

  .paragraph-basic {
    font-size: 1em;
    line-height: 1.4em;
  }

  .content-section {
    background-position: 110% 109%;
  }

  .content-section.printing {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .feature-image-block.with-bg {
    overflow: hidden;
  }

  .h2 {
    text-align: left;
    font-size: 32px;
  }

  .h2.h2-centre {
    font-size: 32px;
  }

  .h2.h2-centre.left {
    font-size: 22px;
    line-height: 1.4em;
  }

  .standard-paragraph._40-bottom-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .standard-paragraph.burabox {
    width: 85%;
    font-size: 1em;
  }

  .feature-text-block.flex {
    padding-right: 10px;
  }

  .feature-text-block-2.flex {
    margin-left: 40px;
    margin-right: 40px;
  }

  .grid-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .feature-grid-block {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .profile-block {
    flex-wrap: wrap;
  }

  .profile-image {
    margin-bottom: 15px;
  }

  .h3 {
    margin-left: 60px;
    margin-right: 60px;
    font-size: 16px;
  }

  .grid-faq {
    grid-row-gap: 54px;
    grid-template-columns: 1fr;
  }

  .banner {
    padding: 55px 28px;
  }

  .cta-header {
    text-align: center;
    line-height: 1.1;
  }

  .cta-header.grey {
    width: 85%;
    line-height: 1.3;
  }

  .banner-button {
    margin-top: 35px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .menu-mob.w--open {
    background-color: var(--sienna);
  }

  .hero-h1 {
    font-size: 40px;
  }

  .flowbase-close-card {
    top: 0;
    bottom: auto;
    right: 0;
  }

  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }

  .notice-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .notice-delete {
    min-width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .flowbase-icon-wrap {
    min-width: 60px;
  }

  .content-h2 {
    font-size: 45px;
  }

  .faq-question-wrap {
    padding: 20px;
  }

  .question-title {
    flex: 1;
    padding-right: 10px;
  }

  .hero-copy {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .container-grid.margin {
    padding-left: 7%;
    padding-right: 7%;
  }

  .form {
    min-width: 280px;
  }

  .partner-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .partners-grid {
    grid-row-gap: 36px;
    margin-top: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .image-wrap {
    height: 300px;
  }

  .div-block.left {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .button-wrap {
    flex-direction: column;
    align-items: center;
  }

  .button-icon {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .dots {
    left: 75%;
  }

  .image-5 {
    width: 300px;
  }

  .code-embed {
    width: 90%;
    height: 650px;
  }

  .reviewssection {
    padding-left: 4%;
    padding-right: 4%;
  }

  .slider-wrap {
    padding-right: 13px;
  }

  .slider-wrap.trislider {
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 37px 20px;
    display: flex;
    overflow: hidden;
  }

  .right-arrow-wrap {
    justify-content: center;
    align-items: center;
    margin-right: 0;
    display: block;
    inset: auto 0% 0% auto;
  }

  .slide-nav-2 {
    opacity: .16;
    position: relative;
  }

  .client-slider-mask {
    margin-bottom: 3em;
  }

  .direction-icon.right {
    margin-top: 0;
    margin-right: 0;
    position: relative;
    left: 0;
  }

  .direction-icon.left {
    margin-top: 0;
    position: relative;
    right: 0;
  }

  .left-arrow-wrap {
    z-index: auto;
    align-items: center;
    margin-left: 0;
    display: block;
    inset: auto auto 0 0%;
  }

  .website-panel.trislider {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .list-3 {
    padding-left: 20px;
  }

  .imageslider {
    min-height: 75px;
    display: none;
  }

  .mask-2 {
    height: 100%;
    min-height: 100%;
  }

  .award {
    margin-bottom: 4em;
    margin-left: 0;
    margin-right: 0;
    position: static;
    inset: 0% auto auto 0%;
    transform: none;
  }

  .slide-nav-3 {
    width: 30%;
  }

  .background-video {
    min-height: auto;
  }

  .videoslide {
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
}

#w-node-_96611e63-f868-bab7-b4e8-a00ebf768a65-45ad60c9 {
  place-self: center;
}

#w-node-b1d047e2-32cd-8d55-02f4-b1dc6b4fe3b6-6365545c, #w-node-_69a4b80a-d1ad-f52c-8c88-8a3cf0a1f9de-6365545c, #w-node-_07b8d591-b022-d282-8221-5eb58812dab2-6365545c, #w-node-_4ae82a2e-3884-246f-9744-800de24b258c-6365545c {
  place-self: center start;
}

#w-node-_4e20b392-0a4f-4f53-c348-2f29869d7ed2-869d7ece {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0121eef9-c433-38b9-99b2-e116efcc44a3-869d7ece, #w-node-_0121eef9-c433-38b9-99b2-e116efcc44a5-869d7ece, #w-node-_0121eef9-c433-38b9-99b2-e116efcc44a7-869d7ece, #w-node-_0121eef9-c433-38b9-99b2-e116efcc44a9-869d7ece {
  place-self: center start;
}

#w-node-_5b6b9f58-5d5f-2a9c-c14c-86b3d90e6ca0-45ad60cd {
  justify-self: auto;
}

#w-node-_5eb66fa7-c2e9-cd97-5623-f7e85f6d3195-45ad60cf, #w-node-_5b7db629-6e39-de97-de5b-301d80b6baad-45ad60cf {
  justify-self: center;
}

#w-node-_888bb19a-d476-65ee-6c53-dbf7c25810c9-45ad60d0, #w-node-_888bb19a-d476-65ee-6c53-dbf7c25810c9-45ad60d1 {
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-fd9ef93c-05d7-a621-94e1-1e3b69811575-45ad60ce {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a7d1368f-1f09-1a48-b62f-42f1e4b93e5b-45ad60cd {
    order: 9999;
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_888bb19a-d476-65ee-6c53-dbf7c25810bb-45ad60cd {
    order: 9999;
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_888bb19a-d476-65ee-6c53-dbf7c25810bb-45ad60d0, #w-node-_888bb19a-d476-65ee-6c53-dbf7c25810bb-45ad60d1 {
    order: 9999;
  }

  #w-node-c53f4bb6-6499-88a3-6dec-cb35ae0a5e09-45ad60d6, #w-node-c764fc15-55ab-e584-c4f4-fe16186b9043-45ad60d6 {
    order: 9999;
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c764fc15-55ab-e584-c4f4-fe16186b905a-45ad60d6 {
    order: 9999;
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_61f2552e-4297-fd0f-9afc-67dd97932db3-2903f7ce {
    order: 9999;
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_61f2552e-4297-fd0f-9afc-67dd97932dcd-2903f7ce {
    order: 9999;
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_990a8209-a0b4-71d5-90c7-0126946a38f7-6d31fb29 {
    order: 9999;
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_990a8209-a0b4-71d5-90c7-0126946a3911-6d31fb29 {
    order: 9999;
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_990a8209-a0b4-71d5-90c7-0126946a393c-6d31fb29 {
    order: 9999;
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_990a8209-a0b4-71d5-90c7-0126946a3951-6d31fb29 {
    order: 9999;
    grid-area: 6 / 1 / 7 / 2;
  }
}


@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd';
  src: url('../fonts/CircularStd-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd book';
  src: url('../fonts/CircularStd-Book.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}