@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}

:root {
  --color-8: #f3f3f3;
  --color-3: #182a47;
  --color-4: #589fd2;
  --color-6: #ffcc70;
  --color: white;
  --color-7: #b4853a;
  --color-2: black;
  --color-5: #a2aabe;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--color-8);
  color: #333;
  font-family: Gilroy, Arial, sans-serif;;
  font-size: 16px;
  line-height: 1.75em;
}

h2 {
  color: var(--color-3);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 3.5em;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--color-4);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gilroy, Arial, sans-serif;;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--color-6);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 2.3em;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
}

h6 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 20px;
  font-size: 1.3em;
  font-weight: 300;
}

a {
  color: var(--color-4);
  text-decoration: none;
}

a:hover {
  color: var(--color-3);
}

.hero {
  background-color: var(--color-3);
  background-image: linear-gradient(#00000047, #00000047);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding: 5%;
  display: flex;
  position: relative;
}

.navbar {
  background-color: var(--color);
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 7px #00000030;
}

.image {
  height: 50px;
}

.brand {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.nav-menu {
  flex-flow: row;
  align-items: center;
  height: 60px;
  padding-right: 10px;
  display: flex;
}

.nav-link {
  border-bottom: 5px solid var(--color);
  color: var(--color-3);
  text-align: center;
  text-transform: uppercase;
  margin-right: 5px;
  padding: 15px 10px 10px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: .9em;
  font-weight: 600;
  line-height: 1em;
}

.nav-link:hover {
  border-bottom-width: 5px;
  border-bottom-color: var(--color-6);
  color: var(--color-4);
}

.dropdown {
  margin-right: 5px;
}

.dropdown-toggle {
  border-bottom: 5px solid var(--color);
  color: var(--color-3);
  text-transform: uppercase;
  padding: 15px 10px 10px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: .9em;
  font-weight: 600;
  line-height: 1em;
}

.dropdown-toggle:hover {
  border-bottom-color: var(--color);
  color: var(--color-4);
}

.dropdown-list {
  background-color: var(--color);
}

.dropdown-list.w--open {
  background-color: var(--color-6);
}

.dropdown-link {
  line-height: 1em;
}

.dropdown-link:hover {
  background-color: var(--color-7);
  color: #000;
}

.button {
  background-color: var(--color-6);
  color: var(--color-3);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 14px 25px 12px;
  font-weight: 600;
  line-height: 1em;
}

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

.button.rev {
  background-color: var(--color-3);
  color: var(--color);
  letter-spacing: 1px;
  border-radius: 0;
  font-weight: 600;
}

.button.rev:hover {
  background-color: var(--color-6);
  color: var(--color-3);
}

.button.rev.marg {
  margin-left: 10px;
  font-size: .9em;
}

.button.rev.marg:hover {
  background-color: var(--color-6);
}

.button.rev.marg.nav-2 {
  border-bottom: 5px solid var(--color-3);
  padding-top: 15px;
  padding-bottom: 10px;
}

.button.rev.marg.nav-2:hover {
  border-bottom-color: var(--color-6);
}


.home-div {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-bold-line {
  color: var(--color);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 5em;
  font-weight: 300;
  line-height: 1.2em;
}

.mission {
  padding-top: 5%;
  padding-bottom: 4%;
  display: flex;
  overflow: hidden;
}

.welcome-wrap {
  border: 2px solid var(--color-4);
  text-align: center;
  background-image: url('../images/simple-bg.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 50px 30px;
  display: flex;
}

.h3-special {
  background-color: #f3f3f300;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 3em;
  font-weight: 700;
  display: flex;
}

.value-items {
  justify-content: space-between;
  align-items: stretch;
  width: 40%;
  display: flex;
}

.number-column {
  flex-flow: column;
  align-items: center;
  width: 15%;
  display: flex;
}

.vert-white-line-holder {
  width: 2px;
  height: 75px;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.vert-white-line-holder._3, .vert-white-line-holder._4 {
  height: 75px;
}

.values-holder {
  flex-flow: column;
  width: 85%;
  display: flex;
}

.value-text-div {
  background-color: var(--color-3);
  color: var(--color);
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 125px;
  margin-bottom: 20px;
  padding: 15px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
  display: flex;
}

.value-text-div.btm {
  margin-bottom: 0;
}

.info-section {
  background-image: linear-gradient(#00000091, #00000091), url('../images/paper-stacks.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-height: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-right: 5%;
  display: flex;
}

.vert-white-line {
  background-color: var(--color-6);
  width: 2px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.number {
  border: 2px solid var(--color-6);
  color: var(--color-6);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 15px 10px 10px;
  font-size: 1.5em;
  line-height: 1em;
  display: flex;
}

.number._1 {
  height: 42px;
  margin-top: 40px;
}

.info-text-div {
  color: var(--color);
  width: 50%;
  margin-left: 5%;
}

.bold-white {
  color: var(--color);
  font-weight: 700;
}

.bold-blue {
  color: var(--color-6);
  letter-spacing: 1px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 1.1em;
  font-weight: 900;
}

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

.products-wrap {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.bold-orange {
  color: var(--color-6);
  letter-spacing: 1px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 1.3em;
  font-style: italic;
  font-weight: 600;
}

.slide-nav {
  display: none;
}

.icon-2, .icon-3 {
  color: var(--color-7);
}

.right-arrow {
  width: 25px;
  margin-left: 0;
  position: absolute;
  right: 10px;
}

.left-arrow {
  left: -6%;
}

.mask {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  background-color: #ddd0;
  min-height: 325px;
  margin-top: 50px;
}

.product-slide {
  overflow: hidden;
}

.product-slide-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.product-photo-div {
  z-index: 5;
  background-color: var(--color-8);
  object-fit: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.product-img.snap {
  width: auto;
  height: 100%;
}

.product-text-whole {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.product-text-inside {
  background-color: var(--color-3);
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
}

.testimonials {
  background-color: var(--color-3);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-3), #031329);
  background-position: 0 0;
  background-size: auto;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.success-section {
  background-color: var(--color-3);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-3), #081c38);
  flex-flow: column;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
}

.headers-holder {
  color: var(--color);
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

._5050s {
  background-image: url('../images/simple-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 5%;
  padding-bottom: 5%;
}

._5050-wrap {
  justify-content: space-between;
  width: 90%;
  margin-bottom: 5%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._5050-wrap.btm {
  margin-bottom: 0%;
}

._5050-text {
  width: 50%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-inside {
  background-color: #f3f3f300;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0 50px 0 0;
  display: flex;
}

.text-inside.right {
  padding-left: 50px;
  padding-right: 0;
}

._50-photo-div {
  z-index: 5;
  background-color: var(--color-3);
  object-fit: cover;
  flex-flow: row;
  align-items: stretch;
  width: 48%;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

._50-photo-div.l.mobile {
  display: none;
}

._50-image-right {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 0;
  margin-left: -20px;
}

.testimonial-text-div {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding: 0%;
  display: flex;
}

.testimonial-slider {
  background-color: #0000;
  background-image: url('../images/bottom-right-quote.png'), url('../images/top-left-quote.png');
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 75px, 75px;
  width: 100%;
  max-width: none;
  height: 300px;
  min-height: 0;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.testimonial-slide-wrapper {
  width: 100%;
  max-width: 100%;
  min-height: 350px;
  margin-right: 4%;
}

.testimonial-card {
  color: var(--color);
  text-align: center;
  background-color: #f4f4f400;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 300px;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.cta {
  background-image: url('../images/woman-ordering-supplies.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  min-height: 50vh;
  margin: 25px;
  padding: 2%;
  display: flex;
}

.cta-div {
  color: var(--color);
  background-color: #1a3a67eb;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 30px;
  display: flex;
}

.footer {
  padding-top: 5%;
  padding-bottom: 5%;
}

.footer-wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.5em;
  display: flex;
}

.brand-2 {
  width: 60%;
  margin-bottom: 20px;
}

.nav-top-div {
  background-color: var(--color-3);
  justify-content: flex-end;
  align-items: center;
  padding: 10px;
  display: flex;
}

.nav-btm-div {
  justify-content: space-between;
  display: flex;
}

.phone-btn {
  color: var(--color);
  align-items: center;
  margin-left: 15px;
  text-decoration: none;
  display: flex;
}

.phone-btn:hover {
  color: var(--color-6);
}

.phone-btn.footer-phone {
  color: var(--color-3);
  margin-bottom: 15px;
  margin-left: 0;
}

.phone-btn.footer-phone:hover {
  color: var(--color-4);
}

.phone-icon {
  width: 25px;
  margin-right: 10px;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.socials-holder {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.social-link {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.social-link:hover {
  opacity: .5;
}

.ql-holder {
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.ql {
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 1em;
}

.ql:hover {
  color: var(--color-3);
}

.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;
}

.search-1 {
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.search-input {
  height: 40px;
  margin-bottom: 20px;
}

.search-button {
  background-color: var(--color-3);
  background-image: url('../images/icons8-search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  width: 40px;
  height: 40px;
}

.body {
  font-family: Gilroy, Arial, sans-serif;
  font-weight: 400;
}

.background-video {
  z-index: 1;
  opacity: .44;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-sub {
  color: var(--color);
  text-align: center;
  margin-top: -15px;
  margin-bottom: 20px;
  font-family: Cormorant Garamond, sans-serif;
  font-size: 3em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2em;
}

.custom-btn {
  background-color: var(--color-3);
  color: var(--color);
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  padding: 18px 25px 18px 35px;
  font-weight: 600;
  line-height: 1em;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
}

.custom-btn:hover {
  color: var(--color);
  padding-right: 40px;
}

.custom-btn.yellow {
  background-color: var(--color-6);
  color: var(--color-3);
}

.cstm-btn-txt {
  margin-right: 10px;
}

.p-lg {
  font-size: 1.5em;
  line-height: 1.5em;
}

.right-new {
  right: -6%;
}

.h2-yel {
  color: var(--color-6);
}

.counter-holder {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 75px;
  margin-bottom: 50px;
  display: flex;
}

.counter-div {
  border: 2px solid var(--color-6);
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 32%;
  padding: 0 0 20px;
  display: flex;
}

.counter-top-items {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.heading {
  background-color: var(--color-6);
  color: var(--color-3);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 70px;
  margin-top: -35px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.counter {
  color: var(--color-3);
  letter-spacing: 3px;
  font-weight: 600;
}

.stat-description {
  color: #b0c75b;
  text-align: left;
  border-top: 3px #e04307;
  border-left: 3px #e04307;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 5px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 4em;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.counter-btm-line {
  margin-top: 15px;
  font-size: 2em;
  font-weight: 500;
}

.testimonial-text {
  text-align: center;
  font-family: Gilroy, Arial, sans-serif;
  font-style: italic;
}

.h4-dark {
  color: var(--color-3);
}

.form-txt {
  margin-bottom: 10px;
  font-size: .9em;
}

.radio-holder {
  align-items: center;
  display: flex;
}

.radio-button-field {
  margin-right: 10px;
  font-size: .9em;
}

.text-field-2 {
  background-color: #182a470d;
  border: 1px #000;
}

.text-field-2:focus, .text-field-2::placeholder {
  color: var(--color-2);
}

.h5-yellow {
  color: var(--color-6);
  font-size: 2em;
}

.name {
  font-style: italic;
}

._50-image-left {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin: 20px -20px 0 20px;
}

.header {
  background-color: var(--color-3);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  margin-top: 100px;
  padding: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-video-2 {
  z-index: 1;
  opacity: .5;
  min-height: 50vh;
  position: absolute;
  inset: 0%;
}

.header-div {
  z-index: 5;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

.section.flex {
  justify-content: space-between;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.section.bg {
  background-image: url('../images/simple-bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section.no-pad {
  padding-top: 0%;
  padding-bottom: 0%;
}

.wrapper-center {
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.inner-wrap {
  justify-content: space-between;
  width: 80%;
  margin: 50px auto;
  display: flex;
}

.text-60 {
  background-color: var(--color);
  background-image: linear-gradient(to bottom, var(--color-8), var(--color-8));
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  padding: 30px 55px 10px 30px;
  display: flex;
}

.photo-30 {
  background-color: var(--color-3);
  object-fit: cover;
  width: 30%;
  overflow: visible;
}

.wrapper-flex {
  justify-content: space-between;
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-flex._2 {
  margin-bottom: 3%;
}

.link-div {
  flex-flow: column;
  align-items: flex-start;
  width: 25%;
  display: flex;
}

.text-75 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.cta-section {
  background-color: var(--color-3);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--color-3), #081c38);
  flex-flow: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 5% 10%;
  display: flex;
}

.wrapper-left {
  text-align: left;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-left._60 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 58%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.photo-25 {
  background-color: var(--color-3);
  object-fit: cover;
  width: 25%;
  overflow: visible;
}

.gallery {
  justify-content: space-between;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.related-link {
  align-items: center;
  margin-bottom: 10px;
  line-height: 1.5em;
  display: flex;
}

.related-thumb {
  object-fit: cover;
  width: 75px;
  height: 75px;
  margin-right: 15px;
  overflow: hidden;
}

.related-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-right: 15px;
}

.img-40 {
  background-color: var(--color-3);
  object-fit: cover;
  width: 38%;
  overflow: visible;
}

.blue-break-section {
  color: var(--color);
  text-align: center;
  background-image: linear-gradient(#182a47e3, #182a47e3), url('../images/mail.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 55vh;
  margin: 25px;
  padding: 5% 12%;
  font-size: 2em;
  font-style: italic;
  line-height: 1.5em;
  display: flex;
}

.lt-blue {
  color: var(--color-4);
}

.product-tile-div {
  background-color: var(--color-2);
  flex-flow: wrap;
  justify-content: space-between;
  min-height: 600px;
  display: flex;
}

.product-tile {
  width: 33.33%;
  position: relative;
}

.product-img-div {
  object-fit: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.product-gallery-img {
  opacity: .57;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.prod-tile-txt {
  background-color: var(--color-3);
  color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 30px;
  padding: 30px 30px 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.paragraph {
  text-align: center;
}

.prod-title-div {
  z-index: 5;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px 30px 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.h3-white {
  color: var(--color);
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 2.5em;
  }

  h4 {
    margin-bottom: 10px;
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.8em;
  }

  p {
    font-size: 1em;
  }

  .hero {
    height: 800px;
  }

  .nav-menu {
    background-color: var(--color);
    flex-flow: column;
    height: auto;
    padding-right: 0;
  }

  .nav-link {
    text-align: center;
    margin-right: 0;
  }

  .dropdown {
    display: block;
  }

  .dropdown-toggle {
    text-align: center;
    display: block;
  }

  .button.rev.marg.nav-2 {
    width: 50%;
    margin-left: 0;
  }

  .button.nav {
    width: 50%;
  }

  .hero-bold-line {
    font-size: 3.5em;
  }

  .h3-special {
    height: auto;
  }

  .vert-white-line-holder {
    height: 92px;
  }

  .vert-white-line-holder._3 {
    height: 90px;
  }

  .vert-white-line-holder._2 {
    height: 98px;
  }

  .vert-white-line-holder._4 {
    height: 155px;
  }

  .info-section {
    padding-top: 3%;
    padding-bottom: 3%;
    padding-right: 3%;
  }

  .vert-white-line {
    height: 100%;
  }

  .number {
    width: 30px;
    height: 30px;
    font-size: 1.2em;
  }

  .number._1 {
    width: 30px;
    height: 30px;
    margin-top: 15px;
  }

  .left-arrow {
    left: -8%;
  }

  .slider {
    min-height: 400px;
  }

  .product-slide {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  .product-photo-div {
    width: 40%;
  }

  .product-text-whole {
    width: 60%;
  }

  .product-text-inside {
    padding: 15px;
  }

  ._5050s {
    background-position: 0%;
    background-attachment: scroll;
  }

  ._5050-wrap {
    flex-flow: column;
    margin-bottom: 20px;
  }

  ._5050-text {
    width: 100%;
  }

  .text-inside {
    padding-bottom: 20px;
    padding-right: 0;
  }

  .text-inside.right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  ._50-photo-div {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  ._50-photo-div.l {
    margin-left: -2%;
    margin-right: 2%;
  }

  ._50-photo-div.l.hide {
    display: none;
  }

  ._50-photo-div.l.mobile {
    margin-top: 20px;
    margin-left: 0%;
    margin-right: -2%;
    display: flex;
  }

  ._50-photo-div.hide {
    display: none;
  }

  ._50-image-right {
    margin-top: 0;
    margin-left: 0;
  }

  .testimonial-slider {
    height: auto;
  }

  .testimonial-slide-wrapper {
    min-height: 400px;
  }

  .testimonial-card {
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
    inset: 0%;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .cta {
    background-attachment: scroll;
    padding: 0%;
  }

  .cta-div {
    width: 100%;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .brand-2 {
    width: 40%;
  }

  .nav-top-div {
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
  }

  .phone-btn {
    margin-left: 0;
  }

  .background-video {
    height: 800px;
  }

  .hero-sub {
    font-size: 1.8em;
  }

  .custom-btn, .custom-btn.yellow {
    padding-left: 25px;
  }

  .cstm-btn-txt {
    margin-right: 15px;
    font-size: .9em;
  }

  .p-lg {
    font-size: 1.2em;
  }

  .right-new {
    right: -8%;
  }

  .h2-yel {
    font-size: 2.5em;
  }

  .counter-holder {
    flex-flow: column;
    margin-bottom: 0;
  }

  .counter-div {
    width: 100%;
    margin-bottom: 50px;
  }

  .heading {
    margin-left: 30px;
    margin-right: 30px;
    font-size: 2em;
  }

  .counter-btm-line {
    text-align: center;
  }

  .h5-yellow {
    font-size: 1.5em;
  }

  ._50-image-left {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section.flex.bg {
    flex-flow: column;
  }

  .section.bg {
    background-attachment: scroll;
  }

  .section.no-pad {
    background-color: var(--color-2);
  }

  .inner-wrap {
    flex-flow: column;
    width: 90%;
  }

  .text-60 {
    width: 100%;
    padding: 15px;
  }

  .photo-30 {
    width: 98%;
    max-height: 400px;
    margin-left: 2%;
    margin-right: -2%;
    overflow: hidden;
  }

  .wrapper-flex {
    flex-flow: column;
  }

  .link-div {
    width: 100%;
  }

  .text-75 {
    width: 100%;
    padding-top: 20px;
  }

  .cta-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wrapper-left._60 {
    width: 100%;
  }

  .photo-25 {
    width: 50%;
  }

  .related-link {
    width: 100%;
  }

  .related-thumb {
    width: 100px;
    height: 100px;
  }

  .img-40 {
    width: 100%;
    max-height: 400px;
    margin-left: 0%;
    overflow: hidden;
  }

  .img-40.l {
    width: 100%;
    max-height: 400px;
    margin-bottom: 20px;
    margin-left: 0%;
    overflow: hidden;
  }

  .blue-break-section {
    background-image: linear-gradient(#182a47e3, #182a47e3), url('../images/mail.jpg');
    background-attachment: scroll, scroll;
    min-height: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .product-tile {
    background-color: var(--color-3);
    width: 50%;
  }

  .product-tile:hover {
    opacity: .76;
  }

  .product-img-div {
    position: static;
  }

  .product-gallery-img {
    opacity: 100;
  }

  .prod-tile-txt {
    margin: 0;
    padding: 0 15px;
    position: static;
  }

  .prod-title-div {
    background-color: var(--color-3);
    padding: 20px 10px 0;
    position: static;
  }

  .h3-white {
    font-size: 1.5em;
  }

  .menu-button.w--open {
    background-color: var(--color-3);
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 2em;
  }

  h5 {
    font-size: 1.5em;
  }

  .hero {
    height: 500px;
  }

  .brand {
    padding-left: 0;
  }

  .hero-bold-line {
    font-size: 2.5em;
  }

  .welcome-wrap {
    padding: 30px;
  }

  .h3-special {
    font-size: 2em;
  }

  .value-items {
    width: 100%;
  }

  .number-column {
    width: 10%;
    margin-right: 10px;
  }

  .vert-white-line-holder, .vert-white-line-holder._3 {
    height: 85px;
  }

  .vert-white-line-holder._2 {
    height: 70px;
  }

  .vert-white-line-holder._4 {
    height: 98px;
  }

  .values-holder {
    width: 90%;
  }

  .value-text-div {
    padding: 10px;
    line-height: 1.3em;
  }

  .info-section {
    flex-flow: column;
  }

  .number._1 {
    margin-top: 35px;
  }

  .info-text-div {
    width: 100%;
    margin-left: 3%;
  }

  .product-slide {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .product-slide-div {
    flex-flow: column;
  }

  .product-photo-div {
    width: 100%;
  }

  .product-img {
    object-fit: fill;
    height: auto;
  }

  .product-text-whole {
    width: 100%;
  }

  ._50-photo-div.l.mobile {
    width: 97%;
  }

  .testimonial-slider {
    background-size: 50px, 50px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    min-height: 425px;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 40px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .phone-btn {
    font-size: .9em;
  }

  .phone-icon {
    width: 20px;
  }

  .background-video {
    height: 500px;
  }

  .hero-sub {
    font-size: 1.5em;
  }

  .p-lg {
    font-size: 1em;
  }

  .h2-yel {
    font-size: 2em;
  }

  .heading {
    height: 50px;
    margin-top: -25px;
    margin-left: 50px;
    margin-right: 50px;
    padding-top: 5px;
  }

  .counter-btm-line {
    margin-top: 0;
  }

  .h5-yellow {
    font-size: 1.2em;
  }

  .header, .background-video-2 {
    min-height: 40vh;
  }

  .section.no-pad {
    background-color: var(--color-2);
  }

  .photo-30 {
    max-height: 300px;
  }

  .cta-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .img-40, .img-40.l {
    max-height: 300px;
  }

  .blue-break-section {
    font-size: 1.5em;
  }

  .product-tile:hover {
    opacity: .69;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 600px;
  }

  .image {
    height: 40px;
  }

  .brand {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .hero-bold-line {
    font-size: 2em;
  }

  .welcome-wrap {
    padding: 15px;
  }

  .h3-special {
    letter-spacing: 0;
    font-size: 1.8em;
  }

  .value-items {
    width: 90%;
    padding-left: 10px;
    padding-right: 0;
  }

  .vert-white-line-holder._2 {
    height: 80px;
  }

  .info-section {
    margin-left: 0;
    margin-right: 0;
  }

  .info-text-div {
    width: 90%;
  }

  .products-section {
    padding-bottom: 75px;
  }

  .products-wrap {
    width: 90%;
  }

  .left-arrow {
    width: 50px;
    height: 50px;
    inset: auto auto -50px 90px;
  }

  .slider {
    min-height: 500px;
    margin-top: 0;
  }

  .product-slide {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .product-img {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .success-section {
    margin-left: 5%;
    margin-right: 5%;
  }

  ._50-photo-div {
    width: 96%;
    margin-left: 4%;
  }

  ._50-image-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .testimonial-slider {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    min-height: 600px;
    margin-right: 0%;
  }

  .testimonial-card {
    justify-content: flex-start;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    line-height: 1.5em;
  }

  .testimonial-slider-left {
    inset: auto auto 0% 80px;
  }

  .testimonial-slider-right {
    inset: auto 80px 0% auto;
  }

  .cta {
    margin-top: 5%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .cta-div {
    padding: 15px;
  }

  .brand-2 {
    width: 80%;
  }

  .nav-top-div {
    flex-flow: column;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .background-video {
    height: 600px;
  }

  .custom-btn.yellow {
    padding-left: 20px;
  }

  .right-new {
    width: 50px;
    height: 50px;
    inset: auto 90px -50px auto;
  }

  .counter-holder {
    margin-top: 50px;
  }

  .counter-div {
    margin-bottom: 50px;
    padding-bottom: 10px;
  }

  .counter-div.btm {
    margin-bottom: 20px;
  }

  .heading {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.2em;
  }

  .counter-btm-line {
    font-size: 1.5em;
  }

  .h5-yellow {
    margin-bottom: 10px;
    font-size: 1em;
  }

  ._50-image-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .header {
    margin-top: 125px;
    padding-bottom: 3%;
  }

  .section.no-pad {
    background-color: var(--color-2);
  }

  .photo-25 {
    width: 100%;
  }

  .related-link {
    align-items: flex-start;
  }

  .related-thumb {
    width: 75px;
    height: 75px;
    max-height: 75px;
  }

  .blue-break-section {
    margin: 0;
  }

  .product-tile {
    width: 100%;
  }

  .product-tile:hover {
    opacity: .55;
  }

  .menu-button {
    padding: 10px;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: fallback;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: fallback;
}