body {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 54px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #d02c26;
  font-size: 38px;
  line-height: 46px;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  color: #d02c26;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
}

a {
  color: #d02c26;
  text-decoration: none;
}

.body {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

.h1 {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 46px;
  line-height: 54px;
  font-weight: 400;
}

.h1.heading {
  margin-bottom: 16px;
}

.h2 {
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  color: #d02c26;
  font-size: 38px;
  line-height: 46px;
  font-weight: 500;
}

.h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  font-family: Inter, sans-serif;
  color: #d02c26;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.h4 {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}

.body-text-bold {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
}

.body-text {
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.body-text.margin-bottom {
  margin-bottom: 24px;
}

.body-text.gray {
  padding-right: 32px;
  padding-left: 32px;
  color: #737881;
}

.body-text.resilience-section-body-text {
  color: #737881;
}

.footnote {
  font-family: Inter, sans-serif;
  color: #737881;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -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;
}

.btn-primary {
  padding: 10px 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 4px;
  background-color: #d02c26;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.btn-primary:hover {
  background-color: #e5312a;
}

.btn-primary.heading-btn {
  margin-right: 12px;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
}

.btn-primary.heading-btn:hover {
  background-color: #e5312a;
}

.btn-primary.button-modal {
  margin-top: 24px;
  cursor: pointer;
}

.btn-secondary {
  padding: 8px 16px 9px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: #d02c26;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  font-family: Inter, sans-serif;
  color: #d02c26;
  font-size: 16px;
  font-weight: 500;
}

.btn-secondary:hover {
  border-style: solid;
  background-color: #d02c26;
  color: #fff;
}

.btn-secondary.training-section-btn {
  width: 100%;
  text-align: center;
}

.text-block {
  margin-right: 4px;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  font-family: Inter, sans-serif;
  color: #d02c26;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.text-block:hover {
  margin-right: 10px;
}

.tertiary-btn {
  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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.nav-link {
  margin-right: 24px;
  padding: 0px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image {
  max-width: 134px;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 88px;
  max-width: 1200px;
  -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;
}

.navbar {
  z-index: 998;
  max-height: none;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-menu {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 16px;
  -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;
}

.brand {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
  padding-top: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-wrapper.what-we-do-section {
  height: 384px;
  margin-bottom: 24px;
  padding-top: 0px;
  -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;
}

.section-wrapper.problems-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-wrapper.partners-section {
  margin-bottom: 120px;
  padding-top: 0px;
  background-color: transparent;
}

.section-wrapper.resilience {
  margin-top: 0px;
  margin-bottom: 54px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block {
  margin-top: 40px;
}

.what-we-do {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns {
  margin-left: auto;
}

.content-wrapper-30 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px none transparent;
  background-color: transparent;
}

.content-wrapper-30.horizontal {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.content-wrapper-30.training-section-cap {
  margin-right: 24px;
  padding: 40px 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-color: #ecedee;
  background-color: #fbfbfb;
}

.content-wrapper-30.partner-card {
  height: 384px;
  margin-right: 0px;
  padding: 40px 32px 24px;
  -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-style: solid;
  border-color: #ecedee;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
}

.content-wrapper-30.partner-card:hover {
  border-color: #737881;
  background-color: #fbfbfb;
}

.content-wrapper-30.partner-card.partners-card-last-item {
  margin-right: 0px;
}

.content-wrapper-30.image-align {
  margin-right: 24px;
}

.content-wrapper-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.content-wrapper-70.horizontal {
  width: 100%;
  margin-left: 0px;
}

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

.image-2.image-align {
  margin-right: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-3 {
  position: static;
  left: 5%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container-2 {
  min-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 24px;
  margin-left: 24px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-item.training {
  position: static;
  overflow: visible;
  width: 100%;
  margin-right: 0px;
  margin-bottom: 16px;
  margin-left: 0px;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.list-item-icon {
  margin-top: 6px;
  margin-right: 8px;
}

.partners-card-inner-wrapper {
  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;
  -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;
}

.partner-avatar {
  max-height: none;
  max-width: none;
  margin-bottom: 16px;
}

.image-5 {
  max-height: 64px;
  max-width: none;
}

.image-6 {
  max-width: none;
}

.fluid-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbfbfb;
}

.dropdown-toggle {
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 40px;
  border-bottom: 1px solid #ecedee;
}

.dropdown-toggle.w--open {
  width: 100%;
}

.dropdown-toggle.faq-item {
  width: 720px;
}

.faq-item {
  width: 45%;
  margin-right: auto;
  margin-left: auto;
}

.icon {
  margin-right: 40px;
}

.dropdown-list {
  display: none;
}

.dropdown-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 720px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #ecedee;
  background-color: #fbfbfb;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
}

.dropdown-wrapper:hover {
  border-bottom-color: #737881;
  background-color: #f2f2f2;
}

.dropdown-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 32px 12px;
  -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;
  cursor: pointer;
}

.dropdown-content {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.trigger-button-close {
  display: none;
  width: 24px;
  height: 24px;
}

.trigger-button-open {
  width: 24px;
  height: 24px;
  color: #000;
}

.resilience-section-heading {
  width: 100%;
  margin-bottom: 60px;
}

.cards-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-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.resilience-card {
  width: 30%;
}

.resilience-section-image {
  margin-bottom: 12px;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.resilience-section-image:hover {
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  mix-blend-mode: normal;
}

.navbar-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.training-section-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #ecedee;
}

.paragraph {
  line-height: 18px;
  text-align: right;
}

.footer-left {
  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;
  -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;
}

.footer-logo {
  max-width: 134px;
  margin-bottom: 12px;
}

.footer-right {
  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;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

.paragraph-2.gray {
  color: #737881;
}

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

.gray {
  color: #737881;
}

.gray.header-paragraph {
  width: 50%;
}

.heading-image {
  position: static;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-7 {
  width: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-8 {
  width: 50%;
  height: 100%;
  margin-left: 24px;
  -o-object-fit: cover;
  object-fit: cover;
}

.heading-2 {
  color: #d02c26;
  font-size: 38px;
  line-height: 46px;
  font-weight: 500;
}

.what-we-do-heading {
  margin-top: 0px;
  margin-bottom: 24px;
}

.what-we-do-paragraph {
  margin-bottom: 16px;
}

.the-problems-heading {
  margin-top: 0px;
  margin-bottom: 40px;
}

.heading-3 {
  color: #d02c26;
  line-height: 32px;
  font-weight: 500;
}

.heading-4 {
  font-weight: 500;
}

.faq-heading {
  margin-top: 0px;
  margin-bottom: 60px;
}

.div-block-4 {
  width: 70%;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal-window {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  overflow: visible;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  -o-object-fit: fill;
  object-fit: fill;
}

.modal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
}

.close-btn {
  position: absolute;
  left: auto;
  top: 48px;
  right: 48px;
  bottom: auto;
  cursor: pointer;
}

.heading-modal {
  margin-top: 0px;
  margin-bottom: 24px;
}

.form {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-block {
  width: 100%;
}

.text-field-custom {
  border-radius: 4px;
  color: #737881;
  line-height: 18px;
  font-weight: 400;
}

.text-field-custom.name-input {
  margin-bottom: 24px;
  cursor: text;
}

.text-field-custom.email-input {
  margin-bottom: 24px;
  cursor: text;
}

.textarea {
  border-radius: 4px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    overflow: visible;
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .navbar-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .nav-menu {
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    background-color: #fff;
    box-shadow: 0 3px 5px -2px rgba(190, 154, 154, 0.2);
    color: #000;
  }

  .section-wrapper {
    margin-bottom: 36px;
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-wrapper.what-we-do-section {
    margin-bottom: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .section-wrapper.problems-section {
    margin-bottom: 16px;
  }

  .section-wrapper.partners-section {
    margin-bottom: 24px;
  }

  .section-wrapper.resilience {
    margin-bottom: 24px;
    padding-top: 36px;
  }

  .content-wrapper-30.horizontal {
    padding-right: 16px;
    padding-left: 16px;
  }

  .content-wrapper-30.training-section-cap {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .content-wrapper-30.partner-card {
    width: 100%;
    margin-bottom: 24px;
  }

  .content-wrapper-30.image-align {
    display: none;
  }

  .content-wrapper-70 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .content-wrapper-70.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list-item {
    width: 90%;
    margin-bottom: 24px;
  }

  .list-item.training {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fluid-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .resilience-section-heading {
    margin-bottom: 36px;
  }

  .cards-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .resilience-card {
    width: 100%;
    margin-bottom: 36px;
  }

  .resilience-section-image {
    width: 100%;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-left {
    margin-top: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-right {
    padding-right: 16px;
    padding-left: 16px;
    -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-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .heading {
    margin-top: 0px;
  }

  .gray.header-paragraph {
    width: 100%;
  }

  .image-7 {
    width: 48%;
  }

  .image-8 {
    width: 48%;
  }

  .faq-heading {
    margin-bottom: 36px;
  }

  .div-block-2 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .div-block-3 {
    display: none;
  }

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

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

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

  .div-block-4 {
    width: 90%;
  }

  .menu-button {
    margin-left: 24px;
  }

  .menu-button.w--open {
    margin-left: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 4px;
    background-color: #d02c26;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    padding-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    background-color: #fff;
  }

  .section-wrapper {
    margin-bottom: 36px;
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-wrapper.what-we-do-section {
    height: auto;
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-wrapper.problems-section {
    margin-bottom: 16px;
  }

  .section-wrapper.partners-section {
    margin-bottom: 36px;
  }

  .section-wrapper.resilience {
    margin-bottom: 24px;
  }

  .content-wrapper-30.horizontal {
    padding-right: 16px;
    padding-left: 16px;
  }

  .content-wrapper-30.training-section-cap {
    width: 90%;
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .content-wrapper-30.partner-card {
    width: 90%;
  }

  .content-wrapper-30.image-align {
    display: none;
    width: 100%;
    height: 280px;
    margin-right: 0px;
    margin-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .content-wrapper-70 {
    width: 90%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .content-wrapper-70.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .list-item {
    width: 90%;
    margin-right: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
  }

  .fluid-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .dropdown-wrapper {
    width: 90%;
  }

  .resilience-section-heading {
    margin-bottom: 36px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .cards-wrapper {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .resilience-card {
    width: 100%;
    margin-bottom: 24px;
  }

  .resilience-section-image {
    width: 100%;
  }

  .footer {
    padding-top: 24px;
    padding-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-left {
    -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;
  }

  .footer-right {
    margin-bottom: 24px;
    padding-right: 16px;
    padding-left: 16px;
    -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-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .heading {
    margin-top: 0px;
  }

  .gray.header-paragraph {
    width: 100%;
  }

  .image-7 {
    width: 45%;
  }

  .image-8 {
    width: 45%;
  }

  .the-problems-heading {
    margin-bottom: 24px;
  }

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

  .div-block-2 {
    padding-right: 16px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 479px) {
  .btn-primary {
    padding-right: 10px;
    padding-left: 10px;
  }

  .btn-primary.heading-btn {
    margin-right: 8px;
    margin-bottom: 12px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 12px;
    line-height: 16px;
  }

  .btn-secondary {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 12px;
    line-height: 17px;
  }

  .image {
    max-width: 100px;
  }

  .navbar-wrapper {
    padding-right: 8px;
    padding-left: 8px;
  }

  .nav-menu {
    display: none;
  }

  .section-wrapper {
    padding: 24px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-wrapper.what-we-do-section {
    height: auto;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-wrapper.problems-section {
    margin-bottom: 0px;
  }

  .section-wrapper.partners-section {
    margin-bottom: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-wrapper.resilience {
    margin-bottom: 0px;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .content-wrapper-30.horizontal {
    padding-right: 16px;
    padding-left: 16px;
  }

  .content-wrapper-30.training-section-cap {
    width: 90%;
    margin-right: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
    padding: 24px;
  }

  .content-wrapper-30.partner-card {
    width: 90%;
    height: 384px;
    margin-right: 16px;
    margin-bottom: 16px;
    margin-left: 16px;
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .content-wrapper-30.image-align {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .content-wrapper-70 {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .content-wrapper-70.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-2.image-align {
    margin-right: 0px;
  }

  .image-3 {
    width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .list-item {
    width: 80%;
    margin-bottom: 16px;
  }

  .fluid-section {
    padding-top: 48px;
  }

  .dropdown-wrapper {
    width: 90%;
  }

  .resilience-section-heading {
    margin-bottom: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .cards-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .resilience-card {
    width: 90%;
    margin-bottom: 24px;
  }

  .footer {
    padding: 24px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph {
    text-align: center;
  }

  .footer-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer-right {
    width: 100%;
    margin-bottom: 24px;
  }

  .heading {
    margin-top: 16px;
    font-size: 32px;
    line-height: 36px;
  }

  .gray.header-paragraph {
    width: 100%;
  }

  .heading-image {
    display: none;
  }

  .image-7 {
    width: 45%;
  }

  .image-8 {
    width: 45%;
  }

  .what-we-do-heading {
    font-size: 30px;
    line-height: 36px;
  }

  .the-problems-heading {
    font-size: 30px;
    line-height: 36px;
  }

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

  .div-block-2 {
    padding-right: 16px;
    padding-left: 16px;
  }
}

