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

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

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

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

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.container {
  color: #999;
  background-color: #fff;
  border-bottom: 1px #000;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.styleguide-content-wrap {
  text-align: center;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 80px;
}

.paragraph-tiny {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.paragraph-tiny.cc-paragraph-tiny-light {
  opacity: .7;
  margin-top: 8px;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light {
  opacity: .6;
  color: #181818;
}

.paragraph-light {
  opacity: .6;
  color: var(--black);
  margin-top: 2px;
  margin-bottom: 18px;
  font-size: 17px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.paragraph-light.cc-position-name {
  margin-bottom: 5px;
}

.section {
  border: 11px solid #002f55;
  border-width: 13px 11px 14px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 54px;
  display: flex;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #003e72;
  border-radius: 0;
  margin-top: 12px;
  margin-left: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.navigation-items {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.logo-image {
  display: block;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.intro-wrap {
  margin: 50px 120px 80px;
}

.name-text {
  color: #002f55;
  margin-top: 0;
  margin-bottom: -6px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.position-name-text {
  color: #012f55;
  text-transform: none;
  margin-bottom: -6px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.work-description {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.work-experience-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . . ."
  / 1fr 1fr 1fr 1fr;
  margin-bottom: 91px;
}

.works-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . ."
                 ". . ."
                 / 1.5fr 1fr 1.5fr;
  margin-bottom: 80px;
}

.work-position-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.carrer-headline-wrap {
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
}

.work-image {
  text-align: center;
  background-color: #f4f4f4;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 460px;
  margin-bottom: 40px;
  text-decoration: none;
  display: flex;
}

.work-image:hover {
  opacity: .8;
}

.work-image:active {
  opacity: .7;
}

.work-image.cc-work-1 {
  background-image: url('../images/portfolio-1---wide.svg');
  background-size: cover;
}

.work-image.cc-work-2 {
  background-image: url('../images/portfolio-2---wide.svg');
  background-size: cover;
}

.work-image.cc-work-4 {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.work-image.cc-work-3 {
  background-image: url('../images/portfolio-4---wide.svg');
  background-size: cover;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 100px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.contact-headline {
  width: auto;
  margin-bottom: 0;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  padding-left: 20px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  background-color: #00172a;
  border-top: 1px #000;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding: 20px 180px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.footer-item {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.about-intro-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  place-items: center end;
  margin-top: 0;
  margin-bottom: 0;
}

.hi-there-heading {
  color: #012f55;
  margin-top: -8px;
  margin-bottom: 20px;
}

.service-name-text {
  opacity: .6;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 46px;
}

.skillset-wrap {
  padding-right: 60px;
}

.reference-link {
  opacity: .6;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.reference-link:hover {
  opacity: 1;
}

.reference-link:active {
  opacity: .9;
}

.featured-item-wrap {
  margin-bottom: 25px;
}

.services-items-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-areas: ". .";
  padding-top: 10px;
}

.skills-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  margin-bottom: 140px;
}

.personal-features-grid {
  grid-column-gap: 80px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-areas: ". ."
                       ". .";
  margin-bottom: 110px;
}

.speaking-text {
  margin-right: 8px;
  display: inline-block;
}

.speaking-text.cc-past-speaking {
  opacity: .6;
}

.speaking-detail {
  opacity: .6;
  display: inline-block;
}

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

.social-media-heading {
  margin-bottom: 60px;
}

.social-media-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ". . . ."
                       ". . . .";
  margin-bottom: 30px;
}

.project-overview-grid {
  grid-column-gap: 50px;
  grid-row-gap: 100px;
  grid-template: ". . . ."
                 ". . . ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 120px;
  margin-bottom: 135px;
}

.detail-header-image {
  width: 100%;
}

.project-description-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2.5fr;
  margin-top: 120px;
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.email-section {
  text-align: center;
  width: 70%;
  margin: 140px auto 200px;
}

.email-link {
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 400;
  line-height: 88px;
  text-decoration: none;
}

.email-link:hover {
  opacity: .8;
}

.email-link:active {
  opacity: .7;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #002f55;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 185px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.div-block {
  background-image: url('../images/Untitled-design-6.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-end;
  width: auto;
  height: 400px;
  display: flex;
}

.text-block {
  color: #8f8f8f;
  margin-top: 3px;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

.image {
  margin-bottom: 0;
  margin-left: -2px;
}

.heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 34px;
  padding-left: 0;
  line-height: 38px;
}

.heading-2 {
  color: #012f55;
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}

.text-block-2 {
  color: #474747;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section-2 {
  background-color: #f0f0f0;
  border: 1px solid #d1d1d1;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 24px 185px 18px 190px;
  display: flex;
}

.section-3 {
  height: 100%;
}

.div-block-2 {
  background-image: linear-gradient(#001220, #001220);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 525px;
  margin-top: 0;
  padding-right: 0;
  display: flex;
}

.section-4 {
  background-color: #716bff;
  height: 50px;
}

.body {
  padding: 0;
  display: block;
}

.brand {
  padding-top: 5px;
}

.navbar {
  background-color: #fff0;
  padding-top: 2px;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  margin-top: -4px;
  display: flex;
}

.nav-link {
  color: #4b4b4b;
  margin-left: 12px;
  font-weight: 500;
}

.image-2 {
  margin-top: -3px;
}

.image-3 {
  margin-top: -3px;
  margin-right: 30px;
}

.div-block-3 {
  background-color: #002f55;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 1140px;
  height: 308px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.field-label {
  color: var(--white);
}

.field-label-2, .field-label-3 {
  color: #fff;
}

.link-block {
  margin-bottom: 26px;
  display: flex;
}

.section-5 {
  background-color: #494949;
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  padding-right: 200px;
  display: flex;
}

.button-2 {
  background-color: #002f55;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-4 {
  border-radius: 50000px;
  margin-right: 40px;
}

.submit-button {
  background-color: #002f55;
}

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

.div-block-4 {
  background-color: #002f55;
  width: 600px;
  padding: 31px;
}

.paragraph-2 {
  color: var(--white);
  margin-bottom: 0;
}

.image-5 {
  background-image: linear-gradient(#000, #000);
}

.button-3 {
  background-color: #002746;
  border: 1px solid #fff;
  border-radius: 6px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.button-3:hover {
  color: #fff;
}

.image-6 {
  margin-bottom: -16px;
  margin-left: 19px;
}

.image-7 {
  border-radius: 20px 0 0 20px;
}

.section-6 {
  background-color: #dadada;
  height: auto;
  margin-top: 0;
  padding: 15px 190px 15px 160px;
}

.column {
  background-color: #f0f0f0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  height: 400px;
  padding-top: 18px;
  padding-left: 15px;
  padding-right: 67px;
  display: flex;
}

.column-2 {
  background-color: #f0f0f0;
  height: 400px;
  padding-left: 0;
}

.div-block-5 {
  border-radius: 2000px;
  width: 50px;
  height: 50px;
}

.column-3 {
  padding-left: 0;
}

.div-block-6 {
  padding: 10px 0 80px;
}

.div-block-7 {
  width: 80%;
}

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

.div-block-8 {
  width: auto;
}

.paragraph-3 {
  font-size: 18px;
  line-height: 27px;
}

.column-4 {
  font-size: 14px;
  display: none;
}

.paragraph-4 {
  color: #002f55;
  font-size: 16.5px;
  font-weight: 500;
}

.paragraph-5 {
  color: #5e5e5e;
  margin-top: 25px;
  margin-bottom: 18px;
  margin-right: -400px;
  line-height: 26px;
}

.paragraph-6 {
  color: #012542;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.columns {
  margin-top: 42px;
}

.paragraph-7 {
  color: #012542;
  font-size: 15px;
}

.columns-2 {
  margin-top: 30px;
}

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

.section-7 {
  border: 1px #000;
  padding: 50px 120px 90px;
}

.columns-3 {
  width: 100%;
  height: 100%;
}

.column-5 {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding-bottom: 9px;
  padding-left: 55px;
  padding-right: 0;
  display: flex;
}

.column-6 {
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  padding-left: 25px;
  padding-right: 50px;
  display: flex;
}

.image-8 {
  margin-left: 18px;
}

.div-block-9 {
  background-color: #002f55;
  border-radius: 20px;
  width: 20%;
  height: 308px;
}

.section-8 {
  display: flex;
}

.image-9 {
  margin-top: 10px;
  margin-left: -100px;
}

.text-block-3 {
  color: #082f56;
  margin-top: -3px;
  margin-bottom: -2px;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.section-9 {
  background-color: #002f55;
  height: auto;
  padding: 20px 190px;
  display: flex;
}

.div-block-10 {
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  display: flex;
}

.paragraph-8 {
  color: #012542;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.image-10 {
  margin-left: 5px;
}

.link-block-2 {
  text-decoration: none;
}

.text-span {
  color: #082f56;
}

.div-block-11 {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.text-block-4 {
  margin-left: 5px;
}

.bold-text {
  color: #fff;
  margin-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.bold-text-2 {
  color: #fff;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.image-11 {
  width: 18px;
  height: 18px;
}

.section-10 {
  background-color: #002f55;
  height: 20px;
}

.section-11 {
  margin-top: 70px;
}

.div-block-12 {
  border: 1px solid #c4c4c4;
  border-top-color: #ccc;
  border-radius: 10px;
  height: 580px;
  margin-left: 20px;
  display: flex;
}

.div-block-13 {
  height: 65%;
}

.div-block-14 {
  background-image: url('../images/Untitled-design-3.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 35%;
}

.div-block-15 {
  background-color: #ececec;
  border: 1px #000;
  border-top: 1px solid #c4c4c4;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 19%;
  margin-top: -2px;
  padding-left: 27px;
  display: flex;
}

.div-block-16 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 82%;
  padding: 0 22px 11px;
  display: flex;
}

.paragraph-9 {
  color: #fff;
  background-color: #152b36a1;
  border-radius: 10px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 4px 11px;
  font-size: 14px;
  font-weight: 600;
}

.heading-3 {
  color: #002f55;
  margin-top: 3px;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 30px;
}

.paragraph-10 {
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.button-4 {
  background-color: #002f55;
  border-radius: 10px;
  padding: 6px 25px;
  font-size: 14px;
  font-weight: 500;
}

.button-4:hover {
  color: #fff;
}

.paragraph-11 {
  color: #757575;
  margin-bottom: 0;
  margin-left: 4px;
  font-size: 12px;
  font-weight: 600;
}

.paragraph-12 {
  color: #424242;
  margin-bottom: 0;
  margin-left: 8px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: 500;
}

.div-block-17 {
  background-color: #152b36;
  width: 5px;
  height: 5px;
  margin-right: 20px;
}

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

.image-12 {
  margin-left: 0;
}

.div-block-19 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 9px;
  margin-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.div-block-20 {
  padding-top: 5px;
  padding-bottom: 60px;
  padding-left: 5px;
}

.column-7 {
  padding-left: 12px;
  padding-right: 0;
}

.column-8 {
  padding-left: 0;
  padding-right: 12px;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  margin-top: 46px;
  display: flex;
}

.section-12 {
  background-color: #002f55;
  justify-content: space-between;
  align-items: center;
  height: 200px;
  margin-bottom: 70px;
  padding: 66px 180px 0 10px;
  display: block;
}

.section-13 {
  padding-left: 175px;
  padding-right: 175px;
}

.section-14 {
  padding: 60px 175px 80px;
}

.heading-4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 12px;
  font-family: Open Sans, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.section-15 {
  margin-top: 80px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-22 {
  padding-top: 40px;
  padding-bottom: 90px;
  padding-left: 8px;
}

.button-5 {
  background-color: #002f55;
  border-radius: 10px;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 14px;
  font-weight: 500;
}

.button-5:hover {
  color: #fff;
}

.section-16 {
  background-color: #002f55;
  height: 150px;
  padding-top: 50px;
  padding-left: 120px;
  padding-right: 120px;
}

.paragraph-13 {
  margin-bottom: 0;
}

.div-block-24 {
  background-color: #d4d4d4;
  height: 500px;
  margin-top: 0;
}

.section-17 {
  margin-top: -80px;
  padding-left: 180px;
  padding-right: 180px;
}

.dropdown-toggle-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  display: block;
}

.section-278 {
  background-color: #59c9b8;
  height: 8px;
}

.div-block-180 {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.text-block-44 {
  color: #0f334a;
  letter-spacing: .3px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.paragraph-126555 {
  margin-bottom: 0;
  font-size: 16px;
}

.link-block-26 {
  background-color: #48bda3;
  border-radius: 10000px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.dropdown {
  color: #0f334a;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  display: flex;
}

.footer-text-link {
  color: #7a7a7a;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}

.footer-text-link:hover {
  color: #59c9b8;
  text-decoration: underline;
}

.bold-text-9 {
  color: #fff;
  font-weight: 600;
}

.section-279 {
  background-color: #f9fafb;
  padding-top: 105px;
  padding-bottom: 105px;
}

.image-168 {
  width: 40px;
}

.section-277 {
  background-color: #eee;
  height: 60px;
  display: none;
}

.text-field-23 {
  border-radius: 5px;
  height: 42px;
  margin-bottom: 10px;
  font-size: 13px;
}

.italic-text {
  text-align: center;
  line-height: 25px;
}

.link-22 {
  color: #3a3a3a;
  text-decoration: none;
}

.div-block-181 {
  z-index: 999999;
  background-color: #59c9b8;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding: 0 53px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.header {
  width: 100%;
  text-decoration: none;
}

.navbar-logo-link {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.submit-button-10 {
  text-align: center;
  background-color: #0f334b;
  border-radius: 5px;
  width: 100%;
  height: 42px;
  margin-top: 13px;
}

.footer-link {
  color: #7a7a7a;
  text-decoration: none;
}

.footer-link:hover {
  color: #59c9b8;
}

.footer-2-container {
  padding-top: 38px;
  padding-bottom: 32px;
}

.paragraph-126616 {
  margin-top: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.paragraph-17 {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  line-height: 20px;
}

.footer-column-2 {
  flex-direction: column;
  display: flex;
}

.container-26 {
  height: 100%;
  padding-top: 58px;
  padding-bottom: 85px;
}

.bold-text-3 {
  color: #fff;
  text-decoration: underline;
}

.section-276 {
  background-color: #59c9b8;
  height: auto;
}

.link-24 {
  color: #3a3a3a;
  text-decoration: none;
}

.link-27 {
  color: #7a7a7a;
  text-decoration: none;
}

.link-27:hover {
  color: #59c9b8;
  text-decoration: underline;
}

.column-344 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 84px;
  padding-right: 0;
  display: flex;
}

.dropdown-list {
  inset: 0% auto auto 0%;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 5px;
  width: 300px;
  margin-top: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  position: absolute;
}

.whatsapp {
  z-index: 2147483647;
  width: auto;
  height: auto;
  padding-bottom: 30px;
  padding-right: 30px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.icon-2 {
  margin-right: 12px;
  inset: 0% 0% 0% auto;
}

.heading-10252 {
  color: #0f334c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-10288 {
  color: #0f334a;
  margin-top: 30px;
  margin-bottom: 26px;
  line-height: 35px;
}

.nav-phone-link {
  color: #0f334a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-top: 0;
  margin-left: 35px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-navigation {
  background-color: #f5f5f5;
  padding-top: 45px;
  padding-bottom: 40px;
}

.dropdown-list-2 {
  margin-top: 85px;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 5px;
  width: 265px;
  padding-top: 10px;
  padding-bottom: 10px;
  inset: 0% auto auto 0%;
}

.paragraph-126557 {
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
}

.navbar-2 {
  background-color: #f9fafb;
  height: 17%;
  padding: 10px 0;
}

.footer-company-information {
  text-align: left;
  margin-top: 35px;
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 13px;
  line-height: 18px;
}

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

.column-345 {
  height: 100%;
  padding-top: 4px;
  padding-left: 0;
  padding-right: 0;
}

.columns-14 {
  margin-top: 32px;
}

.column-346 {
  display: none;
}

.heading-10289 {
  color: #0f334a;
  margin-top: 0;
  margin-bottom: 18px;
}

.div-block-157 {
  background-color: #f9fafb;
  border-radius: 5px;
  width: 100%;
  height: 90%;
  padding: 43px 30px;
}

.nav-text-link {
  color: #0f334a;
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-left: 0;
  margin-right: 27px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  display: flex;
}

.nav-text-link.w--current {
  color: #59c9b8;
  text-decoration: none;
}

.nav-phone-icon {
  background-color: #59c9b85c;
  border-radius: 500px;
  padding: 6px;
}

.columns-13 {
  height: 100%;
}

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

.nav-phone-number {
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: 8px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.form-block-3 {
  margin-bottom: 0;
}

.footer-2-links {
  margin-bottom: 0;
  margin-left: 30px;
  font-size: 16px;
}

.footer-2-links:hover {
  text-decoration: underline;
}

.div-block-159 {
  height: 5px;
}

.heading-10290 {
  color: #0f344d;
  margin-top: 0;
  font-size: 25px;
  line-height: 28px;
}

.navbar-logo {
  margin-top: 0;
  margin-left: -23px;
}

.div-block-182 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: -25px;
  padding-right: 0;
  display: flex;
}

.offer-section {
  background-color: #59c9b8;
  justify-content: center;
  align-items: center;
  height: 65px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-link {
  margin-left: 12px;
  padding: 8px 0;
}

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

.div-block-158 {
  background-color: #f9fafb;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding: 35px 30px;
}

.container-27 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

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

.text-field-24 {
  border-radius: 5%;
  height: 42px;
  margin-bottom: 12px;
  font-size: 13px;
}

.heading-10253 {
  color: #59c9b8;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

.nav-menu-2 {
  justify-content: flex-start;
  height: 100%;
  margin-top: 3px;
  display: flex;
  position: static;
}

.paragraph-126615 {
  object-fit: fill;
  width: auto;
  margin-top: 18px;
  font-size: 15px;
  line-height: 23px;
  overflow: visible;
}

.paragraph-126558 {
  color: #fff;
  margin-top: -1px;
  margin-bottom: 0;
}

.offer-text {
  color: #fff;
  margin-bottom: 0;
  margin-left: 8px;
  font-size: 16px;
  font-weight: 400;
}

.footer-column-1 {
  flex-direction: column;
  padding: 0 0 0 8px;
  display: flex;
}

.section-275 {
  height: auto;
}

.container-9 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.column-11 {
  height: 200px;
  margin-top: -15px;
  margin-bottom: -15px;
  padding-top: 10px;
  padding-left: 74px;
}

.div-block-184 {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.button-6 {
  background-color: #0f334c;
  border-radius: 5px;
  padding: 13px 35px;
}

.paragraph-126617 {
  color: #0f344e;
  margin-bottom: 20px;
}

.navbar-container {
  justify-content: flex-start;
  height: 100%;
  display: block;
}

.column-369 {
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 34px;
  display: flex;
}

.column-10 {
  height: auto;
}

.div-block-28 {
  background-image: url('../images/Positive.jpg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 450px;
  margin-top: -8px;
}

.paragraph-126618 {
  margin-top: 0;
  margin-bottom: 18px;
  margin-right: -8px;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.dropdown-toggle-3 {
  display: none;
}

.dropdown-toggle-4 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  display: block;
}

.section-280 {
  background-color: #59c9b8;
  height: 8px;
}

.div-block-185 {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.text-block-45 {
  color: #0f334a;
  letter-spacing: .3px;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.paragraph-126619 {
  margin-bottom: 0;
  font-size: 16px;
}

.bold-text-10 {
  color: #fff;
  font-weight: 600;
}

.section-281 {
  background-color: #f9fafb;
  padding-top: 105px;
  padding-bottom: 105px;
}

.paragraph-126685 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.div-block-328 {
  background-color: #002f55;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  padding: 7px 12px;
  display: block;
}

.link-28 {
  color: #3a3a3a;
  text-decoration: none;
}

.submit-button-11 {
  text-align: center;
  background-color: #0f334b;
  border-radius: 5px;
  width: 100%;
  height: 42px;
  margin-top: 13px;
}

.div-block-326 {
  display: flex;
}

.footer-column-5 {
  flex-direction: column;
  display: flex;
}

.container-28 {
  height: 100%;
  padding-top: 58px;
  padding-bottom: 85px;
}

.section-282 {
  background-color: #002f55;
  height: auto;
}

.link-29 {
  color: #3a3a3a;
  text-decoration: none;
}

.link-30 {
  color: #7a7a7a;
  text-decoration: none;
}

.link-30:hover {
  color: #59c9b8;
  text-decoration: underline;
}

.link-23 {
  color: #3a3a3a;
  text-decoration: none;
}

.paragraph-126684 {
  margin-bottom: 0;
  font-weight: 300;
}

.column-371 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 84px;
  padding-right: 0;
  display: flex;
}

.dropdown-list-3 {
  inset: 0% auto auto 0%;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  border: 1px solid #cecece;
  border-radius: 5px;
  width: 300px;
  margin-top: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  position: absolute;
}

.heading-10291 {
  color: #0f334c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.paragraph-126683 {
  color: #0f334b;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 25px;
}

.div-block-327 {
  background-color: #002f55;
  border-radius: 7px;
  width: auto;
  padding: 7px 12px;
}

.heading-10292 {
  color: #0f334a;
  margin-top: 25px;
  margin-bottom: 32px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 42px;
}

.paragraph-126686 {
  color: #002f55;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  line-height: 24px;
}

.link-35 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

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

.paragraph-126682 {
  margin-bottom: 0;
  margin-left: 5px;
  font-weight: 300;
}

.column-372 {
  height: 100%;
  padding-top: 4px;
  padding-left: 0;
  padding-right: 0;
}

.columns-15 {
  margin-top: 32px;
}

.column-373 {
  display: none;
}

.div-block-277 {
  background-color: #c9c9c9;
  background-image: url('../images/Image_2-removebg-preview-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 500px;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  padding: 0;
}

.heading-10293 {
  color: #0f334a;
  margin-top: 0;
  margin-bottom: 18px;
}

.div-block-329 {
  background-color: #002f55;
  border-radius: 5px;
  width: 100%;
  height: 90%;
  padding: 43px 30px 0;
}

.columns-16 {
  height: 100%;
  margin-bottom: 50px;
}

.paragraph-126687 {
  text-align: center;
  line-height: 25px;
}

.div-block-330 {
  height: 5px;
}

.heading-10294 {
  color: #0f344d;
  margin-top: 0;
  font-size: 25px;
  line-height: 28px;
}

.div-block-279 {
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.div-block-331 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: -25px;
  padding-right: 0;
  display: flex;
}

.div-block-332 {
  background-color: #ebebeb;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding: 35px 30px;
}

.container-29 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.text-field-25 {
  border-radius: 5%;
  height: 42px;
  margin-bottom: 12px;
  font-size: 13px;
}

.heading-10295 {
  color: #002f55;
  text-align: center;
  -webkit-text-stroke-color: #002f55;
  margin-top: 10px;
  margin-bottom: 5px;
}

.paragraph-126688 {
  color: #fff;
  margin-top: -1px;
  margin-bottom: 0;
}

.section-310 {
  background-image: url('../images/shutterstock_1860446743-min.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: auto;
  height: 300px;
  margin-bottom: 26px;
}

.column-374 {
  height: 200px;
  margin-top: -15px;
  margin-bottom: -15px;
  padding-top: 10px;
  padding-left: 74px;
}

.div-block-333 {
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.button-7 {
  background-color: #0f334c;
  border-radius: 5px;
  padding: 13px 35px;
}

.paragraph-126689 {
  color: #0f344e;
  margin-bottom: 20px;
}

.column-375 {
  justify-content: flex-end;
  align-items: flex-end;
  padding-right: 34px;
  display: flex;
}

.column-376 {
  height: auto;
}

.div-block-334 {
  background-image: url('../images/Positive.jpg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 450px;
  margin-top: -8px;
}

.paragraph-126690 {
  margin-top: 0;
  margin-bottom: 18px;
  margin-right: -8px;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.div-block-278 {
  background-color: #f0f0f0;
  border-radius: 10px;
  margin-top: 28px;
  padding: 15px 10px 15px 15px;
  display: flex;
}

.rich-text-block {
  color: #0f334a;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.section-311 {
  padding-left: 0;
  padding-right: 0;
}

.section-312 {
  padding: 55px 190px 90px;
}

.collection-item {
  margin-right: -10px;
  padding-left: 20px;
}

.collection-list-wrapper {
  margin: 0 -20px 90px;
}

.heading-10296 {
  color: #414141;
  margin-top: 50px;
  margin-bottom: 25px;
  padding-left: 2px;
  font-size: 32px;
  font-weight: 500;
}

.div-block-335 {
  height: 200px;
}

.div-block-336 {
  background-image: url('../images/Untitled-design-12.png');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 200px;
}

.div-block-337 {
  display: flex;
}

.div-block-338 {
  margin-left: -20px;
  display: flex;
}

.section-313 {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-339 {
  background-image: url('../images/Untitled-design-11.png');
  background-position: 0 0;
  background-size: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 200px;
}

.section-314 {
  padding-left: 190px;
  padding-right: 190px;
}

.section-315 {
  background-color: #002f55;
  height: 30px;
}

.section-316 {
  padding-left: 175px;
  padding-right: 175px;
}

.column-377 {
  padding: 56px 35px 0 15px;
}

.paragraph-126691 {
  color: #fff;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.div-block-340 {
  margin-bottom: 25px;
  display: flex;
}

._278 {
  background-color: #ececec;
  border-radius: 10px;
  width: auto;
  padding: 15px 12px 10px 18px;
  display: flex;
}

.paragraph-126692 {
  color: #535353;
  margin-bottom: -7px;
  font-size: 14px;
}

.paragraph-126693 {
  color: #002f55;
  margin-top: -3px;
  margin-bottom: -6px;
  font-weight: 600;
}

.div-block-341 {
  background-color: #c5c5c5;
  background-image: url('../images/Image_2-removebg-preview-1.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 50000px;
  width: 50px;
  height: 50px;
  margin-top: 1px;
  margin-right: 15px;
}

.paragraph-126694 {
  color: #535353;
  margin-bottom: 0;
  font-size: 14px;
}

.div-block-342 {
  width: 12px;
  height: 15px;
}

.column-378 {
  padding-top: 60px;
  padding-left: 50px;
}

.heading-10297 {
  color: #002f55;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.div-block-343 {
  background-color: #ebebeb;
  border-radius: 5px;
  width: 100%;
  height: auto;
  margin-top: 30px;
  padding: 35px 30px;
}

.heading-10298 {
  color: #0f334c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.heading-10299 {
  color: #002f55;
  text-align: center;
  -webkit-text-stroke-color: #002f55;
  margin-top: 10px;
  margin-bottom: 5px;
}

.paragraph-126695 {
  text-align: center;
  line-height: 25px;
}

.paragraph-126696 {
  color: #002f55;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  line-height: 24px;
}

.heading-10300 {
  color: #002f55;
  margin-top: 25px;
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
}

.heading-10301 {
  color: #002f55;
  margin-top: 0;
  margin-bottom: 19px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.heading-10302 {
  color: #002f55;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 40px;
}

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

@media screen and (max-width: 991px) {
  .styleguide-block {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-wrap {
    margin-right: 0;
  }

  .work-experience-grid {
    grid-template: ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .works-grid {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .carrer-headline-wrap {
    width: auto;
  }

  .work-image {
    margin-bottom: 30px;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .about-intro-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-head-text-wrap {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-name-text {
    font-size: 24px;
    line-height: 42px;
  }

  .skillset-wrap {
    padding-right: 0;
  }

  .services-items-grid {
    grid-row-gap: 0px;
    grid-template: "."
                   "."
                   / 1fr;
    padding-top: 0;
  }

  .skills-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .personal-features-grid {
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-heading {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-grid {
    grid-template: ". ."
                   ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .project-overview-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .project-description-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .email-section {
    margin-bottom: 160px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }
}

@media screen and (max-width: 767px) {
  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .work-experience-grid {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .work-position-wrap {
    margin-bottom: 40px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .webflow-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .about-head-text-wrap {
    width: 70%;
    max-width: 470px;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 470px;
  }

  .personal-features-grid, .social-media-heading {
    width: 70%;
    max-width: 470px;
  }

  .social-media-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .project-overview-grid {
    width: 80%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 95px;
  }

  .project-description-grid {
    width: 70%;
    max-width: 470px;
    margin-top: 90px;
    margin-bottom: 85px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .email-section {
    width: 80%;
    max-width: 470px;
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .email-link {
    font-size: 36px;
    line-height: 54px;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .offer-section {
    height: auto;
    padding: 28px;
  }
}

@media screen and (max-width: 479px) {
  .rich-text {
    width: 100%;
    max-width: none;
  }

  .container {
    width: auto;
    margin-bottom: 0;
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .paragraph-tiny {
    text-align: left;
    width: auto;
    font-size: 14px;
    line-height: 22px;
  }

  .label.cc-about-light, .paragraph-light {
    text-align: left;
  }

  .section {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 40px;
    display: block;
  }

  .button {
    margin-left: 0;
  }

  .button:hover {
    background-color: #00203a;
  }

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

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .intro-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .work-experience-grid {
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .work-position-wrap {
    margin-bottom: -17px;
  }

  .carrer-headline-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact {
    padding: 50px 15px 60px;
    display: none;
  }

  .contact-headline {
    margin-bottom: -24px;
  }

  .contact-form-grid {
    padding-left: 0;
  }

  .contact-form, .contact-form-wrap {
    flex-direction: column;
  }

  .footer-wrap {
    flex-direction: column;
    margin-top: 0;
    padding-left: 35px;
    padding-right: 35px;
  }

  .about-intro-grid {
    display: block;
  }

  .about-head-text-wrap {
    width: 100%;
    max-width: none;
  }

  .hi-there-heading {
    text-align: left;
  }

  .skills-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: none;
  }

  .personal-features-grid, .social-media-heading, .project-overview-grid, .project-description-grid {
    width: 100%;
    max-width: none;
  }

  .email-section {
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .email-link {
    font-size: 30px;
    line-height: 46px;
  }

  .div-block {
    background-position: 40%;
  }

  .text-block {
    text-align: left;
  }

  .image {
    margin-bottom: 0;
  }

  .heading {
    text-align: left;
    padding-left: 0;
  }

  .heading-2 {
    text-align: left;
    margin-left: -2px;
  }

  .text-block-2 {
    color: #9c9c9c;
  }

  .section-2 {
    padding: 23px 0 28px 14px;
  }

  .div-block-2 {
    background-position: 10%;
    justify-content: center;
    display: flex;
  }

  .body {
    padding-top: 0;
  }

  .div-block-3 {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-right: 0;
    padding: 38px 38px 0;
  }

  .link-block {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
  }

  .image-4 {
    margin-bottom: 29px;
  }

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

  .column {
    border-radius: 0;
    height: auto;
    padding-top: 45px;
    padding-bottom: 30px;
  }

  .column-2 {
    height: auto;
    padding-right: 0;
  }

  .column-3 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .paragraph-5 {
    text-align: left;
    margin-top: 12px;
    margin-right: 0;
  }

  .paragraph-6, .paragraph-7 {
    text-align: left;
  }

  .columns-2 {
    width: 100%;
  }

  .section-7 {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-5 {
    padding-left: 0;
  }

  .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9 {
    width: auto;
    height: 100px;
    margin-top: 25px;
    display: none;
  }

  .section-8 {
    display: block;
  }

  .section-9 {
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
    display: block;
  }

  .div-block-10 {
    width: auto;
  }

  .div-block-11 {
    width: auto;
    margin-top: 7px;
  }

  .div-block-12 {
    height: 580px;
    margin-bottom: 60px;
  }

  .div-block-14 {
    height: 25%;
  }

  .div-block-15 {
    height: 16%;
    margin-top: -2px;
  }

  .div-block-16 {
    height: 100%;
    padding-left: 20px;
    padding-right: 15px;
  }

  .heading-3 {
    text-align: left;
    margin-bottom: 0;
  }

  .paragraph-10 {
    text-align: left;
  }

  .column-7, .column-8 {
    padding: 0;
  }

  .div-block-21 {
    margin-top: 0;
  }

  .section-12 {
    margin-bottom: 47px;
    padding-left: 18px;
    padding-right: 0;
  }

  .section-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-14 {
    padding: 45px 35px 59px;
  }

  .section-15 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-22 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 60px;
    display: flex;
  }

  .div-block-23 {
    display: flex;
  }

  .columns-4 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .dropdown-toggle-2 {
    display: none;
  }

  .link-block-26 {
    padding: 12px;
  }

  .bold-text-9 {
    line-height: 18px;
  }

  .section-279 {
    padding: 75px 25px;
  }

  .image-168 {
    width: 30px;
  }

  .column-368 {
    display: none;
  }

  .footer-2-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-26 {
    padding-top: 49px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .column-344 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-list.w--open {
    display: block;
  }

  .nav-phone-link {
    width: 100%;
    height: auto;
    margin-top: 14px;
    margin-bottom: 30px;
    margin-left: 0;
    position: absolute;
    inset: auto 0% 0%;
  }

  .footer-navigation {
    padding-left: 15px;
  }

  .footer-company-information {
    margin-top: 23px;
  }

  .column-345 {
    padding-bottom: 30px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .heading-10289 {
    line-height: 40px;
  }

  .div-block-157 {
    margin-left: 0;
  }

  .nav-text-link {
    height: auto;
    margin-right: 0;
  }

  .footer-2-links {
    margin-bottom: 5px;
    margin-left: 5px;
  }

  .div-block-182 {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }

  .offer-section {
    height: auto;
    padding: 24px;
  }

  .container-27 {
    justify-content: center;
    align-items: flex-start;
    padding: 24px 6px 24px 25px;
  }

  .nav-menu-2 {
    object-fit: fill;
    background-color: #f1f1f1;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-top: 136px;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .paragraph-126558 {
    margin-top: 3px;
    line-height: 18px;
  }

  .column-11 {
    display: none;
  }

  .navbar-container {
    padding: 10px 9px 10px 17px;
  }

  .column-369, .dropdown-toggle-4 {
    display: none;
  }

  .bold-text-10 {
    line-height: 18px;
  }

  .section-281 {
    padding: 75px 25px;
  }

  .column-370 {
    display: none;
  }

  .container-28 {
    padding-top: 49px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .column-371 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-list-3.w--open {
    display: block;
  }

  .column-372 {
    padding-bottom: 30px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .heading-10293 {
    line-height: 40px;
  }

  .div-block-329 {
    margin-left: 0;
  }

  .div-block-331 {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }

  .container-29 {
    justify-content: center;
    align-items: flex-start;
    padding: 24px 6px 24px 25px;
  }

  .paragraph-126688 {
    margin-top: 3px;
    line-height: 18px;
  }

  .column-374, .column-375 {
    display: none;
  }

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

  .section-316 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-377 {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-342 {
    width: 10px;
  }

  .column-378 {
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 40px;
  }

  .heading-10297 {
    margin-top: 25px;
    line-height: 48px;
  }

  .div-block-344 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 4px;
    margin-bottom: 5px;
    display: flex;
  }
}

#w-node-_9b2922ad-09b1-aebb-0430-7dee623c62c1-577d5d21 {
  grid-area: 1 / 1 / 2 / 3;
}


