.blue {
  background-color: #0F1B48 !important;
}

.blue-text {
  color: #0F1B48 !important;
}

.blue.lighten-1 {
  background-color: #E6EAF2 !important;
}

.blue-text.text-lighten-1 {
  color: #E6EAF2 !important;
}

.green {
  background-color: #00A699 !important;
}

.green-text {
  color: #00A699 !important;
}

.orange {
  background-color: #FD5C38 !important;
}

.orange-text {
  color: #FD5C38 !important;
}

.orange.lighten {
  background-color: #ff947c !important;
}

.orange-text.text-lighten {
  color: #ff947c !important;
}

.orange.lighten-2 {
  background-color: #FD9B86 !important;
}

.orange-text.text-lighten-2 {
  color: #FD9B86 !important;
}

.grey.darken-1 {
  background-color: #222222 !important;
}

.grey-text.text-darken-1 {
  color: #222222 !important;
}

.grey.darken-2 {
  background-color: #444444 !important;
}

.grey-text.text-darken-2 {
  color: #444444 !important;
}

.grey.darken-3 {
  background-color: #282828 !important;
}

.grey-text.text-darken-3 {
  color: #282828 !important;
}

.grey.lighten {
  background-color: #F3F3F3 !important;
}

.grey-text.text-lighten {
  color: #F3F3F3 !important;
}

.grey.lighten-2 {
  background-color: #D2D2D2 !important;
}

.grey-text.text-lighten-2 {
  color: #D2D2D2 !important;
}

.grey.lighten-3 {
  background-color: #C1C1C1 !important;
}

.grey-text.text-lighten-3 {
  color: #C1C1C1 !important;
}

.grey.ligthen-4 {
  background-color: #f4f4f4 !important;
}

.grey-text.text-ligthen-4 {
  color: #f4f4f4 !important;
}

/* Mixins */
a {
  text-decoration: none;
}

html {
  font-family: "Poppins", "helveticaneueregular";
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.3;
  font-family: "Poppins", "helveticaneueregular";
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 4.5rem;
  margin: 2rem 0;
}

h2 {
  font-size: clamp(1.5rem, 2.5vw + 1rem, 4rem);
  margin: 2rem 0;
}

h3 {
  font-size: 2.5rem;
  margin: 2rem 0;
}

h4 {
  font-size: 2rem;
  margin: 2rem 0;
}

h5 {
  font-size: 1.6rem;
  margin: 2rem 0;
}

h6 {
  font-size: 1.4rem;
  margin: 2rem 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: 500;
}

small {
  font-size: 75%;
}

.light {
  font-weight: 300;
}

.thin {
  font-weight: 200;
}

.col .row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section.no-pad {
  padding: 0;
}
.section.no-pad-bot {
  padding-bottom: 0;
}
.section.no-pad-top {
  padding-top: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row .col {
  padding-left: 15px;
  padding-right: 15px;
}
.row .s1 {
  flex: 0 0 8.3333333333%;
}
.row .s2 {
  flex: 0 0 16.6666666667%;
}
.row .s3 {
  flex: 0 0 25%;
}
.row .s4 {
  flex: 0 0 33.3333333333%;
}
.row .s5 {
  flex: 0 0 41.6666666667%;
}
.row .s6 {
  flex: 0 0 50%;
}
.row .s7 {
  flex: 0 0 58.3333333333%;
}
.row .s8 {
  flex: 0 0 66.6666666667%;
}
.row .s9 {
  flex: 0 0 75%;
}
.row .s10 {
  flex: 0 0 83.3333333333%;
}
.row .s11 {
  flex: 0 0 91.6666666667%;
}
.row .s12 {
  flex: 0 0 100%;
}
@media only screen and (min-width : 601px) {
  .row .m1 {
    flex: 0 0 8.3333333333%;
  }
  .row .m2 {
    flex: 0 0 16.6666666667%;
  }
  .row .m3 {
    flex: 0 0 25%;
  }
  .row .m4 {
    flex: 0 0 33.3333333333%;
  }
  .row .m5 {
    flex: 0 0 41.6666666667%;
  }
  .row .m6 {
    flex: 0 0 50%;
  }
  .row .m7 {
    flex: 0 0 58.3333333333%;
  }
  .row .m8 {
    flex: 0 0 66.6666666667%;
  }
  .row .m9 {
    flex: 0 0 75%;
  }
  .row .m10 {
    flex: 0 0 83.3333333333%;
  }
  .row .m11 {
    flex: 0 0 91.6666666667%;
  }
  .row .m12 {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width : 993px) {
  .row .l1 {
    flex: 0 0 8.3333333333%;
  }
  .row .l2 {
    flex: 0 0 16.6666666667%;
  }
  .row .l3 {
    flex: 0 0 25%;
  }
  .row .l4 {
    flex: 0 0 33.3333333333%;
  }
  .row .l5 {
    flex: 0 0 41.6666666667%;
  }
  .row .l6 {
    flex: 0 0 50%;
  }
  .row .l7 {
    flex: 0 0 58.3333333333%;
  }
  .row .l8 {
    flex: 0 0 66.6666666667%;
  }
  .row .l9 {
    flex: 0 0 75%;
  }
  .row .l10 {
    flex: 0 0 83.3333333333%;
  }
  .row .l11 {
    flex: 0 0 91.6666666667%;
  }
  .row .l12 {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width : 1201px) {
  .row .xl1 {
    flex: 0 0 8.3333333333%;
  }
  .row .xl2 {
    flex: 0 0 16.6666666667%;
  }
  .row .xl3 {
    flex: 0 0 25%;
  }
  .row .xl4 {
    flex: 0 0 33.3333333333%;
  }
  .row .xl5 {
    flex: 0 0 41.6666666667%;
  }
  .row .xl6 {
    flex: 0 0 50%;
  }
  .row .xl7 {
    flex: 0 0 58.3333333333%;
  }
  .row .xl8 {
    flex: 0 0 66.6666666667%;
  }
  .row .xl9 {
    flex: 0 0 75%;
  }
  .row .xl10 {
    flex: 0 0 83.3333333333%;
  }
  .row .xl11 {
    flex: 0 0 91.6666666667%;
  }
  .row .xl12 {
    flex: 0 0 100%;
  }
}

.container {
  max-width: 1318px;
  width: 94%;
  margin: 0 auto;
}
@media only screen and (max-width: 601px) {
  .container {
    width: 100%;
    padding: 0 24px;
  }
}

a:focus {
  outline: none;
}

.post,
.page {
  margin: 0;
}

p {
  margin: 0;
}

html {
  font-size: 1rem;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", "helveticaneueregular" !important;
}
body.page {
  margin: 0;
}

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

h6 {
  font-size: 1.125rem;
}

.card-wrapper {
  border-radius: 10px;
  background: #F3F3F3;
  padding: 25px 50px 25px 30px;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  width: 100%;
}
@media only screen and (max-width: 1366px) {
  .card-wrapper {
    padding: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .card-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
}
.card-wrapper .card-img {
  margin-right: 24px;
}
.card-wrapper .card-img img {
  max-width: 78px;
}
@media only screen and (max-width: 1366px) {
  .card-wrapper .card-img img {
    max-width: 66px;
  }
}
@media only screen and (max-width: 600px) {
  .card-wrapper .card-img img {
    max-width: 50px;
    margin-left: -5px;
  }
}
.card-wrapper .card-desc {
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 600px) {
  .card-wrapper .card-desc {
    flex-direction: column;
    align-items: flex-start;
  }
}
.card-wrapper .card-desc h3 {
  font-size: clamp(1.375rem, 1.75vw + 1.025rem, 3.125rem);
  margin: 0 32px 0 0;
  font-weight: 600;
}
.card-wrapper .card-desc .description {
  font-size: clamp(1rem, 0.5vw + 0.9rem, 1.5rem);
  line-height: 35px;
}

.video-wrapper {
  display: inline-flex;
  align-items: flex-start;
  overflow: hidden;
  position: relative;
}
.video-wrapper video {
  width: 100%;
  float: left;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-wrapper .play-icon-2,
.video-wrapper .play-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
@media only screen and (max-width: 600px) {
  .video-wrapper .play-icon-2,
  .video-wrapper .play-icon {
    max-width: 60px;
  }
}

.site-header {
  height: 90px;
  background: #0F1B48;
  display: flex;
  align-items: center;
  transform: none !important;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 601px) {
  .site-header {
    height: 70px;
  }
}
.site-header .site-title {
  display: none;
}
.site-header .container {
  display: flex;
  justify-content: space-between;
}
.site-header .container .site-branding {
  display: inline-flex;
}
.site-header .container .site-branding .custom-logo-link {
  display: inline-flex;
}
.site-header .container .main-navigation {
  width: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .site-header .container .main-navigation.toggled .menu-nav-menu-container {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .site-header .container .main-navigation .menu-toggle {
    display: block;
    padding: 0;
    background: unset;
    border: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .site-header .container .main-navigation .menu-nav-menu-container {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 90px;
    background: #D2D2D2;
    z-index: 1;
  }
}
@media only screen and (max-width: 601px) {
  .site-header .container .main-navigation .menu-nav-menu-container {
    top: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-header .container .main-navigation .menu-nav-menu-container ul {
    flex-wrap: wrap;
    padding: 7px 0;
  }
}
.site-header .container .main-navigation .menu-nav-menu-container ul li {
  margin-left: 32px;
}
@media only screen and (max-width: 1024px) {
  .site-header .container .main-navigation .menu-nav-menu-container ul li {
    margin-left: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .site-header .container .main-navigation .menu-nav-menu-container ul li {
    width: 100%;
    border-bottom: 1px solid #ABADB6;
    margin: 0;
    padding: 8px 0;
    text-align: center;
    font-weight: 500;
  }
  .site-header .container .main-navigation .menu-nav-menu-container ul li:last-of-type {
    border: none;
  }
}
.site-header .container .main-navigation .menu-nav-menu-container ul li a {
  color: #ffffff;
  font-size: clamp(1.125rem, 0.125vw + 1.1rem, 1.25rem);
  transition: 0.3s all ease;
}
.site-header .container .main-navigation .menu-nav-menu-container ul li a:hover {
  color: #ff947c;
}
@media only screen and (max-width: 1024px) {
  .site-header .container .main-navigation .menu-nav-menu-container ul li a {
    color: #0F1B48;
  }
}
.site-header .container .custom-logo-link img {
  max-width: 336px;
}
@media only screen and (max-width: 1280px) {
  .site-header .container .custom-logo-link img {
    max-width: 302px;
  }
}
@media only screen and (max-width: 601px) {
  .site-header .container .custom-logo-link img {
    max-width: 185px;
  }
}

#hero-section {
  height: 58vh;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  background-size: cover;
  background-position: top right;
  width: 100%;
}
@media only screen and (max-width: 601px) {
  #hero-section {
    height: auto;
  }
}
#hero-section img {
  max-width: 127px;
}
@media only screen and (max-width: 991px) {
  #hero-section img {
    max-width: 97px;
  }
}
@media only screen and (max-width: 601px) {
  #hero-section img {
    max-width: 67px;
  }
}
#hero-section h1 {
  font-size: clamp(1.5rem, 3.75vw + 0.75rem, 5.25rem);
  font-weight: 600;
  margin: 23px auto 16px;
  max-width: 1100px;
}
@media only screen and (max-width: 601px) {
  #hero-section h1 {
    margin: 6px auto 8px;
  }
}
@media only screen and (max-width: 601px) {
  #hero-section .container {
    padding: 85px 24px;
  }
}
#hero-section .container .sub-head {
  font-size: clamp(1rem, 0.5vw + 0.9rem, 1.5rem);
  max-width: 750px;
  margin: 0 auto;
}
@media only screen and (max-width: 601px) {
  #hero-section .container .sub-head {
    line-height: 24px;
  }
}

#trusted-by-world {
  padding: 70px 0 250px;
  text-align: center;
  background: #F3F3F3;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1201px) {
  #trusted-by-world {
    padding: 70px 0 200px;
  }
}
@media only screen and (max-width: 991px) {
  #trusted-by-world {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 601px) {
  #trusted-by-world {
    padding: 35px 0;
  }
}
#trusted-by-world h2 {
  font-size: clamp(1.5rem, 2.5vw + 1rem, 4rem);
  font-weight: 600;
  color: #0F1B48;
  margin: 0 0 20px;
}
@media only screen and (max-width: 991px) {
  #trusted-by-world h2 {
    margin: 0 0 15px;
  }
}
#trusted-by-world .badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px 40px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  #trusted-by-world .badges {
    margin: 0 0 23px;
    gap: 10px 20px;
  }
}
@media only screen and (max-width: 600px) {
  #trusted-by-world .badges {
    gap: 8px;
  }
}
#trusted-by-world .badges img {
  max-width: 180px;
}
@media only screen and (max-width: 1201px) {
  #trusted-by-world .badges img {
    max-width: 165px;
  }
}
@media only screen and (max-width: 600px) {
  #trusted-by-world .badges img {
    max-width: 130px;
  }
}
#trusted-by-world .trusted-container {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -150px;
  z-index: 1;
  left: 0;
  right: 0;
  width: 94%;
  max-width: 1318px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  #trusted-by-world .trusted-container {
    position: unset;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
}
#trusted-by-world .trusted-container .trusted-item {
  background: url("../assets/images/trusted-bg.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 90px 30px 70px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: calc(33.3333333333% - 25px);
  margin: 0 25px;
}
@media only screen and (max-width: 991px) {
  #trusted-by-world .trusted-container .trusted-item {
    width: 100%;
    max-width: 296px;
  }
}
#trusted-by-world .trusted-container .trusted-item h3 {
  margin: 0;
  font-size: clamp(4.188rem, 2.438vw + 3.7rem, 6.625rem);
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  #trusted-by-world .trusted-container .trusted-item h3 {
    font-size: clamp(4.313rem, 0.447vw + 4.026rem, 4.563rem);
  }
}
#trusted-by-world .trusted-container .trusted-item .description {
  margin: 0;
  font-size: clamp(0.75rem, 0.875vw + 0.575rem, 1.625rem);
  color: #ffffff;
  font-weight: 600;
  line-height: 38px;
}
@media only screen and (max-width: 1024px) {
  #trusted-by-world .trusted-container .trusted-item .description {
    line-height: 28px;
    font-size: 1.0625rem;
  }
}

#who-we-are {
  padding: 105px 0;
  background: #0F1B48;
}
@media only screen and (max-width: 1024px) {
  #who-we-are {
    padding: 172px 0 92px;
  }
}
@media only screen and (max-width: 991px) {
  #who-we-are {
    padding: 92px 0;
  }
}
@media only screen and (max-width: 601px) {
  #who-we-are {
    padding: 62px 0;
  }
}
#who-we-are.only-text h2 {
  margin: 0 0 56px;
}
@media only screen and (max-width: 991px) {
  #who-we-are.only-text h2 {
    margin: 0 0 16px;
  }
}
@media only screen and (max-width: 601px) {
  #who-we-are.only-text .row {
    justify-content: center;
    padding-left: 6px;
  }
}
#who-we-are.only-text .row:first-of-type p {
  max-width: unset;
}
#who-we-are.only-text .row:not(:first-of-type) {
  margin-top: 85px;
}
@media only screen and (max-width: 1024px) {
  #who-we-are.only-text .row:not(:first-of-type) {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 601px) {
  #who-we-are.only-text .row:not(:first-of-type) {
    margin-top: 48px;
  }
}
#who-we-are.only-text .row.only-text > div:first-of-type {
  padding-left: 0;
}
#who-we-are.only-text .row.only-text > div:first-of-type .description {
  max-width: unset;
}
#who-we-are h2 {
  font-size: clamp(1.5rem, 2.5vw + 1rem, 4rem);
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 56px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  #who-we-are h2 {
    margin: 0 0 26px;
  }
}
@media only screen and (max-width: 601px) {
  #who-we-are h2 {
    margin: 0 0 16px;
  }
}
#who-we-are .description h2 {
  font-size: clamp(1.5rem, 2.5vw + 1rem, 4rem);
  margin: 0;
}
#who-we-are .description {
  font-size: clamp(1.125rem, 0.875vw + 0.95rem, 2rem);
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #who-we-are .description {
    margin: 0;
  }
}
#who-we-are .description strong {
  font-weight: 600;
}
#who-we-are img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #who-we-are .row {
    gap: 15px 0;
  }
}
#who-we-are .row:first-of-type p {
  max-width: 472px;
}
#who-we-are .row:not(:first-of-type) {
  margin-top: 150px;
}
@media only screen and (max-width: 1024px) {
  #who-we-are .row:not(:first-of-type) {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 601px) {
  #who-we-are .row:not(:first-of-type) {
    margin-top: 58px;
  }
}
#who-we-are .row:nth-of-type(even) > div:first-of-type {
  order: 2;
  padding-left: 85px;
}
@media only screen and (max-width: 1024px) {
  #who-we-are .row:nth-of-type(even) > div:first-of-type {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 601px) {
  #who-we-are .row:nth-of-type(even) > div:first-of-type {
    order: unset;
    padding-left: 15px;
  }
}
#who-we-are .row:nth-of-type(even) > div:first-of-type .description {
  max-width: 524px;
}

#how-we-do {
  background: #F3F3F3;
  padding: 100px 0;
}
@media only screen and (max-width: 1024px) {
  #how-we-do {
    padding: 75px 0;
  }
}
@media only screen and (max-width: 601px) {
  #how-we-do {
    padding: 35px 0;
    background: #E6EAF2;
  }
}
#how-we-do h2 {
  font-size: clamp(1.5rem, 2.5vw + 1rem, 4rem);
  font-weight: 600;
  color: #0F1B48;
  margin: 0 0 72px;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  #how-we-do h2 {
    margin: 0 0 42px;
  }
}
@media only screen and (max-width: 601px) {
  #how-we-do h2 {
    margin: 0 0 35px;
  }
}
#how-we-do .how-we-do-container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 64px;
}
@media only screen and (max-width: 1024px) {
  #how-we-do .how-we-do-container {
    margin-bottom: 54px;
  }
}
@media only screen and (max-width: 991px) {
  #how-we-do .how-we-do-container {
    gap: 22px;
  }
}
@media only screen and (max-width: 601px) {
  #how-we-do .how-we-do-container {
    gap: 0;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 34px;
    background: #ffffff;
  }
}
#how-we-do .how-we-do-container .card {
  background: #ffffff;
  border-radius: 12px;
  padding: 27px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.01);
  min-height: 342px;
  width: calc(20% - 26px);
}
@media only screen and (max-width: 1200px) {
  #how-we-do .how-we-do-container .card {
    width: calc(33.3333333333% - 26px);
  }
}
@media only screen and (max-width: 991px) {
  #how-we-do .how-we-do-container .card {
    width: calc(50% - 11px);
    min-height: 292px;
  }
}
@media only screen and (max-width: 601px) {
  #how-we-do .how-we-do-container .card {
    width: 100%;
    min-height: unset;
    border-radius: 0;
    position: relative;
  }
  #how-we-do .how-we-do-container .card:after {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 0;
    height: 1px;
    background: #C1C1C1;
    content: "";
  }
  #how-we-do .how-we-do-container .card:last-of-type:after {
    display: none;
  }
}
#how-we-do .how-we-do-container .card .icon-container {
  height: 79px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 1024px) {
  #how-we-do .how-we-do-container .card .icon-container {
    max-width: 60px;
  }
}
@media only screen and (max-width: 601px) {
  #how-we-do .how-we-do-container .card .icon-container {
    height: 42px;
    margin-bottom: 18px;
  }
}
#how-we-do .how-we-do-container .card .icon-container img {
  max-width: 59px;
}
@media only screen and (max-width: 1024px) {
  #how-we-do .how-we-do-container .card .icon-container img {
    max-width: 48px;
  }
}
@media only screen and (max-width: 601px) {
  #how-we-do .how-we-do-container .card .icon-container img {
    max-width: 38px;
  }
}
#how-we-do .how-we-do-container .card h3 {
  margin-bottom: 12px;
  font-size: clamp(1.5rem, 0.75vw + 1.35rem, 2.25rem);
  color: #0F1B48;
  margin: 0 0 13px;
  font-weight: 600;
}
#how-we-do .how-we-do-container .card .description {
  font-size: clamp(1rem, 0.25vw + 0.95rem, 1.25rem);
  line-height: 23px;
  margin: 0;
  color: #444444;
}
#how-we-do a {
  height: 95px;
  width: 100%;
  border-radius: 50px;
  margin-bottom: 32px;
  font-size: clamp(1rem, 0.75vw + 0.85rem, 1.75rem);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  #how-we-do a {
    height: 75px;
    margin-bottom: 22px;
  }
}
@media only screen and (max-width: 991px) {
  #how-we-do a {
    height: 65px;
  }
}
@media only screen and (max-width: 601px) {
  #how-we-do a {
    height: 43px;
    margin-bottom: 13px;
  }
}
#how-we-do a.underpinned {
  background: #FD5C38;
}
#how-we-do a.fueled {
  background: #00A699;
}
#how-we-do .things-done-container {
  margin-top: 72px;
}
@media only screen and (max-width: 1024px) {
  #how-we-do .things-done-container {
    margin-top: 62px;
  }
}
@media only screen and (max-width: 601px) {
  #how-we-do .things-done-container {
    margin-top: 32px;
  }
}
#how-we-do .things-done-container .card {
  background: #ffffff;
  border-radius: 12px;
  padding: 38px 23px 70px 38px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.01);
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 601px) {
  #how-we-do .things-done-container .card {
    padding: 24px 24px 70px 24px;
  }
}
#how-we-do .things-done-container .card h3 {
  font-weight: 700;
  color: black;
  font-size: clamp(1.125rem, 0.375vw + 1.05rem, 1.5rem);
  margin: 0 0 35px;
}
@media only screen and (max-width: 601px) {
  #how-we-do .things-done-container .card h3 {
    margin: 0 0 26px;
  }
}
#how-we-do .things-done-container .card .card-img {
  min-height: 215px;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  #how-we-do .things-done-container .card .card-img {
    min-height: 195px;
  }
}
#how-we-do .things-done-container .card .card-img img {
  width: 100%;
}
#how-we-do .things-done-container .card ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#how-we-do .things-done-container .card ul li {
  margin-bottom: 28px;
  font-size: clamp(1rem, 0.375vw + 0.925rem, 1.375rem);
  color: black;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 601px) {
  #how-we-do .things-done-container .card ul li {
    margin-bottom: 18px;
  }
}
#how-we-do .things-done-container .card ul li img {
  max-width: 44px;
  margin-right: 10px;
}
@media only screen and (max-width: 601px) {
  #how-we-do .things-done-container .card ul li img {
    max-width: 32px;
  }
}
#how-we-do .things-done-container .double-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  #how-we-do .things-done-container .double-arrow {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 991px) {
  #how-we-do .things-done-container .double-arrow img {
    transform: rotate(90deg);
    max-width: 40px;
  }
}

#what-we-do {
  padding: 109px 0 39px;
  background: #0F1B48;
}
@media only screen and (max-width: 1024px) {
  #what-we-do {
    padding: 79px 0 9px;
  }
}
@media only screen and (max-width: 601px) {
  #what-we-do {
    padding: 64px 0 0;
  }
}
#what-we-do .container {
  max-width: 1454px;
}
#what-we-do .container h2 {
  font-size: clamp(1.5rem, 2.5vw + 1rem, 4rem);
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 72px;
  text-align: center;
}
@media only screen and (max-width: 601px) {
  #what-we-do .container h2 {
    margin: 0 0 32px;
  }
}
#what-we-do .container .row .col {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  #what-we-do .container .row .col {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 601px) {
  #what-we-do .container .row .col {
    margin-bottom: 32px;
  }
}
#what-we-do .container .row .col .wrapper {
  padding: 0 40px;
}
@media only screen and (max-width: 1366px) {
  #what-we-do .container .row .col .wrapper {
    padding: 0 34px;
  }
}
@media only screen and (max-width: 991px) {
  #what-we-do .container .row .col .wrapper {
    padding: 0 10px;
  }
}
#what-we-do .container .row .col .icon-container {
  height: 83px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 601px) {
  #what-we-do .container .row .col .icon-container {
    height: 48px;
    margin-bottom: 10px;
  }
}
#what-we-do .container .row .col .icon-container img {
  max-height: 100%;
}
#what-we-do .container .row .col h3 {
  font-size: clamp(2rem, 1vw + 1.8rem, 3rem);
  line-height: 42px;
  color: #FD9B86;
  margin-bottom: 16px;
  font-weight: bold;
  text-transform: lowercase;
}
@media only screen and (max-width: 601px) {
  #what-we-do .container .row .col h3 {
    margin: 0;
  }
}
#what-we-do .container .row .col h3 span {
  color: #FD5C38;
  display: block;
  text-transform: none;
}
#what-we-do .container .row .col .description {
  font-size: clamp(1rem, 0.5vw + 0.9rem, 1.5rem);
  color: #ffffff;
}

#secret-sauce {
  padding: 100px 0;
}
@media only screen and (max-width: 1024px) {
  #secret-sauce {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 991px) {
  #secret-sauce {
    padding: 70px 0 40px;
  }
}
@media only screen and (max-width: 601px) {
  #secret-sauce {
    padding: 42px 0 20px;
  }
}
#secret-sauce .row {
  justify-content: space-between;
}
#secret-sauce h2 {
  font-size: clamp(1.5rem, 2.5vw + 1rem, 4rem);
  font-weight: 600;
  color: #0F1B48;
  margin: 0 0 24px;
  text-align: center;
}
#secret-sauce h3 {
  font-size: clamp(1.125rem, 0.375vw + 1.05rem, 1.5rem);
  font-weight: 600;
  color: #282828;
  margin: 0 0 72px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #secret-sauce h3 {
    margin: 0 0 52px;
  }
}
@media only screen and (max-width: 601px) {
  #secret-sauce h3 {
    margin: 0 0 32px;
  }
}
#secret-sauce .description {
  font-size: clamp(1.125rem, 0.375vw + 1.05rem, 1.5rem);
  font-weight: 600;
  color: #282828;
}
#secret-sauce .description p:not(:last-of-type) {
  margin-bottom: 28px;
}
#secret-sauce img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  #secret-sauce img {
    margin-bottom: 20px;
  }
}

#agriculture-experience {
  position: relative;
  max-height: 366px;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  #agriculture-experience {
    max-height: 316px;
  }
}
@media only screen and (max-width: 1200px) {
  #agriculture-experience {
    max-height: 296px;
  }
}
@media only screen and (max-width: 601px) {
  #agriculture-experience {
    max-height: 175px;
  }
}
#agriculture-experience p {
  font-size: clamp(1.5rem, 2.5vw + 1rem, 4rem);
  line-height: 130%;
  color: #ffffff;
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
}
#agriculture-experience video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  float: left;
  min-height: 300px;
}
@media only screen and (max-width: 601px) {
  #agriculture-experience video {
    min-height: 175px;
  }
}
#agriculture-experience .inner-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100px 20px;
  background: rgba(0, 0, 0, 0.34);
  pointer-events: none;
}
@media only screen and (max-width: 601px) {
  #agriculture-experience .inner-container {
    padding: 52px 10px;
  }
}

#meet-the-team {
  padding-top: 100px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media only screen and (max-width: 1024px) {
  #meet-the-team {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 601px) {
  #meet-the-team {
    padding-top: 35px;
  }
}
#meet-the-team ::-webkit-scrollbar {
  width: 0;
}
#meet-the-team ::-webkit-scrollbar-track {
  background: transparent;
}
#meet-the-team ::-webkit-scrollbar-thumb {
  background: transparent;
}
#meet-the-team ::-webkit-scrollbar-thumb:hover {
  background: transparent;
}
#meet-the-team h2 {
  font-size: clamp(1.5rem, 2.5vw + 1rem, 4rem);
  font-weight: 600;
  color: #0F1B48;
  margin: 0 0 72px;
  text-align: center;
}
@media only screen and (max-width: 601px) {
  #meet-the-team h2 {
    margin: 0 0 35px;
  }
}
#meet-the-team h3 {
  color: #282828;
  font-size: clamp(1.5rem, 1.5vw + 1.2rem, 3rem);
  font-weight: 600;
  margin: 0;
}
#meet-the-team h4 {
  color: #282828;
  font-size: clamp(1rem, 1vw + 0.8rem, 2rem);
  font-weight: 600;
  margin: 0 0 32px;
}
#meet-the-team h4 span {
  font-weight: 400;
}
#meet-the-team .description {
  font-size: clamp(1rem, 0.5vw + 0.9rem, 1.5rem);
  color: #282828;
  margin: 0 0 32px;
}
#meet-the-team a {
  font-size: clamp(1rem, 0.5vw + 0.9rem, 1.5rem);
  color: #FD5C38;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}
#meet-the-team a img {
  max-width: 48px;
}
@media only screen and (max-width: 1024px) {
  #meet-the-team a img {
    max-width: 34px;
  }
}
#meet-the-team .row {
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  #meet-the-team .row {
    gap: 15px;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 991px) {
  #meet-the-team .row {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 601px) {
  #meet-the-team .row {
    padding: 0 36px;
    gap: 38px;
  }
}
#meet-the-team .row .user-image {
  border-radius: 12px;
  overflow: hidden;
}
#meet-the-team .row .frame-container {
  position: relative;
}
#meet-the-team .row .frame-container .frame {
  position: relative;
  z-index: 1;
}
#meet-the-team .row .frame-container .inner-frame {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
}
#meet-the-team .owl-stage-outer {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  #meet-the-team .owl-stage-outer {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 601px) {
  #meet-the-team .owl-stage-outer {
    margin-bottom: 20px;
  }
}
#meet-the-team .owl-dots {
  padding: 28px 20px;
  display: flex;
  gap: 24px;
  overflow: auto;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media only screen and (max-width: 1570px) {
  #meet-the-team .owl-dots {
    gap: 16px;
  }
}
@media only screen and (max-width: 991px) {
  #meet-the-team .owl-dots {
    padding: 18px 15px;
  }
}
#meet-the-team .owl-dots .owl-dot {
  background: white;
  padding: 16px 16px 24px;
  border-radius: 20px;
  text-align: center;
  min-width: 274px;
  min-height: 408px;
  border: 3px solid transparent;
}
@media only screen and (max-width: 1570px) {
  #meet-the-team .owl-dots .owl-dot {
    min-width: 254px;
    min-height: 374px;
  }
}
@media only screen and (max-width: 1024px) {
  #meet-the-team .owl-dots .owl-dot {
    min-width: 224px;
    min-height: 334px;
  }
}
@media only screen and (max-width: 991px) {
  #meet-the-team .owl-dots .owl-dot {
    min-width: 204px;
    min-height: 304px;
  }
}
@media only screen and (max-width: 601px) {
  #meet-the-team .owl-dots .owl-dot {
    min-width: 158px;
    min-height: 225px;
    padding: 9px 9px 11px;
    border-radius: 11px;
    border-width: 2px;
  }
}
#meet-the-team .owl-dots .owl-dot.active {
  border-color: #0F1B48;
}
#meet-the-team .owl-dots .owl-dot img {
  width: 100%;
  pointer-events: none;
}
#meet-the-team .owl-dots .owl-dot h3 {
  font-size: clamp(1rem, 0.5vw + 0.9rem, 1.5rem);
  margin-top: 26px;
  font-weight: bold;
}
@media only screen and (max-width: 1570px) {
  #meet-the-team .owl-dots .owl-dot h3 {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 601px) {
  #meet-the-team .owl-dots .owl-dot h3 {
    margin-top: 8px;
  }
}
#meet-the-team .owl-dots .owl-dot span {
  font-size: clamp(0.75rem, 0.375vw + 0.675rem, 1.125rem);
  font-weight: 500;
}
#meet-the-team .owl-nav {
  position: absolute;
  top: 15%;
  display: flex;
  left: 5%;
  right: 5%;
  justify-content: space-between;
}
@media only screen and (max-width: 1800px) {
  #meet-the-team .owl-nav {
    left: 2%;
    right: 2%;
  }
}
@media only screen and (max-width: 1570px) {
  #meet-the-team .owl-nav {
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #meet-the-team .owl-nav {
    left: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  #meet-the-team .owl-nav {
    top: 20%;
  }
}
#meet-the-team .owl-nav .owl-prev {
  background-image: url("../assets/images/arrow-left.svg");
}
#meet-the-team .owl-nav .owl-next {
  background-image: url("../assets/images/arrow-right.svg");
}
#meet-the-team .owl-nav button {
  width: 78px;
  height: 78px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 1570px) {
  #meet-the-team .owl-nav button {
    width: 36px;
    height: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  #meet-the-team .owl-nav button {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 991px) {
  #meet-the-team .owl-nav button {
    width: 14px;
    height: 14px;
  }
}
#meet-the-team .owl-nav button span {
  display: none;
}

footer {
  background: #0f1b48;
  padding-top: 60px;
}
@media only screen and (max-width: 991px) {
  footer {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 601px) {
  footer {
    padding-top: 24px;
  }
}
footer .row {
  align-items: center;
}
@media only screen and (max-width: 991px) {
  footer .row {
    gap: 32px;
  }
}
footer .row img {
  max-width: 336px;
}
@media only screen and (max-width: 1024px) {
  footer .row img {
    max-width: 306px;
  }
}
@media only screen and (max-width: 601px) {
  footer .row img {
    max-width: 184px;
  }
}
footer .row aside {
  display: flex;
}
footer .row aside h2.widget-title {
  font-size: clamp(0.875rem, 0.625vw + 0.75rem, 1.5rem);
  color: white;
  font-weight: 600;
  margin: 0 0 16px;
}
@media only screen and (max-width: 601px) {
  footer .row aside h2.widget-title {
    margin: 0 0 4px;
  }
}
footer .row aside .widget#nav_menu-2 {
  width: 68%;
}
footer .row aside .widget#nav_menu-3 {
  width: 32%;
}
footer .row aside ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
footer .row aside ul li {
  margin-bottom: 8px;
}
@media only screen and (max-width: 601px) {
  footer .row aside ul li {
    margin-bottom: 2px;
  }
}
footer .row aside ul li a,
footer .row aside ul li a:visited {
  font-size: clamp(0.75rem, 0.375vw + 0.675rem, 1.125rem);
  color: white;
}
footer .copyright-block {
  padding: 8px 0;
  background: #FD5C38;
  text-align: center;
  margin-top: 50px;
}
@media only screen and (max-width: 1570px) {
  footer .copyright-block {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 601px) {
  footer .copyright-block {
    margin-top: 10px;
  }
}
footer .copyright-block h5 {
  margin: 0;
  font-size: clamp(0.75rem, 0.375vw + 0.675rem, 1.125rem);
  font-weight: 600;
  color: white;
}

.animate {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.animate.is-in-view {
  opacity: 1;
  transform: translateY(0);
}

.entry-content {
  margin: 0;
  padding: 20px 0 25px;
}
@media only screen and (max-width: 601px) {
  .entry-content {
    padding: 25px 0;
  }
}
.entry-content h1 {
  font-size: clamp(1.5rem, 2vw + 1.1rem, 3.5rem);
  font-weight: 600;
  color: #0F1B48;
  margin: 1.5rem 0 0 0;
}
@media only screen and (max-width: 1024px) {
  .entry-content h1 {
    margin: 0.5rem 0 0 0;
  }
}
.entry-content h2 {
  font-size: clamp(1.5rem, 1vw + 1.3rem, 2.5rem);
  font-weight: 600;
  color: #0F1B48;
  margin: 0.5rem 0 2rem;
  white-space: pre-wrap;
  word-wrap: break-word;
}
@media only screen and (max-width: 601px) {
  .entry-content h2 {
    margin: 0 0 1rem;
  }
}
.entry-content p {
  font-size: clamp(1rem, 0.25vw + 0.95rem, 1.25rem);
  color: #0F1B48;
  margin: 0 0 1rem;
}
@media only screen and (max-width: 601px) {
  .entry-content p {
    margin: 0 0 0.5rem;
  }
}
.entry-content ol {
  margin: 0;
  padding: 0 0 0 20px;
  margin: 0 0 1rem;
}
@media only screen and (max-width: 601px) {
  .entry-content ol {
    margin: 0 0 0.5rem;
  }
}
.entry-content ol li {
  color: #0F1B48;
  font-size: clamp(1rem, 0.25vw + 0.95rem, 1.25rem);
}

#template-1 {
  padding: 80px 0 58px;
}
@media only screen and (max-width: 1024px) {
  #template-1 {
    padding: 60px 0 48px;
  }
}
#template-1 h2 {
  font-size: clamp(1.5rem, 2.5vw + 1rem, 4rem);
  font-weight: 600;
  margin: 0 0 64px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #template-1 h2 {
    margin: 0 0 35px;
  }
}

#template-2 {
  padding: 146px 0;
}
@media only screen and (max-width: 1024px) {
  #template-2 {
    padding: 80px 0;
  }
}
#template-2 h2 {
  font-size: clamp(1.5rem, 2.5vw + 1rem, 4rem);
  font-weight: 600;
  margin: 16px 0 24px;
}
#template-2 p {
  font-size: clamp(1rem, 0.5vw + 0.9rem, 1.5rem);
}

#template-3 {
  position: relative;
  max-height: 612px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #template-3 {
    max-height: 420px;
  }
}
@media only screen and (max-width: 991px) {
  #template-3 {
    max-height: unset;
  }
}
#template-3:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#template-3 video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
}
@media only screen and (max-width: 600px) {
  #template-3 video {
    min-height: 450px;
  }
}
#template-3 .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 115px;
  padding-bottom: 115px;
}
@media only screen and (max-width: 1024px) {
  #template-3 .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#template-3 .container .row {
  justify-content: flex-end;
}
#template-3 .container .row h2 {
  font-size: clamp(1.5rem, 2.5vw + 1rem, 4rem);
  font-weight: 600;
  margin: 0 0 24px;
}
#template-3 .container .row p {
  font-size: clamp(1rem, 0.5vw + 0.9rem, 1.5rem);
}

#template-1_1 {
  padding: 62px 0;
}
@media only screen and (max-width: 1024px) {
  #template-1_1 {
    padding: 50px 0;
  }
}
#template-1_1 h2 {
  font-size: clamp(1.5rem, 2.5vw + 1rem, 4rem);
  font-weight: 600;
  margin: 0 0 64px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #template-1_1 h2 {
    margin: 0 0 35px;
  }
}
#template-1_1 .banner {
  width: 100%;
}
@media only screen and (max-width: 1201px) {
  #template-1_1 .banner {
    margin-bottom: 30px;
  }
}

#template-1_2 {
  padding: 89px 0;
}
@media only screen and (max-width: 1024px) {
  #template-1_2 {
    padding: 70px 0;
  }
}
#template-1_2 .video-wrapper {
  max-height: 580px;
}
#template-1_2 .content-block {
  padding: 0 54px;
}
@media only screen and (max-width: 600px) {
  #template-1_2 .content-block {
    padding: 0 15px;
  }
}
#template-1_2 .content-block h2 {
  font-size: clamp(1.5rem, 2.5vw + 1rem, 4rem);
  font-weight: 600;
  margin: 78px 0 24px;
}
@media only screen and (max-width: 1024px) {
  #template-1_2 .content-block h2 {
    margin: 50px 0 24px;
  }
}
#template-1_2 .content-block p {
  font-size: clamp(1rem, 0.5vw + 0.9rem, 1.5rem);
}

#template-1_3 {
  position: relative;
  max-height: 479px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  #template-1_3 {
    max-height: 430px;
  }
}
@media only screen and (max-width: 991px) {
  #template-1_3 {
    max-height: unset;
  }
}
#template-1_3:before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#template-1_3 video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  float: left;
}
@media only screen and (max-width: 600px) {
  #template-1_3 video {
    min-height: 450px;
  }
}
#template-1_3 .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 103px;
  padding-bottom: 103px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  #template-1_3 .container {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 991px) {
  #template-1_3 .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#template-1_3 .container .row {
  justify-content: flex-end;
}
#template-1_3 .container .row h2 {
  font-size: clamp(1.5rem, 2.5vw + 1rem, 4rem);
  font-weight: 600;
  margin: 0 0 24px;
}
@media only screen and (max-width: 991px) {
  #template-1_3 .container .row h2 {
    margin: 0 0 20px;
  }
}
#template-1_3 .container .row p {
  font-size: clamp(1rem, 0.5vw + 0.9rem, 1.5rem);
}

#not-found {
  text-align: center;
  padding: 60px 0;
  min-height: calc(100vh - 458px);
  display: flex;
  align-items: center;
  justify-content: center;
}
#not-found img {
  width: 100%;
  max-width: 479px;
}
@media only screen and (max-width: 600px) {
  #not-found img {
    max-width: 320px;
  }
}
#not-found .content-wrapper {
  max-width: 598px;
  margin: 0 auto;
}
#not-found .content-wrapper h1 {
  margin: 0 0 30px;
  color: #0F1B48;
  font-size: clamp(1.5rem, 3.125vw + 0.875rem, 4.625rem);
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  #not-found .content-wrapper h1 {
    margin: 10px 0 15px;
  }
}
#not-found .content-wrapper p {
  margin: 0 0 46px;
  font-size: clamp(1rem, 0.75vw + 0.85rem, 1.75rem);
  color: #0F1B48;
}
@media only screen and (max-width: 1024px) {
  #not-found .content-wrapper p {
    margin: 0 0 26px;
  }
}
#not-found a {
  height: 85px;
  background-color: #FD5C38;
  padding: 0 65px;
  font-size: clamp(1rem, 0.75vw + 0.85rem, 1.75rem);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  border-radius: 50px;
}
@media only screen and (max-width: 1024px) {
  #not-found a {
    height: 75px;
    padding: 0 45px;
  }
}
@media only screen and (max-width: 600px) {
  #not-found a {
    height: 60px;
    padding: 0 25px;
  }
}

.full-banner-outer {
  width: 100%;
  padding: 105px 0;
}
@media only screen and (max-width: 991px) {
  .full-banner-outer {
    padding: 92px 0;
  }
}
@media only screen and (max-width: 601px) {
  .full-banner-outer {
    padding: 62px 0;
  }
}
.full-banner-outer .full-banner-image img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */