:root {
  --white: #fff;
  --grey: #d9d9d9;
  --blue: #04172c;
  --black: black;
}

.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;
}

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 {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity 0.2s,
    opacity 0.175s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  margin-bottom: 3px;
  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;
}

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

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

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

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

.section.cc-cta {
  background-color: #f4f4f4;
  margin-top: 145px;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  margin-top: -90px;
  margin-left: 0;
  margin-right: 0;
}

.section._2 {
  background-color: #040b13;
  background-image: radial-gradient(
    circle closest-corner at 50% 0,
    rgba(13, 45, 78, 0.27),
    rgba(255, 255, 255, 0)
  );
  background-position: 0 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 14px;
  padding-bottom: 70px;
}

.section._3 {
  background-color: #040b13;
  background-image: radial-gradient(
    circle closest-corner at 50% 100%,
    rgba(13, 45, 78, 0.27),
    rgba(255, 255, 255, 0)
  );
  background-position: 0 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-bottom: 23px;
}

.section._4 {
  background-color: #040b13;
  background-image: none;
  background-position: 0 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-bottom: 36px;
}

.section._4.form {
  background-image: radial-gradient(
    circle closest-corner at 50% 0,
    rgba(13, 45, 78, 0.27),
    rgba(255, 255, 255, 0)
  );
  background-position: 0 0;
  padding-top: 39px;
  padding-bottom: 32px;
}

.section.gradient {
  background-image: radial-gradient(circle, rgba(4, 23, 44, 0.49) 53%, #01060f);
  margin-left: 0;
  margin-right: 0;
  padding-top: 23px;
  padding-bottom: 66px;
}

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

.container {
  justify-content: flex-start;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.products {
  flex-direction: column;
  display: flex;
}

.container.achievemnts {
  flex-direction: column;
  max-width: 1328px;
  display: flex;
}

.container.about-us {
  margin-top: -112px;
}

.paragraph-tiny {
  color: var(--white);
  font-size: 12px;
  line-height: 20px;
}

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

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

.paragraph-bigger.cc-bigger-white-light {
  opacity: 0.6;
  color: var(--grey);
  font-size: 22px;
  line-height: 30px;
}

.paragraph-bigger.cc-bigger-white-light.center {
  text-align: center;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color 0.4s, opacity 0.4s, color 0.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-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
  display: none;
}

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

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

.button.cc-contact-us {
  z-index: 5;
  outline-offset: 0px;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(
    98deg,
    rgba(220, 86, 46, 0.81),
    rgba(136, 39, 10, 0.59)
  );
  border-radius: 50px;
  outline: 1px #05172b;
  padding: 1px;
  position: relative;
}

.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: rgba(255, 255, 255, 0.8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, 0.9);
}

.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-light {
  opacity: 0.6;
  color: #f8f8f8;
  margin-top: 23px;
  font-size: 14px;
}

.label.cc-blog-date {
  opacity: 0.6;
  margin-top: 20px;
}

.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: 0.6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: 0.6;
}

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

.paragraph-light {
  opacity: 0.6;
  color: #fff;
  text-align: left;
}

.paragraph-light.center {
  color: rgba(255, 255, 255, 0.67);
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 9px;
  padding-left: 0;
  padding-right: 0;
  font-size: 49px;
  font-weight: 500;
  line-height: 61px;
}

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

.heading-jumbo.product {
  font-size: 55px;
}

.heading-jumbo-small {
  color: #a2a2a2;
  text-align: left;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 71px;
  padding-right: 71px;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
}

.heading-jumbo-small.center {
  text-align: center;
}

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

.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;
}

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

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

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

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

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.navigation {
  z-index: 9999999;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  outline-offset: 0px;
  background-color: rgba(8, 9, 21, 0);
  background-image: none;
  outline: 1px solid rgba(92, 98, 124, 0.53);
  align-items: center;
  padding: 15px 50px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navigation-item {
  opacity: 0.6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: 0.9;
  color: #6b6b6b;
}

.navigation-item:active {
  opacity: 0.8;
  color: #cc5349;
}

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

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

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

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
}

.edmap {
  opacity: 0.5;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.4s;
  display: flex;
}

.edmap:hover {
  opacity: 1;
}

.edmap:active {
  opacity: 0.8;
}

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

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

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: linear-gradient(0deg, #020a16 46%, rgba(255, 255, 255, 0)),
    url("../images/cover-edmap-1-1.png");
  background-position: 0 0, 36% 61%;
  background-size: auto, 2310px;
  justify-content: center;
  align-items: center;
  height: 845px;
  margin-bottom: 20px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(9deg, #010813, rgba(4, 14, 29, 0) 47%),
    linear-gradient(90deg, #01070f 11%, rgba(1, 7, 15, 0) 50%, #01070f 85%),
    url("../images/2nd-product.png");
  background-position: 0 0, 0 0, 50% 98%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 73%;
  height: 480px;
  margin-bottom: 0;
}

.intro-header.cc-subpage.product {
  background-image: linear-gradient(9deg, #010813, rgba(4, 14, 29, 0) 47%),
    linear-gradient(90deg, #01070f 11%, rgba(1, 7, 15, 0) 50%, #01070f 85%),
    url("../images/product1.png");
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, 75%;
  height: 404px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-top: 67px;
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 55px;
  text-align: left;
  grid-template:
    ". . ."
    ". . ."
    / 1fr 1fr;
  grid-auto-flow: row;
  margin-bottom: 120px;
  display: none;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: none;
}

.service-icon {
  margin-bottom: 30px;
}

.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;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template:
    ". ."
    / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

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

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

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

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

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

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template:
    ". . ."
    / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

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

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template:
    "."
    "."
    "."
    / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

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

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

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

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: 0.8;
}

.project-cover-link:active {
  opacity: 0.7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url("../images/portfolio-1---wide.svg");
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url("../images/portfolio-2---wide.svg");
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url("../images/portfolio-3---wide.svg");
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template:
    ". ."
    / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

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

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity 0.6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: 0.8;
}

.blog-preview-image:active {
  opacity: 0.7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: 0.8;
}

.blog-heading-link:active {
  opacity: 0.7;
}

.contact-email-link {
  opacity: 0.6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: 0.8;
}

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

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

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

.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: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

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

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
  display: none;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

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

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 43px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: 0.8;
}

.business-article-heading:active {
  opacity: 0.7;
}

._w-lightbox-caption {
  background-color: rgba(0, 0, 0, 0.6);
}

.body {
  background-color: #020a16;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  font-family: DM Sans, sans-serif;
}

.text-block {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  outline-offset: 0px;
  color: #a2a2a2;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #05172b;
  border-radius: 50px;
  outline: 3px #fff;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 300;
}

.text-block._2 {
  background-color: rgba(5, 23, 43, 0);
  background-image: linear-gradient(153deg, #050c16, #081830);
  border: 2px solid rgba(220, 86, 46, 0.31);
  margin-top: 26px;
}

.text-block._2:hover {
  border-width: 2px;
  border-color: #040a13;
}

.video {
  outline-offset: 0px;
  border: 1px solid #000;
  border-radius: 8px;
  outline: 2px solid #091522;
  margin-bottom: 27px;
}

.div-block {
  width: 343px;
}

.product_card {
  outline-offset: 0px;
  background-color: #030f1b;
  background-image: url("../images/product1.png"),
    radial-gradient(
      circle at 100% 100%,
      rgba(5, 31, 60, 0.82),
      rgba(255, 255, 255, 0)
    );
  background-position: 50% -9%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: 343px, auto;
  border-radius: 30px;
  outline: 1px solid #26313c;
  width: 343px;
  height: 599px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 14px 43px;
}

.heading {
  color: #d9d9d9;
  text-align: left;
  margin-top: 0;
  margin-bottom: 37px;
  padding-bottom: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 43px;
}

.heading.accordion-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 33px;
}

.paragraph {
  color: #a2a2a2;
  text-align: left;
  width: 98%;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

.paragraph.accordion {
  border-style: none;
  width: 90%;
  padding-bottom: 22px;
}

.paragraph.accordion-title {
  border-style: none;
  padding-top: 12px;
  padding-bottom: 12px;
}

.paragraph.accordion-points {
  color: rgba(162, 162, 162, 0.62);
  text-align: left;
  width: 86%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}

.paragraph.accordion-text {
  text-align: left;
  border-style: none;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 0;
  font-size: 16px;
  line-height: 21px;
}

.text-block-2 {
  color: #d9d9d9;
  padding-right: 12px;
  text-decoration: none;
}

.link-block {
  border: 1px solid #696d73;
  border-radius: 30px;
  flex-direction: row;
  align-items: center;
  padding: 9px 13px 9px 25px;
  text-decoration: none;
  transition: background-color 0.2s,
    opacity 3.305s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  display: flex;
}

.link-block:hover {
  background-color: rgba(6, 13, 24, 0.46);
  border-color: #ae483f;
  outline-color: #cd6d53;
}

.div-block-2 {
  z-index: 0;
  background-image: url("../images/cover-edmap-1.png");
  background-position: 0 0;
  background-size: cover;
  position: static;
}

.circle_card {
  aspect-ratio: 1;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.circle-js_embed,
.circle-css_embed {
  display: none;
}

.circle_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cirlce_card-border-anim {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cirlce_card-border {
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.circle_card-content {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2rem 2.5rem;
  display: flex;
  position: relative;
}

.circle_card-text {
  text-align: center;
  font-size: 1.1275rem;
  font-weight: 500;
}

.circle_card-image {
  filter: contrast(0%) brightness(200%);
  width: 3rem;
}

.rectangle-glow-css_embed,
.rectangle-js_embed {
  display: none;
}

.rectangle_card-border {
  z-index: 0;
  border: 0 rgba(119, 135, 151, 0.3);
  border-radius: 24px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rectangle_card-border-anim {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rectangle-glow-css_embed-2 {
  display: block;
}

.rectangle_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  object-fit: fill;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.rectangle__card-content {
  z-index: 1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-image: none;
  flex-flow: column;
  align-content: space-between;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2.8rem 2.5rem 2rem 2.1rem;
  display: flex;
  position: relative;
}

.rectangle_card-text {
  text-align: center;
  font-size: 1.1275rem;
  font-weight: 500;
}

.rectangle_card {
  aspect-ratio: 2 / 3;
  object-fit: fill;
  width: 100%;
  margin-left: 17px;
  margin-right: 17px;
  position: relative;
}

.rectangle_card-image {
  filter: contrast(0%) brightness(200%);
  width: 3rem;
  display: none;
}

.rectangle_card-img {
  z-index: 0;
  background-image: url("../images/product1.png"),
    radial-gradient(circle at 100% 100%, #051f3c, rgba(255, 255, 255, 0));
  background-position: 50% -4%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: 350px, auto;
  border-radius: 28px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rectangle_card-img._2 {
  background-image: url("../images/2nd-product.png"),
    radial-gradient(circle at 100% 100%, #051f3c, rgba(255, 255, 255, 0));
}

.rectangle_card-img._3 {
  background-image: url("../images/3rd-product.png"),
    radial-gradient(circle at 100% 100%, #051f3c, rgba(255, 255, 255, 0));
}

.div-block-3 {
  background-image: url("../images/arrow_products.svg");
  background-position: 50%;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
}

.divider-small {
  padding-top: 0.4rem;
}

.divider-medium {
  padding-top: 2.7rem;
}

.achievements_grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  justify-items: center;
  width: 100%;
  padding-left: 9px;
  padding-right: 9px;
  display: grid;
}

.achievement_card {
  background-color: rgba(9, 19, 34, 0.07);
  background-image: radial-gradient(
    circle closest-corner at 50% 100%,
    rgba(13, 31, 54, 0.71),
    rgba(255, 255, 255, 0)
  );
  border: 1px solid rgba(58, 66, 82, 0.12);
  border-radius: 11px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 11px 26px;
  display: flex;
}

.achievement_card:hover {
  background-image: none;
}

.text-block-3 {
  color: #d9d9d9;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.text-block-4 {
  color: rgba(162, 162, 162, 0.5);
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-4 {
  padding: 12px 25px;
}

.div-block-4._3 {
  margin-bottom: -26px;
}

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

.div-block-6 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.team_card {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  background-color: rgba(9, 19, 34, 0.07);
  background-image: radial-gradient(
    circle closest-corner,
    #0d1f36,
    rgba(255, 255, 255, 0)
  );
  border: 1px solid rgba(58, 66, 82, 0.26);
  border-radius: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 11px 18px;
  display: flex;
}

.team_description {
  color: rgba(162, 162, 162, 0.5);
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.team_name {
  color: #d9d9d9;
  text-align: left;
  font-size: 26px;
  font-weight: 500;
  line-height: 33px;
}

.team_position {
  color: rgba(162, 162, 162, 0.5);
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
}

.team_title {
  padding-top: 1px;
  padding-bottom: 1px;
}

.team_subtitle {
  padding-top: 3px;
  padding-bottom: 16px;
}

.team_body {
  padding-top: 8px;
  padding-bottom: 15px;
}

.team_img {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 8px;
}

.image {
  border-radius: 9px;
  width: 100%;
}

.team_grid {
  grid-column-gap: 54px;
  grid-row-gap: 29px;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: center;
  justify-items: center;
  width: 100%;
  padding-left: 47px;
  padding-right: 47px;
  display: grid;
}

.accordion-wrapper {
  flex-flow: column;
  width: 100%;
  padding-left: 93px;
  padding-right: 93px;
  display: flex;
}

.accordion {
  outline-offset: 0px;
  cursor: auto;
  border: 1px rgba(58, 66, 82, 0.26);
  border-radius: 13px;
  outline: 1px solid rgba(78, 90, 114, 0.34);
  flex-flow: column;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  box-shadow: 4px 2px 14px rgba(0, 5, 15, 0.33);
}

.accordion-header {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  cursor: auto;
  background-color: rgba(5, 16, 31, 0.7);
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.1rem 1.5rem 0.1rem 2rem;
  display: flex;
}

.accordion-panel {
  background-color: #01070f;
  background-image: linear-gradient(139deg, #01060f, rgba(9, 27, 54, 0.58));
  border-radius: 0 0 13px 13px;
  flex-flow: column;
  padding: 5px 25px 5px 27px;
  display: flex;
}

.text-block-5 {
  color: var(--white);
}

.text-block-6 {
  color: gray;
}

.text-block-3-copy {
  color: #d9d9d9;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}

.text-block-title {
  color: #d9d9d9;
  text-align: left;
  padding: 9px 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 27px;
}

.spacer {
  height: 15px;
}

.icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  padding-top: 6px;
  display: flex;
}

.line {
  outline-offset: 0px;
  border: 1px rgba(161, 162, 161, 0.21);
  outline: 0.5px solid rgba(58, 66, 82, 0.33);
  margin-bottom: 8px;
}

.heading-product-small {
  color: #a2a2a2;
  text-align: center;
  text-transform: none;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 300;
  line-height: 32px;
}

.heading-product-small.center {
  text-align: center;
}

.div-block-7 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  padding-top: 19px;
  padding-bottom: 13px;
  display: flex;
}

.image-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.team-img-title {
  min-width: 191px;
}

.image-3,
.image-4 {
  margin-top: 13px;
}

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

.icon {
  color: #dfdddd;
}

.dropdown-list {
  background-color: rgba(8, 9, 21, 0.07);
}

.dropdown-list.w--open {
  background-color: rgba(92, 98, 124, 0.54);
}

.dropdown-toggle {
  padding-right: 20px;
}

.dropdown-link,
.dropdown-link-2 {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: var(--white);
  background-color: #031222;
  font-weight: 300;
}

.dropdown-link-3 {
  color: var(--white);
  background-color: #031222;
  font-weight: 300;
}

.form-block {
  padding-left: 476px;
  padding-right: 476px;
}

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

.field-label-2 {
  color: var(--white);
  margin-top: 31px;
  font-weight: 400;
}

.text-field-2 {
  background-color: rgba(2, 12, 22, 0.67);
  border: 1px solid rgba(0, 0, 0, 0);
}

.text-field-3 {
  background-color: rgba(2, 12, 22, 0.67);
  border: 1px rgba(0, 0, 0, 0);
}

.nav-link {
  display: none;
}

.bold-text {
  color: var(--white);
  font-size: 14px;
}

.link {
  color: #838181;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

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

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

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation {
    padding: 25px 30px;
  }

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

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

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

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

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

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

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

  .service-icon {
    display: inline-block;
  }

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

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template:
      "."
      "."
      "."
      / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template:
      ". ."
      ". ."
      ". ."
      / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

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

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

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

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas:
      "."
      ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .circle_component,
  .rectangle_component {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

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

  .section.cc-home-wrap,
  .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

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

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

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

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template:
      "."
      "."
      "."
      "."
      "."
      "."
      / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

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

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

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

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

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

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

  ._404-wrap {
    padding: 30px;
  }

  .circle_card-content,
  .rectangle__card-content {
    padding: 1.25rem 1.5rem;
  }

  .heading-product-small {
    font-size: 30px;
    line-height: 52px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

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

  .menu {
    margin-left: 15px;
  }

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

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

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data,
  .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template:
      "."
      "."
      "."
      "."
      "."
      "."
      / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap,
  .blog-item {
    width: 100%;
    max-width: none;
  }

  .circle_component,
  .rectangle_component {
    grid-template-columns: 1fr;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-3b081e77 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-3b081e77,
#w-node-_86e64837-0616-515b-4568-76c147234d41-3b081e77 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-3b081e77 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-af4fc49c-c1f9-a0cc-a48c-969c701bb95b-3b081e77,
#w-node-c59c6826-4c9c-ca97-5a4b-e0f81074ef03-3b081e77,
#w-node-_79e37541-e9c1-79b6-f4ae-afb9474f41c6-3b081e77,
#w-node-ce763e12-633e-5746-aefc-16f96bb87d21-3b081e77,
#w-node-c6ace259-ae03-5436-1a10-3c00f54434c5-3b081e77,
#w-node-afc0d287-7ab4-f988-9359-004d0a95bdf2-3b081e77,
#w-node-a1cd27a3-12c2-e8d6-58c5-532864b40483-3b081e77,
#w-node-_550d1c56-6e6a-e560-ea7e-9c824db822c0-3b081e77,
#w-node-_1f5444bd-2da2-8970-a514-c19184f245c5-3b081e77,
#w-node-_03db2b63-c1a7-6f0f-ce66-cbaef389f1e4-3b081e77 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-3b081e7a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-3b081e7a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-3b081e7a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-3b081e7a {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-2f349e41 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-2f349e41 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-2f349e41 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-2f349e41 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-eb105606 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-eb105606 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-eb105606 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-eb105606 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-fb50b3ad {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-fb50b3ad {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-fb50b3ad {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-fb50b3ad {
  grid-area: 2 / 1 / 3 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-3b081e77 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-3b081e77 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-3b081e77 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-3b081e77 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-3b081e7a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-3b081e7a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-2f349e41 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-2f349e41 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-eb105606 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-eb105606 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-fb50b3ad {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-fb50b3ad {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-3b081e7a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-3b081e7a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-3b081e7a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-2f349e41 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-2f349e41 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-2f349e41 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-eb105606 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-eb105606 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-eb105606 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-fb50b3ad {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-fb50b3ad {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-fb50b3ad {
    grid-area: 4 / 1 / 5 / 2;
  }
}

.loader {
  -ms-transform: translateZ(0);
  -webkit-animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  animation: load5 1.1s infinite ease;
  border-radius: 50%;
  font-size: 25px;
  height: 1em;
  margin: 100px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  width: 1em;
}

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff,
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.5),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7),
      1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff,
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff,
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.5),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff,
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff,
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.5),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff,
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff,
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.5),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7),
      1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff,
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff,
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.5),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff,
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff,
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.5),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff,
      -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2),
      1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2),
      2.5em 0em 0 0em rgba(255, 255, 255, 0.2),
      1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2),
      0em 2.5em 0 0em rgba(255, 255, 255, 0.2),
      -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5),
      -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

.edmap-video-embed {
  background-color: black;
  position: relative;
  height: 80%;
  min-height: 400px;
  border-radius: 8px;
}

.edmap-video-embed > div {
  position: absolute;
  margin-top: 0;
  margin-bottom: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px;
}

.youtube {
  width: 100%;
  height: inherit;
}

.youtube iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

#About.container.about-us {
  margin: -112px auto 150px;
}

.subscription-form ~ div {
  border: 1px solid currentColor;
  border-radius: 8px;
  text-align: left;
}

.subscription-form input[type="submit"] {
  margin: 26px auto;
  display: block;
}

.subscription-form ~ #form-subbed {
  background-color: #8af1a6;
}

.subscription-form input {
  color: #d9d9d9;
}
