:root {
  --white: white;
  --black: black;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@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: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-logo-left {
  background-color: #1e4564;
  background-image: linear-gradient(90deg, #1e4564, #06070a);
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding: 10px;
  display: flex;
}

.container {
  flex-flow: column;
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #fff;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  color: #fff;
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #fff;
}

.mobile-margin-top-10 {
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  background-color: #e28d3d;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 10px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.button-primary:hover, .button-primary:active {
  color: #fff;
  background-color: #ff7c00;
}

.text-span {
  color: #fff;
}

._1st-section {
  background-color: #496794;
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/nicolas-j-leclercq-WJg2bynUWOk-unsplash.jpg'), linear-gradient(45deg, #204b6c, #050608);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 80px 30px 0;
  position: relative;
}

.container-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  box-sizing: border-box;
  color: #f2f9ff;
  text-align: left;
  margin-bottom: 32px;
  padding-left: 0;
  padding-right: 0;
  font-family: K2D, sans-serif;
  font-size: 47px;
  font-weight: 700;
  overflow: visible;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 80%;
  display: flex;
}

.margin-bottom-24px {
  aspect-ratio: auto;
  color: #f2f9ff;
  max-width: 516px;
  margin-bottom: 24px;
  font-family: K2D, sans-serif;
  font-size: 14px;
  position: static;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e28c3d;
  border: 1px solid rgba(226, 140, 61, 0);
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #ff9d43;
}

.button-primary-2:active {
  background-color: #e28c3d;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

._2nd-section {
  background-color: #20539e;
  background-image: url('../images/2nd-image.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  border: 1px solid rgba(0, 0, 0, 0);
  padding: 20px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  color: #e28c3d;
  text-align: center;
  margin-bottom: 16px;
  font-family: K2D, sans-serif;
}

.centered-subheading {
  color: #555;
  text-align: center;
  max-width: 674px;
  margin-left: auto;
  margin-right: auto;
  font-family: K2D, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.team-slider-wrapper {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  background-color: #000;
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  border: 1px solid #b9b9b9;
  border-radius: 9px;
  width: 280px;
  padding-bottom: 0;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(196, 196, 196, 0);
  border-radius: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 280px;
  max-width: 500px;
  height: 200px;
  max-height: 500px;
  padding: 40px 24px 20px;
  display: flex;
}

.team-block-info:hover {
  background-color: rgba(241, 241, 241, 0);
  border-color: rgba(196, 196, 196, 0);
}

.team-member-name-two {
  color: #e28c3d;
  text-align: center;
  margin-bottom: 12px;
  padding-left: 0;
  font-family: K2D, sans-serif;
  font-size: 57px;
  font-weight: 600;
}

.team-member-text {
  text-align: center;
  margin-bottom: 20px;
  padding-top: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.mask {
  padding-bottom: 40px;
}

._3rd-section {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #f1f1f1;
  background-clip: border-box;
  border-top-color: #b3b3b3;
  max-width: none;
  padding: 40px 20px 40px 0;
  font-size: 15px;
  display: block;
}

.heading {
  text-align: center;
  font-family: K2D, sans-serif;
}

.text-block {
  color: #777;
  text-align: center;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  padding-right: 0;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.container-4 {
  text-align: center;
  max-width: 940px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 10px 0 10px 10px;
}

.div-block {
  box-sizing: border-box;
  object-fit: fill;
  background-color: #f80606;
  border-radius: 15px;
  width: 300px;
  max-width: 500px;
  height: 400px;
  max-height: 1000px;
  padding-right: 0;
  display: flex;
}

.container-5 {
  text-align: right;
  max-width: none;
}

.image {
  box-sizing: border-box;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: inline-flex;
  overflow: clip;
}

.image-2 {
  text-align: left;
}

.image-4 {
  border-radius: 13px;
  flex: 0 auto;
  width: 400px;
  max-width: 500%;
  height: 250px;
  max-height: 500px;
  margin-top: 0;
  padding-left: 0;
  position: relative;
}

.flex-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
}

._4nd-section {
  background-image: url('../images/Rectangle-31.png');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 10px;
}

.solution-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
}

.text-block-2 {
  color: #555;
  width: 367px;
  font-family: K2D, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.heading-2 {
  color: #3b6483;
  margin-top: 10px;
  font-family: K2D, sans-serif;
}

.div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -4px;
  padding-top: 10px;
  padding-bottom: 20px;
  display: block;
  position: static;
}

.container-7 {
  border: 0px solid var(--white);
  background-color: #cbcbcb;
  border-radius: 0;
  width: 2px;
  height: 300px;
  max-height: 500px;
  font-size: 14px;
}

.container-8 {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #8a8a8a;
  background-color: rgba(105, 105, 105, 0);
  border: 1px solid #333;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  left: -163px;
}

.text-block-3, .text-block-4 {
  font-size: 30px;
}

.text-block-5 {
  text-align: center;
  width: 20px;
  max-width: 20px;
  height: 20px;
  max-height: 20px;
  font-size: 30px;
  position: relative;
  top: 1px;
  left: auto;
}

.container-9 {
  background-color: #646464;
  border-radius: 15px;
  width: 468px;
  max-width: 500px;
  height: 188px;
  max-height: 500px;
  margin-top: 50px;
  padding-top: 10px;
}

._5nd-section {
  background-color: #161e24;
  background-image: url('../images/Layer-2.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 800px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.heading-3 {
  color: #eefaff;
}

.text_orange {
  color: #e28c3d;
}

.flex-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  justify-content: center;
  align-items: center;
}

.text-block-6 {
  color: #f2f9ff;
  text-align: center;
  width: 676px;
  font-size: 16px;
}

.container-10 {
  padding-top: 0;
}

.div-block-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.div-block-3 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: rgba(203, 203, 203, 0);
  border: 1px solid #e28c3d;
  border-radius: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 376px;
  max-width: 500px;
  height: 300px;
  max-height: 500px;
  padding-left: 20px;
  transition: opacity .4s;
  display: flex;
}

.div-block-3:hover {
  border-color: #d73826;
}

.middle-split {
  background-color: rgba(255, 0, 0, 0);
  background-image: linear-gradient(#161e24, #e28c3d 55%, #161e24);
  width: 20px;
  max-width: 500px;
  height: 790px;
  max-height: 1000px;
}

.container-11 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  padding-right: 0;
  display: flex;
}

.container-12 {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  flex-flow: column;
  grid-template: "Area" 315px
  / 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: flex;
}

.heading-4 {
  color: #e28c3d;
}

.text-block-7 {
  color: #f2faff;
  width: 278px;
  font-size: 17px;
}

.text-span-2 {
  color: #e28c3d;
}

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

.container-13 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 800px;
  max-width: 1000px;
  padding-top: 40px;
  display: block;
}

._6nd-section {
  background-image: url('../images/Rectangle-7.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 800px;
}

.color {
  color: #e28c3d;
}

.container-14 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-width: 500px;
  max-width: 1500px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-4 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: left;
  background-color: rgba(174, 174, 174, .15);
  border: 1px solid #595959;
  border-radius: 8px;
  flex-flow: column;
  width: 400px;
  max-width: 500px;
  height: 398px;
  max-height: 500px;
  padding: 20px;
  display: flex;
}

.div-block-4:hover {
  background-color: rgba(255, 255, 255, .15);
}

.image-5 {
  border-radius: 3px;
  width: 400px;
}

.heading-6 {
  color: #e28c3d;
  margin-top: 15px;
  font-family: K2D, sans-serif;
}

.text-block-8 {
  text-align: center;
  width: 1014px;
  min-width: 0;
  max-width: 1500px;
  min-height: 0;
  font-size: 21px;
  line-height: 24px;
}

.container-15 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.credit {
  background-image: linear-gradient(90deg, #000, #002644);
  min-height: 466px;
  padding-top: 20px;
}

.container-16 {
  min-width: 700px;
  max-width: 1000px;
}

.heading-7 {
  color: #fff;
  font-family: K2D, sans-serif;
  font-weight: 400;
}

.form-block {
  min-width: 0;
  min-height: 0;
}

.div-block-5 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 378px;
  max-width: 428px;
  min-height: 0;
  padding-top: 20px;
  display: block;
}

.text-field, .text-field-2 {
  background-color: rgba(255, 255, 255, .11);
  border: 1px solid rgba(72, 72, 72, .94);
}

.field-label, .field-label-2 {
  color: #fff;
  font-family: K2D, sans-serif;
  font-weight: 400;
}

.divide-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
  justify-content: flex-end;
  align-items: flex-end;
  min-width: 0;
  min-height: 0;
  max-height: 0;
  margin-top: 50px;
  padding-top: 0;
  display: flex;
}

.text-block-9 {
  color: rgba(255, 255, 255, .37);
  max-width: 153px;
  padding-top: 19px;
  font-family: K2D, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.div-block-6 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 9%;
  grid-row-gap: 9%;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-8 {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  font-family: K2D, sans-serif;
  font-size: 30px;
  font-weight: 400;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.text-block-10 {
  color: #fff;
  font-family: K2D, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: flex;
}

.text-block-11 {
  color: #fff;
  font-family: K2D, sans-serif;
  font-size: 17px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link-2 {
  color: #b0b0b0;
  font-size: 17px;
  text-decoration: none;
}

.container-17 {
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 10px;
  display: flex;
}

.container-17:hover {
  border: 1px #000;
}

.div-block-9 {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, .14);
  border: 1px solid #c9c9c9;
  border-radius: 12px;
  width: 410px;
  min-width: 0;
  max-width: 500px;
  height: 480px;
  max-height: 500px;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: -6px 4px 20px -6px rgba(0, 0, 0, .2);
}

.div-block-9:hover {
  background-color: rgba(160, 160, 160, .14);
  border-color: #c9c9c9;
}

.div-block-10 {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  color: #000;
  background-color: rgba(119, 119, 119, .14);
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/1029804404.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 12px solid #363636;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 360px;
  max-width: 1080px;
  height: 640px;
  max-height: 1920px;
  padding-top: 0;
  display: flex;
  box-shadow: -6px 4px 20px -6px rgba(0, 0, 0, .2);
}

.div-block-10:hover {
  background-color: rgba(223, 223, 223, .15);
}

.div-block-11 {
  background-color: #f2f9ff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #555;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  min-width: 0;
  max-width: 500px;
  height: 80px;
  max-height: 500px;
  padding-left: 20px;
}

.heading-9 {
  color: #e28c3d;
  text-align: left;
  font-family: K2D, sans-serif;
  font-size: 30px;
}

.text-block-12 {
  color: #555;
  text-align: left;
  min-width: 100px;
  max-width: 335px;
  margin-top: 0;
  font-size: 18px;
}

.div-block-12 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 10px 20px 20px;
  display: flex;
}

.inside-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.div-block-14 {
  background-color: #567e9c;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-top: 0;
  font-size: 20px;
  display: flex;
}

.div-block-14:hover {
  border-color: rgba(0, 255, 0, 0);
}

.t1ck-marks {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  color: #555;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-16 {
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--black);
  background-image: linear-gradient(90deg, #567e9c, #1e2c36);
  border-radius: 12px 12px 0 0;
  max-width: 500px;
  height: 80px;
  max-height: 500px;
  padding-left: 20px;
}

.heading-10 {
  color: #fff;
  text-align: left;
  font-family: K2D, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.tick-marks {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding: 0;
  display: flex;
}

.div-block-17 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 456px;
  min-width: 30px;
  max-width: 358px;
  margin: 20px 10px 30px;
  display: flex;
}

.div-block-19 {
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-color: #cacaca;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 72px;
  padding: 10px;
  display: flex;
}

.button {
  background-color: #e28c3d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 358px;
  height: 48px;
  margin-top: 26px;
  margin-bottom: 26px;
  font-family: K2D, sans-serif;
  font-size: 22px;
  display: flex;
}

.button:hover {
  background-color: #ea974b;
}

.container-18 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-6 {
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 60px;
  margin-left: 0;
  margin-right: -93px;
}

.image-6:hover {
  height: auto;
}

.div-block-20 {
  background-color: rgba(255, 0, 0, 0);
  background-image: linear-gradient(0deg, #e28c3d, rgba(226, 140, 61, 0) 0%, #e28c3d 48%, rgba(226, 140, 61, 0));
  width: 20px;
}

.div-block-21 {
  background-color: #b6b6b6;
  width: 1px;
  height: 312px;
}

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

.list-item-2 {
  list-style-type: disc;
}

.navbar-no-shadow {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, .37);
  background-clip: border-box;
  border-radius: 6px;
  margin: 10px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(255, 174, 0, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  color: #fff;
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.image-7 {
  background-image: url('../images/main-side-white.png');
  background-position: 50% 0;
  background-size: auto;
}

.text-block-13 {
  color: #fff;
}

.text-block-13:hover {
  color: rgba(255, 174, 0, .75);
}

.image-8 {
  box-shadow: -3px 5px 5px rgba(0, 0, 0, .2);
}

.container-20 {
  background-image: linear-gradient(90deg, #ffead7, #e9e9e9);
  border-radius: 8px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 31px;
  padding: 40px;
  display: flex;
}

.text-block-15 {
  color: #666;
  max-width: 492px;
  font-size: 18px;
  font-style: normal;
  line-height: 22px;
}

.container-21 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  display: flex;
}

.container-23 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  border-radius: 0;
  display: flex;
}

.heading-11 {
  color: #e28c3d;
  text-align: center;
  font-family: K2D, sans-serif;
}

.div-block-23 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-16 {
  color: #2d638b;
}

.text-block-17 {
  color: #2d638b;
  font-size: 20px;
}

.text-block-18, .text-block-19 {
  color: #2d638b;
}

.text-block-20, .text-block-21, .text-block-22, .text-block-23 {
  color: #fff;
}

.div-block-14-copy {
  background-color: #f2faff;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 20rem;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-top: 0;
  font-size: 20px;
  display: flex;
}

.div-block-14-copy:hover {
  border-color: rgba(0, 255, 0, 0);
}

.div-block-24 {
  background-color: #f2faff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.container-24 {
  background-color: #fff;
  border-radius: 15px;
}

.div-block-25 {
  border-bottom: 1px solid #ccc;
  height: 63px;
}

.heading-12 {
  text-align: left;
  margin-top: auto;
  margin-bottom: auto;
  font-family: K2D, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.div-block-26 {
  background-color: #e8f5ff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  margin-top: 15px;
  margin-left: 15px;
  padding: 0;
  display: flex;
}

.div-block-27 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-28, .div-block-29, .div-block-30 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-31 {
  background-image: linear-gradient(90deg, #567e9c, #1e2c36);
  border: 0 solid rgba(0, 0, 0, 0);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 80px;
}

.div-block-32 {
  background-color: #f2f9ff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 222px;
  height: 51px;
  margin-top: 15px;
  margin-left: 15px;
  display: flex;
}

.heading-13 {
  border-radius: 0;
  margin: auto;
  font-family: K2D, sans-serif;
  font-size: 25px;
}

.div-block-33 {
  border: 1px solid #000;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 30px;
  display: flex;
}

.image-4-copy {
  border-radius: 13px;
  flex: 0 auto;
  width: 400px;
  max-width: 500%;
  height: 250px;
  max-height: 500px;
  margin-top: 20px;
  padding-left: 0;
  position: relative;
}

.container-26 {
  border: 1px solid rgba(0, 0, 0, 0);
}

.div-block-34 {
  background-color: #cacaca;
  border: 1px solid rgba(0, 0, 0, 0);
  width: 0;
  height: 250px;
}

.section {
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, .71), rgba(0, 0, 0, 0)), url('../images/jeriden-villegas-VLPUm5wP5Z0-unsplash.jpg');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.container-27 {
  width: 1058px;
  max-width: 1105px;
}

.heading-14 {
  color: #fff;
  margin-bottom: 20px;
  font-family: K2D, sans-serif;
  font-size: 50px;
}

.paragraph {
  width: 592px;
  font-family: K2D, sans-serif;
  font-size: 17px;
}

.heading-15 {
  font-size: 30px;
}

.div-block-35 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container-28 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(90deg, #ecf6ff, #fff);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
  padding: 60px 10px;
  display: flex;
}

.image-9 {
  width: 300px;
  height: 300px;
}

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

.section-3 {
  background-color: #dfdfdf;
  background-image: linear-gradient(90deg, #f2f9ff, #fff);
  min-height: 0;
  margin: auto;
  padding: 40px 10px;
}

.explain-1 {
  background-color: #f2f9ff;
  border: 1px solid rgba(197, 102, 102, .38);
  border-radius: 16px;
  width: 409px;
  height: 220px;
  margin: auto;
  padding: 10px;
}

.container-29 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.heading-17 {
  font-family: K2D, sans-serif;
  font-size: 25px;
}

.paragraph-2 {
  font-size: 17px;
}

.bold-text, .paragraph-3, .heading-18 {
  font-family: K2D, sans-serif;
}

.container-30 {
  background-color: #f2f9ff;
  border: 1px solid rgba(158, 66, 66, .3);
  border-radius: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 409px;
  height: 220px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.container-31 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-4 {
  background-image: linear-gradient(-90deg, rgba(142, 203, 255, .29), rgba(0, 0, 0, .39)), url('../images/umit-yildirim-9OB46apMbC4-unsplash.jpg');
  background-position: 0 0, 50% 80%;
  background-size: auto, cover;
  margin: auto;
  padding: 20px;
}

.heading-19 {
  color: #fff;
  text-align: center;
}

.container-32 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding: 40px 10px;
  display: flex;
}

.button-2 {
  background-color: #e28c3d;
  border-radius: 6px;
  padding: 10px 20px;
  font-family: K2D, sans-serif;
  font-size: 20px;
}

.heading-20 {
  font-family: K2D, sans-serif;
}

.text-span-3 {
  font-weight: 400;
}

.section-5 {
  background-image: linear-gradient(90deg, #e9f3fc, #fff);
  margin: auto;
  padding: 40px;
}

.container-33 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 321px;
  max-width: none;
  display: flex;
}

.heading-21 {
  margin-top: -14px;
  margin-bottom: -14px;
  font-size: 17px;
}

.paragraph-4 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.container-34 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.image-10, .image-11, .image-12, .image-13 {
  border: 1px solid rgba(221, 72, 72, .4);
  border-radius: 10px;
}

.section-6 {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .84), rgba(0, 0, 0, 0)), url('../images/william-topa-x9AZgR25G-k-unsplash-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: space-between;
  align-items: center;
  min-height: 600px;
  display: flex;
}

.heading-22 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 70px;
}

.paragraph-5 {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.container-35 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.text-span-4 {
  color: #ff7a00;
}

@media screen and (min-width: 1280px) {
  ._1st-section {
    background-color: rgba(0, 66, 165, 0);
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/nicolas-j-leclercq-WJg2bynUWOk-unsplash.jpg'), url('../images/first-bg.jpg');
    background-position: 0 0, 50%, 50%;
    background-repeat: repeat, repeat, repeat-y;
    background-size: auto, cover, cover;
  }

  .team-block-info {
    width: 277.5px;
  }

  .div-block-7 {
    justify-content: center;
    align-items: flex-start;
  }

  .button {
    border-radius: 4px;
  }

  .section {
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, .68), rgba(0, 0, 0, .1)), url('../images/jeriden-villegas-VLPUm5wP5Z0-unsplash.jpg');
    background-position: 0 0, 50% 20%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    padding-top: 0;
    display: flex;
  }

  .container-27 {
    width: 1058px;
    max-width: 1105px;
    padding-top: 0;
    display: flex;
  }

  .heading-14 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1440px) {
  ._1st-section {
    background-color: #0e397a;
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/nicolas-j-leclercq-WJg2bynUWOk-unsplash.jpg'), url('../images/first-bg.jpg');
    background-position: 0 0, 50%, 50%;
    background-repeat: repeat, repeat, repeat-y;
    background-size: auto, cover, cover;
  }

  .centered-heading.margin-bottom-32px {
    font-size: 60px;
    line-height: 61px;
  }

  .hero-split {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    min-width: 0;
    max-width: 200%;
  }

  .margin-bottom-24px {
    max-width: 682px;
    font-size: 20px;
  }

  .team-block-info {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    justify-content: center;
    align-items: center;
    height: 175px;
    padding-top: 30px;
  }

  .team-member-name-two {
    color: #e28c3d;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .team-member-text {
    padding-top: 0;
  }

  .div-block-7 {
    grid-column-gap: 20%;
    grid-row-gap: 20%;
    justify-content: center;
    align-items: flex-start;
  }

  .image-6 {
    margin-left: -88px;
    margin-right: -88px;
  }

  .div-block-22 {
    background-color: #eee;
    border-radius: 11px;
    justify-content: space-between;
    align-items: flex-start;
    max-height: 218px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 51px 50px;
    display: flex;
  }

  .image-8 {
    border-radius: 7px;
  }

  .text-block-14 {
    padding-left: 10px;
    font-size: 16px;
  }

  .container-20 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-color: #f3f3f3;
    background-image: linear-gradient(90deg, #ffe7db, #d6d6d6);
    border-radius: 13px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    padding: 40px 20px;
    display: flex;
  }

  .text-block-15 {
    color: #5f5f5f;
    width: 477px;
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  ._1st-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/nicolas-j-leclercq-WJg2bynUWOk-unsplash.jpg'), url('../images/first-bg.jpg');
    background-position: 0 0, 50%, 50%;
    background-repeat: repeat, repeat, repeat-y;
    background-size: auto, cover, cover;
    flex-flow: column;
    display: flex;
  }

  .container-2 {
    flex-flow: row;
    width: 100%;
    max-width: 1433px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .button-primary-2 {
    font-family: K2D, sans-serif;
  }

  .team-block-info {
    justify-content: center;
    align-items: center;
    height: 175px;
    padding-top: 30px;
  }

  .div-block-7 {
    grid-column-gap: 30%;
    grid-row-gap: 30%;
    justify-content: center;
    align-items: flex-start;
  }

  .image-6 {
    width: 380px;
    max-width: 400%;
  }

  .navbar-no-shadow {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar-no-shadow-container {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

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

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-3 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .nav-menu-wrapper-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  ._1st-section, ._2nd-section {
    padding: 60px 15px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

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

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .menu-button:hover {
    overflow: visible;
  }

  ._1st-section {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 689px;
    display: flex;
  }

  .container-2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    max-width: none;
    margin-top: auto;
    display: flex;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .hero-wrapper {
    width: 291px;
  }

  .hero-split {
    margin-top: 57px;
  }

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

  .centered-heading-2 {
    margin-bottom: 0;
  }

  .centered-subheading {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-slide-wrapper {
    background-color: rgba(0, 0, 0, 0);
    width: 79%;
    margin-right: 0%;
    overflow: hidden;
  }

  .team-block {
    width: 279px;
  }

  .team-block-info {
    width: 277.5px;
  }

  .team-slider-arrow, .mask {
    overflow: hidden;
  }

  ._3rd-section {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 0;
    display: flex;
  }

  .text-block {
    width: 299px;
  }

  .container-4 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 315px;
    display: flex;
  }

  .image-4 {
    width: 317px;
    max-width: 378%;
    height: 197px;
    max-height: 226px;
    margin-top: 10px;
    position: static;
  }

  ._4nd-section {
    padding-left: 0;
  }

  .solution-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-2 {
    width: 340px;
  }

  .div {
    justify-content: flex-start;
    align-items: center;
    margin-top: 9px;
    display: flex;
  }

  .container-8 {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    position: static;
  }

  .heading-3, .text_orange {
    text-align: center;
  }

  .text-block-6 {
    width: 323px;
    min-width: 323px;
    max-width: 323px;
  }

  .div-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-3 {
    width: 310px;
    min-width: 310px;
    max-width: 310px;
    min-height: 300px;
    max-height: 300px;
  }

  .heading-5 {
    width: 330px;
  }

  .container-13 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    min-width: 0;
    min-height: 800px;
    display: flex;
  }

  ._6nd-section {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: block;
  }

  .container-14 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    min-width: 312px;
    max-width: 369px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-4 {
    width: 331px;
    height: 433px;
  }

  .text-block-8 {
    width: 348px;
  }

  .container-15 {
    padding-bottom: 20px;
  }

  .credit {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    min-width: auto;
    min-height: auto;
    padding-bottom: 40px;
    display: block;
  }

  .container-16 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    min-width: 0;
    max-width: none;
    display: flex;
  }

  .heading-7 {
    width: 290px;
  }

  .form-block {
    width: 395px;
    max-width: 330px;
  }

  .div-block-5 {
    min-width: auto;
    max-width: none;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .divide-section {
    justify-content: center;
    align-items: center;
    width: 322px;
    padding-left: 0;
    display: block;
  }

  .text-block-9 {
    max-width: 192px;
  }

  .div-block-6 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: space-between;
    align-items: flex-end;
  }

  .div-block-7 {
    flex-flow: column;
    width: auto;
    min-width: auto;
    max-width: none;
  }

  .heading-8 {
    display: block;
  }

  .div-block-8 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 303px;
    min-width: auto;
    min-height: auto;
    padding: 0 20px 20px;
  }

  .container-17 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 314px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-14 {
    border-width: 0;
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
    display: flex;
  }

  .div-block-18 {
    width: 246px;
    min-width: 0;
  }

  .button {
    width: 235px;
  }

  .container-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
  }

  .container-19 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 310px;
    display: flex;
  }

  .list-item {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
  }

  .image-6 {
    width: 303px;
    min-width: 0;
    height: auto;
    min-height: 0;
    margin: auto;
    padding-left: 0;
    display: block;
    overflow: hidden;
  }

  .div-block-21 {
    height: 0;
    overflow: hidden;
  }

  .navbar-no-shadow {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-menu {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .nav-link-2, .nav-dropdown-toggle-2, .nav-dropdown-icon-2 {
    color: #000;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .text-block-13 {
    color: #000;
  }

  .container-20 {
    flex-flow: column;
  }

  .container-22 {
    justify-content: space-between;
    align-items: center;
    width: 307px;
  }

  .icon {
    color: #fff;
  }

  .div-block-24 {
    min-width: 35px;
    max-width: 35px;
    min-height: 35px;
    max-height: 35px;
  }

  .div-block-29 {
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-31 {
    width: 307px;
    margin: auto;
  }

  .container-25 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 337px;
    margin-top: 10px;
    margin-bottom: auto;
    padding-left: 10px;
    display: flex;
  }

  .div-block-33 {
    border: 1px solid #505050;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    display: flex;
  }

  .image-4-copy {
    width: 327px;
    max-width: 378%;
    height: 197px;
    max-height: 226px;
    margin-top: 10px;
    position: static;
  }

  .section {
    padding-left: 10px;
  }

  .paragraph {
    width: auto;
  }

  .container-28 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .heading-18 {
    width: auto;
    margin: auto;
  }

  .container-30 {
    width: auto;
    height: auto;
  }

  .container-31 {
    flex-flow: column;
  }

  .container-33 {
    width: auto;
    margin-top: 23px;
  }

  .container-34 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .heading-22 {
    font-size: 50px;
  }

  .container-36 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }
}


