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

body {
  background-color: #fff;
  font-family: "Roboto Slab", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

/* Global Styles */
::selection {
  background: #ee1824;
  color: #ffffff;
  text-shadow: none;
}

img::selection,
svg::selection {
  background: transparent;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "League Gothic", sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "League Gothic", sans-serif;
  font-size: 40px;
  line-height: 36px;
  font-weight: 400;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: "League Gothic", sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "League Gothic", sans-serif;
  font-size: 26px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
}

a {
  text-decoration: underline;
}

img {
  display: inline-block;
  max-width: 100%;
}

.page-wrapper {
  display: none;
  overflow: hidden;
}

.navbar {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2000;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
}

.container {
  max-width: 1350px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-right-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 35px;
  padding: 0px;
  color: #001c34;
  font-size: 17px;
}

.hero {
  background-color: #fffbf9;
}

.banner-shape-wrapper {
  position: relative;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}

.banner-shape {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 640px;
}

.banner-content-wrapper {
  position: relative;
  padding-top: 140px;
  padding-bottom: 110px;
}

.banner-grid {
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 0px;
  -ms-grid-columns: 0.9fr 1fr;
  grid-template-columns: 0.9fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: "PT Serif", serif;
  color: #001c34;
  font-size: 77px;
  line-height: 87px;
  font-weight: 600;
}

.hero-paragraph-text {
  max-width: 500px;
  margin-bottom: 35px;
  color: #4b4b4b;
  font-size: 20px;
  line-height: 30px;
}

.banner-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.red-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ec7216;
  text-decoration: none;
}

.our-services-button-text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.our-services-button-top-arrow {
  margin-left: 15px;
}

.learn-more-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #001c34;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.learn-more-button-arrow {
  margin-left: 15px;
}

.banner-details-grid {
  grid-column-gap: 25px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.banner-details-singel-image {
  overflow: hidden;
  margin-bottom: 20px;
}

.banner-details-heading {
  margin-top: 0px;
  margin-bottom: 12px;
  color: #001c34;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.banner-details-paragraph-text {
  max-width: 260px;
  margin-bottom: 0px;
  color: #4b4b4b;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
}

.banner-image-wrapper {
  position: relative;
  margin-right: 0px;
}

.banner-image {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 100%;
}

.banner-image-shape {
  position: absolute;
  left: -3%;
  top: auto;
  bottom: -11%;
}

.red-border-left {
  width: 8px;
  height: 54px;
  margin-top: 10px;
  margin-right: 45px;
  background-color: #ec7216;
}

.services-section-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #001c34;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  text-transform: capitalize;
}

.services-section-heading.black {
  color: #000;
}

.services-section-button-wrapper {
  overflow: hidden;
}

.red-button-long {
  padding: 16px 32px;
  border-style: solid;
  border-width: 1px;
  border-color: #ee1a23;
  background-color: #ec7216;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.red-button-long:hover {
  border: 1px solid #1c1d21;
  background-color: transparent;
  color: #1c1d21;
}

.top-content {
  padding-top: 100px;
  padding-bottom: 460px;
  background-color: #1c1d21;
}

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

.section-heading-center {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #fff;
  font-size: 55px;
  line-height: 58px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.professional-service-section-paragraph-text {
  max-width: 615px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.bottom-wrapper {
  margin-top: -410px;
  font-family: "Roboto Slab", sans-serif;
}

.select-tabs-menu {
  margin-bottom: 75px;
  text-align: center;
}

.tabs-content {
  overflow: visible;
}

.tab-link {
  margin-right: 40px;
  padding: 15px 30px;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.tab-link.w--current {
  border-color: transparent;
  background-color: #ec7216;
}

.tab-link.mr0 {
  margin-right: 0px;
}

.tab-link-text {
  margin-right: 12px;
}

.service-tab-link-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-tab-link-image {
  height: 24px;
}

.tabs-content-wrapper {
  padding: 64px;
  background-color: #fff;
  box-shadow: 1px 1px 47px 0 hsla(0, 0%, 51%, 0.14);
}

.tabs-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  -ms-grid-columns: 1.1fr 1fr;
  grid-template-columns: 1.1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tab-left-content {
  overflow: hidden;
}

.heading-3-right {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #001c34;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: capitalize;
}

.tab-paragraph-text {
  max-width: 535px;
  margin-bottom: 35px;
  color: #4b4b4b;
  font-size: 20px;
  line-height: 30px;
}

.tab-right-content {
  position: relative;
}

.service-tab-pane-image-wrapper {
  overflow: hidden;
  max-width: 528px;
  margin-left: auto;
}

.service-tab-pane-play-button-wrapper {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.footer-section {
  background-color: #1c1d21;
}

.footer-top-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer-grid {
  grid-column-gap: 80px;
  -ms-grid-columns: 2.6fr 1fr 1fr 1.6fr;
  grid-template-columns: 2.6fr 1fr 1fr 1.6fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-singel-wrapper {
  overflow: hidden;
}

.footer-singel-wrapper.mobile {
  display: none;
}

.footer-logo-paragraph-text {
  margin-top: 20px;
  margin-bottom: 45px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.footer-form-wrapper {
  overflow: hidden;
  margin-bottom: 0px;
}

.footerr-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-form-singel-wrapper {
  width: 100%;
}

.footer-form-field-label {
  display: block;
  margin-bottom: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}

.footer-form-input {
  height: 56px;
  margin-bottom: 0px;
  padding: 0px 20px 0px 25px;
  color: #5c5c5c;
  font-size: 16px;
}

.footer-form-input::-webkit-input-placeholder {
  color: #5c5c5c;
}

.footer-form-input:-ms-input-placeholder {
  color: #5c5c5c;
}

.footer-form-input::-ms-input-placeholder {
  color: #5c5c5c;
}

.footer-form-input::placeholder {
  color: #5c5c5c;
}

.footer-form-button {
  min-height: 56px;
  margin-top: 40px;
  margin-left: 15px;
  padding: 0px 20px;
  background-color: #ec7216;
  font-family: "Fa solid 900", sans-serif;
}

.footer-menu-wrapper {
  overflow: hidden;
}

.footer-menu-title-wrapper {
  overflow: hidden;
  margin-bottom: 30px;
}

.footer-menu-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ec7216;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.footer-menu-text-link {
  display: block;
  margin-bottom: 25px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.footer-menu-text-link:hover {
  color: #ec7216;
}

.footer-menu-text-link.mb0 {
  margin-bottom: 0px;
}

.footer-contact-wrapper {
  overflow: hidden;
  margin-bottom: 25px;
}

.footer-contact-text {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.footer-contact-text.mb15 {
  margin-bottom: 15px;
}

.footer-address-text-block {
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.footer-bottom-singel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #a5a5a5;
}

.footer-icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  margin-right: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: "Fa brands 400", sans-serif;
  color: #000;
  font-size: 16px;
  text-decoration: none;
}

.footer-icon:hover {
  background-color: #ec7216;
  color: #fff;
}

.footer-icon.mr0 {
  margin-right: 0px;
  font-family: "Fa solid 900", sans-serif;
}

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

.footer-info-text-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.mission-section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #1c1d21;
}

.section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-sigel-wrapper {
  overflow: hidden;
}

.section-sigel-wrapper.mr65 {
  margin-right: 65px;
}

.transport-left-content {
  width: 775px;
}

.transport-text-wrapper {
  overflow: hidden;
  margin-bottom: 75px;
}

.card-circle {
  position: absolute;
  left: auto;
  top: -15%;
  right: -15%;
  bottom: auto;
  z-index: 1;
  width: 10%;
  height: 10%;
  border-radius: 100%;
  background-color: #ec7216;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 55px;
  line-height: 58px;
  font-weight: 600;
}

.text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-paragraph-text {
  max-width: 520px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.transport-counter-up-wrapper {
  width: 90%;
  margin-left: 45px;
}

.transport-counter-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.transport-counter-singel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.metrics {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.numbers-wrapper {
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 46px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.numbers.two {
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block {
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
}

.text-block.two {
  color: #ec7216;
  font-size: 60px;
  line-height: 70px;
}

.number-info.two {
  margin-top: 10px;
  text-align: center;
}

.number-info-text {
  color: #fff;
  font-size: 20px;
}

.number-info-text.two {
  color: #4b4b4b;
}

.slide-wrapper {
  width: 420px;
  padding: 35px 40px 70px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 1px 1px 26px 0 rgba(0, 0, 0, 0.1);
}

.order-tracking-heading-wrapper {
  position: relative;
  text-align: center;
}

.order-tracking-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #001c34;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
}

.red-line {
  width: 145px;
  height: 4px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ec7216;
}

.doted-boder {
  margin-top: 30px;
}

.order-tracking-circel {
  position: absolute;
  left: -17%;
  top: auto;
  right: auto;
  bottom: -17%;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #1c1d21;
}

.order-tracking-circel._2nd {
  left: auto;
  top: auto;
  right: -17%;
  bottom: -17%;
}

.order-tracking-radio-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-tracking-form-block {
  margin-top: 50px;
  margin-bottom: 0px;
}

.order-tracking-radio-heading {
  margin-right: 15px;
  color: #001c34;
  font-size: 20px;
  font-weight: 600;
}

.radio-button-field {
  margin-bottom: 0px;
}

.radio-button-field.right {
  margin-left: 20px;
}

.radio-button:focus {
  background-color: #ec7216;
}

.radio-button.w--redirected-checked {
  border-width: 2px;
  border-color: #d9d9d9;
}

.radio-button.w--redirected-focus {
  background-color: #ec7216;
}

.radio-button-text {
  color: #001c34;
  font-size: 20px;
}

.order-tracking-text-field {
  margin-bottom: 15px;
  color: #001c34;
  font-size: 20px;
  font-weight: 600;
}

.order-tracking-input {
  height: 56px;
  margin-bottom: 15px;
  padding: 0px 20px;
  border: 1px solid #b0b0b0;
  border-radius: 8px;
  background-color: #f8f8f8;
  color: #4b4b4b;
  font-size: 16px;
}

.track-now-button {
  width: 100%;
  height: 56px;
  padding: 0px;
  border-radius: 8px;
  background-color: #ec7216;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.track-now-text-wrapper {
  margin-top: 35px;
}

.track-now-heading {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #001c34;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.track-now-paragraph {
  margin-bottom: 0px;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 26px;
}

.blog-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.blog-grid {
  grid-column-gap: 30px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-collection-list.two {
  grid-column-gap: 110px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.blog-singel-wrapper {
  overflow: hidden;
}

.blog-image-wrapper.width {
  width: 185px;
}

.blog-image {
  width: 100%;
}

.blog-text-wrapper {
  padding: 25px 30px;
  background-color: #1c1d21;
}

.blog-date-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid #fff;
}

.blog-date-wrapper.boder-color {
  margin-bottom: 0px;
  border-left-color: #ec7216;
}

.blog-date-text-block {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.blog-date-text-block.text-color {
  color: #4b4b4b;
}

.blog-date-dot {
  width: 3px;
  height: 3px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #d9d9d9;
}

.blog-date-dot.dot-color {
  background-color: #ec7216;
}

.blog-name {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
}

.blog-description-text {
  margin-bottom: 15px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.blog-read-more-button {
  padding-right: 12px;
  padding-left: 12px;
  border-right: 2px solid #ec7216;
  border-left: 2px solid #ec7216;
  color: #ec7216;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.blog-right-content.singel {
  width: 445px;
  margin-left: 15px;
}

.blog-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-name-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-name-two {
  max-width: 300px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #001c34;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.link-blog-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ec7216;
}

.our-sponsors {
  background-color: #2c2d32;
}

.hiring-partners-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hiring-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 265px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #a5a5a5;
}

.hiring-wrapper.top-boder {
  border-top: 1px solid #a5a5a5;
}

.sponsors-image-wrapper {
  position: relative;
  z-index: 999;
}

.inner-banner {
  padding-top: 220px;
  padding-bottom: 130px;
  background-image: url("../images/Inner-Bg.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-banner-text-wrapper {
  text-align: center;
}

.inner-banner-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #001c34;
  font-size: 66px;
  line-height: 76px;
  font-weight: 600;
}

.inner-banner-text-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.inner-banner-text-link-singel-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #001c34;
  font-size: 20px;
  text-decoration: none;
}

.home-image {
  margin-right: 5px;
}

.inner-banner-arrow {
  margin-right: 7px;
  margin-left: 7px;
  color: #001c34;
  font-size: 20px;
}

.inner-banner-text-link {
  color: #001c34;
  font-size: 20px;
  text-decoration: none;
}

.about-story-section {
  padding-top: 120px;
  padding-bottom: 150px;
}

.about-story-section-heading-wrapper {
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  text-align: center;
}

.about-story-section-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
}

.about-story-section-paragraph-text {
  margin-bottom: 0px;
  color: #4b4b4b;
  font-size: 20px;
  line-height: 30px;
}

.about-story-image-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 25px;
  -ms-grid-columns: 1fr 2fr 1fr;
  grid-template-columns: 1fr 2fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.about-story-image-wrapper.mb20 {
  margin-bottom: 20px;
}

.about-story-image {
  width: 100%;
}

.about-story-image.height {
  height: 468px;
}

.corporate-partners {
  padding-top: 110px;
  padding-bottom: 110px;
  background-color: #1c1d21;
}

.our-impact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.our-impact-counter-up-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 560px;
  margin-bottom: -260px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.our-impact-counter-up-singel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  height: 270px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 47px 0 hsla(0, 0%, 51%, 0.14);
}

.our-impact-counter-up-singel-wrapper.mb20 {
  margin-bottom: 20px;
}

.our-impact-counter-up-singel-wrapper.mt80 {
  margin-top: 80px;
}

.our-impact-counter-up-singel-wrapper.mobile {
  display: none;
}

.our-impact-text-wrapper {
  width: 585px;
}

.our-impact-heading {
  max-width: 465px;
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
}

.our-impact-paragraph-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.our-globe-section {
  margin-top: 150px;
  padding-top: 150px;
  padding-bottom: 150px;
}

.our-globe-container {
  overflow: hidden;
  max-width: 1635px;
  margin-left: auto;
  padding-left: 15px;
}

.our-globe-slider {
  height: 100%;
  background-color: transparent;
}

.our-globe-slider-mask {
  overflow: visible;
  max-width: 425px;
}

.our-globe-sliders {
  overflow: hidden;
  margin-right: 25px;
}

.our-globe-sliders.mr0 {
  margin-right: 0px;
}

.slide-nav {
  display: none;
}

.our-globe-image-wrapper {
  margin-bottom: 25px;
}

.our-globe-image {
  width: 100%;
}

.our-globe-name {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #001c34;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.our-globe-info-text {
  font-size: 20px;
}

.our-globe-info-text.mb15 {
  margin-bottom: 15px;
}

.our-globe-slider-left-arrow {
  left: auto;
  top: -20%;
  right: 21.5%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e7e7e7;
  background-color: #fbfbfb;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: "Fa solid 900", sans-serif;
  color: #001c34;
  font-size: 20px;
}

.our-globe-slider-left-arrow:hover {
  background-color: #ec7216;
  color: #fff;
}

.our-globe-slider-right-arrow {
  left: auto;
  top: -20%;
  right: 17.5%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e7e7e7;
  background-color: #fbfbfb;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: "Fa solid 900", sans-serif;
  color: #001c34;
  font-size: 20px;
}

.our-globe-slider-right-arrow:hover {
  background-color: #ec7216;
  color: #fff;
}

.our-mission {
  padding-bottom: 150px;
}

.three-photo-section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.our-mission-left-content {
  width: 735px;
}

.image-wrapper {
  position: relative;
}

.singel-image {
  max-width: 465px;
  margin-right: auto;
  margin-left: auto;
}

.main-image {
  width: 100%;
}

.small-image-one {
  position: absolute;
  left: 0%;
  top: 30px;
  right: auto;
  bottom: auto;
}

.small-image-two {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 35px;
}

.right-content {
  width: 400px;
}

.section-heading-white {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #001c34;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
}

.text-with-title-wrapper {
  position: relative;
  overflow: hidden;
  padding: 25px 35px 25px 20px;
}

.small-title {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 19px;
  line-height: 28px;
  font-weight: 600;
}

.our-mission-paragraph-text {
  margin-bottom: 0px;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 26px;
}

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

.news .container iframe {
  margin-left: auto;
  margin-right: auto;
}

.team-member-section {
  padding-top: 120px;
  padding-bottom: 150px;
  text-transform: capitalize;
}

.team-members-section-title-wrapper {
  margin-bottom: 55px;
  text-align: center;
}

.team-members-section-title {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #001c34;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
}

.team-members-section-paragraph-text {
  max-width: 698px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #4b4b4b;
  font-size: 20px;
  line-height: 30px;
}

.team-members-collection-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 25px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.team-members-wrap {
  display: block;
  text-decoration: none;
}

.team-members-image {
  width: 100%;
}

.team-members-name-info-wrapper {
  position: relative;
  max-width: 385px;
  margin-top: -35px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
  box-shadow: 1px 1px 47px 0 hsla(0, 0%, 51%, 0.14);
  text-align: center;
}

.team-members-name {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.team-members-info-text-block {
  color: #4b4b4b;
  font-size: 20px;
}

.career-section {
  padding-top: 110px;
  padding-bottom: 150px;
}

.career-title-wrapper {
  margin-bottom: 50px;
  text-align: center;
}

.career-title {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #001c34;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
}

.career-paragraph-text {
  max-width: 698px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #4b4b4b;
  font-size: 20px;
  line-height: 30px;
}

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

.career-singel-wrapper {
  padding: 30px 26px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
}

.career-image-info-wrapper {
  margin-bottom: 15px;
}

.career-image {
  margin-bottom: 5px;
}

.career-info-text {
  color: #4b4b4b;
  font-size: 18px;
}

.career-name {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.career-time-text {
  margin-bottom: 20px;
  color: #4b4b4b;
  font-size: 18px;
}

.career-text-block {
  margin-bottom: 45px;
  color: #4b4b4b;
  font-size: 18px;
  line-height: 28px;
}

.career-price-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-price-wrapper {
  margin-right: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-price {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

.career-price-span-text {
  font-size: 18px;
  font-weight: 400;
}

.apply-now-button {
  padding: 12px 18px;
  background-color: #ec7216;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.certificates-section {
  padding-top: 110px;
  padding-bottom: 150px;
}

.certificates-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.certificates-singel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 40px 25px 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 2px 2px 47px 0 rgba(28, 29, 33, 0.1);
}

.certificates-image-wrapper {
  width: 270px;
}

.certificates-image {
  width: 100%;
}

.certificates-details-wrapper {
  width: 280px;
}

.certificates-title {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.certificates-paragraph {
  margin-bottom: 0px;
  color: #4b4b4b;
  font-size: 16px;
  line-height: 26px;
}

.choose-us-section {
  padding-top: 110px;
  padding-bottom: 150px;
}

.choose-us-section-title-wrapper {
  margin-bottom: 50px;
  text-align: center;
}

.choose-us-section-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #001c34;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
}

.choose-us-section-paragraph-text {
  max-width: 780px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #4b4b4b;
  font-size: 20px;
  line-height: 30px;
  text-transform: capitalize;
}

.choose-us-image-wrapper {
  max-width: 1095px;
  margin-right: auto;
  margin-left: auto;
}

.choose-us-image-grid {
  grid-column-gap: 25px;
  -ms-grid-columns: 2.4fr 1fr;
  grid-template-columns: 2.4fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.choose-us-image {
  width: 100%;
}

.choose-us-singel-right-image.mb18 {
  margin-bottom: 18px;
}

.choose {
  padding-bottom: 150px;
}

.choose-grid {
  grid-column-gap: 70px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.choose-singel {
  position: relative;
}

.choose-singel-image {
  width: 70px;
  height: 70px;
  margin-bottom: 35px;
}

.choose-singel-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #001c34;
  font-size: 32px;
  line-height: 32px;
}

.choose-singel-paragraph-text {
  max-width: 345px;
  margin-bottom: 0px;
  color: #4b4b4b;
  font-size: 20px;
  line-height: 30px;
}

.choose-boder {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 1px;
  height: 160px;
  background-color: #dadada;
}

.services-section-two {
  padding-top: 110px;
  padding-bottom: 150px;
}

.blog-section-two {
  padding-top: 110px;
  padding-bottom: 150px;
}

.blog-details-section {
  padding-top: 110px;
  padding-bottom: 150px;
}

.blog-details-wrapper {
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
}

.blog-details-image-wrapper {
  margin-bottom: 50px;
}

.blog-details-image {
  width: 100%;
}

.blog-details-name {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #001c34;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
}

.blog-details-paragraph-text {
  margin-bottom: 0px;
  color: #4b4b4b;
  font-size: 20px;
  line-height: 30px;
}

.blog-details-quote-text-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 45px 40px;
  background-color: #ec7216;
}

.blog-details-quote-paragraph-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 32px;
  line-height: 42px;
  font-style: italic;
}

.blog-details-list-wrapper {
  overflow: hidden;
  margin-top: 35px;
  margin-bottom: 35px;
}

.blog-details-list-wrapper.pd {
  margin-top: 25px;
  margin-bottom: 0px;
}

.blog-details-singel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-details-singel-wrapper.mb0 {
  margin-bottom: 0px;
}

.list-dot {
  width: 7px;
  height: 7px;
  background-color: #ec7216;
}

.blog-details-list-text-block {
  margin-left: 15px;
  color: #4b4b4b;
  font-size: 20px;
}

.rail-freight-section {
  padding-top: 120px;
  padding-bottom: 150px;
}

.rail-freight-wrapper {
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
}

.rail-freight-image-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rail-freight-image {
  width: 100%;
}

.rail-freight-play-button-wrapper {
  position: absolute;
}

.rail-freight-title {
  margin-top: 40px;
  margin-bottom: 30px;
}

.rail-freight-paragraph-text {
  margin-bottom: 0px;
  color: #4b4b4b;
  font-size: 20px;
  line-height: 30px;
}

.changelog-section {
  padding-top: 110px;
  padding-bottom: 150px;
}

.changelog-wrapper {
  max-width: 590px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 47px 0 hsla(0, 0%, 51%, 0.14);
}

.changelog-singel-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.changelog-boder-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.changelog-boder {
  width: 1px;
  height: 115px;
  background-color: #dadada;
}

.changelog-boder-circel {
  width: 20px;
  height: 20px;
  margin-left: -11px;
  border-radius: 100%;
  background-color: #ec7216;
}

.changelog-right-content {
  margin-left: 35px;
}

.changelog-title {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #001c34;
  font-size: 48px;
  font-weight: 600;
}

.changelog-date-text-block {
  margin-bottom: 10px;
  color: #001c34;
  font-size: 18px;
}

.changelog-info-text {
  color: #001c34;
  font-size: 20px;
}

.not-found-section {
  padding-top: 110px;
  padding-bottom: 150px;
}

.not-found-wrapper {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 47px 0 hsla(0, 0%, 51%, 0.14);
}

.not-found-singel-wrapper {
  max-width: 590px;
  margin-right: auto;
  margin-left: auto;
}

.not-found-image-wrapper {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.not-found-image {
  width: 100%;
}

.not-found-text-wrapper {
  margin-top: 40px;
  text-align: center;
}

.not-found-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #1c2936;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
}

.not-found-paragraph-text {
  margin-bottom: 20px;
  color: #4b4b4b;
  font-size: 20px;
  line-height: 30px;
}

.not-found-button {
  padding: 15px 32px;
  background-color: #ec7216;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.protected-password-section {
  padding-top: 110px;
  padding-bottom: 150px;
}

.protected-password-wrapper {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
  box-shadow: 1px 1px 47px 0 hsla(0, 0%, 51%, 0.14);
  text-align: center;
}

.protected-password-image {
  width: 150px;
  margin-bottom: 40px;
}

.protected-password-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #001c34;
  font-weight: 600;
}

.protected-password-paragraph-text {
  max-width: 564px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  color: #4b4b4b;
  font-size: 18px;
  line-height: 28px;
}

.field-label {
  display: none;
}

.protected-password-text-field {
  min-height: 60px;
  margin-bottom: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 30px;
  border: 1px solid #d9d9d9;
  background-color: transparent;
  color: #4b4b4b;
  font-size: 16px;
}

.protected-password-singel-wrapper {
  max-width: 565px;
  margin-right: auto;
  margin-left: auto;
}

.protected-password-submit-button {
  width: 100%;
  height: 60px;
  padding: 0px;
  background-color: #ec7216;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.license-section {
  padding-top: 120px;
  padding-bottom: 150px;
}

.license-wrapper {
  max-width: 1095px;
  margin-right: auto;
  margin-left: auto;
  padding: 70px;
  background-color: #fff;
  box-shadow: 1px 1px 47px 0 hsla(0, 0%, 51%, 0.14);
}

.license-singel-wrapper {
  margin-bottom: 70px;
}

.license-singel-wrapper.mb0 {
  margin-bottom: 0px;
}

.license-text-wrapper {
  max-width: 715px;
  margin-bottom: 45px;
}

.license-text-wrapper.mb35 {
  margin-bottom: 35px;
}

.license-title-wrapper {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ec7216;
}

.license-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #001c34;
  font-size: 36px;
  font-weight: 600;
}

.license-paragraph-text {
  margin-bottom: 0px;
  color: #4b4b4b;
  font-size: 20px;
  line-height: 30px;
}

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

.license-image-singel {
  overflow: hidden;
}

.license-image {
  width: 100%;
}

.license-paragraph-text-link {
  color: #001c34;
  font-weight: 500;
  text-transform: capitalize;
}

.license-icon-wrapper {
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 35px;
  background-color: #ffeee0;
}

.license-icon-singel-wrapper {
  max-width: 785px;
}

.license-icon-grid {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.license-icon-box {
  overflow: hidden;
}

.typography-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.typography-button {
  padding: 16px 32px;
  background-color: #ec7216;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.contact-us-section {
  padding-top: 110px;
  padding-bottom: 150px;
}

.contact-us-grid {
  grid-column-gap: 90px;
  -ms-grid-columns: 1fr 0.77fr;
  grid-template-columns: 1fr 0.77fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-us-image-wrapper {
  overflow: hidden;
}

.contact-us-image {
  width: 100%;
}

.contact-us-form-wrapper {
  overflow: hidden;
}

.contact-us-form {
  margin-bottom: 0px;
}

.contact-us-form-singel-wrapper {
  margin-bottom: 30px;
}

.contact-us-form-field-label {
  margin-bottom: 20px;
  color: #001c34;
  font-size: 22px;
  font-weight: 500;
}

.contact-us-form-input {
  height: 55px;
  margin-bottom: 0px;
  padding: 0px 15px;
  border: 1px solid #e7e7e7;
  background-color: #fbfbfb;
  color: #4b4b4b;
  font-size: 16px;
}

.contact-us-textarea-wrapper {
  margin-bottom: 40px;
}

.contact-us-textarea {
  min-height: 180px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  border: 1px solid #e7e7e7;
  background-color: #fbfbfb;
  color: #4b4b4b;
  font-size: 16px;
}

.contact-us-submit-button {
  padding: 16px 32px;
  background-color: #ec7216;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.style-guide-section {
  padding-top: 110px;
  padding-bottom: 150px;
}

.style-guide-title-wrapper {
  display: inline-block;
  overflow: hidden;
  margin-bottom: 60px;
  padding-bottom: 15px;
  border-bottom: 2px solid #ec7216;
}

.style-guide-title-wrapper.mb0 {
  margin-bottom: 0px;
}

.style-guide-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #001c34;
  font-size: 36px;
  line-height: 46px;
  font-weight: 600;
}

.style-guide-text-style-grid {
  grid-column-gap: 0px;
  -ms-grid-columns: 0.9fr 1fr;
  grid-template-columns: 0.9fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.style-guide-text-style-wrapper {
  margin-bottom: 60px;
}

.style-guide-text-style-wrapper.mb0 {
  margin-bottom: 0px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #001c34;
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
}

.heading-font-name {
  margin-bottom: 15px;
  color: #001c34;
  font-size: 20px;
}

.font-size {
  color: #ec7216;
  font-size: 20px;
  line-height: 30px;
}

.singel-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #001c34;
}

.singel-heading._1 {
  font-size: 77px;
  line-height: 87px;
  font-weight: 600;
}

.singel-heading._2 {
  max-width: 416px;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
}

.singel-heading._3 {
  max-width: 277px;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
}

.singel-heading._4 {
  max-width: 210px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.singel-heading._5 {
  max-width: 165px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.singel-heading._6 {
  max-width: 135px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.style-guide-singel-wrapper {
  margin-bottom: 120px;
}

.style-guide-singel-wrapper.mb0 {
  margin-bottom: 0px;
}

.style-guide-paragraph-singel-wrapper {
  margin-bottom: 65px;
}

.style-guide-paragraph-singel-wrapper.mb0 {
  margin-bottom: 0px;
}

.style-guide-paragraph-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 48px;
  line-height: 58px;
  font-weight: 400;
}

.style-guide-paragraph-font-size {
  color: #ec7216;
  font-size: 20px;
}

.style-guide-paragraph-text-20px {
  max-width: 170px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 30px;
}

.style-guide-paragraph-text-16px {
  max-width: 134px;
  margin-bottom: 0px;
  color: #001c34;
  font-size: 16px;
  line-height: 26px;
}

.style-guide-typeface-title {
  color: #001c34;
  font-size: 48px;
  line-height: 58px;
}

.typeface-font-text-block {
  margin-bottom: 15px;
  color: #001c34;
  font-size: 20px;
}

.typeface-font-text-block.mb0 {
  margin-bottom: 0px;
}

.style-guide-button {
  padding: 16px 32px;
  background-color: #ec7216;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.style-guide-button.bg-none {
  margin-left: 20px;
  border: 1px solid #001c34;
  background-color: transparent;
  color: #001c34;
}

.color-grid {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.color-singel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 175px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.color-singel._1 {
  background-color: #ec7216;
}

.color-singel._2 {
  background-color: #ffeee0;
}

.color-singel._3 {
  background-color: #1c1d21;
}

.color-code-text-block {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.color-code-text-block.color-change {
  color: #001c34;
}

.service-details-section {
  padding-top: 110px;
  padding-bottom: 150px;
}

.service-details-wrapper {
  max-width: 870px;
  margin-right: auto;
  margin-left: auto;
}

.service-details-text-wrapper {
  margin-bottom: 30px;
}

.service-details-title {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #000;
  font-size: 48px;
  line-height: 58px;
  font-weight: 600;
}

.service-details-paragraph-text {
  margin-bottom: 0px;
  color: #4b4b4b;
  font-size: 20px;
  line-height: 30px;
}

.service-details-image {
  width: 100%;
}

.service-details-list-wrapper {
  position: relative;
  max-width: 845px;
  margin-top: -100px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 65px 30px 35px;
  background-color: #fff;
}

.service-details-list-paragraph-text {
  margin-bottom: 0px;
  color: #4b4b4b;
  font-size: 20px;
  line-height: 30px;
}

.fast-delivery-wrapper {
  margin-top: 10px;
}

.fast-delivery-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
}

.fast-delivery-paragraph-text {
  max-width: 870px;
  margin-bottom: 0px;
  color: #4b4b4b;
  font-size: 20px;
  line-height: 30px;
}

.dropdown-wrapper {
  margin-right: 40px;
}

.header-nav-link-dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #001c34;
  font-size: 17px;
}

.dropdown-arrow {
  margin-left: 7px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.dropdown-list {
  left: -115px;
  width: 315px;
  margin-top: 20px;
  padding: 30px 20px 30px 40px;
  background-color: #fff;
  box-shadow: 1px 1px 47px 0 hsla(0, 0%, 51%, 0.14);
}

.dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 1px 1px 47px 0 hsla(0, 0%, 51%, 0.14);
}

.dropdown-link {
  margin-bottom: 15px;
  padding: 0px;
  color: #4b4b4b;
  font-size: 17px;
}

.dropdown-link.w--current {
  color: #ee1a23;
}

.dropdown-link.mb0 {
  margin-bottom: 0px;
}

.page-load-cover {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 9999999999;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffeee0;
}

.lodding-image {
  max-width: 300px;
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.lodding-image.two {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.page-load-cover-wrapper {
  background-color: #fff;
}

.page-load-cover-right {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999999999;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1c1d21;
}

.overflow-hidden {
  overflow: hidden;
}

.banner-image-wrap {
  overflow: hidden;
}

.our-mission-text-wrapper {
  position: relative;
  z-index: 9999;
}

.application-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.have-questions-grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 80px;
  -ms-grid-columns: 1fr 1.3fr;
  grid-template-columns: 1fr 1.3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.have-questions-left-content {
  margin-top: 30px;
}

.have-questions-wrapper {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.have-questions-title {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #001c34;
  font-size: 58px;
  line-height: 68px;
}

.application-paragraph {
  max-width: 470px;
  margin-bottom: 30px;
  color: #4b4b4b;
  font-size: 18px;
  line-height: 28px;
}

.have-questions-button-wrapper {
  overflow: hidden;
}

.have-questions-gmail-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  padding: 6px 20px 6px 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #ec7216;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}

.have-questions-gmail-button.two {
  border: 1px solid #000;
  background-color: transparent;
  color: #001c34;
}

.gmail-icon {
  font-family: "Fa solid 900", sans-serif;
  color: #ec7216;
  font-size: 18px;
}

.gmail-icon.two {
  color: #001c34;
}

.gmail-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
}

.gmail-icon-wrapper.two {
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
}

.have-questions-gmail-button-wrap {
  display: inline-block;
}

.have-questions-gmail-button-wrap.two {
  overflow: hidden;
  margin-top: 15px;
}

.have-questions-image-wrapper {
  overflow: hidden;
}

.have-questions-image {
  width: 100%;
}

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

.team-detais-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 47px 0 hsla(0, 0%, 51%, 0.14);
}

.team-detais-image-wrapper {
  width: 310px;
}

.team-detais-info-wrapper {
  width: 310px;
}

.team-detais-name-info {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}

.team-detais-name {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #1c1d21;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.team-detais-info-text-block {
  color: #1c1d21;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.team-detais-paragraph-text {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 26px;
}

.heading-2 {
  font-family: "League Gothic", sans-serif;
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 30px;
  cursor: pointer;
}

.section-faq {
  padding: 150px 30px;
  background-color: #f8f8f8;
}

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

.content-wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper.slim {
  max-width: 940px;
}

.header-center-box {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-item {
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.accordion-item-content {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 30px;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon.accordion-icon {
  color: rgba(0, 0, 0, 0.6);
  font-size: 32px;
  line-height: 30px;
  cursor: pointer;
}

.page {
  position: relative;
  display: none;
  overflow: hidden;
  width: 100%;
  font-size: 1em;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  color: #d3fd50;
}

.team_heading-wrap {
  padding-bottom: 3.1em;
}

.cursor {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.cursor_dot {
  width: 70px;
  height: 70px;
}

.popup_item {
  width: 100%;
  height: 100vh;
}

.cursor_embed {
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.popup_list {
  width: 100%;
  height: 100vh;
}

.popup_bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 1;
}

.team-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100em;
  margin-right: auto;
  margin-left: auto;
  padding: 8em 12em;
}

.popup_wrapper {
  position: relative;
  z-index: 2;
}

.global-styles {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.html {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 0px;
  height: 0px;
}

.team_grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1em;
  grid-row-gap: 2.5em;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.team_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team_image {
  position: relative;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  padding-top: 132%;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.team-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  border-radius: 1em;
  -o-object-fit: cover;
  object-fit: cover;
}

.team_title-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: margin 200ms ease;
  transition: margin 200ms ease;
}

.team_underline {
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #d3fd50;
  -webkit-transition: width 400ms ease;
  transition: width 400ms ease;
}

.team_name {
  position: relative;
  z-index: 2;
  font-size: 1.7em;
  line-height: 1.2;
  font-weight: 600;
}

.popup_visual {
  position: relative;
  z-index: 2;
  width: 45%;
  height: 100%;
  padding: 1em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.popup_name {
  font-size: 6em;
  line-height: 0.9;
  font-weight: 700;
}

.popup_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup_title {
  margin-top: 1em;
  margin-bottom: 1.2em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.popup_contain {
  width: 100%;
  max-width: 41em;
}

.popup_img {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.popup_content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 55%;
  height: 100%;
  padding: 2.2em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.recent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.splide__track {
  width: 100%;
}

.splide__list {
  width: 100%;
}

.recent_line {
  width: 4em;
  height: 1px;
  background-color: #d7d1b9;
}

.demo-day-content {
  padding-top: 3em;
  padding-bottom: 3em;
}

.hero_right {
  overflow: hidden;
  height: 100%;
}

.hero_top {
  width: 100%;
  height: 0px;
}

.arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.3em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.demo_paragraph {
  -webkit-transition: all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

.hero_arrows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.splide.splide2 {
  width: 48em;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.recent_text {
  margin-left: 1em;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
}

.splide__slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-top: 4.3em;
  padding-bottom: 4.3em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.demo_text {
  position: relative;
  overflow: hidden;
}

.container-3 {
  width: 1920px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 2em;
}

.container-3.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 0em;
  padding-right: 8.6em;
  padding-bottom: 0em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3.hero {
  position: relative;
  background-color: #697650;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.hero_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 46%;
  height: 100%;
  padding-top: 5.8em;
  padding-bottom: 2em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button {
  margin-top: 2.8em;
  padding: 0.5em 2.4em;
  border-style: solid;
  border-width: 1px;
  border-color: #d7d1b9;
  border-radius: 100vw;
  background-color: transparent;
  -webkit-transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 200ms cubic-bezier(0.165, 0.84, 0.44, 1);
  color: #d7d1b9;
  font-size: 0.9em;
  font-weight: 500;
}

.button:hover {
  background-color: #d7d1b9;
  color: #2d2d2f;
}

.arrow_image {
  width: 5em;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.link1 {
  display: none;
}

.text1 {
  display: none;
}

.text2 {
  display: none;
}

.color {
  position: absolute;
  display: none;
  width: 0px;
  height: 0px;
}

.slide2_img {
  width: 100%;
  height: 29em;
  border-radius: 100vw;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-16deg);
  -ms-transform: rotate(-16deg);
  transform: rotate(-16deg);
  -webkit-transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.paragraph-9 {
  font-size: 16px;
  line-height: 27px;
}

.paragraph-text-white {
  color: #fff;
  font-weight: 300;
}

.faq-body {
  position: relative;
  display: block;
  width: 100%;
  background-color: transparent;
}

.faq-body.w--open {
  background-color: transparent;
}

.faq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #faf7f2;
  border-radius: 10px;
  background-color: #2b2e33;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  white-space: break-spaces;
}

.faq.w--open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq.transparent {
  background-color: #717f71;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.2)),
    to(rgba(0, 0, 0, 0.2))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  );
}

.faq-answer {
  margin-bottom: 10px;
  padding-left: 20px;
  color: #2b2e35;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-transform: none;
}

.faq-answer.white {
  color: #fff;
}

.faq-p {
  overflow: hidden;
  width: 100%;
  min-height: auto;
  margin-bottom: 10px;
  border-radius: 4px;
  background-color: transparent;
}

.faq-body-cont {
  width: auto;
  padding: 30px 30px 0px 0px;
  border-top: 1px none #000;
  border-radius: 10px;
  background-color: #faf7f2;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

.faq-body-cont.nobg {
  background-color: transparent;
}

.faq-icon {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  color: #2b2e35;
}

.toggle-text {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 14px;
}

.bold-text-11 {
  text-align: left;
}

.paragraph-12 {
  width: auto;
  margin-top: 10px;
  text-transform: none;
}

.div-block-23 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-23.homehero {
  position: static;
  width: 60%;
  margin-left: 60px;
}

.div-block-23.homehero.homenew {
  margin-top: 20%;
  margin-left: 100px;
}

.div-block-18 {
  width: 100%;
}

.div-block-18.brand {
  width: auto;
  margin-bottom: 60px;
  padding-left: 10px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.div-block-18.brand.bookbutton {
  width: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-link-2 {
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-link-2.w--current {
  color: #fff;
  text-decoration: overline;
}

.nav-link-2.book {
  display: none;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  background-color: transparent;
}

.container-5 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
  background-color: transparent;
}

.background-video-5 {
  height: 100vh;
  background-color: rgba(27, 27, 27, 0.3);
}

.background-video-5.home {
  background-color: rgba(27, 27, 27, 0.3);
  opacity: 1;
}

.button-3 {
  border-radius: 5px;
  background-color: #a56550;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.button-3.headerbook {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
  float: right;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 10px;
  letter-spacing: 0px;
}

.button-3.headerbook.navbook {
  margin-left: 20px;
}

.button-3.headerbook.herobutton {
  width: 300px;
  height: 45px;
  padding-top: 12px;
  padding-bottom: 12px;
  float: none;
  clear: left;
  background-color: #2b2e33;
  font-size: 12px;
  text-align: center;
}

.button-3.headerbook.herobutton.homehero {
  margin-left: 0px;
}

.icon-3 {
  height: auto;
  float: right;
}

.heading-10 {
  position: static;
  display: block;
  width: 70%;
  margin: 0px auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 65px;
  line-height: 85px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-indent: 0px;
  text-transform: uppercase;
}

.heading-10.homehero {
  margin-right: 0px;
  margin-left: 0px;
  text-align: left;
}

.image-9 {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-left: auto;
  padding-top: 16px;
}

.navmenu {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.ths13-menu-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.ths13-menu-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f2f2;
  border-radius: 50%;
}

.ths13-menu-icon-bar-top {
  width: 18px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #f2f2f2;
}

.ths13-menu-icon-bar-bottom {
  width: 18px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: #f2f2f2;
}

.ths13-menu {
  position: absolute;
  left: 0%;
  top: -100%;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.ths13-menu-nav-link-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f2f2f2;
  font-size: 100px;
  line-height: 125px;
  font-weight: 400;
  text-decoration: none;
}

.ths13-menu-2 {
  position: absolute;
  left: 0%;
  top: -100%;
  right: 0%;
  bottom: 0%;
  z-index: 8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}
p {
  font-weight: 400;
}

.page-wrapper {
  display: block;
  background-color: #fcfcfc;
}

.navbar {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ee1a23;
}

.container {
  padding-right: 6em;
  padding-left: 6em;
}

.container.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 8em;
  padding-left: 8em;
}

.container.home-banner {
  margin-top: 220px;
  margin-bottom: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container.home-banner.margin-100 {
  margin-bottom: 100px;
  padding-bottom: 0px;
}

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

.container.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar-right-content {
  padding-top: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "League Gothic", sans-serif;
  color: #fff;
  font-size: 3em;
  line-height: 22px;
  text-transform: uppercase;
}

.nav-link {
  margin-right: 40px;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  text-decoration: none;
}

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

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

.nav-link.w--current {
  border-bottom: 2px solid #fff;
  border-radius: 1px;
  color: #fff;
  text-decoration: none;
}

.hero {
  overflow: visible;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: transparent;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  );
}

.hero.apply-hero {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.7)),
      to(rgba(0, 0, 0, 0.7))
    ),
    url("../images/IMG_0017-Edit.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.7),
      rgba(0, 0, 0, 0.7)
    ),
    url("../images/IMG_0017-Edit.jpg");
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  color: #fff;
}

.hero.home {
  padding-top: 0px;
  padding-bottom: 0px;
}

.banner-content-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}

.banner-content-wrapper.team {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.55)),
      to(rgba(0, 0, 0, 0.55))
    ),
    url("../images/TUGG_060-copy.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.55),
      rgba(0, 0, 0, 0.55)
    ),
    url("../images/TUGG_060-copy.jpg");
  background-position: 0px 0px, 0% 25%;
  background-size: auto, cover;
}

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

.banner-grid.ab {
  -ms-grid-columns: 2fr;
  grid-template-columns: 2fr;
}

.hero-heading {
  margin-right: auto;
  margin-left: auto;
  font-family: "League Gothic", sans-serif;
  color: #fff;
  font-size: 84px;
  line-height: 1.1em;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.hero-paragraph-text {
  font-family: "Roboto Slab", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  text-align: left;
}

.hero-paragraph-text.application-hero {
  font-size: 16px;
}

.hero-paragraph-text.margin-60 {
  margin-bottom: 60px;
}

.red-button {
  background-color: #ee1a23;
}

.red-button:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}

.red-button._2 {
  width: 40%;
  padding-right: 0px;
}

.our-services-button-text {
  font-family: "League Gothic", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
}

.our-services-button-text.fontbutton {
  font-family: "League Gothic", sans-serif;
  letter-spacing: 0.04em;
}

.learn-more-button-text-block {
  color: #c5d3db;
}

.learn-more-button-arrow {
  color: #c5d3db;
}

.banner-image-wrapper {
  margin-right: -105px;
}

.card-circle {
  background-color: #b1b1b1;
}

.red-border-left {
  height: 50px;
  margin-top: 4px;
  margin-right: 20px;
  background-color: #ee1a23;
}

.red-button-long {
  margin-right: auto;
  margin-left: auto;
  background-color: #ee1a23;
  font-family: "League Gothic", sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.red-button-long.apply {
  border-color: #292a2e;
  background-color: #292a2e;
  color: #fff;
}

.red-button-long.hire {
  margin-top: 40px;
}

.red-button-long.hire:hover {
  border-color: #fff;
  color: #fff;
}

.red-button-long.button-hover-white:hover {
  border-color: #fff;
  color: #fff;
}

.red-button-long.button-hover-black:hover {
  border-radius: 2px;
}

.top-content {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(20, 8, 8, 0.5)),
      to(rgba(20, 8, 8, 0.5))
    ),
    url("../images/IMG_9964-Edit.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(20, 8, 8, 0.5),
      rgba(20, 8, 8, 0.5)
    ),
    url("../images/IMG_9964-Edit.jpg");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  text-align: center;
}

.top-content.ab {
  padding-top: 40px;
  background-color: transparent;
  background-image: none;
}

.top-content.hire {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(20, 8, 8, 0.6)),
      to(rgba(20, 8, 8, 0.6))
    ),
    url("../images/IMG_0114-Edit.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(20, 8, 8, 0.6),
      rgba(20, 8, 8, 0.6)
    ),
    url("../images/IMG_0114-Edit.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.top-content.donate {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.8)),
      to(rgba(0, 0, 0, 0.8))
    ),
    url("../images/IACY1080.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.8)
    ),
    url("../images/IACY1080.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.top-content.news {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.6)),
      to(rgba(0, 0, 0, 0.6))
    ),
    url("../images/TUGG_285.JPG");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("../images/TUGG_285.JPG");
  background-position: 0px 0px, 50% 60%;
  background-size: auto, cover;
}

.top-content.volunteer {
  background-image: url("../images/2019C-yasin.JPG");
  background-position: 50% 50%;
  background-size: cover;
}

.section-heading-center {
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.8px;
}

.section-heading-center._2 {
  margin-bottom: 60px;
  color: #1c1d21;
  font-size: 45px;
}

.section-heading-center._2.ab {
  font-size: 36px;
}

.section-heading-center.heading-black {
  margin-bottom: 60px;
  color: #1c1d21;
}

.section-heading-center.heading-black.margin-20 {
  margin-bottom: 20px;
}

.section-heading-center.margin-top {
  margin-top: 100px;
}

.professional-service-section-paragraph-text {
  font-family: "Roboto Slab", sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.professional-service-section-paragraph-text.hire {
  max-width: 800px;
}

.bottom-wrapper {
  padding-bottom: 100px;
}

.bottom-wrapper.margin-120 {
  padding-top: 100px;
  padding-bottom: 140px;
}

.bottom-wrapper.news {
  margin-top: -400px;
}

.tab-link.w--current {
  background-color: #ee1a23;
}

.tab-link-text {
  margin-right: 0px;
  font-family: "League Gothic", sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}

.tab-link-text.newbutton {
  font-size: 25px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

.tabs-content-wrapper.news {
  display: block;
}

.tabs-content-wrapper.center {
  text-align: center;
}

.tabs-content-wrapper.white-background {
  text-align: center;
}

.tabs-content-wrapper.white-background.width-100 {
  width: 100%;
}

.tabs-content-wrapper.width-80 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.tabs-content-wrapper.width-100 {
  width: auto;
}

.tabs-grid {
  margin-bottom: 40px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tabs-grid._2-col {
  margin-bottom: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.tabs-grid._2-col.margin-0 {
  margin-bottom: 0px;
}

.tabs-grid._2 {
  margin-bottom: 40px;
}

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

.tab-left-content {
  width: auto;
}

.text-wrapper-tabs {
  display: block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.heading-3-right {
  color: #1c1d21;
  font-size: 36px;
  text-align: left;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.heading-3-right._2 {
  text-align: left;
  text-transform: uppercase;
}

.heading-3-right._2._3 {
  text-align: center;
}

.heading-3-right.ab {
  text-align: center;
}

.tab-paragraph-text {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.tab-paragraph-text._2 {
  max-width: 90%;
  margin-right: 0px;
  margin-left: 0px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  text-align: left;
}

.tab-paragraph-text._2._4 {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  text-align: center;
}

.tab-right-image {
  max-width: 900%;
}

.footer-section {
  background-color: #21262c;
}

.footer-top-content {
  text-align: left;
}

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

.footer-singel-wrapper.desktop {
  text-align: right;
}

.footer-singel-wrapper.desktop._2 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.footer-form-wrapper._2 {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.footerr-form {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footerr-form._2 {
  text-align: left;
}

.footer-form-field-label {
  font-family: "League Gothic", sans-serif;
  font-size: 25px;
  letter-spacing: 0.03em;
}

.footer-form-button {
  background-color: #ee1a23;
}

.footer-menu-title {
  color: #fff;
  text-align: left;
}

.footer-menu-text-link {
  margin-bottom: 10px;
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.footer-menu-text-link:hover {
  color: #c5d3db;
}

.footer-contact-text.mb15 {
  font-family: "Roboto Slab", sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.footer-icon:hover {
  background-color: #ee1a23;
}

.mission-section.rc.ab {
  background-color: transparent;
}

.mission-section.rc.ab._3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mission-section.rc.fit {
  background-color: #fff;
}

.section-sigel-wrapper.mr65.ab {
  margin-right: 0px;
  margin-left: 65px;
}

.section-sigel-wrapper.left {
  margin-right: 0px;
}

.transport-left-content.ab {
  width: 800px;
}

.transport-text-wrapper {
  margin-bottom: 0px;
}

.section-heading {
  margin-bottom: 0px;
  text-align: left;
  letter-spacing: 0.6px;
}

.section-heading._2 {
  margin-top: 35px;
  margin-bottom: 0px;
  font-size: 36px;
}

.section-heading.ab {
  max-width: 100%;
  color: #1c1d21;
}

.section-heading.black {
  color: #1c1d21;
}

.text-wrapper {
  display: block;
  color: #fff;
}

.text-wrapper.ab {
  margin-bottom: 20px;
}

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

.section-paragraph-text {
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.section-paragraph-text.ab {
  color: #1c1d21;
}

.section-paragraph-text.black {
  color: #1c1d21;
}

.section-paragraph-text.home {
  margin-bottom: 40px;
}

.section-paragraph-text.padding-40 {
  padding-top: 0px;
  padding-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}

.section-paragraph-text.margin-60 {
  margin-bottom: 60px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}

.section-paragraph-text.margin-20 {
  margin-bottom: 20px;
}

.transport-counter-grid {
  display: -ms-grid;
  display: grid;
  width: 775px;
  grid-auto-flow: column;
  grid-auto-columns: 2fr;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 2fr 2fr;
  grid-template-columns: 2fr 2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block {
  font-family: "League Gothic", sans-serif;
  font-size: 45px;
  text-align: left;
  letter-spacing: 0.05px;
  text-transform: uppercase;
}

.number-info-text {
  font-family: "Roboto Slab", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.number-info-text.two.hire {
  margin-top: 10px;
  font-family: "League Gothic", sans-serif;
  color: #ee1a23;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.08px;
  text-decoration: none;
  text-transform: uppercase;
}

.slide-wrapper {
  padding: 0px;
  background-color: transparent;
}

.order-tracking-heading-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}

.red-line {
  width: 125px;
  margin: 20px 0px;
  background-color: #ee1a23;
}

.order-tracking-circel {
  position: relative;
  left: -24%;
  display: block;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: red;
  border-radius: 0%;
  background-color: red;
}

.our-sponsors {
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: transparent;
  text-align: center;
}

.hiring-partners-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  background-color: #fff;
}

.hiring-wrapper {
  border-top: 1px solid #a5a5a5;
  border-left: 1px none #000;
  background-color: #fff;
}

.hiring-wrapper.top-boder {
  border-bottom: 1px solid #a5a5a5;
  background-color: #fff;
}

.hiring-wrapper.top-boder.no-bottom-border {
  border-bottom-width: 0px;
}

.partners-image {
  max-height: 125px;
  padding-right: 0px;
  padding-left: 0px;
}

.partners-image.maxwidth {
  max-width: 70%;
}

.partners-image.makebigger {
  max-height: 250px;
}

.partners-image.full-width {
  max-height: 250px;
}

.corporate-partners {
  display: none;
}

.corporate-partners.section-animation.hire {
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #1c1d21;
}

.our-impact-counter-up-singel-wrapper.mb20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
}

.our-impact-text-wrapper {
  color: #000;
}

.our-impact-heading {
  color: #000;
}

.our-impact-heading.hire {
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.our-impact-paragraph-text {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
}

.our-mission {
  margin-bottom: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1c1d21;
}

.three-photo-section-wrapper.news {
  display: block;
  text-align: left;
}

.small-image-one {
  max-width: 25%;
}

.small-image-two {
  max-width: 25%;
}

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

.section-heading-white.news {
  margin-bottom: 20px;
  text-align: left;
}

.section-heading-white.margin-20 {
  margin-bottom: 20px;
}

.text-with-title-wrapper {
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-with-title-wrapper.donate {
  margin-bottom: 20px;
}

.small-title {
  font-family: "League Gothic", sans-serif;
  color: #ee1a23;
  font-size: 28px;
}

.small-title.press {
  text-align: left;
  text-transform: uppercase;
}

.small-title.news {
  text-transform: uppercase;
}

.small-title.awards {
  color: #1c1d21;
  font-size: 16px;
  letter-spacing: 0.2px;
}

.our-mission-paragraph-text {
  color: #fff;
  text-align: center;
}

.our-mission-paragraph-text.press {
  text-align: left;
}

.contact-us-form-singel {
  width: 100%;
}

.contact-us-form-singel.width-80 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.contact-us-submit-button._2 {
  width: 100%;
  background-color: #ee1a23;
  font-family: "League Gothic", sans-serif;
  font-size: 25px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

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

.overflow-hidden._2 {
  text-align: left;
}

.overflow-hidden._2._3 {
  margin-top: 10px;
  text-align: center;
}

.overflow-hidden.img {
  padding-top: 20px;
  padding-bottom: 20px;
}

.overflow-hidden.img._2 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.overflow-hidden.appl {
  margin-top: 40px;
}

.overflow-hidden.ab {
  margin-bottom: 40px;
}

.overflow-hidden.press {
  text-align: left;
}

.overflow-hidden.news {
  margin-bottom: 100px;
}

.application-section {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.6)),
      to(rgba(0, 0, 0, 0.6))
    ),
    url("../images/_2019c-group.jpeg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("../images/_2019c-group.jpeg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.have-questions-title {
  color: #fff;
  text-align: left;
}

.application-paragraph {
  color: #fff;
  text-align: left;
}

.have-questions-button-wrapper {
  text-align: left;
}

.slide {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url("../images/IMG_0110-Edit.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.slider {
  width: 375px;
  height: 550px;
}

.slide-2 {
  background-image: url("../images/IMG_9842-Edit.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

.slide-3 {
  background-image: url("../images/IMG_0037-Edit.jpg");
  background-position: 0px 0px;
  background-size: cover;
}

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

.numbers-block {
  width: 100%;
  margin-left: 0px;
}

.heading-2 {
  font-family: "League Gothic", sans-serif;
  color: #1c1d21;
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
}

.heading-2.ab {
  margin-bottom: 20px;
  color: #fff;
  font-size: 36px;
  text-align: left;
}

.paragraph {
  font-family: "Roboto Slab", sans-serif;
  color: #979797;
  font-size: 14px;
  text-align: center;
}

.paragraph.ab {
  color: #fff;
  font-style: normal;
  text-align: left;
}

.paragraph.small-text {
  font-size: 14px;
}

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

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

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

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

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

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

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

.image {
  height: 55px;
  max-width: 80%;
  margin-right: 10px;
  margin-left: 20px;
  padding-right: 20px;
}

.newsletter-section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #1c1d21;
  background-image: url("../images/skyline-background.png");
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
}

.heading-6 {
  margin-top: 0px;
  font-family: "League Gothic", sans-serif;
  color: #fff;
  font-size: 55px;
  text-align: center;
  text-transform: uppercase;
}

.paragraph-5 {
  color: #fff;
}

.background-video {
  height: 50vh;
}

.div-block-2 {
  height: 55vh;
}

.grid-3 {
  margin-left: 45px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paraab {
  color: #fff;
  font-weight: 300;
}

.tabs-menu {
  margin-bottom: 40px;
  font-family: "League Gothic", sans-serif;
  color: #fff;
}

.text-block-2 {
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.tab-link-tab-1 {
  margin-right: 10px;
  background-color: red;
}

.tab-link-tab-1.w--current {
  background-color: #c90000;
}

.tab-link-tab-2 {
  margin-right: 10px;
  background-color: red;
}

.tab-link-tab-3 {
  background-color: #ee1a23;
}

.tab-link-tab-3.w--current {
  background-color: red;
}

.image-2 {
  max-width: 100%;
}

.tabs {
  margin-top: 40px;
  margin-left: 45px;
}

.red {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ee1a23;
  background-image: url("../images/design-3.png");
  background-position: 0px 0px;
  background-size: auto;
}

.red.hire {
  display: none;
  padding-bottom: 140px;
  background-color: #1c1d21;
  background-image: none;
}

.page {
  display: block;
}

.popup {
  display: none;
}

.popup.ayanna {
  display: none;
}

.popup.leon {
  display: none;
}

.popup.stephanie {
  display: none;
}

.popup.lexi {
  display: none;
}

.popup.atiya {
  display: none;
}

.popup.alex {
  display: none;
}

.popup.vonds {
  display: none;
}

.popup.ellie {
  display: none;
}

.popup.erica {
  display: none;
}

.popup.chiderah {
  display: none;
}

.popup.del {
  display: none;
}

.popup.david {
  display: none;
}

.popup.dunia {
  display: none;
}

.popup.ester {
  display: none;
}

.popup.susan {
  display: none;
}

.team_item {
  padding-right: 20px;
  padding-left: 20px;
}

.popup_bg {
  display: block;
}

.team-wrapper {
  padding-right: 8em;
  padding-left: 8em;
}

.section-2 {
  text-decoration: none;
}

.team_card {
  text-decoration: none;
}

.team-img {
  display: block;
}

.team_title-wrap {
  display: block;
  text-decoration: none;
}

.team_underline {
  background-color: #ee1a23;
  color: #fff;
  line-height: 20px;
}

.team_name {
  font-family: "League Gothic", sans-serif;
  color: #1c1d21;
  font-size: 36px;
  letter-spacing: 0.09px;
  text-decoration: none;
  text-transform: uppercase;
}

.popup_name {
  font-family: "League Gothic", sans-serif;
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.popup_title {
  font-family: "League Gothic", sans-serif;
  color: #ee1a23;
  font-size: 26px;
  letter-spacing: 0.8px;
}

.popup_rich {
  font-family: "Roboto Slab", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.heading-7 {
  font-family: "League Gothic", sans-serif;
  font-size: 55px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.team-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "League Gothic", sans-serif;
  color: #ee1a23;
  font-size: 24px;
  text-align: left;
  letter-spacing: 0.05px;
  text-transform: uppercase;
}

.recent {
  color: #fff;
}

.recent_line {
  background-color: #ee1a23;
  font-family: "League Gothic", sans-serif;
}

.demo-day-content {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3em;
  padding-right: 0em;
  padding-left: 0em;
}

.demo_paragraph {
  font-family: "League Gothic", sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.demo_paragraph.hire {
  max-width: 600px;
  font-family: "Roboto Slab", sans-serif;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  text-align: left;
  text-transform: none;
}

.recent_text {
  font-family: "League Gothic", sans-serif;
  font-size: 55px;
  letter-spacing: 0.2px;
}

.container-3.hero {
  height: 80vh;
  background-color: #1c1d21;
}

.section-3.hero {
  margin-bottom: 100px;
}

.hero_left {
  padding-top: 0em;
  padding-bottom: 0em;
}

.hero_left.donate {
  padding-top: 0em;
}

.arrow_image {
  width: 3em;
  margin-right: 10px;
  color: #8b8b8b;
}

.text1 {
  display: none;
}

.text2 {
  display: none;
}

.color {
  display: none;
}

.slide2_img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.paragraph-6 {
  color: #adadad;
  font-size: 16px;
  font-style: italic;
}

.heading-9 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.div-block-3 {
  padding: 0px 20px;
  background-color: #ee1a23;
  text-decoration: none;
}

.div-block-3.donate {
  max-width: 7%;
  margin-right: auto;
  margin-left: auto;
}

.lightbox-link {
  text-decoration: none;
}

.lightbox-link-2 {
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

.donate.img {
  max-width: 60%;
  margin-bottom: 60px;
}

.paragraph-7 {
  display: block;
  max-width: 30%;
  margin: 40px auto 0px;
  color: #6d6d6d;
  text-align: center;
}

.italic-text {
  text-decoration: none;
}

.lightbox-link-3 {
  text-decoration: none;
}

.lightbox-link-4 {
  text-decoration: none;
}

.lightbox-link-5 {
  text-decoration: none;
}

.lightbox-link-6 {
  text-decoration: none;
}

.image-4 {
  padding-right: 20px;
}

.image-5 {
  padding-right: 20px;
}

.image-6 {
  padding-right: 20px;
}

.image-7 {
  margin-bottom: 20px;
}

.paragraph-8 {
  width: 100%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
  text-decoration: none;
}

.mission-grid {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.section-title.margin-60 {
  margin-bottom: 60px;
}

.column-padding {
  padding-top: 10px;
  padding-bottom: 60px;
}

.paragraph-text-white {
  font-weight: 400;
  text-align: center;
}

.paragraph-text-white.width {
  width: 70%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.paragraph-text-white.width-60 {
  width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.paragraph-text-white.align-right {
  text-align: left;
}

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

.hiring-partners-section {
  padding-bottom: 100px;
}

.section {
  padding: 150px;
}

.section.black-section {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #1c1d21;
}

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

.section.black-section.padding-100.centered {
  text-align: center;
}

.section.black-section.team-hero {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.8)),
      to(rgba(0, 0, 0, 0.8))
    ),
    url("../images/TUGG_060-copy.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.8)
    ),
    url("../images/TUGG_060-copy.jpg");
  background-position: 0px 0px, 50% 28%;
  background-size: auto, cover;
}

.section.padding-0 {
  height: 75vh;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-image: url("../images/IMG_9921-Edit.jpg");
  background-position: 100% 55%;
  background-size: cover;
}

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

.section.padding-100.company-logos {
  text-align: center;
}

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

.program-h3 {
  color: #fff;
  font-size: 34px;
}

.red-numbers {
  color: #ee1a23;
}

.paragraph-width {
  width: 70%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

.faq.transparent {
  border-width: 0px;
  border-radius: 0px;
  background-color: #ee1a23;
}

.faq.transparent.news {
  width: 40%;
}

.faq-answer.white {
  font-size: 16px;
}

.faq-p {
  border-radius: 0px;
}

.faq-p.width-40 {
  width: 40%;
  max-width: 500px;
}

.faq-p.news {
  margin-top: 60px;
}

.faq-body-cont.nobg.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
}

.toggle-text {
  margin-right: auto;
  font-family: "League Gothic", sans-serif;
  font-size: 25px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.faq-arrow {
  text-align: left;
}

.link {
  color: #ee1a23;
}

.application-form {
  padding: 140px 0px;
}

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

.team-grid.staff {
  margin-bottom: 100px;
}

.team-bio {
  margin-bottom: 60px;
  color: #fff;
}

.demo-day-slider {
  height: auto;
  margin-bottom: 40px;
  background-color: transparent;
}

.dd-slide-1 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.9)),
      to(rgba(0, 0, 0, 0.9))
    ),
    url("../images/dd-1.jpeg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.9)
    ),
    url("../images/dd-1.jpeg");
  background-position: 0px 0px, 50% 30%;
  background-size: auto, auto;
}

.dd-slide-2 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.8)),
      to(rgba(0, 0, 0, 0.8))
    ),
    url("../images/dd2.jpeg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.8)
    ),
    url("../images/dd2.jpeg");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
}

.image-8 {
  margin-bottom: 0px;
}

.video {
  margin-bottom: 0px;
}

.text-span {
  color: #ee1a23;
}

.paragraph-10 {
  margin-bottom: 20px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-no-underline {
  text-decoration: none;
}

.white-span {
  color: #fff;
}

.news-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paragraph-11 {
  width: 75%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: center;
}

.awards-grid {
  justify-items: center;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.award-logo {
  height: 55px;
  margin-top: auto;
  margin-bottom: 20px;
}

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

.dd-slide-3 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.8)),
      to(rgba(0, 0, 0, 0.8))
    ),
    url("../images/dd_0002_Layer-1.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.8),
      rgba(0, 0, 0, 0.8)
    ),
    url("../images/dd_0002_Layer-1.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.dd-slide-4 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.6)),
      to(rgba(0, 0, 0, 0.6))
    ),
    url("../images/dd_0001_Layer-2.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    url("../images/dd_0001_Layer-2.jpg");
  background-position: 0px 0px, 0px 0px;
  background-size: auto, auto;
}

.dd-slide-5 {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.9)),
      to(rgba(0, 0, 0, 0.9))
    ),
    url("../images/dd_0000_Layer-3.jpg");
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.9)
    ),
    url("../images/dd_0000_Layer-3.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, auto;
}

.background-video-2 {
  width: 100%;
  height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
}

.background-video-6 {
  display: block;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0.5))
  );
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5)
  );
}

.ths13-menu-nav-link-text {
  font-family: "League Gothic", sans-serif;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
}

.mobileNav {
  display: none;
}

@media (min-width: 100px) and (max-width: 991px) {
  .application-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .bottom-wrapper {
    margin-top: -415px;
  }
  
  
  .contact-us-form-input {
    height: 50px;
  }
  
  .contact-us-form-input {
    height: 45px;
  }
  
  .contact-us-form-singel-wrapper {
    margin-bottom: 20px;
  }
  
  
  .contact-us-submit-button {
    padding: 14px 25px;
    font-size: 16px;
  }
  
  .container {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  
  
  .container.home-banner {
    padding: 40px 20px;
  }
  
  .container.nav {
    max-height: 50px;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }
  
  
  .corporate-partners {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .demo-day-content {
    padding-top: 60px;
  }
  
  .dropdown-list {
    left: 0px;
    width: 100%;
    padding-left: 25px;
  }
  
  .dropdown-list.w--open {
    position: static;
  }
  
  .dropdown-wrapper {
    display: block;
    margin-right: 0px;
    margin-bottom: 25px;
  }
  
  .faq-p {
    min-height: auto;
    background-color: transparent;
  }


  .footer-address-text-block {
    font-size: 15px;
    line-height: 20px;
  }
  
  .footer-bottom-singel-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .footer-bottom-text-wrapper {
    text-align: center;
  }
  
  .footer-contact-text,
  .footer-contact-text.mb15 {
    font-size: 15px;
    text-align: left;
  }
  
  .footer-grid {
    grid-column-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  
  .footer-icon {
    font-size: 16px;
  }
  
  .footer-icon {
    width: 30px;
    height: 30px;
  }
  
  .footer-icons-wrapper {
    margin-bottom: 10px;
  }

  
  .footer-menu-text-link {
    margin-bottom: 15px;
    font-size: 15px;
  }
  
  .footer-menu-title {
    font-size: 20px;
    line-height: 24px;
  }
  
  .footer-singel-wrapper.desktop {
    display: none;
  }
  
  .footer-singel-wrapper.mobile {
    display: block;
    margin-bottom: 40px;
  }
  
  .footer-top-content {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .heading {
    margin-bottom: 15px;
    font-size: 42px;
    line-height: 52px;
  }
  
  .heading-3-right {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
  }
  
  .hero-heading {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 46px;
  }
  
  .hero-paragraph-text {
    max-width: 600px;
    font-size: 18px;
    line-height: 24px;
  }
  
  .hero_left {
    width: 100%;
    height: auto;
    padding-right: 4vw;
    padding-left: 4vw;
  }
  
  .hero_right {
    overflow: hidden;
    height: 58em;
    padding-right: 4vw;
    padding-left: 4vw;
    font-size: 1vw;
  }
  
  .hiring-partners-grid {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  
  .hiring-wrapper {
    height: auto;
    padding: 20px 5px;
  }

  
  .imapct-div {
    width: 100%;
  }
  
  .inner-banner {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  
  .inner-banner {
    padding-bottom: 80px;
  }
  
  .inner-banner {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  
  .inner-banner-heading {
    font-size: 52px;
    line-height: 62px;
  }
  
  .inner-banner-heading {
    font-size: 42px;
    line-height: 52px;
  }
  
  .inner-banner-heading {
    font-size: 35px;
    line-height: 45px;
  }
  
  .inner-banner-text-link {
    font-size: 18px;
  }
  
  .learn-more-button-wrapper {
    padding: 13px 25px;
  }
  
  .license-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .license-icon-grid {
    grid-column-gap: 30px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  
  .license-icon-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }
  
  .license-icon-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .license-icon-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .license-paragraph-text {
    font-size: 18px;
    line-height: 28px;
  }
  
  .license-paragraph-text {
    font-size: 17px;
  }
  
  .license-paragraph-text {
    font-size: 16px;
  }
  
  .license-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .license-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .license-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .license-singel-wrapper {
    margin-bottom: 50px;
  }
  
  .license-text-wrapper {
    margin-bottom: 40px;
  }
  
  .license-title {
    font-size: 32px;
    line-height: 42px;
  }
  
  .license-title {
    font-size: 28px;
    line-height: 38px;
  }
  
  .license-title-wrapper {
    margin-bottom: 20px;
  }
  
  .license-title-wrapper {
    padding-bottom: 5px;
  }
  
  .license-wrapper {
    padding: 50px 30px;
  }
  
  .license-wrapper {
    padding: 40px 15px;
  }
  
  .link-blog-wrapper {
    width: 50px;
    height: 35px;
  }
  
  .list-dot {
    height: 5px;
  }
  
  .logo-link-block {
    padding-left: 0px;
  }
  
  .logo-link-block.w--current {
    padding-left: 0px;
  }
  
  .main-image {
    margin-bottom: 40px;
  }
  
  .menu-button {
    padding: 0px;
  }
  
  .menu-button-2 {
    margin-top: 25px;
    padding-top: 18px;
    clear: both;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    color: #fff;
  }
  
  .menu-button-2 {
    margin-top: 0px;
    padding-top: 18px;
    padding-bottom: 0px;
    background-color: transparent;
  }
  
  .menu-button-2.w--open {
    background-color: transparent;
  }
  
  .menu-button-2.whitebg {
    padding-top: 20px;
  }
  
  .menu-button.w--open {
    background-color: transparent;
  }
  
  .mission-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .mission-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .mission-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .mobileNav {
    display: flex;
  }
  
  .nav-link {
    margin-right: 0px;
    margin-bottom: 25px;
    color: #fff;
  }
  
  .nav-link-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .nav-link-2.book {
    display: block;
  }
  
  .nav-link.w--current {
    color: #c3d3e0;
  }
  
  .nav-menu {
    padding: 60px 20px;
    background-color: #1c1d21;
  }
  
  .nav-menu {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: auto;
    display: block;
    height: 100vh;
    padding-top: 100px;
    background-color: #1c1d21;
  }
  
  .navbar {
    margin-top: 0px;
    padding: 10px 0;
  }
  
  .navbar-2 {
    overflow: visible;
  }
  
  .navbar-2 {
    position: relative;
    z-index: 999999;
    overflow: visible;
    margin-top: 0px;
  }
  
  .navbar-logo {
    width: auto;
    max-height: 50px;
    max-width: none;
  }
  
  .navbar-wrapper {
    max-height: 50px;
  }
  
  .navmenu {
    z-index: 99999999999;
    background-color: #a56550;
    color: #fff;
  }
  
  .navmenu {
    position: static;
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    padding-top: 10px;
    float: none;
    background-color: #a56550;
    opacity: 1;
  }
  
  .not-found-button {
    padding: 14px 25px;
    font-size: 16px;
  }
  
  .not-found-button {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
  }
  
  .not-found-image {
    width: 200px;
  }
  
  .not-found-image {
    width: 150px;
  }
  
  .not-found-paragraph-text {
    font-size: 17px;
  }
  
  .not-found-paragraph-text {
    font-size: 14px;
    line-height: 24px;
  }
  
  .not-found-section {
    padding-bottom: 100px;
  }
  
  .not-found-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .not-found-text-wrapper {
    margin-top: 30px;
  }
  
  .not-found-text-wrapper {
    margin-top: 20px;
  }
  
  .not-found-title {
    margin-bottom: 15px;
  }
  
  .not-found-wrapper {
    padding: 60px 20px;
  }
  
  .not-found-wrapper {
    padding: 40px 15px;
  }
  
  .number-info.two {
    margin-top: 5px;
  }
  
  .numbers {
    height: 42px;
  }
  
  .numbers.two {
    height: 60px;
  }
  
  .order-tracking-circel {
    left: -9%;
  }
  
  .order-tracking-circel {
    left: -14%;
  }
  
  .order-tracking-circel {
    left: -10%;
  }
  
  .order-tracking-circel._2nd {
    right: -9%;
  }
  
  .order-tracking-circel._2nd {
    right: -14%;
  }
  
  .order-tracking-circel._2nd {
    right: -10%;
  }
  
  .order-tracking-input {
    height: 45px;
  }
  
  .our-globe-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
  }
  
  .our-globe-image-wrapper {
    margin-bottom: 20px;
  }
  
  .our-globe-info-text.mb15 {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 27px;
  }
  
  .our-globe-name {
    margin-bottom: 10px;
  }
  
  .our-globe-section {
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .our-globe-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .our-globe-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .our-globe-slider-left-arrow {
    left: 0px;
    top: -15%;
    right: auto;
  }
  
  .our-globe-slider-left-arrow {
    font-size: 16px;
  }
  
  .our-globe-slider-mask {
    max-width: 300px;
  }
  
  .our-globe-slider-right-arrow {
    top: -15%;
    right: 0%;
  }
  
  .our-globe-slider-right-arrow {
    font-size: 16px;
  }
  
  .our-impact-counter-up-singel-wrapper {
    height: 200px;
  }
  
  .our-impact-counter-up-singel-wrapper {
    width: 100%;
  }
  
  .our-impact-counter-up-singel-wrapper {
    height: 150px;
  }
  
  .our-impact-counter-up-singel-wrapper.desktop {
    display: none;
  }
  
  .our-impact-counter-up-singel-wrapper.mb20 {
    margin-bottom: 0px;
  }
  
  .our-impact-counter-up-singel-wrapper.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .our-impact-counter-up-singel-wrapper.mt80 {
    margin-top: 0px;
  }
  
  .our-impact-counter-up-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
  
  .our-impact-counter-up-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .our-impact-heading {
    max-width: 100%;
  }
  
  .our-impact-heading {
    font-size: 40px;
    line-height: 50px;
  }
  
  .our-impact-heading {
    margin-bottom: 15px;
    font-size: 27px;
    line-height: 37px;
  }
  
  .our-impact-paragraph-text {
    font-size: 18px;
    line-height: 28px;
  }
  
  .our-impact-paragraph-text {
    font-size: 15px;
    line-height: 25px;
  }
  
  .our-impact-text-wrapper {
    width: 100%;
  }
  
  .our-impact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .our-mission {
    padding-bottom: 100px;
  }
  
  .our-mission {
    padding-bottom: 60px;
  }
  
  .our-mission-left-content {
    width: 100%;
    margin-bottom: 40px;
  }
  
  
  .paragraph-12 {
    font-size: 12px;
  }
  
  .popup_contain {
    max-width: 49em;
  }
  
  .popup_content {
    width: 100%;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  
  .popup_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  
  .popup_name {
    font-size: 4em;
  }
  
  .popup_name {
    font-size: 3.4em;
  }
  
  .popup_rich {
    font-size: 0.9em;
  }
  
  .popup_visual {
    display: none !important;
  }
  
  .popup_visual {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .professional-service-section-paragraph-text {
    font-size: 17px;
  }
  
  .professional-service-section-paragraph-text {
    font-size: 16px;
  }
  
  .program-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
  
  .protected-password-image {
    width: 100px;
    margin-bottom: 20px;
  }
  
  .protected-password-image {
    width: 80px;
  }
  
  .protected-password-paragraph-text {
    font-size: 17px;
  }
  
  .protected-password-paragraph-text {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }
  
  .protected-password-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .protected-password-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .protected-password-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .protected-password-submit-button {
    height: 50px;
    font-size: 18px;
  }
  
  .protected-password-submit-button {
    height: 45px;
    font-size: 16px;
  }
  
  .protected-password-text-field {
    min-height: 50px;
    margin-bottom: 20px;
  }
  
  .protected-password-text-field {
    min-height: 45px;
    padding-left: 20px;
  }
  
  .protected-password-title {
    margin-bottom: 15px;
  }
  
  .protected-password-title {
    font-size: 26px;
  }
  
  .protected-password-wrapper {
    padding: 60px 20px;
  }
  
  .protected-password-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .rail-freight-paragraph-text {
    font-size: 18px;
    line-height: 28px;
  }
  
  .rail-freight-paragraph-text {
    font-size: 16px;
  }
  
  .rail-freight-play-button-wrapper {
    width: 80px;
  }
  
  .rail-freight-play-button-wrapper {
    width: 50px;
  }
  
  .rail-freight-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .rail-freight-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .rail-freight-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .rail-freight-title {
    font-size: 33px;
    line-height: 43px;
  }
  
  .rail-freight-title {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 34px;
  }
  
  .rail-freight-title {
    margin-top: 20px;
    font-size: 21px;
  }
  
  .red-border-left {
    display: none;
    height: 40px;
    margin-top: 15px;
    margin-right: 20px;
  }
  
  .red-border-left {
    display: block;
    width: 4px;
    height: 28px;
    margin-top: 0px;
    margin-right: 10px;
  }
  
  .red-button {
    padding: 13px 25px;
  }
  
  .red-button-long {
    padding: 14px 25px;
    font-size: 16px;
  }
  
  .red-button-long {
    padding: 12px 20px;
    text-align: center;
  }
  
  .right-content {
    width: 100%;
  }
  
  .section-faq {
    padding: 100px 15px;
  }
  
  .section-heading {
    font-size: 42px;
  }
  
  .section-heading {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }
  
  .section-heading {
    font-size: 22px;
    line-height: 28px;
  }
  
  .section-heading-center {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 44px;
  }
  
  .section-heading-center {
    font-size: 28px;
    line-height: 38px;
  }
  
  .section-heading-white {
    font-size: 38px;
    line-height: 48px;
  }
  
  .section-heading-white {
    font-size: 34px;
    line-height: 44px;
  }
  
  .section-paragraph-text {
    margin-right: auto;
    margin-left: auto;
  }
  
  .section-paragraph-text {
    font-size: 18px;
  }
  
  .section-paragraph-text {
    font-size: 15px;
    line-height: 25px;
  }
  
  .section-sigel-wrapper {
    margin-right: auto;
    margin-left: auto;
  }
  
  .section-sigel-wrapper.mr65 {
    margin-right: 0px;
    margin-bottom: 40px;
  }
  
  .section-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .section.padding-100 {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .select-tabs-menu {
    margin-bottom: 40px;
  }
  
  .service-details-list-paragraph-text {
    font-size: 18px;
    line-height: 28px;
  }
  
  .service-details-list-paragraph-text {
    font-size: 17px;
  }
  
  .service-details-list-wrapper {
    max-width: 100%;
    padding-right: 45px;
    padding-left: 20px;
  }
  
  .service-details-list-wrapper {
    margin-top: -40px;
    padding-right: 20px;
    padding-left: 15px;
  }
  
  .service-details-list-wrapper {
    margin-top: 0px;
    padding: 20px 10px;
  }
  
  .service-details-paragraph-text {
    font-size: 18px;
  }
  
  .service-details-paragraph-text {
    font-size: 17px;
    line-height: 27px;
  }
  
  .service-details-paragraph-text {
    font-size: 16px;
    line-height: 26px;
  }
  
  .service-details-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .service-details-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .service-details-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .service-details-title {
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 52px;
  }
  
  .service-details-title {
    font-size: 38px;
    line-height: 48px;
  }
  
  .service-details-title {
    font-size: 30px;
    line-height: 40px;
  }
  
  .service-tab-link-image {
    height: 20px;
  }
  
  .service-tab-pane-image-wrapper {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  
  .service-tab-pane-play-button-link {
    width: 60px;
  }
  
  .service-tab-pane-play-button-link {
    width: 50px;
  }
  
  .service-tab-pane-play-button-wrapper {
    position: absolute;
    left: 0%;
    right: 0px;
    text-align: center;
  }
  
  .services-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  
  .services-collection-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  
  .services-collection-list {
    grid-row-gap: 20px;
  }
  
  .services-description-text {
    font-size: 17px;
    line-height: 27px;
  }
  
  .services-image {
    width: 40px;
    height: 40px;
  }
  
  .services-image-wrapper {
    margin-bottom: 20px;
  }
  
  .services-name {
    font-size: 28px;
    line-height: 38px;
  }
  
  .services-name {
    font-size: 25px;
    line-height: 35px;
  }
  
  .services-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .services-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .services-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .services-section-heading {
    font-size: 32px;
    line-height: 42px;
  }
  
  .services-section-heading {
    font-size: 25px;
    line-height: 35px;
  }
  
  .services-section-heading.black {
    font-size: 24px;
    line-height: 34px;
  }
  
  .services-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
  
  .services-section-title {
    margin-bottom: 20px;
  }
  
  .services-section-title-wrapper {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .services-section-title-wrapper {
    margin-bottom: 50px;
  }
  
  .services-section-title-wrapper.mb55 {
    margin-bottom: 40px;
  }
  
  .services-section-title.width-750 {
    width: 100%;
    margin-bottom: 60px;
  }
  
  .services-section-title.width-750 {
    width: 100%;
  }
  
  .services-section-two {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .services-section-two {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .services-section-two {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .singel-heading._1 {
    font-size: 50px;
    line-height: 60px;
  }
  
  .singel-heading._1 {
    font-size: 33px;
    line-height: 43px;
  }
  
  .singel-heading._2 {
    font-size: 38px;
    line-height: 48px;
  }
  
  .singel-heading._2 {
    font-size: 28px;
    line-height: 38px;
  }
  
  .singel-heading._3 {
    font-size: 28px;
    line-height: 38px;
  }
  
  .singel-heading._3 {
    font-size: 24px;
    line-height: 34px;
  }
  
  .singel-heading._5 {
    font-size: 18px;
    line-height: 28px;
  }
  
  .slide-wrapper {
    width: 100%;
  }
  
  .slide-wrapper {
    padding-right: 15px;
    padding-bottom: 30px;
    padding-left: 15px;
  }
  
  .slide2_img {
    height: 46em;
  }
  
  .slider {
    margin-top: 40px;
  }
  
  .small-image-one {
    display: none;
  }
  
  .small-image-two {
    display: none;
  }
  
  .splide.splide2 {
    width: 100%;
  }
  
  .splide__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .splide__slide {
    margin-top: 0em;
    padding-top: 0em;
    padding-bottom: 10em;
  }
  
  .style-guide-button {
    padding: 13px 20px;
    font-size: 16px;
  }
  
  .style-guide-button.bg-none {
    font-size: 15px;
  }
  
  .style-guide-paragraph-font-size {
    font-size: 18px;
  }
  
  .style-guide-paragraph-title {
    font-size: 42px;
    line-height: 52px;
  }
  
  .style-guide-paragraph-title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 42px;
  }
  
  .style-guide-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .style-guide-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .style-guide-singel-wrapper {
    margin-bottom: 60px;
  }
  
  .style-guide-text-style-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  
  .style-guide-text-style-wrapper {
    margin-bottom: 40px;
  }
  
  .style-guide-title {
    font-size: 32px;
    line-height: 42px;
  }
  
  .style-guide-title-wrapper {
    margin-bottom: 30px;
  }
  
  .style-guide-typeface-title {
    font-size: 42px;
  }
  
  .style-guide-typeface-title {
    font-size: 32px;
    line-height: 42px;
  }
  
  .tab-left-content {
    margin-bottom: 40px;
  }
  
  .tab-link {
    margin-right: 10px;
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .tab-link {
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  
  .tab-link {
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 17px;
    line-height: 27px;
  }
  
  .tab-link.mr0 {
    font-size: 15px;
  }
  
  .tab-paragraph-text {
    max-width: 100%;
    margin-bottom: 25px;
    font-size: 18px;
  }
  
  .tab-paragraph-text {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }
  
  .tab-right-image {
    width: 100%;
  }
  
  .tabs-content-wrapper {
    padding-right: 40px;
    padding-left: 40px;
  }
  
  .tabs-content-wrapper {
    padding: 40px 20px;
  }
  
  .tabs-content-wrapper {
    padding: 30px 15px;
  }
  
  .tabs-content-wrapper.center {
    text-align: center;
  }
  
  .tabs-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  
  .tabs-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  
  .tabs-grid._2-col {
    display: block;
  }
  
  .tabs-grid.margin-40 {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  
  .team-detais-image {
    width: 100%;
  }
  
  .team-detais-image-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .team-detais-info-text-block {
    font-size: 16px;
    line-height: 26px;
  }
  
  .team-detais-info-wrapper {
    width: 100%;
  }
  
  .team-detais-name {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 30px;
  }
  
  .team-detais-paragraph-text {
    font-size: 14px;
  }
  
  .team-detais-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .team-detais-wrapper {
    padding: 20px 15px;
  }
  
  .team-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto;
  }
  
  .team-grid.staff {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }
  
  .team-member-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .team-member-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .team-member-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .team-members-collection-list {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  
  .team-members-collection-list {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  
  .team-members-name {
    font-size: 22px;
    line-height: 32px;
  }
  
  .team-members-name {
    margin-bottom: 5px;
    font-size: 20px;
  }
  
  .team-members-name-info-wrapper {
    max-width: 100%;
    margin-top: 0px;
  }
  
  .team-members-name-info-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .team-members-section-paragraph-text {
    font-size: 16px;
  }
  
  .team-members-section-paragraph-text {
    font-size: 15px;
    line-height: 25px;
  }
  
  .team-members-section-title {
    margin-bottom: 15px;
  }
  
  .team-members-section-title {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 46px;
  }
  
  .team-members-section-title-wrapper {
    margin-bottom: 45px;
  }
  
  .team-single-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .team-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  
  .team_card.erica {
    text-align: center;
  }
  
  .team_grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  
  .team_name {
    text-align: left;
  }
  
  .text-block {
    font-size: 32px;
    line-height: 42px;
  }
  
  .text-block.two {
    font-size: 50px;
    line-height: 60px;
  }
  
  .text-with-title-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
  }
  
  .text-with-title-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
  .text-wrapper {
    display: block;
  }
  
  .text-wrapper-tabs {
    width: 100%;
  }
  
  .three-photo-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  
  .three-photo-section-wrapper {
    text-align: center;
  }
  
  .ths13-menu-2 {
    top: -100%;
  }
  
  .ths13-menu-icon-wrapper {
    margin-top: 5px;
  }
  
  .ths13-menu-link-wrapper {
    position: absolute;
    left: auto;
    top: 10px;
    right: 0%;
    bottom: auto;
    z-index: 9;
  }
  
  .ths13-menu-nav-link-text {
    font-family: "League Gothic", sans-serif;
    font-size: 50px;
    line-height: 75px;
    text-transform: uppercase;
  }
  
  .toggle-text {
    font-size: 11px;
  }
  
  .top-content {
    padding-top: 60px;
  }
  
  .top-content {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .track-now-button {
    height: 45px;
    font-size: 16px;
  }
  
  .track-now-heading {
    font-size: 17px;
  }
  
  .transport-counter-grid {
    grid-column-gap: 100px;
  }
  
  .transport-counter-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  
  .transport-counter-image-wrapper {
    width: 61px;
  }
  
  .transport-counter-up-wrapper {
    margin-right: auto;
    margin-left: auto;
  }
  
  .transport-counter-up-wrapper {
    max-width: 100%;
  }
  
  .transport-left-content {
    width: 100%;
    text-align: center;
  }
  
  .transport-text-wrapper {
    margin-bottom: 40px;
  }
  
  .typeface-font-text-block {
    font-size: 16px;
  }
  
  .typography-button {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  
  .why-choose-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
}

#w-node-ce3ac878-4691-d40f-b2f4-f85b2ab9dd12-2ab9dcfc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ce3ac878-4691-d40f-b2f4-f85b2ab9dd20-2ab9dcfc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ce3ac878-4691-d40f-b2f4-f85b2ab9dd30-2ab9dcfc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ce3ac878-4691-d40f-b2f4-f85b2ab9dd00-2ab9dcfc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd7a7-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd819-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd82a-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd832-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd83b-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd845-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd85d-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd862-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd867-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd86c-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd871-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd876-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd87b-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd880-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd885-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd88a-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd88f-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd894-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd83b-bf45b84b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd845-bf45b84b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e35fbbc6-918e-f2bb-faaa-ba8e73e3ac04-51ae7c8c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e35fbbc6-918e-f2bb-faaa-ba8e73e3abfc-51ae7c8c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6fcaf62a-32c4-3b21-08ef-a40f20d18fc3-51ae7c8c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6fcaf62a-32c4-3b21-08ef-a40f20d18fc5-51ae7c8c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d5ace779-fa32-d220-3dba-6c7c6cf74692-51ae7c8c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d5ace779-fa32-d220-3dba-6c7c6cf74694-51ae7c8c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd83b-421db96f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd845-421db96f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ce3ac878-4691-d40f-b2f4-f85b2ab9dd30-2ab9dcfc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd7f7-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd7fe-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd805-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd80c-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd81f-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd820-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd82a-39aff1da {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd832-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd83b-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd85d-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd871-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd876-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd88f-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd894-39aff1da {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-cafc8b3f-677f-2d10-812b-bb61dc4e8057-8c6418ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a4a3bda9-b560-0107-387b-9e374d122809-8c6418ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a0caf58d-6a4b-6d7d-6c5a-972fc16f3fc7-8c6418ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_580af72e-dd0b-4600-9036-f5b2610e3e39-8c6418ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_000ae664-540c-b29c-d6b3-e3575b8776b3-8c6418ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7b39f55d-f0c8-86c8-a856-c85f143d7e68-8c6418ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8e54208f-d17a-eff9-546d-c4e2d0dc01c4-8c6418ce {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd83b-bf45b84b {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e35fbbc6-918e-f2bb-faaa-ba8e73e3abfc-51ae7c8c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6fcaf62a-32c4-3b21-08ef-a40f20d18fc5-51ae7c8c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d5ace779-fa32-d220-3dba-6c7c6cf74694-51ae7c8c {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_52ceb4d3-c26c-9db1-8894-3e4501333ed7-09433cfc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_69484604-cda9-1156-4628-6528323e0878-09433cfc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8ae3dcb5-eba8-a561-3a74-6b8596092401-09433cfc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_59e932cb-1616-25c3-1f35-6d23746e1f38-09433cfc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bdb8f952-9a3a-16a7-da93-c30e4b9e4f77-09433cfc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_8cb2fbaf-99ea-20e8-b8a6-5d2d4eeba41a-09433cfc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_93915497-f5bc-e114-ba09-aee58862473f-09433cfc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-b5cebc94-2077-ef66-942c-083a4f69aac4-09433cfc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e686f0a3-019f-7c32-4e8f-fc7dd39bced1-09433cfc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_64432d57-f6c0-d2d5-5b28-45cd9b473892-09433cfc {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_8f3165af-847e-5e9a-eb45-93c156ffd83b-421db96f {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: "Fa solid 900";
  src: url("../fonts/fa-solid-900.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fa brands 400";
  src: url("../fonts/fa-brands-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fa 400";
  src: url("../fonts/fa-regular-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
