/* Base styles: Mobile first (iPhone SE ~320px) */
/** {
  outline: 1px solid red;
}*/
.hero.mobilehave.implement.d-block {
  overflow-x: hidden !important;
}
 
.form-block.w-form {
  max-width: 100%;
  overflow: hidden;
}

.form-block.w-form input,
.form-block.w-form textarea,
.form-block.w-form button {
  max-width: 100%;
  box-sizing: border-box;
}
 .text-field-2 {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}
@media screen and (max-width: 767px) {
  .div-block-33 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    grid-column: 1 / -1 !important;
  }
}
@media screen and (max-width: 767px) {
  .div-block-31 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    display: block !important;
  }
  
  .div-block-31 .div-block-34,
  .div-block-31 .div-block-33,
  .div-block-31 .div-block-35 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 768px) {
  .button {
    width: 360px !important;
    /* other properties */
  }
}

body {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .navigation {
    overflow: hidden;
  }
  
  .left-navbar {
    overflow: visible; /* keep the toggle visible */
  }
}
@media screen and (max-width: 767px) {
  .navigation {
    width: 100% !important;
    max-width: 100vw;
  }
}
/* Small devices (≥480px) */
@media (min-width: 480px) {
  body {
    font-size: 17px;
  }
  .container {
    max-width: 440px;
    margin: 0 auto;
  }
}

/* Tablets (≥768px) */
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
  .container {
    max-width: 720px;
  }
  nav ul {
    display: flex;
    justify-content: space-around;
  }
}

/* Laptops (≥1024px) */
@media (min-width: 1024px) {
  body {
    font-size: 19px;
  }
  .container {
    max-width: 960px;
  }
}

/* Laptops (≥1024px) */
@media (min-width: 1024px) and (max-width: 1279px) {
  /* Your styles here */
.coordinator-logo-ico-footer-lg-index {
    position: absolute;
    top: 13%;
    right: 4%;
    width: 160px;
    max-width: 30%;
    height: auto;
    z-index: 100;
}
}

/* Large desktops (≥1440px) */
@media (min-width: 1440px) {
  body {
    font-size: 20px;
  }
  .container {
    max-width: 1200px;
  }
}

/* Ultra-wide (≥1920px) */
@media (min-width: 1920px) {
  body {
    font-size: 21px;
  }
  .container {
    max-width: 1400px;
  }
}










/*Carousel*/
.feature-section-carousel {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin: 60px 0;
}

/* Make the carousel behave like the old image block */
.feature-carousel {
    flex: 1;
    position: relative;
    overflow: hidden;
}

/* Optional: ensure text and carousel split evenly */
.feature-text-carousel {
    flex: 1;
}
/* Carousel core styles */
.carousel-track {
    display: flex;
    transition: transform 0.4s ease;
}

.carousel-slide {
    min-width: 100%;
    text-align: center;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 24px;
  z-index: 10;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.carousel-btn.prev { left: 10px; }
.carousel-btn.next { right: 10px; }

.carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.carousel-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    margin: 0 4px;
    background: #ccc;
    cursor: pointer;
}

.carousel-dots button.active {
    background: #333;
}

.feature-section-carouselm {
    display: block;          /* stack elements vertically */
    margin-bottom: 40px;     /* spacing between sections */
}

/* Make the carousel behave like the old image block */
.feature-carouselm {
    flex: 1;
    position: relative;
    overflow: hidden;
}

/* Optional: ensure text and carousel split evenly */
.feature-text-carouselm {
    flex: 1;
}

/* Carousel core styles */
.carousel-trackm {
    display: flex;
    transition: transform 0.4s ease;
}

.carousel-slidem {
    min-width: 100%;
    text-align: center;
}

.carousel-btnm {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 24px;
    z-index: 10;
}

.carousel-btnm.prev { left: 10px; }
.carousel-btnm.next { right: 10px; }

.carousel-dotsm {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.carousel-dotsm button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    margin: 0 4px;
    background: #ccc;
    cursor: pointer;
}

.carousel-dotsm button.active {
    background: #333;
}


/*Image formatting for feature sections*/
.feature-section {
  display: flex; 
  justify-content: space-between;
  gap: 40px;
  margin: 60px 0;
}
 
.feature-section-mobile {
    display: block;          /* stack elements vertically */
    margin-bottom: 40px;     /* spacing between sections */
}

.feature-section-mobile .feature-text {
    margin-bottom: 20px;     /* space between text and image */
}

.feature-section-mobile .feature-image img {
    width: 100%;
  max-width: 100%;             /* responsive image */
    height: auto;
    display: block;
}

.section-audience {
    background: #f7f7f9; /* soft grey */
    padding: 60px 20px;
    border-radius: 8px;
}

.mid-cta-light {
    text-align: center;
    margin: 40px 0 60px;
    font-family: Catamaran, sans-serif;
    font-size: 1.1rem;
}

.mid-cta-light a {
    font-weight: 500;
    font-family: Catamaran, sans-serif;
    color: #005bbb;
    text-decoration: underline;
}



.feature-section:nth-child(even) {
  flex-direction: row-reverse; /* alternates left/right automatically */
}

.feature-text {
  flex: 1; 
        text-align: left;
}

.feature-text h2 {
  margin-bottom: 16px;
        text-align: left;
}
.screenshotcaption{
  font-family: Catamaran, sans-serif; 
  font-size: .8rem !important;
  font-weight:400;  
}
.introtext{
color: #0a0e3e;
    text-align: left;
    margin-right: 0;
    padding-top: 0px;
    margin-top: 0px; 
    font-family: Catamaran, sans-serif;
    font-size: 1.2rem;
    font-weight:400;
} 


.feature-text p {
  line-height: 1.6;
        text-align: left;
}

.feature-image {
  flex: 1;
}

.feature-image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

/* Mobile layout */
@media (max-width: 768px) {
  .feature-section {
    flex-direction: column !important;
    text-align: center;
  }
}

/* CTA Section Styling */
.cta-section {
  background-color: #ffffff;
  box-shadow: 0 2px 12px rgba(0,91,181,.5);
  border-radius: 10px;
  padding: 32px;
  text-align: center;
  margin: 50px auto;
  max-width: 700px;
  width: 90%;
}

/* Typography */
.cta-title {
  font-family: Catamaran, sans-serif; 
  font-size: 1.8rem !important;
  font-weight:500;
  color: #0A0E3E; /* adjust to brand color */
  margin-bottom: 16px;
}

.cta-text {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #333;
}
.nav-link {
  white-space: nowrap;
}
.footerdesktoplogo {
  position: relative; /* establishes positioning context */
}

.coordinator-logo-ico-footer-xl-index {
  position: absolute;
  top: 11%;   /* adjust spacing from top */
  right: 4%; /* adjust spacing from right */
  width: 180px;
  max-width: 30%; /* scale logo size */
  height: auto;
  z-index: 100; /* ensures it floats above other elements */
}
.coordinator-logo-ico-footer-xl {
  display: none;
}
.coordinator-logo-ico-footer-xl-kontakt {
  position: absolute;
  top: -40%;   /* adjust spacing from top */
  right: 4%; /* adjust spacing from right */
  width: 180px;
  max-width: 30%; /* scale logo size */
  height: auto;
  z-index: 100; /* ensures it floats above other elements */
}


.coordinator-logo-ico-footer-lg-index {
  position: absolute;
  top: 15%;   /* adjust spacing from top */
  right: 4%; /* adjust spacing from right */
  width: 160px;
  max-width: 30%; /* scale logo size */
  height: auto;
  z-index: 100; /* ensures it floats above other elements */
}
.coordinator-logo-ico-footer-lg {
  display: none;
}
.coordinator-logo-ico-footer-lg-kontakt {
  position: absolute;
  top: -30%;   /* adjust spacing from top */
  right: 4%; /* adjust spacing from right */
  width: 160px;
  max-width: 30%; /* scale logo size */
  height: auto;
  z-index: 100; /* ensures it floats above other elements */
}
.coordinator-logo-ico-footer-md-index {
  position: absolute;
  top: 18%;   /* adjust spacing from top */
  right: 4%; /* adjust spacing from right */
  width: 120px;
  max-width: 30%; /* scale logo size */
  height: auto;
  z-index: 100; /* ensures it floats above other elements */
}

.coordinator-logo-ico-footer-md {
  display: none;
}
.coordinator-logo-ico-footer-md-kontakt {
  position: absolute;
  top: -40%;   /* adjust spacing from top */
  right: 4%; /* adjust spacing from right */
  width: 120px;
  max-width: 30%; /* scale logo size */
  height: auto;
  z-index: 100; /* ensures it floats above other elements */
}
.coordinator-logo-ico-footer-sm-index {
  position: absolute;
  top: 70%;   /* adjust spacing from top */
  right: 3%; /* adjust spacing from right */
  width: 25%; /* scale logo size */
  height: auto;
  z-index: 1000; /* ensures it floats above other elements */
}

.coordinator-logo-ico-footer-mobile {
  position: absolute;
  top: -60%;   /* adjust spacing from top */
  right: 0%; /* adjust spacing from right */
  width: 100px;
  max-width: 30%; /* scale logo size */
  height: auto;
  z-index: 100; /* ensures it floats above other elements */
}
.coordinator-logo-ico-footer-mobile-kontakt {
  position: absolute;
  top: -50px;   /* adjust spacing from top */
  right: 3%; /* adjust spacing from right */
  width: 100px;
  max-width: 30%; /* scale logo size */
  height: auto;
  z-index: 100; /* ensures it floats above other elements */
}
.coordinator-headertext-footer-mobile {
     position: absolute;
  z-index: 2; /* ensures it floats above other elements */
}

/* Button */
.cta-button { 
  display: inline-block; 
  padding: 16px;
  font-size: 1.4rem;
  border-radius: 60px;
  background-color: #005bb5; 
  color: #fff;
  text-decoration: none;
  border: 2px solid transparent;   /* define a border */
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.cta-button:hover {
  background-color: #fafafb;
  color: #0a0e3e; 
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 60px;
}
/* Button */
.cta-button-sm-email { 
  display: inline-block; 
  padding: 12px 24px 12px 24px;
  font-size: 1.2rem;
  border-radius: 60px;
  background-color: #005bb5; 
  color: #fff;
  text-decoration: none;
  border: 2px solid transparent;   /* define a border */
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.cta-button-sm-email:hover {
  background-color: #fafafb;
  color: #0a0e3e; 
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 60px;
}
/* Button */
.cta-button-sm { 
  display: inline-block; 
  padding: 14px;
  font-size: 1.2rem;
  border-radius: 60px;
  background-color: #005bb5; 
  color: #fff;
  text-decoration: none;
  border: 2px solid transparent;   /* define a border */
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.cta-button-sm:hover {
  background-color: #fafafb;
  color: #0a0e3e; 
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 60px;
}


/* Responsive Adjustments */
@media (max-width: 768px) {
  .cta-section {
    padding: 20px;
    margin: 20px;
  }
  .cta-title {
    font-size: 1.4rem;
  }
  .cta-text {
    font-size: 0.95rem;
  }
  .cta-button {
    width: 100%;   /* full width button on mobile */
    padding: 14px;
    font-size: 1.1rem;
  }
}


.mobile-accordion {
  width: 100%;
}


.accordion-header {
  padding: 0px 0;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.accordion-content {
  color: #FFFFFF;
  display: none;
  flex-direction: column;
  padding-left: 10px; 
}

.accordion-content a {
  color: #ffffff;
  padding: 8px 0;
  display: block;
  text-decoration: none;
}

.navigation.w-nav,
.w-nav-menu,
.w-nav-overlay {
  overflow: visible !important;
}

.nav-dropdown-content {
  position: absolute;
  z-index: 9999;
}

.nav-dropdown {
  position: relative;
  display: inline-block;
}

.nav-dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 200px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 100;
}

.nav-dropdown-content a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #333;
}

.nav-dropdown-content a:hover {
  background-color: #f2f2f2;
}

.nav-dropdown:hover .nav-dropdown-content {
  display: block;
} 

.nav-dropdown-wrapper {
  position: relative;
  overflow: visible;
}

#consozial-tab {
  z-index: 1050;
  position: relative;
  padding: 100px; /* adjust based on your navbar height */
} 
#consozial-mobile-tab {
  z-index: 1050;
  position: relative;
  padding: 100px; /* adjust based on your navbar height */
} 

.main-page-nav {
padding-top: 0px  !important;
height: 20%  !important;
} 
  
#banner-advert {
  position: relative;
  z-index: 9999;
}
#banner-advert-mobile {
  position: relative;
  z-index: 9999;
}
.managementteam{    color: #001a49;
    letter-spacing: -.03em;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;}
.image70pc{width:90% !important;}
.buttonwidth {
  width: min(420px, 90vw) !important;
}

.buttonwidth_sm {
  width: min(360px, 90vw) !important;
}
.buttonwidth_sub{width:220 !important;font-size:20px !important; }
.consozial{background-color:#d02c4e; }
.notextdecoration{text-decoration: none  !important;}
.paddingleft_7px{padding-left:7px !important;}
.padding_7px{padding:7px !important;}
.padding_20px{padding:20px !important;}
.paddingtop_60px{padding-top:60px !important;}
.marginleft_16px{margin-left:4px !important;}
.marginleft_24px{margin-left:24px !important;}
.marginleft_48px{margin-left:48px !important;}
.marginright_4px{margin-left:4px !important;}
.marginright_16px{margin-right:16px !important;}
.marginright_60px{margin-right:60px !important;} 
.marginbottom_4px{margin-bottom:4px !important;}
.marginbottom_8px{margin-bottom:4px !important;}
.marginbottom_24px{margin-bottom:24px !important;}
.marginbottom_100px{margin-bottom:100px !important;}
.margintop_0px{margin-top:0px !important;}
.nomargin{margin:0px !important;}
.italic{font-style:italic !important;}
.styleheader{font-size:18px !important;font-weight:600 !important;}
.margintop_8px{margin-top:8px !important;}
.margintop_16px{margin-top:16px !important;}
.margintop_24px{margin-top:24px !important;}
.margintop_30px{margin-top:30px !important;}
.margintop_36px{margin-top:36px !important;}
.fontweight500{font-weight:500 !important;}
.fontweight600{font-weight:600 !important;}
.margin-neg-17px{margin-top:-17px !important;}
.carouselindicatorformat{margin-bottom: -20px !important;    width: 40%;
    margin: 0 auto;} 
.carouselindicatorformatmed{margin-bottom: -1rem !important;    width: 50%;
    margin: 0 auto;}
.nopadding{padding:0px !important;}
.nopaddingtop{padding-top:0px !important;}
.paddingtop_10px{padding-top:10px !important;}
.paddingtop_24px{padding-top:14px !important;}
.padding_20px{padding:200px !important;}
.centervideo {
    vertical-align: baseline!important;
    display: block!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
:root {
  --midnight-blue: #0a0e3e;
  --royal-blue: #1a74e7;
  --dark-slate-blue: #0b4693;
  --alice-blue: #e3f5fd;
  --sky-blue: #96d7f4;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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;
}
.camera{
  color: white;}
.bannerad{
  font-family: Montserrat, sans-serif;
  font-size: 18px; 
}
body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #001a49;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #001a49;
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 700;
  line-height: 36px;
}

h4 {
  color: #001a49;
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 120%;
  font-weight: 600;
  line-height: 1.1;
}

p {
  color: #4f596a;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-family: Muli, sans-serif;
  font-size: 20px;
  line-height: 1.6;
}
 .navbar {
  min-height: 100px;
}

.navbar-brand {
  padding: 0 15px;
  height: 100px;
  line-height: 80px;
}

.navbar-toggle {
  /* (80px - button height 34px) / 2 = 23px */
  margin-top: 23px;
  padding: 9px 10px !important;
}
.paddingheader{
    min-height:24px;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (80px - line-height of 27px) / 2 = 26.5px */
    padding-top: 26.5px;
    padding-bottom: 26.5px;
    line-height: 27px;
  }
}
.navigation-side-plain {
  z-index: 50;
  cursor: pointer;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-container-full {
  z-index: 99;
  width: 100%;
  height: auto;
  overflow: visible; /* allow dropdown to extend */
  max-width: 100%; 
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;     
}

.nav-menu {
  width: auto;
  height: 200%;
  color: #3f0a3d;
  align-items: center;
  display: flex;
}

.logo {
  width: auto;
  height: 6rem;
  padding-bottom:1px;
  cursor: pointer;
  object-fit: contain;
}

.brand {
  cursor: pointer;
  margin-right: 20px;
}

.brand.w--current {
  width: auto;

  cursor: pointer;
  object-fit: contain;
}

.nav-link {
  color: var(--midnight-blue);
  letter-spacing: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 40px;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: all .35s;
}

.nav-link:hover {
  color: var(--royal-blue);
}

.nav-link.w--current {
  color: var(--midnight-blue);
  -webkit-text-stroke-color: var(--midnight-blue);
  flex: 0 auto;
}

.navigation {
  width: auto;
  height: 20%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: 20px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.navigation-button-wrap {
  z-index: 50;
  align-items: center;
  display: flex;
  position: relative;
}

.hero {
  z-index: 2;
  width: auto;
  height: auto;
  max-width: none;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0 3%;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.hero.mobile {
  display: none;
}

.hero.tablet {
  height: auto;
  background-image: none;
  margin-top: 100px;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.hero.content {
  height: auto;
  background-image: none;
  margin-bottom: 0;
  padding: 106px 0% 0;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
}

.container.securely-manage {
  z-index: 2;
  width: auto;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  top: auto;
}

.container.securely-manage.footer {
  top: -157px;
}

.container.tablet {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 50px;
  top: auto;
}

.container.left-list {
  z-index: 2;
  padding-top: 0;
  position: relative;
  top: 0;
}

.container.contact {
  width: auto;
  height: auto;
  margin-bottom: 0;
  position: relative;
}

.container.mobile {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 50px;
  top: auto;
}

.container.list-left-template {
  z-index: 2;
  width: auto;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  top: auto;
}

.container.list-left-template.footer {
  top: -157px;
}

.container.right-list-template {
  z-index: 2;
  width: auto;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  top: auto;
}

.container.right-list-template.footer {
  top: -157px;
}

.container.wave-info-template-mobile {
  z-index: 2;
  width: auto;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  top: auto;
}

.container.wave-info-template-mobile.footer {
  top: -157px;
}

.container.mobile-template {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 50px;
  top: auto;
}

.container.list-mobile {
  z-index: 2;
  width: auto;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  top: auto;
}

.container.list-mobile.footer {
  top: -157px;
}

.bg-shape-80 {
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: 80%;
  background-color: #faf3ff;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.hero-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.hero-grid.tablet {
  z-index: 1;
  width: auto;
  flex: 0 auto;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 40px;
  position: relative;
}

.hero-grid.mobile {
  grid-template-columns: 1.1fr 1fr;
}
 
 
.headingsubsm {
 color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-left: 3%;
  padding-right: 3%;
  font-family: Catamaran, sans-serif;
  font-weight:500;
  font-size: 1.8rem;
  line-height: 2.1rem;
  position: relative;
}
.headingsublg {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  padding-left: 3%;
  padding-right: 3%;
  font-family: Catamaran, sans-serif;
  font-weight:500;
  font-size: 3.6rem; 
  line-height:3.4rem; 
  position: relative;
}
.headingsm {
  color: #fff;
  letter-spacing: 0;
  margin-top: 120px;
  margin-bottom: 
  margin-bottom: 6px;
  font-family: Catamaran, sans-serif;
  font-weight:500;
  font-size: 1.8rem;
  line-height: 2.1rem;
}

.headingmd{
  color: #fff;
  letter-spacing: 0;
  margin-top: 0px;
  margin-bottom: 6px;
  font-family: Catamaran, sans-serif;
  font-weight:500;
  font-size: 1.8rem;
  line-height: 2.1rem;
}
.headinglg{
  color: #fff;
  letter-spacing: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Catamaran, sans-serif;
  font-weight:600;
  font-size: 2.0rem;
  line-height: 2.2rem;
}
.headingxl{
  color: #fff;
  letter-spacing: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Catamaran, sans-serif;
  font-weight:600;
  font-size: 2.6rem;
  line-height: 3.0rem;
}

.bg-shape-40 {
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 520px;
  max-width: 43%;
  background-color: #001a49;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 13px 30px 44px #818a8c;
}
 
.button {
  z-index: 3;
    width: 170px;
    min-height: 40px;
    background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
    color: #fff;
    align-items: center;
 
   
  height: auto;
   
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0); 
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 5px 20px;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.button:hover {
  color: var(--midnight-blue);
  background-image: linear-gradient(#fff, #fff);
  transform: translate(0, -3px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button.button-space {
  margin-top: 32px;
}

.button.language {
  width: 45px;
  height: 45px;
  min-height: 0;
  min-width: 0;
  background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue));
  color: var(--midnight-blue);
  border-radius: 100px;
  margin-top: 0;
  margin-right: 20px;
  padding: 0;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
}

.button.language:hover {
  color: var(--midnight-blue);
  background-image: linear-gradient(#fff, #fff);
}



.button.desktop {
  background-image: linear-gradient(#fff, #fff);
}

.button.desktop:hover {
  background-image: linear-gradient(to bottom, var(--midnight-blue), var(--midnight-blue));
  color: #fff;
}

.hero-content {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 2px;
  display: flex;
}

.hero-content.tablet {
  width: auto;
  padding-top: 0px;
  padding-left: 0;
  display: block;
  position: static;
}

.avatar-wrap {
  align-items: center;
  margin-top: 62px;
  display: flex;
}

.avatar {
  width: 62px;
  height: 62px;
  border: 4px solid #fff;
  border-radius: 100px;
}

.avatar.avatar-02 {
  position: relative;
  left: -20px;
}

.avatar.avatar-03 {
  position: relative;
  left: -40px;
}

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

.text-block {
  font-weight: 500;
  position: relative;
  left: -20px;
}

.text-span {
  color: #c00dff;
}

.hero-paragraph {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 32px;
  font-family: Catamaran, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.hero-paragraph.tablet {
  margin-bottom: 25px;
  line-height: 30px;
}

.coordinator-makes-it-easy-section {
  max-width: 100%;
  color: var(--midnight-blue);
  padding: 40px 3% 0;
  position: relative;
}

.coordinator-makes-it-easy-section.mobile {
  display: none;
}

.side-pattern {
  z-index: -1;
  width: 100%;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -47%;
  right: auto;
}

.side-pattern.left {
  width: 120%;
  top: auto;
  bottom: -10%;
  left: -40%;
  right: 0%;
}

.side-pattern.right {
  width: 120%;
  display: block;
  position: absolute;
  top: 10%;
  bottom: 0%;
  left: auto;
  right: -40%;
}

.data-block {
  height: 182px;
  object-fit: fill;
  background-color: #fff;
  border: 1px #e7eaeb;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 48px 0;
  display: flex;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.content-h2 {
  color: #001a49;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: Catamaran, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.1;
}

.title-paragraph {
  max-width: 590px;
  letter-spacing: -.03em;
  margin-bottom: 32px;
  font-family: Muli, sans-serif;
  font-weight: 400;
}

.side-pattern-right {
  z-index: -1;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.data-management-wrap {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  padding-top: 40px;
  display: flex;
}

.data-management-block {
  width: 30%;
  height: auto;
  min-height: 0;
  cursor: default;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 2px #fbf3ff;
  border-radius: 22px;
  align-items: center;
  margin-bottom: 32px;
  padding: 29px;
  text-decoration: none;
  transition: all .35s;
  display: block;
  box-shadow: 0 8px 20px 10px rgba(0, 0, 0, .2);
}

.data-management-block:hover {
  border-color: #3787e9;
}

.data-management-block:active {
  border-color: #98bee7;
}

.icon-circle {
  width: 70px;
  height: 70px;
  min-height: 55px;
  min-width: 55px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 6px;
  display: flex;
  box-shadow: 11px 11px 25px rgba(0, 0, 0, .06);
}

.data-block-wrap {
  text-align: left;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.paragraph {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: 0;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
}

.line-break {
  width: 1px;
  min-height: 30px;
  background-color: #8639b5;
  margin-left: 24px;
  margin-right: 24px;
}

.lesson-detail {
  color: #fff;
  background-image: linear-gradient(#cd10ff, #9f06ff);
  border-radius: 100px;
  align-items: center;
  padding: 18px 35px;
  display: flex;
}

.data-grid {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  justify-content: center;
  display: flex;
}

.data-card {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.counter {
  color: #001a49;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 1.1;
}

.line-break-large {
  width: 1px;
  height: 100%;
  background-color: #e7eaeb;
  margin-left: 24px;
  margin-right: 24px;
}

.video-block {
  height: 100%;
  max-height: 420px;
  min-height: 400px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.video-link {
  width: 82px;
  height: 82px;
  background-color: rgba(255, 255, 255, .25);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.functionality-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  align-content: stretch;
  align-items: stretch;
  padding-top: 20px;
}

.functionality-grid.makes-it-easy-section.tablet {
  justify-content: stretch;
}

.functionality-grid.securely-manage.mobile {
  grid-template-columns: .75fr .75fr;
}

.functionality-grid.everything-everywhere {
  grid-template-columns: 1.5fr 1fr;
  padding-top: 60px;
}

.functionality-grid.everything-everywhere.mobile {
  grid-template-columns: 1fr 1fr;
}

.functionality-grid.right-liste-template {
  grid-template-columns: 1.5fr 1fr;
  padding-top: 60px;
}

.functionality-grid.right-liste-template.mobile {
  grid-template-columns: 1fr 1fr;
}

.testimonial-section {
  width: 100vw;
  height: auto;
  max-width: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: -50px;
  margin-right: -50px;
  padding: 0 50px 50px 3%;
  display: block;
  position: static;
  overflow: hidden;
}

.content-white-h2 {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 54px;
  line-height: 1;
}

.title-paragraph-white {
  max-width: 590px;
  color: rgba(255, 255, 255, .85);
  letter-spacing: -.03em;
  margin-bottom: 32px;
  font-family: Muli, sans-serif;
  font-weight: 400;
}

.securely-manage-image {
  width: 100%;
  padding-top: 20px;
}

.arrow-icon {
  color: #1b2d45;
  font-size: 25px;
}

.slider {
  z-index: 50;
  width: 100vw;
  height: 70vh;
  max-width: none;
  background-color: rgba(221, 221, 221, 0);
  flex-direction: column;
  flex: 0 auto;
  align-self: center;
  margin-top: 50px;
  margin-left: 0;
  margin-right: -20px;
  padding-right: 20px;
  display: block;
  position: relative;
}

.arrow-right {
  width: 55px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  font-size: 20px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.profile-details {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.faq-title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.author-title {
  opacity: .7;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Muli, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.arrow-left {
  width: 55px;
  height: 55px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  font-size: 20px;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.icon-coordinator {
  z-index: 52;
  height: 100%;
  max-width: none;
  border: 3px #fff;
  border-radius: 0;
  margin-top: -50px;
  margin-right: 0;
  position: relative;
}

.icon-coordinator.coordinator {
  z-index: 51;
  height: auto;
  max-height: 100px;
  max-width: none;
  border-style: none;
  border-radius: 0;
  align-self: auto;
  margin-top: -128px;
  margin-left: -20px;
  margin-right: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.coordinator-question {
  height: auto;
  max-width: 30%;
  min-width: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  justify-items: stretch;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  display: grid;
}

.questions {
  z-index: 1;
  width: 100vw;
  height: 70vh;
  min-height: 350px;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
  position: absolute;
}

.slide-nav {
  display: none;
}

.standard-paragraph {
  z-index: 50;
  color: var(--midnight-blue);
  letter-spacing: 0;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  align-self: auto;
  margin-bottom: 0;
  margin-left: 20px;
  padding: 20px 20px 20px 70px;
  font-family: Catamaran, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  box-shadow: 0 8px 10px 10px rgba(0, 0, 0, .2);
}

.mask {
  z-index: 2;
  width: 100%;
  height: 70vh;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  overflow: visible;
  transform: translate(0);
}

.slide {
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(70, 137, 215, .2);
  border-radius: 15px;
  margin-right: 0;
  padding: 0;
  overflow: hidden;
}

.testimonial-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-right: 0%;
  display: flex;
}

.makes-it-easy-content {
  grid-column-gap: 16px;
  grid-row-gap: 70px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto 3.25fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  padding-top: 0;
  display: grid;
}

.title-tag {
  min-height: 38px;
  color: #9f06ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff2e7;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 38px;
  padding: 6px 25px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.footer {
  z-index: 1;
  height: 80vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  margin-top: 0;
  padding: 0 0%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer.mobile {
  z-index: 2;
  display: none;
}

.faq-wrapper {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.faq-question-wrap {
  cursor: pointer;
  border: 1px solid rgba(159, 6, 255, .2);
  border-radius: 21px;
  margin-top: 10px;
  margin-bottom: 26px;
  padding: 28px 40px;
}

.faq-question-bar {
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  text-decoration: none;
  display: flex;
}

.question-title {
  color: #001a49;
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.faq-content {
  overflow: hidden;
}

.faq-paragraph {
  color: #4f596a;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 17px;
  font-weight: 500;
}

.faq-circle {
  width: 45px;
  height: 45px;
  min-height: 45px;
  min-width: 45px;
  background-color: #fff2e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-grid {
  grid-column-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  align-items: start;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-column {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-column.copyright {
  grid-row-gap: 15px;
  justify-content: space-between;
}

.footer-title {
  color: var(--midnight-blue);
  letter-spacing: 0;
  margin-bottom: 16px;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.footer-link {
  color: var(--midnight-blue);
  letter-spacing: 0;
  cursor: pointer;
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.legal {
  height: 55px;
  background-color: rgba(0, 0, 0, 0);
}

.title {
  color: var(--midnight-blue);
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Catamaran, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 46px;
  display: flex;
}

.title.data-management-section {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
}

.title.makes-it-easy-section {
  flex-direction: row;
  justify-content: center;
  padding-bottom: 20px;
  font-size: 40px;
}

.title.data-stored-section {
  z-index: 2;
  text-align: center;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.title.footer {
  z-index: 2;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 32px;
  display: flex;
}

.title.light-heavy-title {
  text-align: left;
  margin-top: 43px;
}

.title.title-left {
  padding-bottom: 20px;
}

.title.testimonials {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 40px;
}

.title.tablet {
  background-color: rgba(0, 0, 0, 0);
  font-size: 40px;
}

.close-circle {
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: auto;
  right: 15px;
}

.close-circle:hover {
  transform: scale(.85);
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.background {
  z-index: 1;
  width: 100%;
  height: auto;
  max-width: none;
  flex: 0 auto;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.light-title {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-right: 10px;
  font-family: Catamaran, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 46px;
  display: flex;
  position: relative;
}

.light-title-cta {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-right: 0px;
  font-family: Catamaran, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 46px;
  justify-content: center; 
  display: flex;
  position: relative;
}
.light-title-cta-sm {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-right: 0px;
  font-family: Catamaran, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
  justify-content: center; 
  display: flex;
  position: relative;
}


.light-title.subtitle {
  color: var(--midnight-blue);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 32px;
}

.light-title.footer {
  z-index: 2;
  height: auto;
  color: #fff;
  justify-content: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0%;
  display: block;
}

.light-title.functionality {
  color: var(--midnight-blue);
  justify-content: center;
  padding-right: 0;
  font-size: 40px;
}

.light-title.datastored._1920 {
  flex-direction: row;
}

.light-title.datamanagement {
  font-size: 40px;
}

.light-title.mobile {
  color: #0a0e3e;
}

.data {
  padding-left: 3%;
  padding-right: 3%;
}

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

.image-2.tablet {
  position: relative;
  top: 0;
}

.heading-2, .heading-3, .heading-4 {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: 0;
  font-family: Catamaran, sans-serif;
}

.semibold-title {
  color: var(--midnight-blue);
  padding-right: 10px;
  font-size: 40px;
  font-weight: 600;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  width: auto;
  height: 20px;
  color: var(--midnight-blue);
  background-image: url('../images/Icon-feather-check-circle.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 15px;
  padding-left: 30px;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
}
.list-item-sub {
  background-image: none !important;
  font-style: italic;
}
.list-item-video {
  width: auto;
  height: 20px;
  color: var(--midnight-blue);
/*  background-image: url('#');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 15px; */
  margin-bottom: 15px;
  font-family: Catamaran, sans-serif !important;
  font-size: 16px!important;
}
.list-item-videofs {
  width: auto;
  height: 20px;
  color: var(--midnight-blue);
/*  background-image: url('#');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-bottom: 15px; */
  margin-bottom: 15px;
  font-family: Catamaran, sans-serif !important;
  font-size: 20px!important;
}
.list-item.last {
  height: auto;
  color: var(--midnight-blue);
  background-position: 0 5%;
  margin-bottom: 20px;
  line-height: 22px;
}

.list-item-2 {
  color: var(--midnight-blue);
  margin-left: 42px;
  padding-top: 0;
  padding-bottom: 5px;
  padding-left: 0;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  list-style-type: disc;
}

.list-item-2.top {
  color: var(--midnight-blue);
  margin-top: -7px;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
}

.body {
  font-family: Catamaran, sans-serif;
  overflow: visible;
}

.ipad-cards-image {
  width: auto;
  height: auto;
  max-width: none;
  margin-top: 0;
  margin-right: -84px;
  display: inline-block;
  position: static;
}

.makes-it-easy-subtitle {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: Catamaran, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-2 {
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-2.makes-it-easy-section {
  color: var(--midnight-blue);
  letter-spacing: 0;
  margin-bottom: 0;
}

.paragraph-2.data-stored-section {
  width: auto;
  height: auto;
  color: var(--midnight-blue);
  letter-spacing: 0;
  background-image: none;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
}

.paragraph-2.footer {
  height: auto;
  color: #fff;
  letter-spacing: 0;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 0%;
  top: 0;
}

.paragraph-2.paragraph-left {
  width: auto;
  color: var(--midnight-blue);
  letter-spacing: 0;
  background-image: none;
  margin-bottom: 50px;
  padding-left: 0%;
  padding-right: 0%;
}

.number-list {
  color: var(--dark-slate-blue);
  padding-top: 0;
  font-family: Catamaran, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 40px;
}

.data-functionality-section {
  padding-top: 30px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  overflow: hidden;
}

.data-functionality-section.tablet {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: auto;
  overflow: visible;
}

.data-functionality-section.mobile {
  display: none;
}

.data-stored-section {
  height: auto;
  max-width: none;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0 0%;
  display: flex;
  position: static;
  overflow: hidden;
}

.data-stored-section.mobile {
  display: none;
}

.data-stored-content {
  width: auto;
  height: auto;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  padding-top: 0;
  font-family: Catamaran, sans-serif;
  display: flex;
}

.text-block-2 {
  font-family: Catamaran, sans-serif;
  font-size: 20px;
}

.data-stored-grid {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 3%;
  margin-right: 3%;
  padding-top: 0;
  padding-left: 0%;
  display: grid;
  position: relative;
}

.data-stored-image {
  align-self: flex-start;
}

.server {
  width: 80%;
  height: auto;
  max-width: none;
  flex: 0 auto;
  display: block;
}

.image-3 {
  width: 100%;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-server {
  z-index: 1;
  max-width: none;
  object-fit: fill;
  padding-top: 0;
  display: block;
  position: absolute;
  top: -15vh;
  left: -10vw;
  right: 0%;
  overflow: visible;
}

.bg-server.footer {
  height: auto;
  margin-top: auto;
  padding-bottom: 0;
  padding-left: 0%;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonials-subtitle {
  color: var(--midnight-blue);
  text-align: center;
  margin-right: 0;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
}

.testimonials-subtitle.second {
  text-align: left;
  padding-top: 20px;
  font-weight: 600;
}

.testimonials-subtitle.new {
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.testimonial-bg {
  z-index: 1;
  max-width: none;
  min-width: 100%;
  opacity: .28;
  mix-blend-mode: normal;
  border-radius: 0;
  align-self: center;
  margin-top: 102px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.portrait-background-wrapper {
  z-index: 10;
  width: 8vw;
  height: 8vh;
  border-radius: 350px;
  flex-direction: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
  position: relative;
  overflow: hidden;
}

.portrait-background-wrapper.homepage {
  width: 100%;
  height: 100%;
}

.heading-5 {
  color: #22282c;
  text-align: left;
}

.heading-5.mobile {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65em;
}

.background-wrapper {
  z-index: 10;
  max-height: none;
  align-self: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-portrait-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: 0;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  display: grid;
}

.grid-wrapper {
  z-index: 30;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  color: #22282c;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1450px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: stretch;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.grid-wrapper.mobile {
  grid-template-columns: 33% minmax(33%, 1450px) minmax(33%, 1fr);
  justify-content: stretch;
  margin-bottom: 39px;
}

.button-text {
  z-index: 20;
  color: #22282c;
  font-size: 10px;
  position: relative;
}

.button-text.light {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.scroll-animation-block {
  margin-top: 0;
  padding: 0;
}

.hero-link-wrapper {
  width: 140px;
  height: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
  position: absolute;
  bottom: auto;
  left: auto;
  right: -55px;
}

.stacked-description {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: block;
}

.hero-link {
  z-index: 100;
  width: 140px;
  height: 140px;
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #f5fafc;
  border: 1px #d6e3e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.side-bubbles {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  border: 1px #000;
  flex: 0 auto;
  grid-template-rows: 30%;
  grid-template-columns: 35%;
  grid-auto-columns: 1fr;
  align-self: center;
  padding-top: 137px;
  display: block;
  position: relative;
  overflow: visible;
}

.side-bubbles.aboutme {
  margin-left: 78px;
  padding-top: 0;
  position: relative;
}

.hero-left {
  height: auto;
  max-width: none;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  bottom: 60px;
}

.hero-portrait {
  width: 375px;
  height: 750px;
  border: 1.5px solid #ee616a;
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 18px;
  display: flex;
  position: relative;
}

.body-display {
  color: #22282c;
  text-align: right;
  align-self: auto;
  font-size: 18px;
  line-height: 1.65em;
}

.body-display.aboutme {
  color: #22282c;
  text-align: left;
}

.body-display.aboutme.mobile {
  text-align: right;
  margin-top: 0;
  margin-right: 25px;
  font-size: 30px;
  font-weight: 400;
}

.testimonials-section {
  margin-bottom: -20px;
  margin-right: -20px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: none;
}

.image-5 {
  width: 70%;
  max-width: none;
}

.image-5.mobile {
  width: 100%;
}

.copyrights {
  border-top: 2px none var(--midnight-blue);
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Catamaran, sans-serif;
}

.link-block {
  background-image: url('../images/Facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  display: block;
}

.link-block.facebook {
  width: 50px;
  height: 50px;
  background-size: 60%;
}

.link-block.linkedin {
  width: 50px;
  height: 50px;
  background-image: url('../images/Linkedin.svg');
  background-size: 60%;
}

.link-block.twitter {
  width: 50px;
  height: 50px;
  background-image: url('../images/Twitter.svg');
  background-size: 60%;
}

.link-block.instagram {
  width: 50px;
  height: 50px;
  background-image: url('../images/instagram.svg');
  background-size: 60%;
}

.div-block {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-self: auto;
  margin-left: -10px;
  display: flex;
}

.div-block-2 {
  border-top: 1px solid #084693;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.div-block-2.mobile {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.coordinator-logo-ico {
  width: 16vw;
  max-width: none;
  opacity: .5;
  align-self: auto;
  position: relative;
  top: 0%;
  bottom: 0;
  left: 0%;
  right: auto;
}

.title-footer {
  padding-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  position: relative;
}

.field-label, .field-label-2 {
  color: #fff;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.field-label-dark, .field-label-2 {
  color: #000000;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-field {
  margin-bottom: 10px;
}

.submit-button {
  background-color: var(--alice-blue);
  color: var(--midnight-blue);
  border-radius: 20px;
  margin-top: 30px;
  font-weight: 500;
}

.bubble-copy {
  width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
}

.testimonial-round-image {
  margin-top: 20px;
  padding-left: 0;
}

.navbar-shadow {
  z-index: 1;
  width: 100%;
  height:20%;
  max-width: 100%;
  flex: 0 auto;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.text-span-2 {
  font-weight: 600;
}

.text-span-2.mobile {
  color: #0a0e3e;
}

.footer-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 30vw 10vw;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: start;
  display: grid;
  position: relative;
  top: -50px;
}

.text-field-2 {
  margin-bottom: 10px;
}

.button-navbar {
  z-index: 3;
  width: 137px;
  height: auto;
  min-height: 45px;
  color: #fff;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#094693, #094693);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.button-navbar:hover {
  color: var(--midnight-blue);
  background-image: linear-gradient(#fff, #fff);
  transform: translate(0, -3px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button-navbar.button-space {
  margin-top: 32px;
}

.button-navbar.language {
  width: 45px;
  height: 45px;
  min-height: 0;
  min-width: 0;
  background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue));
  color: var(--midnight-blue);
  border-radius: 100px;
  margin-right: 20px;
  padding: 0;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
}

.button-navbar.language:hover {
  color: var(--midnight-blue);
  background-image: linear-gradient(#fff, #fff);
}

.button-navbar.try-coordinator {
  width: 35vw;
  height: 60px;
  min-height: 0;
  color: var(--midnight-blue);
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 32px;
  display: flex;
  position: static;
}

.button-navbar.next {
  width: 45px;
}

.contact {
  height: auto;
  max-width: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-bottom: 0;
  padding-left: 3%;
  padding-right: 3%;
  display: grid;
  position: relative;
  top: auto;
  overflow: visible;
}

.footer-container {
  z-index: 2;
  width: auto;
  height: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
}

.footer-container.securely-manage {
  z-index: 2;
  padding-top: 0;
  position: relative;
  top: -60px;
}

.div-block-3 {
  z-index: 99;
  align-items: stretch;
  display: block;
  position: static;
}

.feather {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.feather.top {
  z-index: 99;
  transform: rotate(-180deg);
}

.feather.bottom {
  z-index: 99;
  top: auto;
  bottom: 100px;
  left: 0%;
  right: 0%;
}

.answers {
  z-index: 1;
  width: 100vw;
  height: 60vh;
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 30% 1fr 30%;
  grid-auto-columns: 1fr;
  margin-left: 0%;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
  display: grid;
  position: absolute;
  overflow: scroll;
}

.answers-left {
  height: 100vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: static;
}

.left-bubble {
  z-index: 1;
  width: 110%;
  height: 120%;
  max-width: none;
  transform-style: preserve-3d;
  align-self: flex-start;
  position: relative;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.left-bubble._2 {
  width: 105%;
}

.client-1 {
  z-index: 51;
  width: 8vw;
  align-self: flex-start;
  padding: 5px;
  position: absolute;
}

.text-block-3 {
  z-index: 50;
  width: auto;
  max-width: none;
  background-color: #e7fcf8;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  align-self: flex-end;
  padding: 30px 25px 30px 120px;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  position: relative;
  box-shadow: 0 8px 10px 10px rgba(0, 0, 0, .2);
}

.text-block-3._1440-sb-r {
  min-height: 10em;
  border-radius: 20px 20px 0;
  padding: 20px 20px 40px 100px;
}

.div-block-4 {
  z-index: 2;
  width: auto;
  height: auto;
  max-width: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-self: flex-start;
  align-items: stretch;
  display: grid;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0;
}

.answers-right {
  height: 100vh;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  display: block;
  position: relative;
}

.image-6-copy {
  transform-style: preserve-3d;
  align-self: flex-start;
  position: absolute;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.right-bubble {
  align-self: flex-start;
  position: absolute;
}

.client-2 {
  z-index: 51;
  width: 8vw;
  align-self: flex-start;
  padding: 5px;
  position: absolute;
}

.section {
  height: 100vh;
  max-width: none;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.answer-r-1 {
  width: auto;
  height: auto;
  margin-bottom: 50%;
  position: relative;
  top: 50px;
}

.answer-l-1 {
  width: auto;
  height: auto;
  margin-bottom: 500px;
  position: relative;
  top: 300px;
}

.answer-r-2 {
  width: auto;
  height: auto;
  margin-bottom: 120%;
  position: relative;
  top: 550px;
}

.text-block-3-l {
  z-index: 50;
  width: auto;
  max-width: none;
  min-height: 10em;
  background-color: #ffefef;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  align-self: flex-start;
  margin-right: 0;
  padding: 20px 20px 40px 100px;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  position: relative;
  overflow: visible;
  box-shadow: 0 8px 10px 10px rgba(0, 0, 0, .2);
}

.answer-l-2 {
  width: auto;
  height: auto;
  position: relative;
  top: 500px;
}

.client-3 {
  z-index: 51;
  width: 8vw;
  align-self: flex-start;
  padding: 5px;
  position: absolute;
}

.answer-r-3 {
  width: auto;
  height: auto;
  margin-bottom: 0;
  position: relative;
  top: 1000px;
}

.sb-l {
  z-index: 51;
  width: 20%;
  position: relative;
  top: -1px;
}

.sb-r {
  z-index: 52;
  width: 20%;
  align-self: flex-end;
  margin-right: 0;
  position: relative;
  top: -1px;
}

.sb-q {
  z-index: 51;
  width: 20%;
  margin-left: 20px;
  position: relative;
  top: -1px;
}

.sb-qs {
  width: 20%;
  opacity: .5;
  filter: blur(15px);
  margin-left: 20px;
  position: relative;
  top: -1px;
}

.sb-ls, .sb-rs {
  z-index: 49;
  width: 20%;
  opacity: .5;
  filter: blur(15px);
  position: relative;
  top: -1px;
}

.link {
  color: #000;
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}

.div-block-5 {
  overflow: hidden;
}

.page-wrapper {
  min-height: 100vh;
  overflow: hidden;
}

.card-section {
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.card-section.tablet {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 0;
  overflow: visible;
}

.card-section.mobile {
  display: none;
}

.cards-wrapper {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 40px;
  display: flex;
}

.card-usecase {
  width: 100%;
  height: auto;
  min-height: 0;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 2px #fbf3ff;
  border-radius: 22px;
  align-items: center;
  margin-bottom: 32px;
  padding: 29px;
  text-decoration: none;
  transition: all .35s;
  display: block;
  box-shadow: 0 8px 20px 10px rgba(0, 0, 0, .2);
}
.card {
  width: 30%;
  height: auto;
  min-height: 0;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 2px #fbf3ff;
  border-radius: 22px;
  align-items: center;
  margin-bottom: 32px;
  padding: 29px;
  text-decoration: none;
  transition: all .35s;
  display: block;
  box-shadow: 0 8px 20px 10px rgba(0, 0, 0, .2);
}

.card:hover {
  border-color: #3787e9;
}

.card:active {
  border-color: #98bee7;
}

.right-image {
  width: 100%;
  padding-top: 20px;
}

.section-with-bg {
  height: 100vh;
  max-width: 100%;
  color: var(--midnight-blue);
  margin-bottom: 40px;
  padding: 0 3%;
  position: relative;
}

.section-with-bg.mobile {
  display: none;
}

.data-stored-section-copy {
  height: 100%;
  max-width: 100%;
  margin-bottom: 50px;
  padding: 50px 3% 70px;
  position: relative;
  overflow: hidden;
}

.data-stored-section-copy.mobile {
  display: none;
}

.image-right {
  width: 100%;
  max-width: none;
}

.contact-grid {
  grid-template-rows: auto;
  margin-top: 75px;
  padding-top: 0;
}

.contact-form {
  position: relative;
}

.grid {
  display: none;
}

.backgroundcover {
  background-image: url('../images/Web-992_1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.div-block-7, .div-block-7-copy {
  background-image: url('../images/Web-1280-–-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg {
  width: 120%;
  background-image: url('../images/Web-1280-–-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg.desktop._1440 {
  width: 120%;
}

.bg.desktop._1920 {
  width: auto;
  background-image: url('../images/Web-1280-–-1_1.svg'), url('../images/Web-1280-–-1.svg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.image-6 {
  width: 100%;
  align-self: flex-start;
}

.backgroundcover-1440 {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.backgroundcover-copy {
  background-image: url('../images/Web-992_1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.footerbg {
  z-index: 1;
  background-image: url('../images/Footer-BG-992.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex: 1;
  justify-content: space-between;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footerbg-1440 {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.form {
  margin-bottom: 20px;
  padding-bottom: 0;
}

.databg {
  z-index: 1;
  background-image: url('../images/DataStoredBG-992.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.form-block {
  margin-bottom: 0;
  position: relative;
}

.bg-data-stored-1440, .footerbg-1920, .bg-data-stored-1920, .backgroundcover-1920 {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.backgroundcover-tablet {
  background-image: url('../images/Web-992_1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.coordinator-makes-it-easy-section-tablet {
  max-width: 100%;
  color: var(--midnight-blue);
  padding: 40px 3% 0;
  position: relative;
}

.coordinator-makes-it-easy-section-tablet.mobile {
  display: none;
}

.databg-mobile {
  z-index: 1;
  background-image: url('../images/DataStoredBG-992.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.footerbg-mobile {
  z-index: 1;
  background-image: url('../images/Footer-BG-992.svg');
  background-position: 50%;
  background-size: auto 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.left-navbar {
  z-index: 30;
  width: 33.33%;
  min-width: 275px;
  letter-spacing: -.03em;
  background-color: #fff;
  border: 1px #f3f6fc;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  display: none;
  position: relative;
}

.brand-2 {
  color: #090b19;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 24px;
  font-size: 22px;
  display: flex;
}

.full-menu-button {
  width: 80px;
  cursor: pointer;
  border-left: 1px solid #f3f6fc;
  border-right: 1px solid #f3f6fc;
  justify-content: center;
  align-items: center;
  margin-right: -.5px;
  padding: 26px;
  display: flex;
}

.menu-lottie {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-toggle {
  z-index: 999;
  min-height: auto;
  min-width: auto;
  float: right;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  padding: 18px 20px;
  line-height: 29px;
  display: block;
  position: static;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.menu-bar {
  width: 20px;
  height: 2px;
  min-height: 0;
  min-width: 0;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
}

.menu-bar.top {
  width: 28px;
  height: 4px;
  margin-top: 0;
  margin-bottom: 0;
}

.menu-bar.middle {
  width: 28px;
  height: 4px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.menu-bar.bottom {
  width: 28px;
  height: 4px;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-22 {
  position: relative;
}

.div-block-25 {
  line-height: 1.2px;
  position: relative;
}

.navmenu-link {
  color: #0b0e34;
  text-align: right;
  padding-left: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  position: static;
}

.navmenu-link.sub-menu {
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 16px;
  line-height: 1;
  display: block;
}

.navmenu-link.aboutlink {
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.menu {
  z-index: 998;
  clear: none;
  grid-row-gap: 20px;
  text-align: right;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 165px;
  bottom: auto;
  left: auto;
  right: 100px;
  overflow: visible;
}

.sub-menu {
  width: 100%;
  grid-row-gap: 15px;
  text-align: right;
  flex-direction: column;
  align-self: auto;
  align-items: flex-start;
  margin-top: -10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.submenu-trigger {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.div-block-23 {
  margin-top: -20px;
  line-height: 1.2;
  position: relative;
}

.div-block-24 {
  line-height: 1.2;
  position: relative;
}

.menu-title {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  line-height: 1.2;
}

.footerbg-1280 {
  z-index: 1;
  background-image: url('../images/Footer-BG-992.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex: 1;
  justify-content: space-between;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.databg-mobile-copy {
  z-index: 1;
  background-image: url('../images/DataStoredBG-992.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.databg-1280 {
  z-index: 1;
  width: auto;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-bottom: 100px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.footerbg-990 {
  z-index: 1;
  flex: 1;
  justify-content: space-between;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-7 {
  width: 100%;
  max-width: none;
  display: block;
}

.image-10 {
  width: 100%;
  max-width: none;
}

.footerbg990 {
  z-index: 1;
  background-image: url('../images/Footer-BG-992.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bg1440, .bgfooter1920 {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.cell {
  justify-content: flex-end;
  display: block;
}

.quick-stack {
  z-index: 1;
  height: auto;
  grid-row-gap: 6px;
  flex: 0 auto;
  padding: 0;
  position: static;
}

.quick-stack-2 {
  z-index: 99;
  height: auto;
  grid-row-gap: 4px;
  flex: 0 auto;
  margin-top: 0;
  margin-left: 3%;
  margin-right: 3%;
  padding: 0;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 3%;
  right: 3%;
}

.databg-990 {
  z-index: 1;
  background-image: url('../images/DataStored990.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.quick-stack-3 {
  z-index: 99;
  height: auto;
  min-height: 0;
  grid-column-gap: 50px;
  grid-row-gap: 13px;
  flex: 0 auto;
  align-self: auto;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.cell-2 {
  justify-content: flex-end;
}

.cell-3 {
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  display: block;
}

.cell-4 {
  justify-content: flex-start;
}

.cell-5 {
  display: block;
}

.cell-6 {
  justify-content: center;
  align-items: stretch;
  display: block;
}

.quick-stack-4 {
  z-index: 2;
  grid-row-gap: 0px;
  margin-top: 52px;
  position: relative;
}

.cell-7 {
  justify-content: flex-end;
}

.bg-mobile {
  background-image: url('../images/Web-992_1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.footerbg1920 {
  z-index: 1;
  background-image: url('../images/Footer-BG-992.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  margin-top: -105px;
  padding-top: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.footerbg-tablet {
  z-index: 1;
  background-image: url('../images/Footer-BG-992.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  margin-top: -408px;
  padding-top: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.footerbg1280 {
  z-index: 1;
  background-image: url('../images/Footer-BG-992.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding-top: 0;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-copy {
  z-index: 2;
  width: auto;
  height: auto;
  max-width: none;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0 3%;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.hero-copy.mobile {
  display: none;
}

.hero-copy.tablet {
  height: auto;
  background-image: none;
  margin-top: 100px;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.hero-copy.content {
  height: auto;
  background-image: none;
  margin-bottom: 0;
  padding: 106px 0% 0;
}

.hero-template {
  z-index: 2;
  width: auto;
  height: auto;
  max-width: none;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0 3%;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.hero-template.mobile {
  display: none;
}

.hero-template.tablet {
  height: auto;
  background-image: none;
  margin-top: 100px;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.hero-template.content {
  height: auto;
  background-image: none;
  margin-bottom: 0;
  padding: 106px 0% 0;
}

.quick-stack-4---template {
  z-index: 2;
  grid-row-gap: 0px;
  margin-top: 52px;
  position: relative;
}

.cell-7-template {
  justify-content: center;
}

.hero-image-template {
  max-width: 100%;
}

.hero-image-template.tablet {
  position: relative;
  top: 0;
}

.backgroundcover-template {
  background-image: url('../images/Web-992_1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.backgroundcover-template-tablet {
  background-image: url('../images/Web-992_1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.backgroundcover-1440-template, .backgroundcover-1920-template {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.template {
  justify-content: flex-end;
}

.data-functionality-section-template {
  padding-top: 30px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.data-functionality-section-template.tablet {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: auto;
  overflow: visible;
}

.data-functionality-section-template.mobile {
  display: none;
}

.container-template {
  z-index: 2;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
}

.container-template.securely-manage {
  z-index: 2;
  width: auto;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
  top: auto;
}

.container-template.securely-manage.footer {
  top: -157px;
}

.container-template.tablet {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 50px;
  top: auto;
}

.container-template.left-list {
  z-index: 2;
  padding-top: 0;
  position: relative;
  top: 0;
}

.container-template.contact {
  width: auto;
  height: auto;
  margin-bottom: 0;
  position: relative;
}

.container-template.mobile {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 50px;
  top: auto;
}

._3cards-template {
  padding-top: 30px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

._3cards-template.tablet {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: auto;
  overflow: visible;
}

._3cards-template.mobile {
  display: none;
}

._3-cards-template {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  padding-top: 40px;
  display: flex;
}

.data-management-block-template {
  width: 30%;
  height: auto;
  min-height: 0;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 2px #fbf3ff;
  border-radius: 22px;
  align-items: center;
  margin-bottom: 32px;
  padding: 29px;
  text-decoration: none;
  transition: all .35s;
  display: block;
  box-shadow: 0 8px 20px 10px rgba(0, 0, 0, .2);
}

.data-management-block-template:hover {
  border-color: #3787e9;
}

.data-management-block-template:active {
  border-color: #98bee7;
}

.data-functionality-section-copy {
  padding-top: 30px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.data-functionality-section-copy.tablet {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: auto;
  overflow: visible;
}

.data-functionality-section-copy.mobile {
  display: none;
}

.section-template {
  padding-top: 30px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.section-template.tablet {
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: auto;
  overflow: visible;
}

.section-template.mobile {
  display: none;
}

.right-image-template {
  width: 100%;
  padding-top: 20px;
}

.wave-info-template {
  height: 75vh;
  max-width: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: auto;
  padding: 0 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wave-info-template.mobile {
  display: none;
}

.quick-stack-3-template {
  z-index: 99;
  height: 75vh;
  min-height: 0;
  grid-column-gap: 79px;
  grid-row-gap: 13px;
  flex: 0 auto;
  align-self: auto;
  position: relative;
}

.databg-1280-template {
  z-index: 1;
  background-image: url('../images/DataStored1280.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.databg-990-template {
  z-index: 1;
  background-image: url('../images/DataStored990.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bg-data-stored-1440-template, .bg-data-stored-1920-template {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.paragraph-template {
  width: auto;
  height: auto;
  flex-direction: column;
  align-items: stretch;
  margin-top: 0;
  padding-top: 0;
  font-family: Catamaran, sans-serif;
  display: flex;
}

.hero-template--content {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 2px;
  display: flex;
}

.hero-template--content.tablet {
  width: auto;
  padding-top: 0;
  padding-left: 0;
  display: block;
  position: static;
}

.bg-mobile-template, .backgroundcover-tablet-template {
  background-image: url('../images/Web-992_1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hero-image-mobile-template {
  max-width: 100%;
}

.hero-image-mobile-template.tablet {
  position: relative;
  top: 0;
}

.wave-info-grid-template-mobile {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 3%;
  margin-right: 3%;
  padding-top: 0;
  padding-left: 0%;
  display: grid;
  position: relative;
}

._3-cards-template-mobile {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  padding-top: 40px;
  display: flex;
}

.card-template-mobile {
  width: 30%;
  height: auto;
  min-height: 0;
  mix-blend-mode: normal;
  background-color: #fff;
  border: 2px #fbf3ff;
  border-radius: 22px;
  align-items: center;
  margin-bottom: 32px;
  padding: 29px;
  text-decoration: none;
  transition: all .35s;
  display: block;
  box-shadow: 0 8px 20px 10px rgba(0, 0, 0, .2);
}

.card-template-mobile:hover {
  border-color: #3787e9;
}

.card-template-mobile:active {
  border-color: #98bee7;
}

.list-image-mobile {
  width: 100%;
  padding-top: 20px;
}

.wave-info-image-mobile {
  width: auto;
  height: 70%;
  max-width: none;
  display: block;
}

.div-block-26 {
  width: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-12 {
  max-width: none;
  display: inline-block;
  position: static;
}

.tabletbg {
  display: none;
}

.footerbackground {
  z-index: 1;
  width: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.tabletbg-copy, .tabletfooterbg {
  display: none;
}

.desktopfooterbg {
  max-width: 100%;
}

.footermobilebg {
  display: block;
}

.div-block-28 {
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 3%;
  right: 3%;
}

.designedby {
  border-top: 2px none var(--midnight-blue);
  border-radius: 0;
  align-self: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Catamaran, sans-serif;
}

.tabletfootersection {
  height: 80vh;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 3%;
  right: 3%;
}

.cell-10 {
  grid-column-gap: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 10px;
}

.cell-12 {
  padding-bottom: 20px;
}

.tabletfooterbg-copy {
  display: none;
}

.footer1 {
  z-index: 2;
  width: auto;
  height: auto;
  max-width: none;
  min-height: 80vh;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: -178px;
  padding: 140px 5% 187px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.footer1.mobile {
  display: none;
}

.footer1.tablet {
  height: auto;
  background-image: none;
  margin-top: 100px;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.footer1.content {
  height: auto;
  background-image: none;
  margin-bottom: 0;
  padding: 106px 0% 0;
}

.footer1bg {
  width: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer1bgtablet {
  display: none;
}

.footer1copy {
  z-index: 2;
  grid-row-gap: 0px;
  margin-top: 52px;
  position: relative;
}

.div-block-30 {
  min-width: 0;
  flex: 0 auto;
  align-self: auto;
  display: none;
  position: absolute;
}

.image-15 {
  width: 100vw;
  max-width: none;
  display: none;
}

.quick-stack-5 {
  position: relative;
}

.div-block-31 {
  width: auto;
  height: auto;
  max-width: 1140px;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 3.5fr;
  grid-auto-columns: .25fr;
  align-content: space-around;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: static;
  left: 0%;
  right: 0%;
}

.div-block-32 {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.footer1bg1440 {
  width: 100%;
  max-width: none;
  display: none;
}

.div-block-33 {
  margin-bottom: 0;
  position: relative;
  top: -50px;
}

.footer1bg1280 {
  width: 100%;
  max-width: none;
  margin-top: 0;
  display: none;
  position: relative;
}

.div-block-34 {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-bottom: 4vh;
  display: flex;
}

.div-block-35 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 30px;
  display: grid;
}

.footer1bg768 {
  width: 100%;
  max-width: none;
  display: none;
}

.div-block-mobile {
  width: auto;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 3.5fr;
  grid-auto-columns: .25fr;
  align-content: space-around;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  justify-items: stretch;
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 3%;
  padding-right: 3%;
  display: block;
  position: relative;
  left: 0%;
  right: 0%;
}

.div-block-34-mobile {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-bottom: 9vh;
  display: flex;
}

.div-block-35-mobile {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.div-block-2-mobile {
  border-top: 1px solid #084693;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.div-block-2-mobile.mobile {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-32-copy {
  grid-column-gap: 30px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.image-16 {
  width: 100vw;
  max-width: none;
  min-width: 0;
  display: block;
  position: absolute;
  left: auto;
}

.section-2 {
  height: auto;
  min-height: 100vh;
  margin-bottom: 140px;
  display: none;
}

.div-block-36 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.section-3 {
  display: none;
}

.div-block-37 {
  overflow: hidden;
}

.div-block-38 {
  z-index: 99;
  width: 100vw;
  height: 100px;
  background-color: #fff;
  align-self: center;
  align-items: flex-end;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-block-2, .logo-home {
  cursor: pointer;
}

.hero-challenges {
  z-index: 2;
  width: auto;
  height: auto;
  max-width: none;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0 0%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.hero-challenges.mobile {
  display: none;
}

.hero-challenges.tablet {
  height: auto;
  background-image: none;
  margin-top: 100px;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.hero-challenges.content {
  height: auto;
  background-image: none;
  margin-bottom: 0;
  padding: 106px 0% 0;
}

.hero-copy {
  z-index: 2;
  width: auto;
  height: auto;
  max-width: none;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0 3%;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.hero-copy.mobile {
  display: none;
}

.hero-copy.tablet {
  height: auto;
  background-image: none;
  margin-top: 100px;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.hero-copy.content {
  height: auto;
  background-image: none;
  margin-bottom: 0;
  padding: 106px 0% 0;
}

.div-block-26-copy {
  width: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.heading-6 {
  z-index: 1;
  margin-top: 0;
  position: relative;
  top: 15vh;
}

.heading-6.white {
  color: #fff;
  margin-left: 3%;
  padding-top: 30px;
  padding-bottom: 50px;
  font-family: Catamaran, sans-serif;
  font-size: 42px;
  line-height: 50px;
}

.navbar-spacer {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.image-18 {
  z-index: 0;
  width: 100%;
  max-width: none;
  margin-top: 0;
  position: relative;
}

.body-challenges {
  position: relative;
}

.body-2 {
  flex-flow: row;
  justify-content: flex-start;
  display: block;
}

.paragraph-3 {
  font-family: Catamaran, sans-serif;
  position: static;
}

.div-block-39 {
  margin: 80px 3%;
  padding-top: 30px;
  position: relative;
  top: 76px;
}

.challenges-hero {
  z-index: 0;
  width: 100%;
  max-width: none;
  margin-top: 0;
  position: relative;
}

.challenges-hero-1920 {
  z-index: 0;
  width: 100%;
  max-width: none;
  margin-top: 0;
  display: none;
  position: relative;
}

.footer1-challenges {
  z-index: 2;
  width: auto;
  height: auto;
  max-width: none;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-top: 200px;
  margin-bottom: 0;
  padding: 0 0%;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.footer1-challenges.mobile {
  display: none;
}

.footer1-challenges.tablet {
  height: auto;
  background-image: none;
  margin-top: 100px;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.footer1-challenges.content {
  height: auto;
  background-image: none;
  margin-bottom: 0;
  padding: 106px 0% 0;
}

.hero-imprint {
  z-index: 2;
  width: auto;
  height: auto;
  max-width: none;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0 0%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.hero-imprint.mobile {
  display: none;
}

.hero-imprint.tablet {
  height: auto;
  background-image: none;
  margin-top: 100px;
  padding-top: 0;
  padding-left: 3%;
  padding-right: 3%;
}

.hero-imprint.content {
  height: auto;
  background-image: none;
  margin-bottom: 0;
  padding: 106px 0% 0;
}

.div-block-23a {
  margin-top: -20px;
  line-height: 1.2;
  position: relative;
}

.image-19 {
  display: none;
}

.card-arrow {
  width: 24px;
  height: 24px;
  background-color: #e7fcf8;
  border: 1px rgba(192, 192, 211, .2);
  border-style: none none solid solid;
  border-radius: 5px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: -51px;
  transform: rotate(45deg);
}

.card-arrow.pink {
  background-color: #ffefef;
}

.card-arrow.question {
  background-color: #fff;
  top: 40px;
  right: -10px;
}

.subtitle {
  color: #0a0e3e;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4em;
}

.background-load-bottom {
  z-index: 25;
  height: 50%;
  background-color: #fff;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.subtitle-intro-wrapper {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  display: grid;
  position: relative;
}

.answers-1 {
  min-height: 900px;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0b4693;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-2:hover {
  background-color: #081c3a;
}

.steps-grid {
  grid-column-gap: 80px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: grid;
}

.steps-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.testimonial-questions {
  z-index: 10;
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: minmax(auto, 1400px);
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  position: relative;
}

.testimonial-questions.tq2 {
  align-items: flex-start;
  display: none;
}

.steps-tracker {
  width: 2px;
  background-color: rgba(192, 192, 211, .2);
  border-radius: 100px;
  flex-direction: column;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.steps-sticky-card {
  z-index: 30;
  width: 100%;
  max-width: 500px;
  min-width: 300px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 18px 18px 36px;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 101px;
  overflow: visible;
}

.steps-sticky-card.mobile {
  display: none;
}

.how-to-image {
  min-height: 150px;
  background-image: url('../images/Logo-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.steps-cards {
  width: 100%;
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-background-image {
  width: 100%;
  height: 100%;
  background-image: url('../images/Villa0017.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-background-image.steps-background {
  background-image: url('../images/Family003.jpeg');
}

.background-load-top {
  z-index: 25;
  height: 50%;
  background-color: #fff;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.steps-card {
  min-height: 275px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #e7fcf8;
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  padding: 24px;
  display: grid;
  position: relative;
}

.steps-card.green {
  min-height: 0;
  border-radius: 20px;
  margin-bottom: 30px;
}

.steps-card.pink {
  min-height: 0;
  background-color: #ffefef;
  border-radius: 20px;
  margin-bottom: 30px;
}

.steps-circle {
  width: 48px;
  height: 48px;
  border: 0 rgba(192, 192, 211, .2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 36px;
  bottom: auto;
  left: -86px;
  right: auto;
}

.steps-circle.center {
  top: auto;
}

.steps-circle.end {
  top: auto;
  bottom: 36px;
}

.steps-dot {
  z-index: 10;
  width: 12px;
  height: 12px;
  background-color: rgba(192, 192, 211, .2);
  border-radius: 100px;
  position: relative;
}

.horizontal-line {
  height: 1px;
  background-color: rgba(192, 192, 211, .2);
  flex: 1;
}

.steps-icon {
  z-index: 10;
  width: 60px;
  height: 60px;
  color: #516381;
  background-color: #f7f8fc;
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: relative;
}

.steps-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 12px;
  padding-right: 12px;
  display: grid;
}

.steps-circle-outline {
  background-color: #fff;
  border: 2px solid rgba(192, 192, 211, .2);
  border-radius: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.steps-circle-outline.two {
  background-color: #fff;
}

.how-it-works-fill {
  width: 100%;
  height: 0;
  background-color: #081c3a;
  border-radius: 100px;
}

.body-display-2 {
  color: #0a0e3e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display-2.large {
  color: var(--midnight-blue);
  font-size: 20px;
}

.body-display-2.large.nextquestion {
  justify-content: space-between;
  font-weight: 400;
  text-decoration: underline;
  display: flex;
}

.body-display-2.large.question.q1 {
  display: block;
  transform: rotate(0);
}

.subtitle-wrapper {
  margin-bottom: 18px;
}

.section-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 5%;
  display: flex;
  position: static;
}

.steps-description {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: flex;
}

.card-arrow-2 {
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 1px rgba(192, 192, 211, .2);
  border-style: none none solid solid;
  border-bottom-left-radius: 3px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: -51px;
  transform: rotate(45deg);
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #3572ff;
  border-style: none;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 10px;
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.button-3:hover {
  background-color: #081c3a;
}

.steps-sticky-card-2 {
  z-index: 30;
  width: 100%;
  max-width: 500px;
  min-width: 300px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  box-shadow: none;
  background-color: #f7f8fc;
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 18px 18px 36px;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 101px;
  overflow: visible;
}

.steps-card-2 {
  min-height: 275px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  padding: 24px;
  display: grid;
  position: relative;
}

.body-display-3 {
  color: #516381;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6em;
}

.body-display-3.large {
  color: #516381;
  font-size: 19px;
}

.section-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 0;
  display: flex;
  position: relative;
}

.image-22 {
  width: 15px;
  margin-right: 12px;
}

.section_02 {
  background-image: url('../images/Footer1BG2044divided-02.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  padding: 100px 5% 290px;
  display: flex;
  position: static;
  top: auto;
}

.content-right-co2 {
  width: 50%;
}

.text-co2 {
  max-width: 560px;
  color: #767ead;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 25px;
}

.content-left-co2 {
  width: 50%;
  padding-right: 55px;
  position: relative;
}

.h1_example {
  color: #342869;
  margin-bottom: 10px;
  font-size: 41px;
  line-height: 46px;
}

.container-co2 {
  max-width: 1140px;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  display: flex;
}

.check-co2 {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.check-wrap-co2 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.content_wrap_02 {
  background-color: rgba(97, 101, 255, 0);
  background-image: url('../images/Footer1BG2044divided-01.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  padding: 50px 5% 0;
  display: flex;
}

.content_wrap_02.mobile {
  display: none;
}

.container_flex {
  max-width: 1140px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.h1_c_2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 44px;
}

.logo_wrap {
  width: 100%;
  height: 100%;
  max-width: 900px;
  justify-content: space-between;
  align-items: center;
  margin: 45px auto;
  display: flex;
  position: relative;
}

.logo-wrap-c1 {
  width: auto;
  display: inline-block;
}

.heading-8 {
  color: #0a0e3e;
  margin-top: 20px;
  margin-bottom: 10px;
}

.heading-10 {
  font-size: 24px;
  line-height: 28px;
}

.button-next {
  z-index: 3;
  width: 45px;
  height: 45px;
  min-height: 0;
  color: #fff;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#094693, #094693);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.button-next:hover {
  color: var(--midnight-blue);
  background-image: linear-gradient(#fff, #fff);
  transform: translate(0, -3px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button-next.button-space {
  margin-top: 32px;
}

.button-next.language {
  width: 45px;
  height: 45px;
  min-height: 0;
  min-width: 0;
  background-image: linear-gradient(to bottom, var(--alice-blue), var(--alice-blue));
  color: var(--midnight-blue);
  border-radius: 100px;
  margin-right: 20px;
  padding: 0;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
}

.button-next.language:hover {
  color: var(--midnight-blue);
  background-image: linear-gradient(#fff, #fff);
}

.button-next.try-coordinator {
  width: 35vw;
  height: 60px;
  min-height: 0;
  color: var(--midnight-blue);
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 32px;
  display: flex;
  position: static;
}

.button-next.next {
  width: 45px;
}
 
.section_02-mobile {
  background-image: url('../images/Footer1BG2044divided-02.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  padding: 100px 5% 290px;
  display: none;
  position: static;
  top: auto;
}

.footermobile {
  background-color: rgba(97, 101, 255, 0);
  background-image: url('../images/Footer1BG2044divided-01.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  padding: 50px 5% 0;
  display: none;
}

.footermobile.mobile {
  display: none;
}

.footerdesktop {
  z-index: 3;
  background-color: rgba(97, 101, 255, 0);
  background-image: url('../images/Footer1BG2044divided-01.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  padding: 50px 5% 0;
  display: flex;
  position: relative;
  top: -5px;
}
 .topfoot_desktop {
  position: relative;   /* enables z-index */
  z-index: 22;
  background-image: url('../images/Footer1BG2044divided-02-lg.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center; 
  padding: 100px 5% 150px;
  display: flex;
}
 .topfoot_desktop_mobile {
  position: relative;   /* enables z-index */
  z-index: 22;
  background-image: url('../images/Footer1BG2044divided-02.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center; 
  padding: 100px 5% 20px;
  display: flex;
}
 .topfoot_desktop_mobile_index {
  position: relative;   /* enables z-index */
  z-index: 22;
  background-image: url('../images/Footer1BG2044divided-02-index.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center; 
  padding: 100px 5% 20px;
  display: flex;
}



.footerdesktop.mobile {
  display: none;
}

.section_02-mobile-copy, .testimonials-mobile {
  background-image: url('../images/Footer1BG2044divided-02.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  padding: 100px 5% 290px;
  display: none;
  position: static;
  top: auto;
}

.testimonials-desktop {
  z-index: 2;
  background-image: url('../images/Footer1BG2044divided-02.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  padding: 100px 5% 290px;
  display: flex;
  position: relative;
  top: auto;
  bottom: -5px;
}

.bluesection-desktop {
  z-index: 1;
  background-image: linear-gradient(#378fea, #3b92ea);
  position: relative;
}

.bluesection-mobile {
  z-index: 1;
  background-image: linear-gradient(#378fea, #3b92ea);
  display: none;
  position: relative;
}

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

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

.steps-sticky-card-q2 {
  z-index: 30;
  width: 100%;
  max-width: 500px;
  min-width: 300px;
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 18px 18px 36px;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 101px;
  overflow: visible;
}

.steps-sticky-card-q2.mobile {
  display: none;
}

.question-1 {
  color: #0a0e3e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.question-1.large {
  color: var(--midnight-blue);
  font-size: 20px;
}

.question-1.large.nextquestion {
  justify-content: space-between;
  font-weight: 400;
  text-decoration: underline;
  display: flex;
}

.question-1.large.question.q1 {
  display: block;
  transform: rotate(0);
}

.question-2 {
  color: #0a0e3e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  display: none;
}

.question-2.large {
  color: var(--midnight-blue);
  font-size: 20px;
}

.question-2.large.nextquestion {
  justify-content: space-between;
  font-weight: 400;
  text-decoration: underline;
  display: flex;
}

.question-2.large.question.q1 {
  display: block;
  transform: rotate(0);
}

.answers-2 {
  min-height: 900px;
  grid-column-gap: 16px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.steps-card-a2 {
  min-height: 275px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #e7fcf8;
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  padding: 24px;
  display: grid;
  position: relative;
}

.steps-card-a2.green {
  min-height: 0;
  border-radius: 20px;
  margin-bottom: 30px;
  display: flex;
}

.steps-card-a2.pink {
  min-height: 0;
  background-color: #ffefef;
  border-radius: 20px;
  margin-bottom: 30px;
}

.steps-card-copy {
  min-height: 275px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #e7fcf8;
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  padding: 24px;
  display: grid;
  position: relative;
}

.steps-card-copy.green {
  min-height: 0;
  border-radius: 20px;
}

.steps-card-copy.pink {
  min-height: 0;
  background-color: #ffefef;
  border-radius: 20px;
}

.steps-card-copy-copy {
  min-height: 275px;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  background-color: #e7fcf8;
  border: 1px solid rgba(192, 192, 211, .2);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  padding: 24px;
  display: grid;
  position: relative;
}

.steps-card-copy-copy.green {
  min-height: 0;
  border-radius: 20px;
}

.steps-card-copy-copy.pink {
  min-height: 0;
  background-color: #ffefef;
  border-radius: 20px;
}

.hero-challenges-mobile {
  z-index: 2;
  width: auto;
  height: auto;
  max-width: none;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0 3%;
  display: none;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.hero-copy-challenges {
  width: auto;
  margin-bottom: 50px;
  padding-top: 100px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.blue-hero-section {
  background-image: linear-gradient(#8ccff3, #8ccff3);
  padding-top: 100px;
  padding-bottom: 100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hero-challenges-wave {
  width: 100vw;
  max-width: 100%;
  position: absolute;
}

.title-challenges-section {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5%;
  padding-left: 6%;
  padding-right: 3%;
  font-family: Catamaran, sans-serif;
  font-weight: 600;
  font-size: 330%;
  line-height: 1.15;
  position: relative;
}
.mobile-header-padding {

  padding-top: 24px;
}
.hero-challenges-desktop {
  z-index: 2;
  width: auto;
  height: auto;
  max-width: none;
  min-height: 0;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0 0%;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}
.challenges-card-mobile {
  background-image: url('../images/Footer1BG2044divided-02.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px!important;
  display: none;
  position: static;
  top: auto;
}
.challenges-body-section-desktop {
  z-index: 2;
  background-image: url('../images/Footer1BG2044divided-02.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  padding: 100px 5% 220px;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
}

.challenges-body-section-desktop {
  z-index: 2;
  background-image: url('../images/Footer1BG2044divided-02.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  padding-top:0%;
  padding: 5% 5% 220px;
  display: flex;
  position: static;
  top: auto;
  bottom: auto;
}


.challenges-copy {
  color: #0a0e3e;
  text-align: left;
  margin-right: 0;
  padding-top: 0px;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
}


.challenges-body-section-mobile {
  background-image: url('../images/Footer1BG2044divided-02.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  padding: 0 5% 290px;
  display: none;
  position: static;
  top: auto;
}

.image-23 {
  width: 70%;
  max-width: none;
}

.image-23.mobile {
  width: 100%;
}

.paragraph-4 {
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-4.footer {
  height: auto;
  color: #fff;
  letter-spacing: 0;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 0%;
  top: 0;
}

.div-block-40 {
  width: auto;
  height: auto;
  max-width: 1140px;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 3.5fr;
  grid-auto-columns: .25fr;
  align-content: space-around;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: static;
  left: 0%;
  right: 0%;
}

.div-block-41 {
  border-top: 1px solid #084693;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.div-block-41.mobile {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.text-field-3 {
  margin-bottom: 10px;
}

.designedby-2 {
  border-top: 2px #0a0e3e;
  border-radius: 0;
  align-self: flex-end;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Catamaran, sans-serif;
}

.button-4 {
  z-index: 3;
  width: 137px;
  height: auto;
  min-height: 45px;
  color: #0a0e3e;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#fff, #fff);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 5px 20px;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.button-4:hover {
  color: #0a0e3e;
  background-image: linear-gradient(#fff, #fff);
  transform: translate(0, -3px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button-4.try-coordinator {
  width: 35vw;
  height: 60px;
  min-height: 0;
  color: #0a0e3e;
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 32px;
  display: flex;
  position: static;
}

.footer-link-2 {
  color: #0a0e3e;
  letter-spacing: 0;
  cursor: pointer;
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.div-block-42 {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-bottom: 4vh;
  display: flex;
}

.footer-title-2 {
  color: #0a0e3e;
  letter-spacing: 0;
  margin-bottom: 16px;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.footer-desktop-challenges {
  z-index: 2;
  background-color: rgba(97, 101, 255, 0);
  background-image: url('../images/Footer1BG2044divided-01.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  padding: 50px 5% 0;
  display: flex;
  position: relative;
  top: -5px;
}

.copyrights-2 {
  border-top: 2px #0a0e3e;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Catamaran, sans-serif;
}

.div-block-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 30px;
  display: grid;
}

.image-24 {
  width: 70%;
  max-width: none;
}

.image-24.mobile {
  width: 100%;
}

.paragraph-5 {
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.emailconfirm {
  font-family: Catamaran, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.paragraph-5.footer {
  height: auto;
  color: #fff;
  letter-spacing: 0;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px 0%;
  top: 0;
}

.div-block-44 {
  width: auto;
  height: auto;
  max-width: 1140px;
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 3.5fr;
  grid-auto-columns: .25fr;
  align-content: space-around;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  justify-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: static;
  left: 0%;
  right: 0%;
}

.div-block-45 {
  border-top: 1px solid #084693;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

.div-block-45.mobile {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.text-field-4 {
  margin-bottom: 10px;
}

.footer-mobile-challenges {
  background-color: rgba(97, 101, 255, 0);
  background-image: url('../images/Footer1BG2044divided-01.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  padding: 50px 5% 0;
  display: none;
}

.button-5 {
  z-index: 3;
  width: 137px;
  height: auto;
  min-height: 45px;
  color: #0a0e3e;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#fff, #fff);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 5px 20px;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.button-5:hover {
  color: #0a0e3e;
  background-image: linear-gradient(#fff, #fff);
  transform: translate(0, -3px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.button-5.try-coordinator {
  width: 35vw;
  height: 60px;
  min-height: 0;
  color: #0a0e3e;
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 32px;
  display: flex;
  position: static;
}

.footer-link-3 {
  color: #0a0e3e;
  letter-spacing: 0;
  cursor: pointer;
  margin-bottom: 12px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Catamaran, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.div-block-46 {
  grid-column-gap: 30px;
  justify-content: space-between;
  margin-bottom: 4vh;
  display: flex;
}

.div-block-47 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 30px;
  display: grid;
}

@media screen and (min-width: 1280px) {
  .navigation-container-full {
    max-width: none;
  }

  .nav-link {
    font-size: 18px;
  }

  .hero {
    height: auto;
    min-height: 0;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 40%;
    padding-bottom: 0;
  }

  .hero.tablet {
    margin-top: 125px;
  }

  .container.securely-manage.footer {
    top: 0;
  }

  .container.tablet {
    margin-bottom: 60px;
  }

  .container.contact {
    margin-top: auto;
    top: auto;
  }

  .container.mobile {
    margin-bottom: 60px;
  }

  .container.list-left-template.footer, .container.right-list-template.footer, .container.wave-info-template-mobile.footer {
    top: 0;
  }

  .container.mobile-template {
    margin-bottom: 60px;
  }

  .container.list-mobile.footer {
    top: 0;
  }

  .hero-grid.tablet {
    z-index: 1;
    margin-top: 0;
  }

  .hero-grid.mobile {
    grid-template-columns: 1fr 1fr;
  }

  .heading {
    margin-bottom: 30px;
    font-size: 55px;
    line-height: 65px;
  }

  .button {
    width: 170px;
    min-height: 40px;
    background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
    color: #fff;
    align-items: center;
    margin-top: 15px;
  }

  .button.language {
    margin-top: 0;
    font-size: 18px;
  }

  .hero-content.tablet {
    padding-top: 0;
    padding-bottom: 70px;
    padding-left: 0;
  }

  .hero-paragraph.tablet {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 40px;
  }

  .testimonial-section {
    height: auto;
    min-height: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .slider {
    height: auto;
  }

  .icon-coordinator.coordinator {
    max-height: 150px;
    border-color: rgba(0, 0, 0, 0);
    margin-top: -60px;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .coordinator-question {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .questions {
    background-image: none;
  }

  .standard-paragraph {
    color: var(--midnight-blue);
    background-color: #fff;
    border-radius: 20px 20px 20px 0;
    padding: 30px 80px;
    font-size: 22px;
    line-height: 40px;
    box-shadow: 0 2px 10px 5px rgba(0, 0, 0, .2);
  }

  .mask {
    box-shadow: inset 2px 10px 30px 20px #fff;
  }

  .footer {
    height: 90vh;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
    padding-top: 0;
    display: flex;
    position: relative;
    top: auto;
  }

  .footer-grid {
    padding-top: 30px;
  }

  .footer-grid.mobile {
    padding-top: 0;
  }

  .title.data-management-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .background {
    width: 100%;
    max-width: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .light-title {
    align-items: flex-start;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .light-title.footer {
    height: auto;
    align-items: flex-start;
    padding-bottom: 0;
  }

  .light-title.datastored._1920, .light-title.testimonials, .light-title.datamanagement {
    padding-bottom: 0;
  }

  .image-2.tablet {
    position: relative;
    top: -50px;
  }

  .list-item {
    background-position: 0%;
    flex-direction: row;
    align-items: center;
    font-size: 18px;
    line-height: 25px;
    list-style-type: none;
    display: flex;
  }

  .list-item.last {
    background-position: 0 0;
    align-items: flex-start;
    margin-bottom: 15px;
    line-height: 25px;
    display: flex;
  }

  .list-item-2 {
    font-size: 18px;
    line-height: 25px;
  }

  .list-item-2.top {
    margin-top: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .makes-it-easy-subtitle {
    line-height: 25px;
  }

  .paragraph-2.makes-it-easy-section {
    font-size: 18px;
    line-height: 25px;
  }

  .paragraph-2.data-stored-section {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .paragraph-2.footer {
    height: auto;
    font-size: 20px;
  }

  .data-functionality-section {
    overflow: hidden;
  }

  .data-functionality-section.tablet {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding-top: 0;
    top: auto;
  }

  .data-stored-section {
    width: auto;
    height: auto;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 60px;
    padding-top: 0;
    display: flex;
  }

  .data-stored-content {
    justify-content: flex-start;
    align-items: stretch;
  }

  .data-stored-grid {
    grid-template-rows: 1fr;
    align-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 50px;
  }

  .data-stored-grid.footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: auto;
    display: grid;
  }

  .data-stored-image {
    align-self: flex-start;
  }

  .server {
    width: 80%;
  }

  .bg-server {
    width: 120%;
    max-width: none;
    top: -26%;
    bottom: 0%;
    left: -10%;
    right: 0%;
  }

  .bg-server.footer {
    width: auto;
    height: auto;
    flex-direction: column;
    margin-top: 0;
    padding-top: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .bg-server.mobile {
    top: -9%;
  }

  .testimonials-subtitle {
    font-size: 18px;
  }

  .button-text {
    font-size: 14px;
  }

  .button-text.light {
    font-size: 12px;
  }

  .scroll-animation-block {
    min-height: 24px;
    margin-bottom: -24px;
  }

  .stacked-description {
    grid-template-columns: 2.75fr;
    justify-items: stretch;
  }

  .coordinator-logo-ico {
    top: 5%;
  }

  .title-footer {
    align-self: flex-start;
    margin-top: 0;
    padding-bottom: 0;
  }

  .navbar-shadow, .button-navbar {
    font-size: 18px;
  }

  .contact {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
    top: auto;
  }

  .footer-container {
    margin-top: 0;
    padding-top: 150px;
    top: auto;
  }

  .feather.bottom {
    top: auto;
  }

  .text-block-3 {
    padding-left: 145px;
    font-size: 22px;
    line-height: 40px;
  }

  .text-block-3._1440-sb-r {
    padding-top: 20px;
    padding-left: 140px;
    font-size: 18px;
    line-height: 25px;
    display: block;
  }

  .div-block-4 {
    grid-template-rows: auto;
  }

  .answers-right {
    margin-right: 0;
  }

  .client-2 {
    padding-top: 5px;
    padding-right: 5px;
  }

  .section {
    width: auto;
    height: 100vh;
    min-height: 0;
    object-fit: fill;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .text-block-3-l {
    padding-top: 20px;
    padding-left: 140px;
    font-size: 18px;
    line-height: 25px;
  }

  .client-3 {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .sb-q {
    width: 20%;
  }

  .card-section.tablet {
    margin-top: 100px;
    margin-bottom: 140px;
  }

  .section-with-bg {
    margin-bottom: 140px;
  }

  .contact-grid {
    grid-column-gap: 30px;
    grid-template-rows: auto;
    align-items: stretch;
    margin-top: auto;
    position: static;
  }

  .contact-form {
    position: relative;
    top: auto;
  }

  .bg {
    width: auto;
    background-position: 50% 0;
    background-size: auto 100vh;
  }

  .bg.desktop._1920 {
    background-image: url('../images/Web-1280-–-1_1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image-6 {
    align-self: flex-start;
  }

  .footerbg {
    height: auto;
    min-height: 0;
    background-position: 50% 100%;
    padding-top: 0;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footerbg-1440 {
    align-self: auto;
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .form {
    padding-bottom: 0;
  }

  .databg {
    width: auto;
    background-size: auto 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .form-block {
    height: auto;
    margin-bottom: auto;
  }

  .footerbg-1920, .backgroundcover-tablet {
    display: none;
  }

  .databg-mobile {
    width: auto;
    background-size: auto 100%;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .footerbg-mobile {
    height: auto;
    min-height: 0;
    background-position: 50% 100%;
    padding-top: 0;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footerbg-1280 {
    height: auto;
    min-height: 0;
    background-image: none;
    padding-top: 0;
    display: none;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .databg-mobile-copy {
    width: auto;
    background-size: auto 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .databg-1280 {
    width: auto;
    background-image: none;
    flex: 0 auto;
    align-self: auto;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .footerbg-990 {
    height: auto;
    min-height: 0;
    background-image: none;
    padding-top: 0;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-8 {
    width: 100%;
    max-width: none;
    display: block;
  }

  .footerbg990 {
    margin-top: auto;
    display: none;
  }

  .quick-stack-2 {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: auto;
  }

  .databg-990 {
    width: auto;
    background-size: auto 100%;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .quick-stack-3 {
    grid-column-gap: 25px;
    grid-row-gap: 14px;
    align-self: flex-end;
  }

  .cell-2 {
    justify-content: flex-end;
  }

  .cell-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cell-4 {
    justify-content: center;
  }

  .cell-6 {
    padding-bottom: 100px;
  }

  .bg-mobile {
    display: none;
  }

  .footerbg1920 {
    margin-top: -228px;
  }

  .footerbg-tablet {
    margin-top: auto;
  }

  .footerbg1280 {
    background-image: url('../images/Footer1280.svg');
    background-position: 50% 100%;
    margin-top: 0;
    display: none;
  }

  .hero-copy {
    height: auto;
    min-height: 0;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .hero-copy.tablet {
    margin-top: 125px;
  }

  .hero-template {
    height: auto;
    min-height: 0;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .hero-template.tablet {
    margin-top: 125px;
  }

  .hero-image-template.tablet {
    position: relative;
    top: -50px;
  }

  .backgroundcover-template-tablet {
    display: none;
  }

  .data-functionality-section-template.tablet {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding-top: 0;
    top: auto;
  }

  .container-template.securely-manage.footer {
    top: 0;
  }

  .container-template.tablet {
    margin-bottom: 60px;
  }

  .container-template.contact {
    margin-top: auto;
    top: auto;
  }

  .container-template.mobile {
    margin-bottom: 60px;
  }

  ._3cards-template.tablet, .data-functionality-section-copy.tablet, .section-template.tablet {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 0;
    padding-top: 0;
    top: auto;
  }

  .wave-info-template {
    width: auto;
    height: 80vh;
    align-items: center;
    margin-bottom: 40px;
    padding-top: 114px;
    display: flex;
  }

  .quick-stack-3-template {
    grid-row-gap: 14px;
    align-self: flex-end;
  }

  .databg-1280-template {
    width: auto;
    background-position: 50%;
    background-size: cover;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .databg-990-template {
    width: auto;
    background-size: auto 100%;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .paragraph-template {
    justify-content: flex-start;
    align-items: stretch;
  }

  .hero-template--content.tablet {
    padding-top: 0;
    padding-bottom: 70px;
    padding-left: 0;
  }

  .bg-mobile-template, .backgroundcover-tablet-template {
    display: none;
  }

  .hero-image-mobile-template.tablet {
    position: relative;
    top: -50px;
  }

  .wave-info-grid-template-mobile {
    grid-template-rows: 1fr;
    align-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 50px;
  }

  .wave-info-grid-template-mobile.footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: auto;
    display: grid;
  }

  .image-14 {
    width: 100vw;
    max-width: none;
  }

  .footerbackground {
    margin-top: 0;
    padding-top: 0;
  }

  .designedby {
    align-self: flex-end;
  }

  .footer1 {
    height: auto;
    min-height: 100vh;
    align-items: center;
    margin-top: 0;
    margin-bottom: -91px;
    padding-top: 140px;
    padding-bottom: 124px;
  }

  .footer1.tablet {
    margin-top: 125px;
  }

  .footer1bgdesktop {
    width: 100vw;
    max-width: none;
  }

  .image-15 {
    display: none;
  }

  .div-block-31 {
    height: auto;
    align-content: space-around;
    align-self: center;
    align-items: stretch;
  }

  .footer1bg1440 {
    display: none;
  }

  .div-block-33 {
    margin-bottom: 0;
  }

  .footer1bg1280 {
    display: none;
  }

  .div-block-34 {
    align-items: stretch;
    margin-bottom: 4vh;
  }

  .footer1bg768 {
    display: none;
  }

  .div-block-mobile {
    height: auto;
    align-content: space-around;
    align-self: center;
    align-items: stretch;
  }

  .div-block-34-mobile {
    margin-bottom: 4vh;
  }

  .section-2 {
    margin-bottom: 0;
  }

  .div-block-36 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: none;
  }

  .hero-challenges {
    height: auto;
    min-height: 0;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-challenges.tablet {
    margin-top: 125px;
  }

  .hero-copy {
    height: auto;
    min-height: 0;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .hero-copy.tablet {
    margin-top: 125px;
  }

  .paragraph-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .div-block-39 {
    margin-top: 75px;
  }

  .footer1-challenges {
    height: auto;
    min-height: 0;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer1-challenges.tablet {
    margin-top: 125px;
  }

  .hero-imprint {
    height: auto;
    min-height: 0;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-imprint.tablet {
    margin-top: 125px;
  }

  .steps-grid {
    grid-column-gap: 100px;
    grid-template-columns: .8fr 1fr;
  }

  .testimonial-questions {
    position: static;
  }

  .steps-card {
    padding: 36px;
  }

  .steps-intro {
    padding-left: 18px;
    padding-right: 18px;
  }

  .steps-card-2 {
    padding: 36px;
  }

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

  .button-next {
    font-size: 18px;
  }

  .bluesection-desktop, .bluesection-mobile {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .steps-card-a2, .steps-card-copy, .steps-card-copy-copy {
    padding: 36px;
  }

  .hero-challenges-mobile {
    height: auto;
    min-height: 0;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .hero-copy-challenges {
    padding-top: 0;
  }

  .blue-hero-section {
    padding-top: 100px;
    padding-bottom: 100px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .title-challenges-section {
    margin-bottom: 30px;
  font-size: 450%; 
    padding-top: 5%; 
    padding-left: 5%;
  }

  .hero-challenges-desktop {
    height: auto;
    min-height: 24vh;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .challenges-body-section-desktop {
    padding-top: 5%;
  }

  .challenges-copy {
    padding-top: 3%;
    font-size: 18px;
  }

  .paragraph-4.footer {
    height: auto;
    font-size: 20px;
  }

  .div-block-40 {
    height: auto;
    align-content: space-around;
    align-self: center;
    align-items: stretch;
  }

  .designedby-2 {
    align-self: flex-end;
  }

  .button-4 {
    font-size: 18px;
  }

  .div-block-42 {
    align-items: stretch;
    margin-bottom: 4vh;
  }

  .paragraph-5.footer {
    height: auto;
    font-size: 20px;
  }

  .div-block-44 {
    height: auto;
    align-content: space-around;
    align-self: center;
    align-items: stretch;
  }

  .button-5 {
    font-size: 18px;
  }

  .div-block-46 {
    align-items: stretch;
    margin-bottom: 4vh;
  }
/*  .button.try-coordinator {
  width: 34vw;
  height: 70px;
  min-height: 0;
  color: var(--midnight-blue);
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  margin-bottom:10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 62px;
  display: flex;
  position: static;
}*/
}

@media screen and (min-width: 1440px) {
.button.try-coordinator {
  width: 34vw;
  height: 70px;
  min-height: 0;
  color: var(--midnight-blue);
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  margin-bottom:14px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 28px;
  display: flex;
  position: static;
}
  .navigation-container-full {
    max-width: none;
    justify-content: space-between;
  }

  .brand.w--current {
    width: auto;
    margin-right: 0;
  }

  .nav-link {
    font-size: 20px;
  }

  .hero {
    height: auto;
    min-height: 0;
    background-image: none;
    margin-bottom: 0;
    padding-top: 150px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero.tablet {
    justify-content: center;
    margin-top: 100px;
  }

  .hero.content {
    padding-top: 142px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero.content.tablet {
    margin-top: 160px;
    padding-top: 0;
  }

  .container.securely-manage {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container.securely-manage.footer {
    display: block;
    top: 0;
  }

  .container.tablet {
    margin-bottom: 50px;
  }

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

  .container.mobile {
    margin-bottom: 50px;
  }

  .container.list-left-template {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container.list-left-template.footer {
    display: block;
    top: 0;
  }

  .container.right-list-template {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container.right-list-template.footer {
    display: block;
    top: 0;
  }

  .container.wave-info-template-mobile {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container.wave-info-template-mobile.footer {
    display: block;
    top: 0;
  }

  .container.mobile-template {
    margin-bottom: 50px;
  }

  .container.list-mobile {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container.list-mobile.footer {
    display: block;
    top: 0;
  }

  .hero-grid.tablet {
    z-index: 1;
    height: 100vh;
    align-items: stretch;
  }

  .hero-grid.mobile {
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
  }

  .heading {
    font-size: 60px;
  }

  .button {
    width: 270px;
    min-height: 60px;
    background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
    color: #fff;
    align-items: center;
    min-height: 60px;
    padding: 20px 60px;
    font-size: 24px;
  }

  .button.language {
    font-size: 20px;
  }

  .button.desktop {
    width: 200px;
    min-height: 50px;
    font-size: 20px;
  }

  .hero-content {
    padding-top: 80px;
  }

  .hero-content.tablet {
    padding: 0;
  }

  .hero-paragraph.tablet {
    font-size: 28px;
  }

  .side-pattern.left {
    bottom: -15%;
    left: -50%;
  }

  .side-pattern.right {
    top: 0%;
    right: -50%;
  }

  .side-pattern.right.mobile {
    display: inline-block;
    top: 10%;
  }

  .paragraph {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-section {
    z-index: 99;
    height: auto;
    max-width: none;
    min-height: 0;
    margin-top: 300px;
    margin-bottom: 100px;
    padding-bottom: 0;
    position: static;
  }

  .slider {
    position: relative;
  }

  .icon-coordinator.coordinator {
    margin-top: -79px;
    top: auto;
    left: auto;
  }

  .standard-paragraph {
    padding-left: 80px;
    padding-right: 80px;
  }

  .footer {
    height: 90vh;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    padding-top: 0;
    display: flex;
    top: 0;
  }

  .footer-grid {
    padding-top: 156px;
  }

  .footer-title, .footer-link {
    font-size: 18px;
  }

  .background {
    flex: 0 auto;
  }

  .light-title {
    padding-bottom: 0;
  }

  .image-2.tablet {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: -65px;
    right: 30px;
  }

  .image-2.hero-image {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 40px;
    right: 30px;
  }

  .list-item {
    font-size: 20px;
    line-height: 30px;
  }

  .list-item.last {
    background-position: 0 7%;
    line-height: 30px;
  }

  .list-item-2, .list-item-2.top {
    font-size: 20px;
    line-height: 30px;
  }

  .ipad-cards-image {
    height: auto;
    min-height: 0%;
  }

  .makes-it-easy-subtitle, .paragraph-2.makes-it-easy-section {
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-2.data-stored-section {
    padding-bottom: 40px;
    font-size: 20px;
    line-height: 30px;
  }

  .paragraph-2.footer {
    line-height: 30px;
  }

  .data-functionality-section {
    margin-top: -40px;
  }

  .data-functionality-section.tablet {
    max-width: none;
    margin-top: 0;
    top: auto;
    overflow: visible;
  }

  .data-stored-section {
    height: auto;
    justify-content: center;
    margin-bottom: 60px;
    padding-top: 0;
    overflow: visible;
  }

  .data-stored-content {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .data-stored-grid.footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    top: 0;
  }

  .server {
    width: 70%;
    height: auto;
    flex-direction: column;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: stretch;
    display: block;
    position: relative;
    bottom: auto;
  }

  .bg-server.footer {
    align-self: auto;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .bg-server.mobile {
    top: -43%;
  }

  .testimonials-subtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-5.mobile {
    font-size: 24px;
  }

  .button-text {
    font-size: 16px;
  }

  .button-text.light.mobile {
    font-size: 14px;
  }

  .scroll-animation-block {
    min-height: 60px;
    margin-bottom: -60px;
  }

  .body-display.aboutme.mobile {
    font-size: 36px;
  }

  .link-block.facebook, .link-block.linkedin, .link-block.twitter, .link-block.instagram {
    width: 100px;
    height: 100px;
  }

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

  .div-block-2.mobile {
    display: flex;
  }

  .footer-button {
    align-items: center;
  }

  .button-navbar {
    font-size: 20px;
  }

  .contact {
    align-items: stretch;
    margin-top: 0;
    padding-top: 0;
    display: block;
    top: auto;
  }

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

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

  .client-1 {
    width: 7vw;
  }

  .text-block-3 {
    padding-left: 180px;
  }

  .text-block-3._1440-sb-r {
    padding-top: 20px;
    padding-bottom: 0;
    padding-left: 130px;
    line-height: 30px;
  }

  .div-block-4 {
    align-content: stretch;
    align-items: stretch;
    justify-items: stretch;
  }

  .client-2 {
    width: 7vw;
    padding-bottom: 5px;
    padding-right: 5px;
  }

  .section {
    z-index: 1;
    height: auto;
    min-height: 0;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    display: block;
    position: relative;
    top: 0;
  }

  .text-block-3-l {
    padding-top: 20px;
    padding-left: 130px;
    line-height: 30px;
  }

  .client-3 {
    width: 7vw;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .card-section.tablet {
    height: 160vh;
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 100px;
    overflow: visible;
  }

  .section-with-bg {
    height: auto;
    margin-bottom: 140px;
    padding-top: 0;
    position: relative;
  }

  .data-stored-section-copy {
    margin-bottom: 100px;
    overflow: visible;
  }

  .contact-grid {
    margin-top: 0;
    margin-bottom: 220px;
    position: static;
  }

  .contact-form {
    top: auto;
  }

  .backgroundcover {
    height: 100%;
    background-image: none;
    display: none;
    overflow: visible;
  }

  .bg.desktop._1440 {
    width: 100%;
    background-image: url('../images/Web-1440.svg');
    background-position: 50%;
    background-size: cover;
  }

  .image-6 {
    width: 100%;
    height: auto;
    max-width: none;
    object-fit: fill;
    align-self: flex-start;
    position: absolute;
    overflow: visible;
  }

  .backgroundcover-1440 {
    height: auto;
    background-image: url('../images/Web-1440_1.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    overflow: visible;
  }

  .backgroundcover-copy, .footerbg {
    height: 100%;
    background-image: url('../images/Web-1440_1.svg');
    display: none;
    overflow: visible;
  }

  .footerbg-1440 {
    width: auto;
    height: auto;
    max-width: none;
    min-height: 0;
    min-width: 0;
    align-self: auto;
    display: block;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .databg {
    height: 100%;
    background-image: url('../images/Web-1440_1.svg');
    display: none;
    overflow: visible;
  }

  .bg-data-stored-1440 {
    width: auto;
    height: auto;
    background-image: url('../images/DataStoredBG-1440.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 120%;
    align-self: auto;
    display: block;
    overflow: visible;
  }

  .footerbg-1920 {
    width: auto;
    height: auto;
    min-height: 0;
    min-width: 0;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .bg-data-stored-1920 {
    width: auto;
    height: auto;
    background-image: url('../images/DataStoredBG-1440.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 120%;
    align-self: auto;
    display: none;
    overflow: visible;
  }

  .backgroundcover-1920 {
    height: auto;
    background-image: url('../images/Web-1440_1.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    display: none;
    overflow: visible;
  }

  .backgroundcover-tablet {
    height: 100%;
    background-image: none;
    display: none;
    overflow: visible;
  }

  .coordinator-makes-it-easy-section-tablet {
    padding-top: 70px;
  }

  .databg-mobile, .footerbg-mobile {
    height: 100%;
    background-image: url('../images/Web-1440_1.svg');
    display: none;
    overflow: visible;
  }

  .footerbg-1280 {
    height: auto;
    background-image: url('../images/Footer1280.png');
    background-size: 100%;
    display: none;
    overflow: visible;
  }

  .databg-mobile-copy {
    height: 100%;
    background-image: url('../images/Web-1440_1.svg');
    display: none;
    overflow: visible;
  }

  .databg-1280 {
    height: auto;
    display: block;
    overflow: visible;
  }

  .footerbg-990 {
    height: 100%;
    background-image: url('../images/Web-1440_1.svg');
    display: none;
    overflow: visible;
  }

  .image-8 {
    width: auto;
    height: auto;
    max-width: none;
    padding-top: 0;
    display: block;
  }

  .footerbg990 {
    height: 100%;
    background-image: none;
    margin-top: auto;
    display: none;
    overflow: visible;
  }

  .bg1440 {
    height: auto;
    background-image: url('../images/Footer-BG-1440.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: auto;
    display: none;
    overflow: visible;
  }

  .bgfooter1920 {
    height: auto;
    background-image: url('../images/Web-1440_1.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    display: none;
    overflow: visible;
  }

  .quick-stack-2 {
    min-height: 0;
    flex: 0 auto;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: 0;
  }

  .databg-990 {
    height: 100%;
    background-image: url('../images/Web-1440_1.svg');
    display: none;
    overflow: visible;
  }

  .quick-stack-3 {
    grid-column-gap: 54px;
    flex: 0 auto;
    align-self: auto;
  }

  .cell-2 {
    justify-content: flex-end;
  }

  .cell-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cell-4 {
    justify-content: flex-start;
    padding-top: 40px;
  }

  .quick-stack-4.tablet {
    margin-top: 0;
  }

  .bg-mobile, .footerbg1920 {
    height: 100%;
    background-image: none;
    display: none;
    overflow: visible;
  }

  .footerbg-tablet {
    height: 100%;
    background-image: none;
    margin-top: auto;
    display: none;
    overflow: visible;
  }

  .footerbg1280 {
    height: auto;
    background-image: none;
    margin-top: auto;
    display: none;
    overflow: visible;
  }

  .hero-copy {
    height: auto;
    min-height: 0;
    background-image: none;
    margin-bottom: 0;
    padding-top: 120px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero-copy.tablet {
    justify-content: center;
    margin-top: 100px;
  }

  .hero-copy.content {
    padding-top: 142px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-copy.content.tablet {
    margin-top: 160px;
    padding-top: 0;
  }

  .hero-template {
    height: auto;
    min-height: 0;
    background-image: none;
    margin-bottom: 0;
    padding-top: 120px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero-template.tablet {
    justify-content: center;
    margin-top: 100px;
  }

  .hero-template.content {
    padding-top: 142px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-template.content.tablet {
    margin-top: 160px;
    padding-top: 0;
  }

  .hero-image-template.tablet {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: -65px;
    right: 30px;
  }

  .hero-image-template.hero-image {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 40px;
    right: 30px;
  }

  .backgroundcover-template, .backgroundcover-template-tablet {
    height: 100%;
    background-image: none;
    display: none;
    overflow: visible;
  }

  .backgroundcover-1440-template {
    height: auto;
    background-image: url('../images/Web-1440_1.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    overflow: visible;
  }

  .backgroundcover-1920-template {
    height: auto;
    background-image: url('../images/Web-1440_1.svg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: 100%;
    display: none;
    overflow: visible;
  }

  .data-functionality-section-template {
    margin-top: -40px;
  }

  .data-functionality-section-template.tablet {
    max-width: none;
    margin-top: 0;
    top: auto;
    overflow: visible;
  }

  .container-template.securely-manage {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-template.securely-manage.footer {
    display: block;
    top: 0;
  }

  .container-template.tablet {
    margin-bottom: 50px;
  }

  .container-template.contact {
    padding-top: 0;
  }

  .container-template.mobile {
    margin-bottom: 50px;
  }

  ._3cards-template {
    margin-top: -40px;
  }

  ._3cards-template.tablet {
    max-width: none;
    margin-top: 0;
    top: auto;
    overflow: visible;
  }

  .data-functionality-section-copy {
    margin-top: -40px;
  }

  .data-functionality-section-copy.tablet {
    max-width: none;
    margin-top: 0;
    top: auto;
    overflow: visible;
  }

  .section-template {
    margin-top: -40px;
  }

  .section-template.tablet {
    max-width: none;
    margin-top: 0;
    top: auto;
    overflow: visible;
  }

  .wave-info-template {
    height: 90vh;
    margin-bottom: 100px;
    padding-top: 100px;
    overflow: visible;
  }

  .quick-stack-3-template {
    grid-column-gap: 54px;
    align-self: flex-end;
  }

  .databg-1280-template, .databg-990-template {
    height: 100%;
    background-image: url('../images/Web-1440_1.svg');
    display: none;
    overflow: visible;
  }

  .bg-data-stored-1440-template {
    width: auto;
    height: auto;
    background-image: url('../images/DataStoredBG-1440.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 120%;
    align-self: auto;
    display: block;
    overflow: visible;
  }

  .bg-data-stored-1920-template {
    width: auto;
    height: auto;
    background-image: url('../images/DataStoredBG-1440.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 120%;
    align-self: auto;
    display: none;
    overflow: visible;
  }

  .paragraph-template {
    align-items: stretch;
  }

  .hero-template--content {
    padding-top: 80px;
  }

  .hero-template--content.tablet {
    padding: 0;
  }

  .bg-mobile-template, .backgroundcover-tablet-template {
    height: 100%;
    background-image: none;
    display: none;
    overflow: visible;
  }

  .hero-image-mobile-template.tablet {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: -65px;
    right: 30px;
  }

  .hero-image-mobile-template.hero-image {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: 40px;
    right: 30px;
  }

  .wave-info-grid-template-mobile.footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    top: 0;
  }

  .wave-info-image-mobile {
    height: 50vh;
    align-self: center;
    position: relative;
    bottom: 100px;
  }

  .image-14 {
    width: 100vw;
    max-width: none;
  }

  .footerbackground {
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .desktopfooterbg {
    width: auto;
    max-width: 100%;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-28 {
    height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 3%;
    right: 3%;
  }

  .designedby {
    align-self: flex-end;
  }

  .tabletfootersection {
    height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 3%;
    right: 3%;
  }

  .footer1 {
    height: auto;
    min-height: 0;
    background-image: url('../images/Footer-BG-1440.svg');
    background-position: 50% 100%;
    background-size: auto;
    align-items: center;
    margin-bottom: 0;
    padding: 315px 5% 33px;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footer1.tablet {
    justify-content: center;
    margin-top: 100px;
  }

  .footer1.content {
    padding-top: 142px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer1.content.tablet {
    margin-top: 160px;
    padding-top: 0;
  }

  .footer1bgdesktop {
    width: 100vw;
    max-width: none;
  }

  .footer1copy.tablet {
    margin-top: 0;
  }

  .div-block-30 {
    flex-direction: column;
    justify-content: flex-start;
    display: block;
    position: absolute;
  }

  .image-15 {
    max-width: none;
    display: none;
  }

  .div-block-31 {
    height: auto;
    flex: 1;
    align-content: space-between;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .footer1bg1440 {
    width: 100vw;
    max-width: none;
    display: block;
  }

  .div-block-33 {
    margin-bottom: 40px;
  }

  .footer1bg1280 {
    width: 100vw;
    max-width: none;
    display: none;
  }

  .div-block-34 {
    margin-bottom: 8vh;
  }

  .footer1bg768 {
    width: 100vw;
    max-width: none;
    display: none;
  }

  .div-block-mobile {
    height: auto;
    flex: 1;
    align-content: space-between;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .div-block-34-mobile {
    margin-bottom: 8vh;
  }

  .div-block-2-mobile.mobile {
    display: flex;
  }

  .section-2 {
    margin-bottom: 140px;
  }

  .hero-challenges {
    height: auto;
    min-height: 0;
    background-image: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-challenges.tablet {
    justify-content: center;
    margin-top: 100px;
  }

  .hero-challenges.content {
    padding-top: 142px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-challenges.content.tablet {
    margin-top: 160px;
    padding-top: 0;
  }

  .hero-copy {
    height: auto;
    min-height: 0;
    background-image: none;
    margin-bottom: 0;
    padding-top: 150px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero-copy.tablet {
    justify-content: center;
    margin-top: 100px;
  }

  .hero-copy.content {
    padding-top: 142px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-copy.content.tablet {
    margin-top: 160px;
    padding-top: 0;
  }

  .footer1-challenges {
    height: auto;
    min-height: 0;
    background-image: none;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footer1-challenges.tablet {
    justify-content: center;
    margin-top: 100px;
  }

  .footer1-challenges.content {
    padding-top: 142px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer1-challenges.content.tablet {
    margin-top: 160px;
    padding-top: 0;
  }

  .hero-imprint {
    height: auto;
    min-height: 0;
    background-image: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-imprint.tablet {
    justify-content: center;
    margin-top: 100px;
  }

  .hero-imprint.content {
    padding-top: 142px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-imprint.content.tablet {
    margin-top: 160px;
    padding-top: 0;
  }

  .subtitle {
    color: #090d39;
  }

  .button-2 {
    background-color: #084692;
  }

  .steps-grid {
    grid-column-gap: 140px;
    grid-template-columns: .8fr 1fr;
  }

  .steps-sticky-card {
    grid-column-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .body-display-2 {
    color: #0a0c37;
    font-size: 20px;
  }

  .body-display-2.large {
    color: #102640;
    -webkit-text-stroke-color: #090d37;
    font-size: 20px;
  }

  .steps-sticky-card-2 {
    grid-column-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .heading-8 {
    color: #090d37;
  }

  .text-block-4 {
    letter-spacing: 0;
    text-transform: none;
  }

  .button-next {
    font-size: 20px;
  }

  .steps-sticky-card-q2 {
    grid-column-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .question-1 {
    color: #0a0c37;
    font-size: 20px;
  }

  .question-1.large {
    color: #102640;
    -webkit-text-stroke-color: #090d37;
    font-size: 20px;
  }

  .question-2 {
    color: #0a0c37;
    font-size: 20px;
  }

  .question-2.large {
    color: #102640;
    -webkit-text-stroke-color: #090d37;
    font-size: 20px;
  }

  .hero-challenges-mobile {
    height: auto;
    min-height: 0;
    background-image: none;
    margin-bottom: 0;
    padding-top: 150px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .hero-challenges-wave {
    width: 100vw;
    max-width: 100%;
    position: absolute;
  }

  .title-challenges-section {
    font-size: 500%;
    font-weight:600;
    padding-top: 5%; 
    padding-left: 5%;
  }

  .hero-challenges-desktop {
    height: auto;
    min-height: 30vh;
    margin-bottom: 0;
    padding-top: 100px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .challenges-copy {
    padding-top: 6%;
    font-size: 160%;
    line-height: 30px;
  }

  .challenges-body-section-mobile {
    padding-top: 0;
  }

  .paragraph-4.footer {
    line-height: 30px;
  }

  .div-block-40 {
    height: auto;
    flex: 1;
    align-content: space-between;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .div-block-41.mobile {
    display: flex;
  }

  .designedby-2 {
    align-self: flex-end;
  }

  .button-4 {
    width: 160px;
    min-height: 60px;
    font-size: 24px;
  }

  .footer-link-2 {
    font-size: 18px;
  }

  .div-block-42 {
    margin-bottom: 8vh;
  }

  .footer-title-2 {
    font-size: 18px;
  }

  .paragraph-5.footer {
    line-height: 30px;
  }

  .div-block-44 {
    height: auto;
    flex: 1;
    align-content: space-between;
    align-self: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .div-block-45.mobile {
    display: flex;
  }

  .button-5 {
    width: 160px;
    min-height: 60px;
    font-size: 24px;
  }

  .footer-link-3 {
    font-size: 18px;
  }

  .div-block-46 {
    margin-bottom: 8vh;
  }
}

@media screen and (min-width: 1920px) {

  .navigation-side-plain {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .navigation-container-full {
    height: 130%;
    max-width: none;
    justify-content: space-between;
    align-items: center;
  }

  .logo {
    width: 130%;
    display: inline-block;
  }

  .brand.w--current {
    width: auto;
    margin-right: 0;
  }

  .nav-link {
    font-size: 24px;
  }

  .navigation {
    height: 20%;
    justify-content: flex-start;
  }

  .navigation-button-wrap {
    align-self: auto;
  }

  .hero {
    height: auto;
    min-height: 0;
    flex-direction: row;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    position: static;
  }

  .hero.tablet {
    height: auto;
    padding-top: 0;
  }

  .hero.content {
    height: auto;
    padding-top: 120px;
  }

  .container {
    padding-top: 102px;
  }

  .container.securely-manage {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .container.securely-manage.footer {
    top: auto;
  }

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

  .container.mobile {
    padding-top: 40px;
  }

  .container.contact {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .container.list-left-template {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .container.list-left-template.footer {
    top: auto;
  }

  .container.right-list-template {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .container.right-list-template.footer {
    top: auto;
  }

  .container.wave-info-template-mobile {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .container.wave-info-template-mobile.footer {
    top: auto;
  }

  .container.mobile-template {
    padding-top: 0;
  }

  .container.list-mobile {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .container.list-mobile.footer {
    top: auto;
  }

  .hero-grid.tablet {
    z-index: 1;
    align-items: center;
    justify-items: center;
    margin-top: 0;
  }

  .hero-grid.mobile {
    grid-template-columns: 1.2fr 1fr;
  }

  .heading {
    font-size: 80px;
    line-height: 90px;
  }

  .button {
    width: 312px;
    height: 70px;
    min-height: 60px;
    padding: 20px 60px;
    font-size: 28px;
  }

  .button.language {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }
 

  .button.desktop {
    width: auto;
    height: auto;
    min-height: auto;
    padding-left: 50px;
    padding-right: 50px;
    font-size: 32px;
    position: relative;
  }

  .hero-content.tablet {
    align-items: flex-start;
    margin-top: -60px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
    display: flex;
  }

  .hero-paragraph {
    font-size: 30px;
  }

  .hero-paragraph.tablet {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 45px;
  }

  .coordinator-makes-it-easy-section {
    padding-top: 100px;
  }

  .data-management-wrap {
    margin-bottom: 140px;
  }

  .paragraph {
    text-align: center;
    font-size: 24px;
    line-height: 35px;
  }

  .functionality-grid.makes-it-easy-section.tablet {
    grid-template-columns: 1.25fr 1.5fr;
  }

  .functionality-grid.securely-manage.mobile {
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
  }

  .functionality-grid.everything-everywhere.mobile, .functionality-grid.right-liste-template.mobile {
    justify-content: stretch;
    padding-top: 100px;
  }

  .testimonial-section {
    height: auto;
    margin-top: 300px;
    margin-bottom: 100px;
    padding-bottom: 0;
  }

  .securely-manage-image {
    width: 100%;
    max-width: none;
    display: inline-block;
    position: static;
  }

  .arrow-icon {
    font-size: 40px;
  }

  .arrow-right {
    width: 100px;
    height: 100px;
    font-size: 30px;
  }

  .arrow-left {
    width: 100px;
    height: 100px;
  }

  .icon-coordinator.coordinator {
    height: auto;
    max-height: 200px;
    margin-top: -70px;
    top: auto;
    left: auto;
  }

  .icon-coordinator.coordinator.largescreen {
    width: 160px;
    max-height: 160px;
  }

  .standard-paragraph {
    padding-left: 120px;
    padding-right: 120px;
    font-size: 32px;
    line-height: 50px;
  }

  .footer {
    height: auto;
    flex: 0 auto;
    justify-content: space-around;
    align-self: auto;
    padding-top: 20px;
    display: flex;
  }

  .footer-grid {
    padding-top: 215px;
  }

  .footer-grid.mobile {
    align-items: start;
    padding-top: 0;
  }

  .footer-column {
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 58px;
  }

  .footer-title {
    font-size: 32px;
    line-height: 40px;
  }

  .footer-link {
    font-size: 24px;
    line-height: 30px;
  }

  .title.data-management-section {
    font-size: 60px;
    line-height: 60px;
  }

  .title.makes-it-easy-section {
    align-items: center;
    padding-bottom: 0;
    font-size: 60px;
    text-decoration: none;
  }

  .title.light-heavy-title {
    font-size: 60px;
    line-height: 60px;
  }

  .title.testimonials {
    font-size: 60px;
  }

  .title.tablet {
    font-size: 60px;
    line-height: 70px;
  }

  .background {
    align-self: auto;
    margin-top: -62px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .light-title {
    align-items: flex-start;
    font-size: 60px;
    line-height: 60px;
  }

  .light-title.footer {
    padding-right: 0;
    position: static;
  }

  .light-title.functionality, .light-title.datamanagement {
    font-size: 60px;
  }

  .image-2.tablet {
    width: auto;
    max-width: 100%;
    top: 0;
    right: 0;
  }

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

  .heading-2, .heading-3, .heading-4 {
    font-size: 32px;
  }

  .semibold-title {
    font-size: 60px;
  }

  .list-item {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 35px;
  }

  .list-item.last {
    line-height: 30px;
  }

  .list-item-2, .list-item-2.top {
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 35px;
  }

  .body {
    font-family: Catamaran, sans-serif;
  }

  .ipad-cards-image {
    margin-right: auto;
  }

  .makes-it-easy-subtitle, .paragraph-2.makes-it-easy-section {
    font-size: 24px;
    line-height: 35px;
  }

  .paragraph-2.data-stored-section {
    max-width: none;
    padding-bottom: 80px;
    font-size: 24px;
    line-height: 35px;
  }

  .paragraph-2.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 32px;
    line-height: 35px;
  }

  .paragraph-2.paragraph-left {
    font-size: 20px;
  }

  .data-functionality-section {
    padding-top: 100px;
    top: -10vh;
  }

  .data-functionality-section.tablet {
    margin-top: 0;
    top: 0;
  }

  .everything-everywhere-image {
    width: 90%;
    max-width: none;
  }

  .data-stored-section {
    height: auto;
    justify-content: center;
    margin-bottom: 100px;
    padding-top: 0;
  }

  .data-stored-content {
    padding-bottom: 80px;
  }

  .data-stored-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: grid;
  }

  .data-stored-grid.footer {
    align-content: center;
    justify-content: space-around;
    align-items: center;
    justify-items: stretch;
  }

  .data-stored-image {
    width: auto;
    align-self: center;
    margin-right: 0;
  }

  .server {
    width: 70%;
    height: auto;
    flex: 0 auto;
    align-self: center;
    bottom: auto;
  }

  .bg-server.footer {
    top: auto;
  }

  .testimonials-subtitle {
    font-size: 24px;
    line-height: 35px;
  }

  .testimonials-subtitle.second {
    font-size: 32px;
  }

  .background-wrapper {
    align-self: auto;
  }

  .grid-wrapper {
    flex: 0 auto;
    justify-content: stretch;
    justify-items: stretch;
    padding-top: 15px;
  }

  .button-text, .button-text.light, .button-text.light.mobile {
    font-size: 16px;
  }

  .scroll-animation-block {
    min-height: 60px;
    margin-bottom: -60px;
  }

  .testimonials-section {
    height: auto;
  }

  .image-5.mobile {
    display: block;
  }

  .copyrights {
    text-align: right;
    font-size: 20px;
  }

  .div-block-2.mobile {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .title-footer {
    font-size: 60px;
  }

  .field-label, .field-label-2 {
    font-size: 24px;
  }

  .text-field {
    height: 60px;
    margin-bottom: 30px;
  }

  .navbar-shadow {
    height:20%;
    align-self: auto;
    z-index: 1;
  }

  .footer-button {
    align-items: start;
  }

  .text-field-2 {
    height: 160px;
  }

  .button-navbar {
    width: auto;
    height: 60px;
    padding: 20px 30px;
    font-size: 24px;
  }

  .contact {
    flex: 0 auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 90px;
    top: auto;
  }

  .feather.bottom {
    z-index: 99;
  }

  .answers {
    height: 70vh;
    margin-left: 3%;
    margin-right: 3%;
    padding-left: 30px;
    padding-right: 140px;
  }

  .client-1 {
    width: 6vw;
  }

  .text-block-3 {
    padding-left: 220px;
    font-size: 28px;
    line-height: 50px;
  }

  .text-block-3._1440-sb-r {
    min-height: 190px;
    padding-bottom: 20px;
    padding-left: 140px;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px;
  }

  .answers-right {
    margin-right: 30px;
  }

  .client-2 {
    width: 6vw;
    padding-right: 5px;
  }

  .section {
    z-index: 1;
    width: auto;
    height: auto;
    min-height: 0;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .answer-r-1 {
    margin-bottom: 50%;
  }

  .answer-l-1 {
    margin-bottom: 100%;
  }

  .answer-r-2 {
    margin-bottom: 150%;
  }

  .text-block-3-l {
    padding-left: 140px;
    font-size: 28px;
    font-weight: 300;
    line-height: 40px;
  }

  .client-3 {
    width: 6vw;
    padding-right: 5px;
  }

  .answer-r-3 {
    top: 500px;
  }

  .page-wrapper {
    min-height: 0;
  }

  .card-section.tablet {
    height: 100%;
    margin-top: 0;
    margin-bottom: 300px;
    padding-top: 200px;
  }

  .image-right {
    width: 140%;
  }

  .contact-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: auto;
  }

  .contact-content {
    align-self: center;
  }

  .contact-form {
    top: auto;
  }

  .backgroundcover {
    height: 100%;
    background-image: none;
    display: none;
    overflow: visible;
  }

  .bg {
    background-image: url('../images/Web-1920-–-2.svg');
    background-position: 50%;
    background-size: 100%;
  }

  .bg.desktop._1440 {
    width: 100%;
    height: 100%;
    background-image: none;
    transform: translate(0);
  }

  .bg.desktop._1920 {
    background-image: url('../images/Web-1920-–-2.svg');
    background-size: cover;
  }

  .image-6 {
    z-index: 0;
    width: 100%;
    max-width: none;
    align-self: flex-start;
    position: absolute;
    overflow: visible;
  }

  .backgroundcover-1440 {
    height: 100%;
    display: none;
    overflow: visible;
  }

  .backgroundcover-copy {
    height: 100%;
    overflow: visible;
  }

  .footerbg {
    height: 100%;
    background-image: none;
    overflow: visible;
  }

  .footerbg-1440 {
    width: auto;
    height: auto;
    background-position: 50%;
    background-size: auto 120%;
    padding-top: 0;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .databg {
    height: 100%;
    overflow: visible;
  }

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

  .bg-data-stored-1440 {
    height: 100%;
    display: none;
    overflow: visible;
  }

  .footerbg-1920 {
    width: auto;
    height: 90vh;
    align-self: auto;
    margin-top: auto;
    padding-top: 0;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .bg-data-stored-1920 {
    height: auto;
    background-image: url('../images/Data-Stored-section.svg');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .backgroundcover-1920 {
    height: auto;
    background-image: url('../images/Hero-Background.svg');
    background-position: 50% 0;
    background-size: 110%;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .backgroundcover-tablet {
    height: 100%;
    background-image: none;
    display: none;
    overflow: visible;
  }

  .coordinator-makes-it-easy-section-tablet {
    padding-top: 60px;
  }

  .databg-mobile {
    height: 100%;
    overflow: visible;
  }

  .footerbg-mobile, .footerbg-1280 {
    height: 100%;
    background-image: none;
    overflow: visible;
  }

  .databg-mobile-copy {
    height: 100%;
    overflow: visible;
  }

  .databg-1280 {
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    display: block;
    overflow: visible;
  }

  .footerbg-990 {
    height: 100%;
    background-image: none;
    overflow: visible;
  }

  .image-9 {
    width: 120%;
    height: auto;
    max-width: none;
    padding-top: 0;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footerbg990 {
    height: 100%;
    background-image: none;
    margin-top: auto;
    display: none;
    overflow: visible;
  }

  .bg1440 {
    height: 100%;
    display: none;
    overflow: visible;
  }

  .bgfooter1920 {
    height: auto;
    background-image: none;
    background-position: 0 0;
    background-size: auto;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .cell {
    justify-content: flex-end;
    padding-top: 0;
  }

  .quick-stack {
    align-content: stretch;
  }

  .quick-stack-2 {
    z-index: 2;
    min-height: 0;
    grid-row-gap: 18px;
    flex: 0 auto;
    align-self: auto;
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    top: auto;
    left: 3%;
    right: 3%;
  }

  .databg-990 {
    height: 100%;
    overflow: visible;
  }

  .quick-stack-3 {
    grid-column-gap: 50px;
    grid-row-gap: 1px;
    align-self: auto;
    padding-left: 5%;
    padding-right: 5%;
  }

  .cell-2 {
    justify-content: center;
  }

  .cell-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cell-4 {
    justify-content: flex-start;
  }

  .image-11 {
    width: 120%;
    max-width: 120%;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cell-5 {
    justify-content: flex-start;
  }

  .cell-6 {
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .quick-stack-4 {
    margin-top: 145px;
  }

  .quick-stack-4.tablet {
    margin-top: 140px;
  }

  .bg-mobile {
    height: 100%;
    background-image: none;
    display: none;
    overflow: visible;
  }

  .footerbg1920 {
    height: auto;
    background-image: url('../images/Try-Coordinator-Section.svg');
    background-position: 50% 100%;
    background-size: 110%;
    margin-top: auto;
    padding-top: 0;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .footerbg-tablet, .footerbg1280 {
    height: 100%;
    background-image: none;
    margin-top: auto;
    display: none;
    overflow: visible;
  }

  .hero-copy {
    height: auto;
    min-height: 0;
    flex-direction: row;
    margin-bottom: 0;
    padding-top: 0;
    position: static;
  }

  .hero-copy.tablet {
    height: auto;
    padding-top: 0;
  }

  .hero-copy.content {
    height: auto;
    padding-top: 120px;
  }

  .hero-template {
    height: auto;
    min-height: 0;
    flex-direction: row;
    margin-bottom: 0;
    padding-top: 0;
    position: static;
  }

  .hero-template.tablet {
    height: auto;
    padding-top: 0;
  }

  .hero-template.content {
    height: auto;
    padding-top: 120px;
  }

  .quick-stack-4---template {
    margin-top: 145px;
  }

  .hero-image-template.tablet {
    width: auto;
    height: 100%;
    max-width: 100%;
    top: 0;
    right: 0;
  }

  .hero-image-template.hero-image {
    width: 100%;
    max-width: none;
  }

  .backgroundcover-template, .backgroundcover-template-tablet {
    height: 100%;
    background-image: none;
    display: none;
    overflow: visible;
  }

  .backgroundcover-1440-template {
    height: 100%;
    display: none;
    overflow: visible;
  }

  .backgroundcover-1920-template {
    height: auto;
    background-image: url('../images/Hero-Background.svg');
    background-position: 50% 0;
    background-size: 110%;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .data-functionality-section-template {
    padding-top: 100px;
    top: -10vh;
  }

  .data-functionality-section-template.tablet {
    margin-top: 0;
    top: 0;
  }

  .container-template {
    padding-top: 102px;
  }

  .container-template.securely-manage {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    display: block;
  }

  .container-template.securely-manage.footer {
    top: auto;
  }

  .container-template.tablet {
    padding-top: 0;
  }

  .container-template.mobile {
    padding-top: 40px;
  }

  .container-template.contact {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-template.mobile {
    padding-top: 0;
  }

  ._3cards-template {
    padding-top: 100px;
    top: -10vh;
  }

  ._3cards-template.tablet {
    margin-top: 0;
    top: 0;
  }

  ._3-cards-template {
    margin-bottom: 140px;
  }

  .data-functionality-section-copy {
    padding-top: 100px;
    top: -10vh;
  }

  .data-functionality-section-copy.tablet {
    margin-top: 0;
    top: 0;
  }

  .section-template {
    padding-top: 100px;
    top: -10vh;
  }

  .section-template.tablet {
    margin-top: 0;
    top: 0;
  }

  .right-image-template {
    width: 70%;
    max-width: none;
    display: inline-block;
    position: static;
  }

  .wave-info-template {
    height: 100vh;
    margin-bottom: 0;
  }

  .quick-stack-3-template {
    grid-row-gap: 1px;
    align-self: flex-end;
  }

  .databg-1280-template, .databg-990-template {
    height: 100%;
    overflow: visible;
  }

  .bg-data-stored-1440-template {
    height: 100%;
    display: none;
    overflow: visible;
  }

  .bg-data-stored-1920-template {
    height: auto;
    background-image: url('../images/Data-Stored-section.svg');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    margin-top: 0;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .paragraph-template {
    padding-bottom: 80px;
  }

  .left-image-container-template, .left-image-template {
    width: 90%;
    max-width: none;
  }

  .hero-template--content.tablet {
    align-items: flex-start;
    margin-top: -60px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
    display: flex;
  }

  .bg-mobile-template, .backgroundcover-tablet-template {
    height: 100%;
    background-image: none;
    display: none;
    overflow: visible;
  }

  .hero-image-mobile-template.tablet {
    width: auto;
    max-width: 100%;
    top: 0;
    right: 0;
  }

  .hero-image-mobile-template.hero-image {
    width: 100%;
    max-width: none;
  }

  .wave-info-grid-template-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    display: grid;
  }

  .wave-info-grid-template-mobile.footer {
    align-content: center;
    justify-content: space-around;
    align-items: center;
    justify-items: stretch;
  }

  ._3-cards-template-mobile {
    margin-bottom: 140px;
  }

  .list-image-mobile {
    width: 100%;
    max-width: none;
    display: inline-block;
    position: static;
  }

  .wave-info-image-mobile {
    width: auto;
    height: 70%;
    bottom: 0;
  }

  .image-14 {
    width: 100vw;
    max-width: none;
  }

  .footerbackground {
    z-index: auto;
  }

  .desktopfooterbg {
    width: 100%;
    max-width: 100%;
  }

  .div-block-28 {
    height: 100vh;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 3%;
    right: 3%;
  }

  .designedby {
    text-align: right;
    align-self: flex-end;
    font-size: 20px;
  }

  .tabletfootersection {
    height: 100vh;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 3%;
    right: 3%;
  }

  .div-block-29 {
    height: 30vh;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer1 {
    height: auto;
    min-height: 0;
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
    position: static;
  }

  .footer1.tablet {
    height: auto;
    padding-top: 0;
  }

  .footer1.content {
    height: auto;
    padding-top: 120px;
  }

  .footer1bgdesktop {
    width: 100vw;
    max-width: none;
  }

  .footer1copy {
    margin-top: 145px;
  }

  .footer1copy.tablet {
    margin-top: 140px;
  }

  .image-15 {
    width: 100vw;
  }

  .cell-13 {
    align-items: stretch;
  }

  .cell-14 {
    justify-content: center;
  }

  .div-block-31 {
    width: auto;
    max-width: none;
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 0;
    grid-auto-columns: .25fr;
    align-content: space-between;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    justify-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
  }

  .div-block-32 {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .footer1bg1440 {
    width: 100vw;
    display: block;
    overflow: visible;
  }

  .div-block-33 {
    margin-bottom: 0;
  }

  .footer1bg1280 {
    width: 100vw;
    display: none;
    overflow: visible;
  }

  .div-block-34 {
    margin-bottom: 8vh;
  }

  .div-block-35 {
    justify-content: space-between;
  }

  .footer1bg768 {
    width: 100vw;
    display: none;
    overflow: visible;
  }

  .div-block-mobile {
    width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 0;
    grid-auto-columns: .25fr;
    align-content: space-between;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    justify-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
  }

  .div-block-34-mobile {
    margin-bottom: 8vh;
  }

  .div-block-35-mobile {
    justify-content: space-between;
  }

  .div-block-2-mobile.mobile {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .div-block-32-copy {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .image-16 {
    overflow: hidden;
  }

  .section-2 {
    margin-bottom: 140px;
  }

  .hero-challenges {
    height: auto;
    min-height: 0;
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
    position: static;
  }

  .hero-challenges.tablet {
    height: auto;
    padding-top: 0;
  }

  .hero-challenges.content {
    height: auto;
    padding-top: 120px;
  }

  .hero-copy {
    height: auto;
    min-height: 0;
    flex-direction: row;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    position: static;
  }

  .hero-copy.tablet {
    height: auto;
    padding-top: 0;
  }

  .hero-copy.content {
    height: auto;
    padding-top: 120px;
  }

  .navbar-spacer {
    flex-direction: row;
  }

  .image-18 {
    width: 100vw;
  }

  .paragraph-3 {
    padding-top: 100px;
  }

  .challenges-hero {
    width: 100vw;
    display: none;
  }

  .challenges-hero-1920 {
    width: 100vw;
    display: block;
  }

  .footer1-challenges {
    height: auto;
    min-height: 0;
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0%;
    position: static;
  }

  .footer1-challenges.tablet {
    height: auto;
    padding-top: 0;
  }

  .footer1-challenges.content {
    height: auto;
    padding-top: 120px;
  }

  .hero-imprint {
    height: auto;
    min-height: 0;
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 100px;
    position: static;
  }

  .hero-imprint.tablet {
    height: auto;
    padding-top: 0;
  }

  .hero-imprint.content {
    height: auto;
    padding-top: 120px;
  }

  .subtitle {
    font-size: 16px;
  }

  .steps-sticky-card {
    width: auto;
    max-width: none;
    min-width: 0;
  }

  .steps-icon {
    width: 70px;
  }

  .body-display-2 {
    font-size: 24px;
  }

  .body-display-2.large {
    color: var(--midnight-blue);
    font-size: 24px;
  }

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

  .content_wrap_02 {
    background-position: 50% 0;
    justify-content: center;
    position: relative;
    top: -1px;
  }

  .container_flex {
    max-width: none;
  }

  .heading-8, .heading-9 {
    font-size: 32px;
  }

  .heading-10 {
    font-size: 32px;
    line-height: 36px;
  }

  .heading-11, .heading-12, .heading-13 {
    font-size: 32px;
  }

  .button-next {
    width: 60px;
    height: 60px;
    padding: 20px 30px;
    font-size: 24px;
  }

  .footermobile, .footerdesktop {
    background-position: 50% 0;
    justify-content: center;
    position: relative;
    top: -1px;
  }

  .bluesection-desktop {
    max-height: 1px;
    background-image: linear-gradient(#3991ea, #3992ea 100%, #fff);
    padding-bottom: 30px;
    position: relative;
  }

  .bluesection-mobile {
    max-height: 1px;
    background-image: linear-gradient(#3991ea, #3992ea 100%, #fff);
    padding-bottom: 30px;
    position: absolute;
  }

  .steps-sticky-card-q2 {
    width: auto;
    max-width: none;
    min-width: 0;
  }

  .question-1 {
    font-size: 24px;
  }

  .question-1.large {
    color: var(--midnight-blue);
    font-size: 24px;
  }

  .question-2 {
    font-size: 24px;
  }

  .question-2.large {
    color: var(--midnight-blue);
    font-size: 24px;
  }

  .hero-challenges-mobile {
    height: auto;
    min-height: 0;
    flex-direction: row;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
    position: static;
  }

  .hero-copy-challenges {
    margin-bottom: 0;
  }

  .blue-hero-section {
    background-image: linear-gradient(#8dd0f3, #8bcff3);
    padding-bottom: 140px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .hero-challenges-wave {
    width: 100vw;
    margin-top: 60px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .title-challenges-section {
    margin-bottom: 0;
    padding-left: 5%;
    padding-right: 3%;
    font-size: 540%;
    line-height: 1.1;
  }

  .hero-challenges-desktop {
    height: auto;
    min-height: 30vh;
    background-image: none;
    flex-direction: row;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 0;
    position: static;
  }

  .challenges-body-section-desktop {
    padding-top: 0%;
    padding-bottom: 300px;
  }

  .challenges-copy {
    font-size: 24px;
    line-height: 35px;
  }

  .image-23.mobile {
    display: block;
  }

  .paragraph-4.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 32px;
    line-height: 35px;
  }

  .div-block-40 {
    width: auto;
    max-width: none;
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 0;
    grid-auto-columns: .25fr;
    align-content: space-between;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    justify-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
  }

  .div-block-41.mobile {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .text-field-3 {
    height: 160px;
  }

  .designedby-2 {
    text-align: right;
    align-self: flex-end;
    font-size: 20px;
  }

  .button-4 {
    width: 200px;
    height: 70px;
    min-height: 60px;
    padding: 20px 60px;
    font-size: 28px;
  }

  .button-4.try-coordinator {
    height: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-link-2 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-42 {
    margin-bottom: 8vh;
  }

  .footer-title-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .footer-desktop-challenges {
    background-position: 50% 0;
    justify-content: center;
    position: relative;
    top: -1px;
  }

  .copyrights-2 {
    text-align: right;
    font-size: 20px;
  }

  .div-block-43 {
    justify-content: space-between;
  }

  .image-24.mobile {
    display: block;
  }

  .paragraph-5.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 32px;
    line-height: 35px;
  }

  .div-block-44 {
    width: auto;
    max-width: none;
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 0;
    grid-auto-columns: .25fr;
    align-content: space-between;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    justify-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
    position: relative;
    left: 0;
    right: 0;
  }

  .div-block-45.mobile {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .text-field-4 {
    height: 160px;
  }

  .footer-mobile-challenges {
    background-position: 50% 0;
    justify-content: center;
    position: relative;
    top: -1px;
  }

  .button-5 {
    width: 200px;
    height: 70px;
    min-height: 60px;
    padding: 20px 60px;
    font-size: 28px;
  }

  .button-5.try-coordinator {
    height: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-link-3 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-46 {
    margin-bottom: 8vh;
  }

  .div-block-47 {
    justify-content: space-between;
  }
}

@media screen and (max-width: 991px) {
  .navigation-side-plain {
    align-items: center;
    display: flex;
  }

  .navigation-container-full {
    min-height: auto;
    position: relative;
  }

  .nav-menu {
    height: auto;
    background-color: #fff;
  }

  .brand {
    margin-right: 16px;
    padding: 0;
  }

  .nav-link {
    width: 100%;
  }

  .menu-button-green {
    color: #001a49;
    border: 1px solid rgba(159, 6, 255, .07);
    border-radius: 100px;
  }

  .menu-button-green.w--open {
    background-color: #9f06ff;
    border-color: #9f06ff;
  }

  .hero {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero.tablet {
    margin-top: 40px;
    padding-top: 60px;
  }

  .hero.content {
    padding-top: 100px;
  }

  .hero.content.tablet {
    margin-top: 0;
    padding-top: 40px;
  }

  .container {
    justify-content: flex-start;
    display: flex;
  }

  .container.securely-manage {
    flex-direction: column;
  }

  .container.tablet {
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 22px;
  }

  .container.left-list {
    flex-direction: column;
  }

  .container.mobile {
    flex-direction: column;
    padding-top: 0;
  }

  .container.list-left-template, .container.right-list-template, .container.wave-info-template-mobile {
    flex-direction: column;
  }

  .container.mobile-template {
    flex-direction: column;
    padding-top: 0;
  }

  .container.list-mobile {
    flex-direction: column;
  }

  .bg-shape-80 {
    width: 100%;
    max-width: 90%;
    border-top-right-radius: 90px;
  }

  .hero-grid {
    grid-row-gap: 55px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .hero-grid.tablet {
    grid-template-columns: 1fr;
    grid-auto-columns: .75fr;
    margin-top: 100px;
  }

  .heading {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
  }

  .bg-shape-40 {
    display: none;
  }

  .button {
    width: 170px;
    min-height: 40px;
    background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
    color: #fff;
    align-items: center;
    margin-top: 15px;
  }

  .button.language {
    width: 44px;
    height: 44px;
    flex-flow: row;
    flex: 0 auto;
    align-self: auto;
    margin-right: 20px;
    padding-left: 22px;
    padding-right: 22px;
    display: flex;
    position: relative;
  }

/*  .button.try-coordinator {
    width: 200px;
    height: 40px;
    font-size: 18px;
    margin-top: 27px;
    padding-left: 43px;
    margin-right: 120px;

  }*/

  .hero-content {
    padding-left: 0;
  }

  .hero-paragraph {
    width: 50%;
    font-size: 16px;
  }

  .hero-paragraph.tablet {
    width: 100%;
    margin-bottom: 0;
    line-height: 25px;
  }

  .side-pattern {
    left: -20%;
  }

  .data-management-wrap {
    justify-content: space-between;
    margin-bottom: 0;
  }

  .data-management-block {
    flex: 0 auto;
    padding: 16px;
  }

  .icon-circle {
    align-self: center;
    margin-right: 0;
  }

  .icon-circle.tablet {
    justify-content: center;
    align-self: center;
    margin-right: 0;
    display: block;
  }

  .data-block-wrap {
    align-items: center;
    display: flex;
  }

  .data-grid {
    flex-direction: column;
    align-items: center;
  }

  .functionality-grid.makes-it-easy-section.tablet {
    flex: 0 auto;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    justify-items: stretch;
  }

  .functionality-grid.securely-manage {
    grid-template-columns: 1fr 1.25fr;
  }

  .functionality-grid.everything-everywhere.mobile {
    grid-template-columns: 1fr 1.25fr;
    padding-top: 30px;
  }

  .functionality-grid.right-liste-template.mobile {
    grid-template-columns: 1fr 1.25fr;
  }

  .testimonial-section {
    height: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: static;
  }

  .slider {
    height: auto;
  }

  .arrow-right {
    right: -10px;
  }

  .arrow-left {
    left: -10px;
  }

  .icon-coordinator.coordinator {
    margin-top: -185px;
  }

  .icon-coordinator.coordinator.largescreen {
    margin-top: -380px;
  }

  .standard-paragraph {
    padding-left: 70px;
    padding-right: 70px;
  }

  .testimonial-wrapper {
    margin-bottom: 30px;
    overflow: visible;
  }

  .makes-it-easy-content.tablet {
    grid-row-gap: 20px;
  }

  .footer {
    height: 90vh;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: 80% 24%;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: end;
    justify-content: space-between;
    align-items: start;
    display: grid;
  }

  .footer-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .title.data-management-section {
    margin-top: 0;
    font-size: 32px;
  }

  .title.makes-it-easy-section {
    padding-bottom: 0;
    font-size: 32px;
  }

  .title.light-heavy-title {
    margin-top: 0;
    font-size: 32px;
  }

  .title.title-left {
    padding-bottom: 0;
    font-size: 32px;
  }

  .title.testimonials {
    margin-right: 50px;
    font-size: 32px;
  }

  .title.tablet {
    font-size: 32px;
  }

  .background {
    height: auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .background.tablet {
    height: 90%;
    max-width: none;
  }

  .background.mobile.vertical {
    max-width: 120%;
  }

  .light-title {
    font-size: 32px;
  }

  .light-title.subtitle {
    padding-top: 0;
    font-size: 32px;
  }

  .light-title.footer {
    flex: 0 auto;
  }

  .light-title.testimonials {
    font-size: 46px;
  }

  .light-title.testimonials.mobile, .light-title.datamanagement.mobile {
    font-size: 32px;
  }

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

  .list-item {
    padding-bottom: 0;
    font-size: 14px;
  }

  .list-item-2, .list-item-2.top {
    font-size: 14px;
  }

  .ipad-cards-image {
    max-width: 100%;
    display: inline-block;
  }

  .makes-it-easy-subtitle {
    align-self: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph-2.data-stored-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph-2.footer {
    flex: 0 auto;
    justify-items: start;
    display: block;
  }

  .number-list {
    font-size: 46px;
  }

  .data-functionality-section {
    padding-top: 0;
  }

  .data-functionality-section.tablet {
    margin-top: -196px;
  }

  .data-stored-section {
    height: auto;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .data-stored-content {
    justify-content: flex-start;
  }

  .server {
    width: 80%;
    height: auto;
    display: block;
  }

  .testimonials-subtitle {
    margin-right: 50px;
  }

  .testimonials-subtitle.second {
    margin-bottom: 20px;
    margin-right: 0;
    padding-top: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .testimonials-subtitle.new {
    margin-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-portrait-wrapper {
    grid-template-rows: auto auto;
  }

  .grid-wrapper {
    width: auto;
    grid-template-columns: minmax(2vw, 1fr) minmax(auto, 1450px) minmax(2vw, 1fr);
    padding-left: 16px;
    padding-right: 16px;
  }

  .scroll-animation-block {
    display: block;
  }

  .stacked-description {
    align-content: stretch;
    display: block;
  }

  .hero-link.mobile {
    justify-content: center;
  }

  .side-bubbles {
    color: #22282c;
    grid-template-columns: 1fr 1fr;
  }

  .hero-left {
    height: auto;
    margin-top: 0;
    position: -webkit-sticky;
    position: sticky;
    bottom: auto;
  }

  .hero-portrait {
    width: 40vw;
    height: 70vh;
    margin-right: 20px;
    padding: 14px;
  }

  .testimonials-section {
    margin-bottom: auto;
  }

  .image-5, .image-5.mobile {
    width: 100%;
  }

  .copyrights {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-2.mobile {
    padding-bottom: 10px;
  }

  .coordinator-logo-ico {
    width: 12vw;
    top: 2%;
    left: -118%;
  }

  .title-footer {
    font-size: 32px;
    line-height: 43px;
  }

  .footer-button {
    justify-content: stretch;
    align-items: center;
    justify-items: center;
    top: 0;
  }

  .text-field-2 {
    margin-bottom: 20px;
  }

  .contact {
    top: 36px;
  }

  .footer-container {
    top: 0;
  }

  .client-1 {
    width: 70px;
  }

  .text-block-3._1440-sb-r {
    min-height: 170px;
    padding-left: 90px;
    padding-right: 20px;
  }

  .div-block-4 {
    align-content: stretch;
  }

  .client-2 {
    width: 70px;
  }

  .section {
    z-index: 99;
    height: 90vh;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .text-block-3-l {
    padding-left: 90px;
  }

  .answer-l-2 {
    top: 700px;
  }

  .client-3 {
    width: 70px;
  }

  .sb-qs, .sb-ls, .sb-rs {
    opacity: .5;
  }

  .card-section.tablet {
    margin-top: -100px;
  }

  .cards-wrapper {
    justify-content: space-between;
  }

  .card {
    flex: 0 auto;
    padding: 16px;
  }

  .contact-content {
    align-self: auto;
  }

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

  .backgroundcover {
    display: none;
    top: 0%;
  }

  .footerbg {
    background-position: 50% 100%;
    background-size: 130%;
    display: flex;
  }

  .form {
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .backgroundcover-tablet {
    background-image: url('../images/Web-992.svg');
    display: none;
    top: 0%;
  }

  .coordinator-makes-it-easy-section-tablet {
    padding-top: 30px;
  }

  .footerbg-mobile {
    display: none;
  }

  .left-navbar {
    width: 100%;
  }

  .menu {
    align-items: flex-end;
    top: 131px;
    right: 45px;
  }

  .sub-menu {
    width: 100%;
    text-align: right;
    align-self: flex-end;
  }

  .submenu-trigger {
    align-self: flex-end;
  }

  .menu-title {
    font-size: 14px;
  }

  .footerbg-1280 {
    background-position: 50% 100%;
    background-size: 130%;
    display: none;
  }

  .databg-1280 {
    margin-top: 0;
    margin-bottom: 100px;
    padding-top: 30px;
  }

  .footerbg-990 {
    background-position: 50% 100%;
    background-size: 130%;
    display: flex;
  }

  .footerbg990 {
    width: 115vw;
    height: auto;
    margin-top: auto;
    padding-top: 0;
    display: none;
    top: 0%;
  }

  .cell {
    justify-content: flex-start;
    padding-top: 0;
  }

  .quick-stack {
    grid-row-gap: 10px;
  }

  .quick-stack-2 {
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 3%;
    right: 3%;
  }

  .databg-990 {
    background-position: 50%;
    background-size: 100%;
    display: block;
  }

  .quick-stack-3 {
    height: auto;
    grid-column-gap: 9px;
    grid-row-gap: 0px;
    margin-top: -70px;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .cell-2 {
    justify-content: flex-start;
  }

  .cell-3 {
    justify-content: center;
    display: block;
  }

  .cell-4 {
    justify-content: flex-start;
  }

  .cell-5 {
    justify-content: flex-end;
  }

  .cell-6 {
    justify-content: flex-end;
    padding-bottom: 20px;
    display: block;
  }

  .quick-stack-4.tablet {
    padding-bottom: 50px;
  }

  .bg-mobile {
    background-image: url('../images/Web-992.svg');
    display: block;
    top: 0%;
  }

  .footerbg1920 {
    width: 145%;
    display: none;
    top: 0%;
  }

  .cell-8 {
    justify-content: center;
  }

  .cell-9 {
    justify-content: flex-start;
  }

  .footerbg-tablet {
    width: auto;
    height: auto;
    background-image: url('../images/FooterMobileBG.svg');
    background-size: auto;
    margin-top: -50px;
    padding-top: 0;
    display: block;
    top: 0%;
  }

  .footerbg1280 {
    width: 115vw;
    height: auto;
    margin-top: auto;
    padding-top: 0;
    display: none;
    top: 0%;
  }

  .hero-copy {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-copy.tablet {
    margin-top: 40px;
    padding-top: 60px;
  }

  .hero-copy.content {
    padding-top: 100px;
  }

  .hero-copy.content.tablet {
    margin-top: 0;
    padding-top: 40px;
  }

  .hero-template {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-template.tablet {
    margin-top: 40px;
    padding-top: 60px;
  }

  .hero-template.content {
    padding-top: 100px;
  }

  .hero-template.content.tablet {
    margin-top: 0;
    padding-top: 40px;
  }

  .hero-image-template, .hero-image-template.tablet, .hero-image-template.hero-image {
    max-width: 100%;
  }

  .backgroundcover-template {
    display: none;
    top: 0%;
  }

  .backgroundcover-template-tablet {
    background-image: url('../images/Web-992.svg');
    display: block;
    top: 0%;
  }

  .data-functionality-section-template.tablet {
    margin-top: -196px;
  }

  .container-template {
    justify-content: flex-start;
    display: flex;
  }

  .container-template.securely-manage {
    flex-direction: column;
  }

  .container-template.tablet {
    flex-direction: column;
    padding-top: 0;
  }

  .container-template.left-list {
    flex-direction: column;
  }

  .container-template.mobile {
    flex-direction: column;
    padding-top: 0;
  }

  ._3cards-template.tablet {
    margin-top: -196px;
  }

  ._3-cards-template {
    justify-content: space-between;
  }

  .data-management-block-template {
    flex: 0 auto;
    padding: 16px;
  }

  .data-functionality-section-copy.tablet, .section-template.tablet {
    margin-top: -196px;
  }

  .wave-info-template {
    height: 70vh;
    justify-content: flex-end;
    margin-bottom: 0;
    padding-top: 0;
  }

  .quick-stack-3-template {
    height: 70vh;
    grid-column-gap: 9px;
  }

  .databg-990-template {
    background-position: 50%;
    background-size: 100%;
    display: block;
  }

  .paragraph-template {
    justify-content: flex-start;
  }

  .hero-template--content {
    padding-left: 0;
  }

  .bg-mobile-template, .backgroundcover-tablet-template {
    background-image: url('../images/Web-992.svg');
    display: block;
    top: 0%;
  }

  .hero-image-mobile-template, .hero-image-mobile-template.tablet, .hero-image-mobile-template.hero-image {
    max-width: 100%;
  }

  ._3-cards-template-mobile {
    justify-content: space-between;
  }

  .card-template-mobile {
    flex: 0 auto;
    padding: 16px;
  }

  .wave-info-image-mobile {
    height: 60%;
  }

  .tabletbg {
    display: block;
  }

  .image-14 {
    display: none;
  }

  .footerbackground {
    z-index: 2;
  }

  .tabletbg-copy {
    display: block;
  }

  .tabletfooterbg {
    display: none;
  }

  .desktopfooterbg {
    max-width: 100%;
    display: block;
    position: static;
  }

  .footerbgmobileimage {
    max-width: none;
  }

  .designedby {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tabletfootersection {
    height: 100vh;
    justify-content: flex-end;
  }

  .cell-11 {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .tabletfooterbg-copy {
    display: none;
  }

  .footer1 {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer1.tablet {
    margin-top: 40px;
    padding-top: 60px;
  }

  .footer1.content {
    padding-top: 100px;
  }

  .footer1.content.tablet {
    margin-top: 0;
    padding-top: 40px;
  }

  .footer1bgtablet {
    display: block;
  }

  .footer1bgdesktop {
    display: none;
  }

  .footer1copy.tablet {
    padding-bottom: 50px;
  }

  .div-block-30 {
    align-items: stretch;
    display: block;
  }

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

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

  .footer1bg1280 {
    display: none;
  }

  .div-block-34 {
    margin-bottom: 5vh;
  }

  .div-block-35 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 10px;
    display: grid;
  }

  .footer1bg768 {
    width: auto;
    min-width: 100vw;
    display: none;
    position: relative;
  }

  .footerbgmobile2 {
    display: none;
  }

  .div-block-34-mobile {
    margin-bottom: 5vh;
  }

  .div-block-35-mobile {
    margin-bottom: 10px;
  }

  .div-block-2-mobile.mobile {
    padding-bottom: 10px;
  }

  .image-16 {
    padding-top: 0;
  }

  .section-2 {
    height: auto;
    margin-bottom: 0;
    padding-top: 30px;
    display: none;
  }

  .div-block-36 {
    justify-content: flex-end;
  }

  .hero-challenges {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .hero-challenges.tablet {
    margin-top: 40px;
    padding-top: 60px;
  }

  .hero-challenges.content {
    padding-top: 100px;
  }

  .hero-challenges.content.tablet {
    margin-top: 0;
    padding-top: 40px;
  }

  .hero-copy {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-copy.tablet {
    margin-top: 40px;
    padding-top: 60px;
  }

  .hero-copy.content {
    padding-top: 100px;
  }

  .hero-copy.content.tablet {
    margin-top: 0;
    padding-top: 40px;
  }

  .heading-6.white {
    margin-top: 50px;
    font-size: 42px;
    line-height: 50px;
  }

  .div-block-39 {
    margin-top: 50px;
    margin-bottom: 200px;
  }

  .challenges-hero {
    width: 200%;
    margin-top: 0;
    display: block;
  }

  .footer1-challenges {
    height: auto;
    justify-content: flex-start;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .footer1-challenges.tablet {
    margin-top: 40px;
    padding-top: 60px;
  }

  .footer1-challenges.content {
    padding-top: 100px;
  }

  .footer1-challenges.content.tablet {
    margin-top: 0;
    padding-top: 40px;
  }

  .hero-imprint {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-imprint.tablet {
    margin-top: 40px;
    padding-top: 60px;
  }

  .hero-imprint.content {
    padding-top: 100px;
  }

  .hero-imprint.content.tablet {
    margin-top: 0;
    padding-top: 40px;
  }

  .image-20 {
    display: none;
  }

  .answers-1 {
    grid-row-gap: 48px;
    display: block;
  }

  .steps-grid {
    grid-row-gap: 60px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .steps-content {
    grid-template-rows: auto 1fr;
  }

  .testimonial-questions {
    grid-template-columns: minmax(65px, 1fr) minmax(auto, 1400px) minmax(65px, 1fr);
  }

  .steps-sticky-card {
    grid-template-columns: 1fr;
    display: none;
    position: relative;
    top: auto;
    overflow: visible;
  }

  .steps-sticky-card.mobile {
    max-width: none;
    grid-column-gap: 33px;
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 40px;
    grid-auto-columns: 1fr;
    padding-top: 36px;
    display: grid;
  }

  .how-to-image {
    min-height: 120px;
    margin-bottom: 10px;
  }

  .steps-cards {
    grid-template-rows: auto auto auto;
  }

  .steps-intro {
    grid-template-rows: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .body-display-2 {
    font-size: 16px;
  }

  .body-display-2.large {
    padding-top: 29px;
    font-size: 16px;
    line-height: 1.4em;
  }

  .body-display-2.large.nextquestion {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-right: 0;
    display: block;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .steps-description {
    margin-top: 0;
  }

  .steps-sticky-card-2 {
    grid-template-columns: 1fr;
    position: relative;
    top: auto;
  }

  .section-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section_02 {
    padding: 60px 5% 160px;
    position: static;
  }

  .content-right-co2, .content-left-co2 {
    width: 100%;
  }

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

  .content_wrap_02 {
    background-position: 50% 0;
    padding-top: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .container_flex {
    flex-direction: column;
  }

  .heading-7 {
    font-size: 24px;
  }

  .heading-8, .heading-9, .heading-11, .heading-12, .heading-13 {
    margin-top: 10px;
  }

  .button-next {
    width: 30px;
    height: 30px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section_02-mobile {
    padding: 60px 5% 160px;
    position: static;
  }

  .footermobile, .footerdesktop {
    background-position: 50% 0;
    padding-top: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .section_02-mobile-copy {
    padding: 60px 5% 160px;
    position: static;
  }

  .testimonials-mobile {
    padding: 60px 5% 160px;
    display: block;
    position: static;
  }

  .testimonials-desktop {
    padding: 60px 5% 160px;
    display: none;
    position: static;
  }

  .bluesection-desktop {
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .steps-sticky-card-q2 {
    grid-template-columns: 1fr;
    display: none;
    position: relative;
    top: auto;
    overflow: visible;
  }

  .steps-sticky-card-q2.mobile {
    max-width: none;
    grid-column-gap: 33px;
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 40px;
    grid-auto-columns: 1fr;
    padding-top: 36px;
    display: grid;
  }

  .question-1 {
    font-size: 16px;
  }

  .question-1.large {
    padding-top: 29px;
    font-size: 16px;
    line-height: 1.4em;
  }

  .question-1.large.nextquestion {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-right: 0;
    display: block;
  }

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

  .question-2.large {
    padding-top: 29px;
    font-size: 16px;
    line-height: 1.4em;
  }

  .question-2.large.nextquestion {
    text-align: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-right: 0;
    display: block;
  }

  .answers-2 {
    grid-row-gap: 48px;
    display: none;
  }

  .hero-challenges-mobile {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .title-challenges-section {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-left: 3%;
  padding-right: 3%;
  font-family: Catamaran, sans-serif;
  font-weight:600; 
  font-size: 300%;
  line-height: 1.15;
  position: relative;
  }

  .hero-challenges-desktop {
    height: auto;
    padding-top: 0;
  }

  .challenges-body-section-desktop {
    padding: 60px 5% 160px;
    display: none;
    position: static;
  }

  .challenges-copy {
    margin-right: 0;
    padding-top: 0%;
  }

  .challenges-body-section-mobile {
    padding: 60px 5% 160px;
    display: block;
    position: static;
  }

  .image-23, .image-23.mobile {
    width: 100%;
  }

  .paragraph-4.footer {
    flex: 0 auto;
    justify-items: start;
    display: block;
  }

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

  .div-block-41.mobile {
    padding-bottom: 10px;
  }

  .text-field-3 {
    margin-bottom: 20px;
  }

  .designedby-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-4 {
    width: 120px;
    min-height: 40px;
    color: #fff;
    background-image: linear-gradient(#0b4693, #0b4693);
    align-items: center;
    margin-top: 15px;
  }

  .button-4.try-coordinator {
    width: 25vw;
    height: 40px;
    font-size: 18px;
  }

  .div-block-42 {
    margin-bottom: 5vh;
  }

  .footer-desktop-challenges {
    background-position: 50% 0;
    padding-top: 0;
    padding-left: 3%;
    padding-right: 3%;
    display: none;
  }

  .copyrights-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-43 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 10px;
    display: grid;
  }

  .image-24, .image-24.mobile {
    width: 100%;
  }

  .paragraph-5.footer {
    flex: 0 auto;
    justify-items: start;
    display: block;
  }

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

  .div-block-45.mobile {
    padding-bottom: 10px;
  }

  .text-field-4 {
    margin-bottom: 20px;
  }

  .footer-mobile-challenges {
    background-position: 50% 0;
    padding-top: 0;
    padding-left: 3%;
    padding-right: 3%;
    display: block;
  }

  .button-5 {
    width: 120px;
    min-height: 40px;
    color: #fff;
    background-image: linear-gradient(#0b4693, #0b4693);
    align-items: center;
    margin-top: 15px;
  }

  .button-5.try-coordinator {
    width: 25vw;
    height: 40px;
    font-size: 18px;
  }

  .div-block-46 {
    margin-bottom: 5vh;
  }

  .div-block-47 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 10px;
    display: grid;
  }
}

@media screen and (max-width: 767px) {
  .navigation-side-plain {
    width: 100%;
    justify-content: space-between;
    display: none;
  }

  .navigation-container-full {
    display: block;
  }
.main-page-nav {
    padding-top: 0px !important;
    height: 10% !important;
}
.logo {
    width: auto;
    height: 6rem;
    padding-bottom: 1px;
    cursor: pointer;
    object-fit: contain;
}
.navbar-shadow {
    z-index: 1;
    width: 100%;
    height: 14%;
    max-width: 100%;
    flex: 0 auto;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}
  .brand.w--current {
    position: relative;
  }

  .navigation {
    display: block;
  }

  .navigation-button-wrap {
    display: none;
  }

  .hero {
    height: auto;
    flex-direction: row;
    padding-bottom: 0;
    display: none;
        margin-top: 10%;
 
  }

  .hero.mobile {
    flex-direction: row;
    display: block;
  }

  .hero.content {
    padding-top: 84px;
  }

  .container {
    flex-direction: row;
  }

  .container.securely-manage {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 4vh;
    padding-left: 3%;
    padding-right: 3%;
    display: block;
  }

  .container.tablet {
    padding-top: 10px;
  }

  .container.mobile {
    padding-top: 139px;
  }

  .container.list-left-template, .container.right-list-template, .container.wave-info-template-mobile {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .container.mobile-template {
    padding-top: 139px;
  }

  .container.list-mobile {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .hero-grid.tablet {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    margin-top: 150px;
    margin-bottom: 100px;
  }

  .hero-grid.mobile {
    flex-direction: row;
    grid-auto-columns: .75fr;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 20px;
    display: flex;
  }

  .hero-grid.mobile.vertical {
    grid-column-gap: 16px;
    grid-row-gap: 55px;
    flex-direction: row;
    grid-template-rows: minmax(500px, .75fr) 0;
    grid-template-columns: 1fr;
    grid-auto-columns: .75fr;
    justify-content: stretch;
    padding-top: 0;
    display: grid;
  }

  .heading {
    width: 100%;
    margin-top: 100px;
    font-size: 30px;
    line-height: 35px;
  }

  .button {
    background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
    color: #fff;
    cursor: pointer;
  }

/*  .button.try-coordinator {
    width: 100%;
    height: 50px;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    position: relative;
  }*/

  .hero-content {
    z-index: 99;
    width: 100%;
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
    display: grid;
    position: relative;
  }

  .avatar-wrap {
    flex-wrap: wrap;
  }

  .hero-paragraph.tablet {
    width: 100%;
    line-height: 24px;
  }

  .side-pattern {
    left: -35%;
  }

  .side-pattern.left {
    bottom: -3%;
  }

  .side-pattern.right.mobile {
    top: 50%;
  }

  .data-block {
    height: auto;
    flex-flow: column wrap;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .data-management-wrap {
    flex-direction: column;
  }

  .data-management-block {
    width: 100%;
    padding: 38px 44px;
  }

  .icon-circle {
    align-self: auto;
    display: block;
  }

  .data-block-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .data-grid {
    text-align: left;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    justify-content: center;
    display: flex;
  }

  .icon {
    align-self: auto;
  }

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

  .functionality-grid.securely-manage.mobile {
    grid-template-columns: .75fr .75fr;
    padding-top: 0;
  }

  .functionality-grid.everything-everywhere.mobile, .functionality-grid.right-liste-template.mobile {
    padding-top: 0;
  }

  .testimonial-section {
    height: 100%;
    display: none;
  }

  .slider.mobile {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .arrow-right {
    margin-top: 100px;
    margin-bottom: auto;
  }

  .arrow-left {
    align-items: stretch;
    margin-top: 140px;
    margin-bottom: auto;
    display: flex;
  }

  .icon-coordinator.coordinator.largescreen {
    margin-top: -40px;
    margin-left: -50px;
  }

  .icon-coordinator.mobile {
    height: auto;
    align-self: flex-start;
    margin-top: 30px;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 47px;
    padding-right: 0;
    display: block;
  }

  .coordinator-question {
    max-width: none;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, 100%);
    justify-content: stretch;
    margin-top: 100px;
    padding-top: 0;
    padding-left: 60px;
    padding-right: 60px;
    display: block;
  }

  .coordinator-question.mobile {
    max-width: 8%;
    flex: 0 auto;
    grid-template-columns: 1fr;
    align-self: center;
    margin-top: -100px;
    padding-top: 0;
    display: block;
    position: relative;
  }

  .questions {
    padding: 90px 50px;
  }

  .questions.mobile {
    width: auto;
    height: auto;
    min-height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 60px 0 0;
    display: flex;
    position: relative;
  }

  .standard-paragraph {
    width: auto;
    max-width: none;
    min-height: 100px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 90px;
    padding-right: 30px;
    font-weight: 300;
  }

  .standard-paragraph.mobile {
    margin-left: 0;
    padding-left: 60px;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mask.mobile {
    width: auto;
    height: auto;
    margin-top: 40px;
    margin-bottom: 0;
    position: relative;
  }

  .slide.mobile {
    font-family: Catamaran, sans-serif;
    position: relative;
    overflow: visible;
  }

  .testimonial-wrapper {
    display: none;
  }

  .footer.mobile {
    height: auto;
    background-image: url('../images/FooterMobileBG.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 0%;
    margin-bottom: 0;
    padding: 72px 5% 0;
    display: block;
    position: static;
  }

  .faq-question-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-grid.mobile {
    grid-column-gap: 10px;
    grid-template-columns: auto;
    grid-auto-columns: auto;
  }

  .footer-column {
    margin-top: 10px;
  }

  .footer-column.copyright {
    display: flex;
  }

  .footer-title {
    font-weight: 600;
  }

  .title {
    font-size: 32px;
  }

  .title.data-management-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .title.makes-it-easy-section {
    font-size: 24px;
  }

  .title.light-heavy-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .title.testimonials {
    margin-right: 0;
    font-size: 24px;
  }

  .title.testimonials.mobile {
    margin-right: 0;
  }

  .title.tablet {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    font-size: 24px;
    line-height: 24px;
    display: flex;
  }

  .background {
    width: auto;
    height: auto;
  }

  .background.mobile {
    height: 80%;
    max-width: none;
    align-self: auto;
  }

  .background.mobile.vertical {
    height: 70%;
    max-width: none;
  }

  .image-hero {
    width: 50%;
  }

  .image-hero.mobile {
    width: 120%;
  }

  .light-title {
    margin-left: 3%;
    padding-left: 0%;
    font-size: 24px;
  }

  .light-title.subtitle {
    font-size: 18px;
  }

  .light-title.footer {
    margin-left: auto;
  }

  .light-title.functionality {
    font-size: 24px;
  }

  .light-title.datastored._1920 {
    align-items: stretch;
    padding-right: 0;
  }

  .light-title.testimonials.mobile {
    font-size: 24px;
  }

  .light-title.datamanagement {
    margin-left: 0%;
    font-size: 24px;
    display: flex;
  }

  .light-title.datamanagement.mobile {
    font-size: 24px;
  }

  .light-title.mobile {
    margin-left: 0%;
    font-size: 24px;
  }

  .image-2 {
    height: 100%;
    max-width: none;
    align-self: flex-end;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .image-2.tablet {
    width: 100%;
    max-width: none;
    margin-top: -20px;
    padding-top: 0;
  }

  .image-2.mobile.vertical {
    height: 50%;
  }

  .image-2.hero-image {
    width: 50%;
    height: auto;
    max-width: none;
    margin-top: -20px;
    padding-top: 0;
  }

  .heading-2, .heading-3, .heading-4 {
    font-size: 20px;
  }

  .semibold-title {
    font-size: 24px;
  }

  .list.mobile {
    margin-bottom: 0;
  }

  .list-item {
    height: auto;
    margin-bottom: 20px;
    line-height: 22px;
  }

  .list-item.last {
    line-height: 22px;
  }

  .list-item.mobile {
    margin-bottom: 10px;
  }

  .paragraph-2.data-stored-section {
    margin-bottom: 20px;
    display: block;
  }

  .paragraph-2.footer {
    padding-top: 0;
  }

  .data-functionality-section.tablet {
    background-color: rgba(0, 0, 0, 0);
    margin-top: auto;
    padding-top: 0;
  }

  .data-stored-section {
    height: 70vh;
    margin-bottom: 45px;
    display: none;
  }

  .data-stored-section.mobile {
    height: auto;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 15px;
    padding-left: 3%;
    padding-right: 3%;
    display: block;
    position: relative;
  }

  .data-stored-content {
    align-self: auto;
    display: block;
  }

  .data-stored-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
    margin-top: 20px;
    margin-left: 0%;
    margin-right: 0%;
    display: flex;
  }

  .server {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 50%;
    align-self: flex-start;
    margin-left: -15px;
    padding-left: 0;
  }

  .bg-server.mobile {
    width: auto;
    height: 130%;
    margin-left: -30px;
    padding-left: 0;
  }

  .testimonials-subtitle.mobile {
    margin-right: 0;
  }

  .heading-5.mobile {
    text-align: left;
  }

  .hero-portrait-wrapper {
    padding-bottom: 60px;
  }

  .hero-portrait-wrapper.mobile {
    padding-bottom: 0;
  }

  .grid-wrapper {
    grid-template-columns: minmax(1vw, 1fr) minmax(auto, 1450px) minmax(1vw, 1fr);
  }

  .grid-wrapper.mobile {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 100%;
    grid-auto-columns: minmax(0, .25fr);
    grid-auto-flow: row;
    justify-content: stretch;
    justify-items: stretch;
    margin-bottom: 0;
    display: flex;
    position: relative;
  }

  .hero-link-wrapper {
    margin-top: -37px;
    margin-right: -301px;
    padding-top: 0;
    right: auto;
  }

  .stacked-description {
    margin-bottom: 25px;
  }

  .hero-link.mobile {
    width: 120px;
    height: 120px;
  }

  .side-bubbles {
    grid-template-columns: 1fr;
  }

  .side-bubbles.mobile {
    height: auto;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: repeat(auto-fit, 32vh) 15vh 15vh 26vh;
    grid-template-columns: 1fr;
    grid-auto-rows: 15vh;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0;
    display: grid;
    position: relative;
    top: 30px;
    overflow: visible;
  }

  .hero-left {
    max-width: none;
    text-align: center;
  }

  .hero-portrait {
    width: 45vw;
    height: 75vw;
  }

  .hero-portrait.mobile {
    width: 75vw;
    margin-bottom: 20px;
  }

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

  .body-display.aboutme.mobile {
    text-align: right;
  }

  .testimonials-section {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
    display: block;
  }

  .testimonials-section.mobile {
    padding-right: 0;
  }

  .image-5.mobile {
    width: 90%;
    align-self: center;
    margin-bottom: 40px;
    display: block;
  }

  .copyrights {
    font-size: 16px;
  }

  .link-block.facebook, .link-block.linkedin, .link-block.twitter, .link-block.instagram {
    width: 50px;
    height: 50px;
  }

  .div-block {
    width: auto;
    display: flex;
  }

  .div-block-2.mobile {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .coordinator-logo-ico {
    z-index: 1;
    width: 15vw;
    align-self: auto;
    position: absolute;
    top: 2%;
    bottom: 0%;
    left: auto;
    right: -2%;
  }

  .title-footer {
    font-size: 24px;
    line-height: 35px;
  }

  .bubble-copy.mobile {
    width: auto;
    background-color: #e7fcf8;
    border-radius: 5px;
    margin-top: 10px;
    padding-left: 19px;
    font-size: 14px;
    line-height: 20px;
  }

  .testimonial-round-image {
    max-width: none;
  }

  .testimonial-round-image.mobile {
    width: 50px;
    margin-top: 10px;
    position: static;
  }

  .text-span-2.mobile {
    font-size: 28px;
  }

  .footer-button {
    z-index: 3;
    width: 100%;
    justify-content: flex-start;
    align-self: auto;
    align-items: start;
    display: block;
    position: relative;
  }

  .contact {
    flex-direction: column;
    align-content: space-between;
    justify-content: flex-end;
    padding-left: 0%;
    padding-right: 0%;
    display: none;
  }

  .footer-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-left: 3%;
    margin-right: 3%;
    display: grid;
  }

  .div-block-3 {
    overflow: visible;
  }

  .client-1 {
    margin-left: 0;
  }

  .client-1.mobile {
    width: 70px;
  }

  .text-block-3._1440-sb-r {
    min-height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
  }

  .text-block-3._1440-sb-r.mobile {
    padding-left: 80px;
  }

  .div-block-4 {
    width: 100%;
    max-width: none;
    justify-content: stretch;
    justify-items: stretch;
    margin-bottom: 40px;
    padding-left: 95px;
    padding-right: 95px;
    position: relative;
    bottom: 0%;
  }

  .client-2 {
    width: 70px;
    align-self: flex-start;
    margin-left: 0;
    position: absolute;
  }

  .section {
    display: none;
  }

  .answer-r-1 {
    flex: 0 auto;
    align-self: auto;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: auto;
  }

  .answer-l-1 {
    max-height: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    margin-bottom: 0;
    display: block;
    position: relative;
    top: auto;
  }

  .answer-l-1.mobile {
    flex: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    top: auto;
  }

  .answer-r-2 {
    margin-top: 0;
    margin-bottom: 0;
    top: auto;
  }

  .text-block-3-l {
    min-height: 100px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
  }

  .text-block-3-l.mobile {
    padding-left: 80px;
  }

  .answer-l-2 {
    margin-top: 0;
    top: auto;
  }

  .client-3 {
    width: 70px;
    margin-left: 0;
  }

  .answer-r-3 {
    top: auto;
  }

  .sb-q {
    margin-left: 0;
    display: inline-block;
  }

  .sb-qs {
    opacity: .5;
    margin-left: 0;
  }

  .sb-ls, .sb-rs {
    opacity: .5;
  }

  .card-section.tablet {
    margin-top: -100px;
    padding-top: 0;
  }

  .cards-wrapper {
    flex-direction: column;
  }

  .card {
    width: 100%;
    padding: 38px 44px;
  }

  .slider-2 {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
  }

  .left-arrow {
    color: #333;
    align-items: flex-start;
    font-size: 20px;
    display: block;
  }

  .right-arrow {
    color: #333;
    font-size: 20px;
  }

  .slide-2 {
    padding-top: 170px;
  }

  .slide-nav-2 {
    display: none;
  }

  .question1 {
    padding-top: 170px;
  }

  .slidercontainer {
    padding-top: 80px;
  }

  .mask-2 {
    height: auto;
  }

  .grid {
    grid-template-rows: auto;
    display: block;
  }

  .icon-2, .icon-3 {
    margin-top: 150px;
    margin-bottom: 0;
  }

  .div-block-6 {
    width: 100%;
    height: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    padding-left: 95px;
    padding-right: 95px;
    display: grid;
    position: relative;
  }

  .form {
    margin-bottom: 40px;
  }

  .backgroundcover-tablet {
    z-index: 1;
    background-size: auto;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .coordinator-makes-it-easy-section-tablet {
    margin-bottom: 45px;
  }

  .databg-mobile {
    width: auto;
    background-image: none;
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
    display: block;
    position: static;
    overflow: hidden;
  }

  .footerbg-mobile {
    display: none;
  }

  .left-navbar {
    width: 100%;
    min-width: auto;
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    border-width: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .brand-2 {
    padding-left: 18px;
  }

  .full-menu-button {
    width: auto;
    border: 1px #000;
    border-radius: 0;
    margin-bottom: -30px;
    margin-right: 50px;
    display: block;
  }

  .menu-lottie {
    color: #fff;
  }

  .div-block-8 {
    width: 50px;
    height: auto;
    outline-offset: 0px;
    border: 2px solid #fff;
    border-bottom-style: none;
    border-radius: 1px;
    outline: 3px #555;
    align-self: flex-start;
    margin-bottom: -15px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-toggle {
    max-width: 100%;
    padding: 11px 10px;
    position: absolute;
    top: auto;
    right: 0%;
  }

  .div-block-22 {
    justify-content: flex-end;
    margin-top: 100px;
    display: flex;
  }

  .navmenu-link {
    color: #ffffff; /* was --alice-blue (#e3f5fd): ~1.5:1 on sky-blue — now white: 7.4:1 on dark-slate-blue (WCAG AAA) */
    justify-content: flex-end;
    padding-bottom: 20px;
    font-size: 32px;
    display: flex;
  }

  .navmenu-link.contattilink {
    color: #ffffff; /* was --alice-blue: insufficient contrast — white passes WCAG AAA */
    justify-content: flex-end;
    font-size: 28px;
    display: flex;
  }

  .navmenu-link.contattilink.w--current {
    font-size: 32px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .navmenu-link.sub-menu {
    font-size: 30px;
  }

  .navmenu-link.aboutlink {
    color: #ffffff; /* was --alice-blue: insufficient contrast — white passes WCAG AAA */
    justify-content: flex-end;
    font-size: 32px;
    display: flex;
  }

  .navmenu-link.aboutlink.w--current {
    font-size: 32px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  /* Generic w--current for plain .navmenu-link (e.g. Startseite on index.php) */
  .navmenu-link.w--current {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 4px;
  }

  .menu {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 15px;
    background-color: var(--dark-slate-blue);
    background-image: none; /* removed light-gradient: white text needs a consistently dark bg (WCAG AA 7.4:1) */
    text-align: right;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-end;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 27px;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .sub-menu {
    grid-row-gap: 10px;
    text-align: right;
    align-self: auto;
    align-items: flex-end;
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 12px;
  }

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

  .menu-title {
    color: rgba(255, 255, 255, 0.75); /* was --dark-slate-blue on light gradient — now soft white for secondary hierarchy */
    -webkit-text-stroke-color: transparent;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: 20px;
    display: flex;
  }

  .databg-mobile-copy, .databg-1280 {
    background-size: cover;
  }

  .databg-990 {
    width: auto;
    background-size: auto;
    display: block;
  }

  .quick-stack-3 {
    height: 70vh;
  }

  .cell-2 {
    justify-content: flex-end;
  }

  .cell-3 {
    justify-content: flex-start;
    padding-top: 60px;
  }

  .cell-4 {
    justify-content: flex-start;
  }

  .bg-mobile {
    z-index: 1;
    background-size: auto;
    display: none;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-copy {
    height: auto;
    flex-direction: row;
    padding-bottom: 0;
    display: none;
  }

  .hero-copy.mobile {
    flex-direction: row;
    display: block;
  }

  .hero-copy.content {
    padding-top: 84px;
  }

  .hero-template {
    height: auto;
    flex-direction: row;
    padding-bottom: 0;
    display: none;
  }

  .hero-template.mobile {
    flex-direction: row;
    display: block;
  }

  .hero-template.content {
    padding-top: 84px;
  }

  .hero-image-template {
    height: 100%;
    max-width: none;
    align-self: flex-end;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .hero-image-template.tablet {
    width: 100%;
    max-width: none;
    margin-top: -20px;
    padding-top: 0;
  }

  .hero-image-template.mobile.vertical {
    height: 50%;
  }

  .hero-image-template.hero-image {
    width: 50%;
    height: auto;
    max-width: none;
    margin-top: -20px;
    padding-top: 0;
  }

  .backgroundcover-template-tablet {
    z-index: 1;
    background-size: auto;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .data-functionality-section-template.tablet {
    background-color: rgba(0, 0, 0, 0);
    margin-top: auto;
    padding-top: 0;
  }

  .container-template {
    flex-direction: row;
  }

  .container-template.securely-manage {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .container-template.tablet {
    padding-top: 100px;
  }

  .container-template.mobile {
    padding-top: 139px;
  }

  ._3cards-template.tablet {
    background-color: rgba(0, 0, 0, 0);
    margin-top: auto;
    padding-top: 0;
  }

  ._3-cards-template {
    flex-direction: column;
  }

  .data-management-block-template {
    width: 100%;
    padding: 38px 44px;
  }

  .data-functionality-section-copy.tablet, .section-template.tablet {
    background-color: rgba(0, 0, 0, 0);
    margin-top: auto;
    padding-top: 0;
  }

  .wave-info-template {
    height: 70vh;
    margin-bottom: 45px;
    display: none;
  }

  .wave-info-template.mobile {
    height: auto;
    padding-top: 100px;
    display: block;
  }

  .quick-stack-3-template {
    height: 70vh;
  }

  .databg-1280-template {
    background-size: cover;
  }

  .databg-990-template {
    width: auto;
    background-size: auto;
    display: block;
  }

  .paragraph-template {
    align-self: auto;
    display: block;
  }

  .hero-template--content {
    z-index: 99;
    width: 100%;
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-right: 0;
    padding-top: 78px;
    padding-right: 0;
    display: grid;
    position: relative;
  }

  .bg-mobile-template, .backgroundcover-tablet-template {
    z-index: 1;
    background-size: auto;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-image-mobile-template {
    height: 100%;
    max-width: none;
    align-self: flex-end;
    margin-left: 0;
    padding-left: 0;
    display: block;
  }

  .hero-image-mobile-template.tablet {
    width: 100%;
    max-width: none;
    margin-top: -20px;
    padding-top: 0;
  }

  .hero-image-mobile-template.mobile.vertical {
    height: 50%;
  }

  .hero-image-mobile-template.hero-image {
    width: 50%;
    height: auto;
    max-width: none;
    margin-top: -20px;
    padding-top: 0;
  }

  .wave-info-grid-template-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    margin-top: 20px;
    display: flex;
  }

  ._3-cards-template-mobile {
    flex-direction: column;
  }

  .card-template-mobile {
    width: 100%;
    padding: 38px 44px;
  }

  .wave-info-image-mobile {
    height: 300px;
    align-self: flex-start;
  }

  .div-block-27 {
    background-image: url('../images/Web-992.svg');
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .image-13 {
    width: 100%;
    max-width: none;
    display: none;
  }

  .div-block-27-copy {
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footermobilebg {
    display: none;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .footerbgmobileimage {
    width: auto;
    height: auto;
    max-width: none;
    min-height: 0%;
    min-width: 100%;
    display: block;
    position: static;
  }

  .designedby {
    align-self: flex-start;
    font-size: 16px;
  }

  .footer1 {
    height: auto;
    flex-direction: row;
    padding-bottom: 0;
    display: none;
  }

  .footer1.mobile {
    flex-direction: row;
    display: block;
  }

  .footer1.content {
    padding-top: 84px;
  }

  .div-block-34.mobile {
    flex-direction: column;
  }

  .footerbgmobile2 {
    width: 100vw;
    max-width: none;
    min-width: 100%;
    display: none;
    position: static;
  }

  .div-block-mobile {
    height: auto;
    justify-content: space-between;
    display: flex;
  }

  .div-block-34-mobile {
    flex-direction: column;
    margin-bottom: 5vh;
    position: relative;
  }

  .div-block-35-mobile {
    flex-direction: column;
    position: relative;
  }

  .div-block-2-mobile.mobile {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .div-block-32-copy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: center;
  }

  .image-17, .datastoredbgmobile {
    width: 100vw;
    height: auto;
    max-width: none;
    min-width: 0%;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .section-2 {
    display: none;
  }

  .section-3 {
    height: auto;
    min-height: 100vh;
    margin-bottom: 140px;
    display: none;
  }

  .hero-challenges {
    height: auto;
    flex-direction: row;
    padding-bottom: 0;
    display: block;
  }

  .hero-challenges.mobile {
    flex-direction: row;
    display: block;
  }

  .hero-challenges.content {
    padding-top: 84px;
  }

  .hero-copy {
    height: auto;
    flex-direction: row;
    padding-bottom: 0;
    display: none;
  }

  .hero-copy.mobile {
    flex-direction: row;
    display: block;
  }

  .hero-copy.content {
    padding-top: 84px;
  }

  .heading-6.white {
    padding-top: 0;
  }

  .challenges-hero {
    display: block;
  }

  .footer1-challenges {
    height: auto;
    flex-direction: row;
    padding-bottom: 0;
    display: none;
  }

  .footer1-challenges.mobile {
    flex-direction: row;
    display: block;
  }

  .footer1-challenges.content {
    padding-top: 84px;
  }

  .hero-imprint {
    height: auto;
    flex-direction: row;
    padding-bottom: 0;
    display: block;
  }

  .hero-imprint.mobile {
    flex-direction: row;
    display: block;
  }

  .hero-imprint.content {
    padding-top: 84px;
  }

  .div-block-23a {
    margin-top: 0;
  }

  .answers-1 {
    grid-row-gap: 36px;
  }

  .steps-grid {
    padding-left: 0;
  }

  .testimonial-questions {
    grid-template-columns: minmax(36px, 1fr) minmax(auto, 1400px) minmax(36px, 1fr);
    position: relative;
  }

  .steps-sticky-card.mobile {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 30px;
  }

  .how-to-image {
    height: auto;
    min-height: 100px;
    justify-content: center;
  }

  .steps-circle {
    padding-left: 0;
  }

  .steps-icon {
    justify-content: center;
    display: flex;
  }

  .steps-intro {
    margin-top: auto;
  }

  .section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .steps-description {
    grid-row-gap: 5px;
  }

  .section-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section_02 {
    padding-top: 40px;
    padding-left: 7%;
    padding-right: 7%;
    display: none;
  }

  .content-left-co2 {
    margin-bottom: 55px;
    padding-right: 0;
  }

  .container-co2 {
    flex-direction: column;
  }

  .content_wrap_02 {
    display: none;
  }

  .content_wrap_02.mobile {
    display: block;
  }

  .container_flex {
    flex-direction: column;
  }

  .logo_wrap {
    flex-direction: column;
    justify-content: flex-start;
  }

  .logo-wrap-c1 {
    margin-bottom: 50px;
  }

  .heading-7 {
    font-size: 20px;
  }

  .heading-8, .heading-9 {
    font-size: 18px;
  }

  .heading-11, .heading-12, .heading-13 {
    margin-top: 10px;
    font-size: 18px;
  }

  .section_02-mobile {
    background-image: url('../images/Footer1BG900divided-06.png');
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 40px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .footermobile {
    background-image: url('../images/Footer1BG900divided-07.png');
     
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    position: relative;
    top: -2px;
  }

  .footermobile.mobile {
    display: block;
  }

  .footerdesktop {
    display: none;
  }

  .footerdesktop.mobile {
    display: block;
  }

  .section_02-mobile-copy {
    background-image: url('../images/Footer1BG900divided-06.png');
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 40px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .testimonials-mobile {
    background-image: url('../images/Footer1BG900divided-06.png');
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 40px;
    padding-left: 7%;
    padding-right: 7%;
    display: block;
    position: relative;
    top: 2px;
  }

  .testimonials-desktop {
    padding-top: 40px;
    padding-left: 7%;
    padding-right: 7%;
    display: none;
  }

  .bluesection-desktop {
    display: none;
  }

  .bluesection-mobile {
    background-image: linear-gradient(#2d88e9, #2f8aea);
    display: none;
  }

  .steps-sticky-card-q2.mobile {
    grid-template-columns: 1fr 1fr 30px;
  }

  .answers-2 {
    grid-row-gap: 36px;
  }

  .hero-challenges-mobile {
    height: auto;
    flex-direction: row;
    padding-bottom: 0;
    display: none;
  }

  .hero-copy-challenges {
    padding-top: 0;
  }

  .blue-hero-section {
    padding-top: 0;
    padding-bottom: 149px;
  }

  .hero-challenges-wave {
    margin-top: 90px;
  }

  .title-challenges-section {
     color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 13%;
  padding-left: 3%;
  padding-right: 3%;
  font-family: Catamaran, sans-serif;
  font-weight:600; 
  font-size: 2.4rem; 
  line-height: 1.2;
  position: relative;
  }

  .hero-challenges-desktop {
    height: auto;
    flex-direction: row;
    padding-bottom: 0;
    display: block;
  }

  .challenges-body-section-desktop {
    padding-top: 40px;
    padding-left: 7%;
    padding-right: 7%;
    display: none;
  }

  .challenges-copy {
    margin-right: 0; 
    padding-top: 6% !important;
  }

  .challenges-body-section-mobile {
    background-image: url('../images/Footer1BG900divided-06.png');
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 40px;
    padding-left: 7%;
    padding-right: 7%;
    display: block;
    position: relative;
    top: 2px;
  }

  .image-23.mobile {
    width: 90%;
    align-self: center;
    margin-bottom: 40px;
    display: block;
  }

  .paragraph-4.footer {
    padding-top: 0;
  }

  .div-block-41.mobile {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .designedby-2 {
    align-self: flex-start;
    font-size: 16px;
  }

  .button-4 {
    color: #fff;
    cursor: pointer;
    background-image: linear-gradient(#0b4693, #0b4693);
  }

  .button-4.try-coordinator {
    width: 100%;
    height: 50px;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    position: relative;
  }

  .footer-title-2 {
    font-weight: 600;
  }

  .footer-desktop-challenges {
    display: none;
  }

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

  .image-24.mobile {
    width: 90%;
    align-self: center;
    margin-bottom: 40px;
    display: block;
  }

  .paragraph-5.footer {
    padding-top: 0;
  }

  .div-block-45.mobile {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .footer-mobile-challenges {
    background-image: url('../images/Footer1BG900divided-07.png');
    background-size: auto 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    position: relative;
    top: -2px;
  }

  .button-5 {
    color: #fff;
    cursor: pointer;
    background-image: linear-gradient(#0b4693, #0b4693);
  }

  .button-5.try-coordinator {
    width: 100%;
    height: 50px;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    position: relative;
  }

  .div-block-46.mobile {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .navigation-container-full {
    height: auto;
    flex-direction: row;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    display: block;
  }

  .logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
      height: 82px;
      width:100%;
  }

  .brand {
    margin-right: 0;
  }

  .brand.w--current {
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 5px;
    display: block;
    position: relative;
  }

  .navigation {
    display: block;
  }

  .navigation-button-wrap, .hero {
    display: none;
  }

  .hero.mobile {
    height: auto;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-left: 5%;
    display: block;
    overflow: hidden;
  }

  .container.securely-manage {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container.mobile {
    margin-bottom: 0;
    padding-top: 0;
  }

  .container.list-left-template, .container.right-list-template, .container.wave-info-template-mobile {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container.mobile-template {
    padding-top: 0;
  }

  .container.list-mobile {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .hero-grid.mobile.vertical {
    padding-top: 0;
    display: block;
  }

  .heading {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 1.1;
  }

  .button {
    width: 100%;
    background-color: var(--dark-slate-blue);
    color: #fff;
    -webkit-text-stroke-color: #6e6f7e;
    background-image: none;
    align-self: center;
    display: flex;
  }

  .button:hover {
    color: var(--midnight-blue);
    border: 1px #0a0e3e;
    transform: translate(0, -3px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

/*  .button.try-coordinator {
    width: auto;
    height: auto;
    min-height: 60px;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    display: flex;
  }*/

  .hero-content {
    z-index: 2;
    width: auto;
    align-items: center;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .avatar-wrap {
    justify-content: flex-start;
  }

  .text-block {
    left: 0;
  }

  .hero-paragraph.tablet {
    align-self: center;
    margin-bottom: auto;
  }

  .coordinator-makes-it-easy-section {
    display: none;
  }

  .coordinator-makes-it-easy-section.mobile {
    height: 100%;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-left: 7%;
    padding-right: 7%;
    display: block;
  }

  .side-pattern.left {
    margin-bottom: 490px;
    overflow: hidden;
  }

  .side-pattern.right.mobile {
    overflow: hidden;
  }

  .data-management-wrap {
    flex-direction: column;
  }

  .data-management-block {
    width: 100%;
  }

  .functionality-grid.makes-it-easy-section.tablet {
    padding-top: 0;
  }

  .functionality-grid.everything-everywhere.mobile, .functionality-grid.right-liste-template.mobile {
    flex-direction: column;
    display: flex;
  }

  .testimonial-section {
    height: 100%;
    flex-direction: column;
    padding-top: 20px;
    padding-left: 5%;
    padding-right: 5%;
    display: none;
  }

  .securely-manage-image {
    max-width: none;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .slider {
    height: 100vh;
    justify-content: space-between;
    display: flex;
  }

  .arrow-right {
    margin-top: 135px;
  }

  .arrow-left {
    align-items: flex-start;
    margin-top: 135px;
  }

  .icon-coordinator {
    margin-bottom: 15px;
  }

  .icon-coordinator.coordinator {
    margin-top: -80px;
    margin-left: -10px;
  }

  .icon-coordinator.coordinator.largescreen {
    max-height: 90px;
  }

  .coordinator-question {
    width: 80%;
    max-width: 100%;
    flex-wrap: wrap;
    align-items: start;
    margin-left: 0;
  }

  .questions {
    z-index: 2;
    margin-top: -30px;
    padding: 0 0 38px;
  }

  .standard-paragraph {
    padding-top: 54px;
    padding-left: 25px;
  }

  .standard-paragraph.mobile {
    padding-top: 40px;
    line-height: 22px;
  }

  .mask {
    height: 100vh;
  }

  .slide {
    height: 100%;
  }

  .testimonial-wrapper {
    height: auto;
    justify-content: space-between;
    margin-top: -50px;
  }

  .make-it-easy-image {
    flex-direction: column;
    align-self: auto;
    align-items: stretch;
    margin-right: -29px;
    display: block;
  }

  .footer {
    display: none;
  }

  .footer.mobile {
    z-index: 1;
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    padding: 0 5% 16px;
    display: block;
  }

  .question-title {
    flex: 1;
  }

  .footer-column {
    text-align: left;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .footer-column.copyright {
    align-items: center;
    padding-top: 0;
  }

  .footer-title {
    margin-bottom: 12px;
    font-weight: 500;
  }

  .footer-title.product, .footer-title.company {
    margin-bottom: 10px;
  }

  .footer-link {
    font-weight: 300;
  }

  .title {
    font-size: 24px;
  }

  .title.data-management-section {
    justify-content: flex-start;
    margin-top: auto;
    font-size: 24px;
  }

  .title.data-management-section.mobile {
    font-size: 24px;
    line-height: 30px;
  }

  .title.makes-it-easy-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
    display: flex;
  }

  .title.light-heavy-title {
    margin-top: 40px;
    font-size: 24px;
  }

  .title.title-left {
    font-size: 24px;
  }

  .title.testimonials {
    text-align: left;
    justify-content: flex-start;
  }

  .title.testimonials.mobile {
    font-size: 30px;
  }

  .background.mobile {
    max-width: none;
  }

  .background.mobile.vertical {
    height: 120vh;
    max-width: none;
  }

  .image-hero.mobile {
    overflow: visible;
  }

  .light-title {
    margin-top: 0;
    padding-left: 0%;
    font-size: 24px;
  }

  .light-title.subtitle {
    margin-left: 0%;
    padding-top: 10px;
    padding-left: 0%;
    font-size: 20px;
  }

  .light-title.footer {
    margin-left: 0%;
    padding-right: 0;
  }

  .light-title.testimonials {
    margin-left: 0%;
    padding-left: 0%;
  }

  .light-title.testimonials.mobile {
    padding-right: 10px;
  }

  .light-title.mobile {
    text-align: left;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-left: 0%;
    padding-right: 10px;
    font-size: 24px;
    line-height: 30px;
  }

  .light-title.data-management.mobile {
    padding-left: 0%;
    font-size: 24px;
  }

  .image-2 {
    width: 100%;
    height: auto;
    max-width: none;
    align-self: flex-start;
    margin-top: auto;
    margin-left: 0;
    padding-bottom: 20px;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .semibold-title {
    width: 100%;
    font-size: 24px;
    position: relative;
  }

  .list-item {
    background-position: 0 10%;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 25px;
    display: block;
  }

  .list-item.last {
    line-height: 25px;
  }

  .list-item-2, .list-item-2.top {
    font-size: 16px;
  }

  .ipad-cards-image {
    margin-bottom: -40px;
    display: block;
  }

  .makes-it-easy-subtitle {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .paragraph-2.data-stored-section {
    flex: 0 auto;
    margin-top: 2vh;
    margin-bottom: 4vh;
    padding-top: 0;
    display: block;
  }

  .paragraph-2.footer {
    align-self: flex-start;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
  }

  .paragraph-2.paragraph-left {
    margin-bottom: 20px;
    padding-top: 20px;
    display: block;
  }

  .data-functionality-section, .data-functionality-section.tablet {
    display: none;
  }

  .data-functionality-section.mobile {
    margin-left: 0;
    padding-top: 0;
    padding-left: 7%;
    padding-right: 7%;
    display: block;
  }

  .data-stored-section {
    display: none;
  }

  .data-stored-section.mobile {
    height: auto;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 0;
    padding-left: 7%;
    padding-right: 7%;
    display: flex;
    overflow: hidden;
  }

  .data-stored-content {
    width: auto;
    flex-direction: column;
    align-self: auto;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .data-stored-grid {
    flex-direction: column;
    grid-auto-rows: 0;
    justify-content: flex-start;
    margin: auto 0% 0;
    padding-bottom: 0;
    display: flex;
  }

  .data-stored-image {
    margin-top: 0;
    margin-bottom: auto;
    padding-top: 0;
  }

  .server {
    width: 80%;
    align-self: center;
    padding-top: 0;
  }

  .bg-server.footer {
    height: 100%;
    margin-top: auto;
    padding-top: 0;
    display: block;
  }

  .bg-server.mobile {
    height: auto;
    margin-top: auto;
    margin-left: -133px;
    padding-top: 0;
  }

  .testimonials-subtitle {
    text-align: left;
    margin-left: 0%;
    margin-right: 0%;
  }

  .hero-portrait-wrapper {
    padding-bottom: 0;
  }

  .grid-wrapper {
    text-align: left;
    grid-template-columns: minmax(0, .25fr) minmax(auto, 1450px) minmax(0, .25fr);
    justify-content: stretch;
    align-items: stretch;
    justify-items: stretch;
    margin-bottom: 20px;
  }

  .grid-wrapper.mobile {
    margin-bottom: 0;
  }

  .button-text.light.mobile {
    font-size: 8px;
  }

  .hero-link-wrapper {
    flex: 0 auto;
    margin-top: -87px;
    margin-right: -185px;
    display: block;
  }

  .hero-link.mobile {
    width: 100px;
    height: 100px;
    flex-direction: row;
    display: flex;
  }

  .side-bubbles {
    grid-template-rows: auto auto 1fr;
    grid-auto-rows: 1fr;
    align-content: start;
    align-items: start;
  }

  .hero-left {
    margin-bottom: 35px;
  }

  .hero-portrait {
    width: 90vw;
    height: 150vw;
    padding: 12px;
  }

  .hero-portrait.mobile, .body-display.aboutme.mobile {
    margin-right: 0;
  }

  .testimonials-section {
    height: auto;
    margin-bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
  }

  .image-5.mobile {
    width: 80%;
    text-align: left;
    align-self: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-right: 0;
    display: inline-block;
  }

  .copyrights {
    padding-top: 23px;
    padding-bottom: 0;
  }

  .copyrights.mobile {
    font-size: 14px;
  }

  .link-block.facebook {
    display: block;
  }

  .div-block {
    justify-content: space-between;
    align-self: center;
    margin-left: 0;
  }

  .div-block-2.mobile {
    padding-top: 10px;
  }

  .coordinator-logo-ico {
    z-index: 1;
    width: 30vw;
    margin-top: 0;
    position: absolute;
    top: 9px;
    bottom: auto;
    left: auto;
    right: 3%;
  }

  .title-footer {
    padding-bottom: 0;
    display: block;
  }

  .footer-button {
    z-index: 3;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: auto;
    display: block;
    position: relative;
  }

  .contact {
    height: auto;
    max-width: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .footer-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 45% 45%;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-bottom: 0;
    display: grid;
    top: auto;
  }

  .feather.top {
    flex: 0 auto;
  }

  .feather.bottom {
    flex: 0 auto;
    margin-top: 0;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .answers {
    height: 100vh;
    flex-direction: column;
    display: flex;
  }

  .client-1 {
    width: 60px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 5px;
    padding-left: 5px;
    display: block;
  }

  .client-1.mobile {
    width: 60px;
    margin-top: 0;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .text-block-3._1440-sb-r {
    padding-left: 25px;
  }

  .text-block-3._1440-sb-r.mobile {
    padding-top: 40px;
    padding-left: 60px;
    line-height: 20px;
  }

  .div-block-4 {
    justify-content: stretch;
    justify-items: stretch;
    padding-left: 60px;
    padding-right: 60px;
  }

  .client-2 {
    width: 60px;
    margin-top: 0;
    margin-left: 0;
    padding: 5px;
  }

  .section {
    display: none;
  }

  .answer-r-1 {
    margin-top: 65%;
  }

  .answer-l-1 {
    margin-bottom: 100%;
  }

  .answer-r-2 {
    margin-top: 118%;
    margin-bottom: 0%;
  }

  .text-block-3-l {
    padding-left: 25px;
  }

  .text-block-3-l.mobile {
    padding-top: 40px;
    padding-left: 60px;
    line-height: 20px;
  }

  .answer-l-2 {
    margin-top: 200%;
  }

  .client-3 {
    width: 60px;
    margin-top: 0;
    margin-left: 0;
    padding: 5px;
  }

  .answer-r-3 {
    margin-top: -110%;
  }

  .card-section.tablet, .card-section.mobile {
    display: block;
  }

  .cards-wrapper {
    flex-direction: column;
  }

  .card {
    width: 100%;
  }

  .right-image {
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .right-image-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-with-bg, .section-with-bg.mobile {
    display: block;
  }

  .data-stored-section-copy {
    display: none;
  }

  .data-stored-section-copy.mobile {
    margin-top: 50px;
    display: block;
    overflow: visible;
  }

  .image-right {
    width: 100%;
    align-self: center;
    padding-top: 0;
    display: block;
  }

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

  .div-block-6 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .footerbg {
    background-size: 100%;
  }

  .backgroundcover-tablet, .coordinator-makes-it-easy-section-tablet {
    display: none;
  }

  .coordinator-makes-it-easy-section-tablet.mobile {
    display: block;
  }

  .databg-mobile {
    padding-top: 30px;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .footerbg-mobile {
    background-image: url('../images/FooterMobileBG.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: none;
  }

  .left-navbar {
    width: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: grid;
    position: relative;
  }

  .brand-2 {
    align-items: stretch;
    padding-left: 18px;
  }

  .menu-toggle {
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    cursor: pointer;
    margin-top: 0;
    margin-right: 0;
    padding: 10px;
    display: block;
    position: relative;
    top: auto;
    right: auto;
  }

  .menu-bar.top {
    width: 24px;
    height: 3px;
  }

  .menu-bar.middle {
    width: 24px;
    height: 3px;
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .menu-bar.bottom {
    width: 24px;
    height: 3px;
  }

  .div-block-22 {
    text-align: center;
    margin-bottom: -5px;
    display: block;
  }

  .navmenu-link {
    width: auto;
    text-align: left;
    align-self: auto;
    padding-left: 0;
    font-size: 28px;
  }

  .navmenu-link.contattilink {
    width: auto;
    font-size: 28px;
  }

  .navmenu-link.sub-menu {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .navmenu-link.aboutlink {
    font-size: 28px;
  }

  .menu {
    z-index: 998;
    width: 100vw;
    grid-row-gap: 14px;
    perspective: none;
    text-align: center;
    object-fit: fill;
    justify-content: flex-start;
    align-items: flex-end;
    margin-right: 0;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: none;
  }

  .sub-menu {
    grid-row-gap: 10px;
    margin-top: -5px;
    margin-bottom: 20px;
  }

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

  .menu-title {
    width: auto;
    text-align: center;
    justify-content: flex-end;
    margin-top: auto;
    margin-left: 0;
    padding: 0 0 40px;
    font-size: 22px;
    position: static;
  }

  .footerbg-1280, .footerbg-990 {
    background-size: 100%;
  }

  .bg-mobile {
    height: auto;
    background-image: url('../images/iPhone-14-Pro-Max-–-1.svg');
    background-position: 50% 0;
    background-size: auto;
    margin-bottom: -30px;
    padding-bottom: 0;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-copy {
    display: none;
  }

  .hero-copy.mobile {
    height: auto;
    margin-bottom: 34px;
    padding-top: 0;
    padding-left: 5%;
    display: block;
  }

  .hero-template {
    display: none;
  }

  .hero-template.mobile {
    height: auto;
    margin-bottom: 34px;
    padding-top: 0;
    padding-left: 5%;
    display: block;
  }

  .hero-image-template {
    width: 100%;
    height: auto;
    max-width: none;
    align-self: flex-start;
    margin-top: auto;
    margin-left: 0;
    padding-bottom: 20px;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .backgroundcover-template-tablet, .data-functionality-section-template, .data-functionality-section-template.tablet {
    display: none;
  }

  .data-functionality-section-template.mobile {
    margin-left: 0;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .container-template.securely-manage {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-template.mobile {
    padding-top: 0;
  }

  ._3cards-template, ._3cards-template.tablet {
    display: none;
  }

  ._3cards-template.mobile {
    margin-left: 0;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  ._3-cards-template {
    flex-direction: column;
  }

  .data-management-block-template {
    width: 100%;
  }

  .data-functionality-section-copy, .data-functionality-section-copy.tablet {
    display: none;
  }

  .data-functionality-section-copy.mobile {
    margin-left: 0;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .section-template, .section-template.tablet {
    display: none;
  }

  .section-template.mobile {
    margin-left: 0;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
  }

  .right-image-template {
    max-width: none;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .wave-info-template {
    display: none;
  }

  .wave-info-template.mobile {
    height: auto;
    margin-top: 0;
    padding-top: 100px;
    padding-left: 5%;
    padding-right: 5%;
    display: block;
    overflow: visible;
  }

  .paragraph-template {
    width: auto;
    flex-direction: column;
    align-self: auto;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
  }

  .hero-template--content {
    z-index: 2;
    width: auto;
    align-items: center;
    padding-top: 56px;
    display: flex;
    position: relative;
  }

  .bg-mobile-template {
    height: auto;
    background-image: url('../images/iPhone-14-Pro-Max-–-1.svg');
    background-position: 50% 0;
    background-size: auto;
    margin-bottom: -30px;
    padding-bottom: 0;
    display: block;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .backgroundcover-tablet-template {
    display: none;
  }

  .hero-image-mobile-template {
    width: 100%;
    height: auto;
    max-width: none;
    align-self: flex-start;
    margin-top: auto;
    margin-left: 0;
    padding-bottom: 20px;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .wave-info-grid-template-mobile {
    flex-direction: column;
    grid-auto-rows: 0;
    justify-content: flex-start;
    margin: auto 0% 0;
    padding-bottom: 0;
    display: flex;
  }

  ._3-cards-template-mobile {
    flex-direction: column;
  }

  .card-template-mobile {
    width: 100%;
  }

  .list-image-mobile {
    max-width: none;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .wave-info-image-mobile {
    width: 80%;
    height: 80%;
    align-self: center;
    padding-top: 0;
  }

  .footerbgmobileimage {
    width: auto;
    height: auto;
    min-height: 0;
    min-width: 0%;
    margin-top: 25px;
    display: block;
    position: static;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .designedby {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer1 {
    display: none;
  }

  .footer1.mobile {
    height: auto;
    margin-bottom: 34px;
    padding-top: 0;
    padding-left: 5%;
    display: block;
  }

  .div-block-33 {
    margin-bottom: 0;
  }

  .div-block-35.mobile {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .footerbgmobile2 {
    width: auto;
    height: 100%;
    min-width: 100%;
    display: none;
    position: static;
  }

  .div-block-mobile {
    height: auto;
    min-height: 100vh;
    justify-content: flex-end;
    display: flex;
  }

  .div-block-34-mobile {
    justify-content: space-between;
    margin-bottom: 0;
    position: relative;
  }

  .div-block-35-mobile {
    position: relative;
  }

  .div-block-2-mobile.mobile {
    padding-top: 10px;
    position: relative;
  }

  .div-block-32-copy {
    flex-direction: row;
    align-items: flex-start;
  }

  .image-17 {
    width: auto;
    height: auto;
    max-height: none;
    max-width: 100%;
    min-width: 0%;
    margin-top: 0;
    margin-bottom: 0;
    display: none;
  }

  .datastoredbgmobile {
    width: 100%;
    height: auto;
    max-height: none;
    max-width: none;
    min-width: 0%;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .section-3 {
    height: auto;
    margin-bottom: 50px;
  }

  .hero-challenges {
    display: block;
  }

  .hero-challenges.mobile {
    height: auto;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-left: 5%;
    display: block;
  }

  .hero-copy {
    display: none;
  }

  .hero-copy.mobile {
    height: auto;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-left: 5%;
    display: block;
  }

  .heading-6.white {
    margin-right: 3%;
    font-size: 30px;
    line-height: 1.1;
    top: 25px;
  }

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

  .paragraph-3 {
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .div-block-39 {
    margin-top: 30px;
    margin-bottom: 80px;
    padding-top: 0;
    top: 0;
  }

  .challenges-hero, .footer1-challenges {
    display: none;
  }

  .footer1-challenges.mobile {
    height: auto;
    margin-bottom: 34px;
    padding-top: 0;
    padding-left: 5%;
    display: block;
  }

  .hero-imprint {
    display: block;
    position: static;
  }

  .hero-imprint.mobile {
    height: auto;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-left: 5%;
    display: block;
  }

  .div-block-23a {
    margin-top: 0;
  }

  .image-20 {
    display: block;
    position: relative;
    top: -100px;
  }

  .image-21 {
    position: relative;
    top: -100px;
  }

  .answers-1 {
    grid-row-gap: 24px;
    grid-template-columns: auto;
  }

  .steps-grid {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .testimonial-questions {
    grid-template-columns: minmax(24px, 1fr) minmax(auto, 1400px) minmax(24px, 1fr);
  }

  .steps-tracker {
    display: none;
  }

  .steps-sticky-card {
    min-width: auto;
    padding: 12px 12px 24px;
  }

  .steps-sticky-card.mobile {
    grid-template-rows: 126px auto;
  }

  .how-to-image {
    height: 100%;
  }

  .steps-cards {
    width: 100%;
    grid-template-columns: auto;
  }

  .steps-circle {
    display: none;
  }

  .steps-intro {
    grid-row-gap: 24px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .steps-sticky-card-2 {
    min-width: auto;
    padding: 12px 12px 24px;
  }

  .section_02 {
    padding: 60px 7% 140px;
    overflow: hidden;
  }

  .content-right-co2 {
    padding-top: 0;
  }

  .container-co2 {
    align-items: flex-start;
  }

  .content_wrap_02.mobile {
    padding-left: 7%;
    padding-right: 7%;
    overflow: hidden;
  }

  .container_flex {
    max-width: none;
  }

  .section_02-mobile {
    background-size: 150%;
    padding: 60px 7% 140px;
    overflow: hidden;
  }

  .footermobile {
    background-image: url('../images/Footer1BG900divided-07.png');
    background-size: auto 100%;
  }

  .footermobile.mobile, .footerdesktop.mobile {
    padding-left: 7%;
    padding-right: 7%;
    overflow: hidden;
  }

  .section_02-mobile-copy, .testimonials-mobile {
    background-size: 150%;
    padding: 60px 7% 140px;
    overflow: hidden;
  }

  .testimonials-desktop {
    padding: 60px 7% 140px;
    overflow: hidden;
  }

  .steps-sticky-card-q2 {
    min-width: auto;
    padding: 12px 12px 24px;
  }

  .steps-sticky-card-q2.mobile {
    grid-template-rows: 126px auto;
  }

  .answers-2 {
    grid-row-gap: 24px;
    grid-template-columns: auto;
  }

  .hero-challenges-mobile {
    display: none;
  }

  .hero-copy-challenges {
    margin-bottom: 0;
  }

  .blue-hero-section {
    padding-bottom: 169px;
  }

  .hero-challenges-wave {
    margin-top: 0;
    padding-top: 145px;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .title-challenges-section {
    margin-top: 6%;
    margin-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 30px;
    line-height: 1.1;
  }

  .hero-challenges-desktop {
    display: block;
  }

  .challenges-body-section-desktop {
    padding: 60px 7% 140px;
    overflow: hidden;
  }

  .challenges-copy {
    text-align: left;
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 20% !important;
  }

  .challenges-body-section-mobile {
    background-size: 150%;
    padding-top: 40px;
    padding: 60px 7% 140px;
    overflow: hidden;
  }

  .image-23.mobile {
    width: 80%;
    text-align: left;
    align-self: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-right: 0;
    display: inline-block;
  }

  .paragraph-4.footer {
    align-self: flex-start;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
  }

  .div-block-41.mobile {
    padding-top: 10px;
  }

  .designedby-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-4 {
    width: 100%;
    color: #fff;
    -webkit-text-stroke-color: #6e6f7e;
    background-color: #0b4693;
    background-image: none;
    align-self: center;
    display: flex;
  }

  .button-4:hover {
    color: #0a0e3e;
    border: 1px #0a0e3e;
    transform: translate(0, -3px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .button-4.try-coordinator {
    width: auto;
    height: auto;
    min-height: 60px;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    display: flex;
  }

  .footer-link-2 {
    font-weight: 300;
  }

  .footer-title-2 {
    margin-bottom: 12px;
    font-weight: 500;
  }

  .copyrights-2 {
    padding-top: 23px;
    padding-bottom: 0;
  }

  .copyrights-2.mobile {
    font-size: 14px;
  }

  .image-24.mobile {
    width: 80%;
    text-align: left;
    align-self: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-right: 0;
    display: inline-block;
  }

  .paragraph-5.footer {
    align-self: flex-start;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
  }

  .div-block-45.mobile {
    padding-top: 10px;
  }

  .footer-mobile-challenges {
    background-image: url('../images/Footer1BG900divided-07.png');
    background-size: auto 100%;
  }

  .button-5 {
    width: 100%;
    color: #fff;
    -webkit-text-stroke-color: #6e6f7e;
    background-color: #0b4693;
    background-image: none;
    align-self: center;
    display: flex;
  }

  .button-5:hover {
    color: #0a0e3e;
    border: 1px #0a0e3e;
    transform: translate(0, -3px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  }

  .button-5.try-coordinator {
    width: auto;
    height: auto;
    min-height: 60px;
    flex-direction: column;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    display: flex;
  }

  .footer-link-3 {
    font-weight: 300;
  }

  .div-block-47.mobile {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }
}

#w-node-b82906c1-4697-5dd6-a2c1-457402438686-7e304735 {
  grid-template-rows: 85% auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-b82906c1-4697-5dd6-a2c1-457402438687-7e304735 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b82906c1-4697-5dd6-a2c1-45740243868e-7e304735 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b82906c1-4697-5dd6-a2c1-45740243868f-7e304735 {
  align-self: auto;
}

#w-node-b82906c1-4697-5dd6-a2c1-457402438690-7e304735 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbc1e654-a2b6-3192-463f-b0d51c230ad2-7e304735 {
  align-self: start;
}

#w-node-_94195f94-07c9-c765-327b-91705a9bdedd-7e304735 {
  align-self: center;
  justify-self: center;
}

#w-node-_567c2377-b627-98cf-008d-6c3af08eda89-7e304735 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_567c2377-b627-98cf-008d-6c3af08edaa8-7e304735 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_932bb13d-66d0-bae7-2e52-ac8bfbddfb29-7e304735 {
  align-self: start;
}

#w-node-_932bb13d-66d0-bae7-2e52-ac8bfbddfb4c-7e304735 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-eff67a64-8b39-e83b-d0b0-2365e4ec4e3a-7e304735 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_527936a8-ef2e-16b9-33cf-16047dc651a0-7e304735 {
  align-self: start;
}

#w-node-_5b28a0bb-29a8-8176-c5ed-cbf5df527b41-7e304735 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-d2de6d6b-6617-aa54-d3c2-f5b0689bab6f-7e304735 {
  grid-area: 2 / 2 / 2 / 3;
  align-self: center;
}

#w-node-e4cf1a58-af08-423e-10e6-91b7313fcf98-7e304735 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_1eeb054a-a034-6b4d-e9ef-7e5bab7b2888-7e304735, #w-node-dbf9c876-9a2d-5ddf-d4d3-10b483517731-7e304735, #w-node-ac2c95d5-0403-704b-652f-785f85f451ac-7e304735 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_527936a8-ef2e-16b9-33cf-16047dc651bf-7e304735 {
  align-self: center;
  justify-self: center;
}

#w-node-_7e99ae0e-09a5-1140-0e45-1f23b95d938e-7e304735 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7e99ae0e-09a5-1140-0e45-1f23b95d93a0-7e304735 {
  align-self: center;
  justify-self: center;
}

#w-node-_7e99ae0e-09a5-1140-0e45-1f23b95d9391-7e304735 {
  align-self: start;
}

#w-node-_7e99ae0e-09a5-1140-0e45-1f23b95d9392-7e304735 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: auto;
}

#w-node-_7e99ae0e-09a5-1140-0e45-1f23b95d9396-7e304735 {
  grid-area: 2 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_7e99ae0e-09a5-1140-0e45-1f23b95d9398-7e304735 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_7e99ae0e-09a5-1140-0e45-1f23b95d939a-7e304735, #w-node-_7e99ae0e-09a5-1140-0e45-1f23b95d939c-7e304735, #w-node-_7e99ae0e-09a5-1140-0e45-1f23b95d939e-7e304735 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-cc1f211c-6503-4f45-627c-3ab001c2afd3-7e304735 {
  grid-template-rows: 20% 50%;
  grid-template-columns: 1fr .5fr;
}

#w-node-_337276a6-cd2d-4036-fbaa-84297f287f18-7e304735 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dee1538-c70c-4953-3844-e1c55624af2c-7e304735 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_30c1dc70-75e3-b091-fd46-e0ee0189be55-7e304735 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3ff3b00e-154b-a106-981e-ba11a48a0982-7e304735 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3fdb647-7147-adb3-baa4-1ad12707c12a-7e304735 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: auto;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa06350b-7e304735 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa06350d-7e304735 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
  justify-self: start;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa063512-7e304735 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa063513-7e304735 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_4bb2f0fb-aac3-c4be-9c68-67d2108b2e88-7e304735 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: center;
}

#w-node-_9367b16e-4ab4-3452-39eb-234ac3e6bf66-7e304735 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
  justify-self: end;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa06351f-7e304735 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa063524-7e304735 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa063526-7e304735 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa063527-7e304735 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa06352c-7e304735 {
  align-self: stretch;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa06352d-7e304735 {
  align-self: start;
  justify-self: start;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa063530-7e304735 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa063535-7e304735 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa06353a-7e304735 {
  align-self: stretch;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa06353b-7e304735 {
  align-self: start;
  justify-self: start;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa06353e-7e304735 {
  align-self: end;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa063543-7e304735 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa063548-7e304735 {
  align-self: stretch;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa063549-7e304735 {
  align-self: start;
  justify-self: start;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa06354c-7e304735 {
  align-self: end;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa063551-7e304735 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa063556-7e304735 {
  align-self: stretch;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa063557-7e304735 {
  align-self: start;
  justify-self: start;
}

#w-node-_66dd148e-87fd-9576-f23a-c9adfa06355a-7e304735 {
  align-self: end;
}

#w-node-d12fcde7-0998-7df6-9dbf-ff1df9a7d4bc-7e304735 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-d12fcde7-0998-7df6-9dbf-ff1df9a7d4c1-7e304735 {
  align-self: stretch;
}

#w-node-d12fcde7-0998-7df6-9dbf-ff1df9a7d4c2-7e304735 {
  align-self: start;
  justify-self: start;
}

#w-node-d12fcde7-0998-7df6-9dbf-ff1df9a7d4c6-7e304735 {
  align-self: end;
}

#w-node-_2c1b4bcf-36fb-7669-dbbf-e2d6dc36e8d8-7e304735 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_2c1b4bcf-36fb-7669-dbbf-e2d6dc36e8de-7e304735 {
  align-self: stretch;
}

#w-node-_2c1b4bcf-36fb-7669-dbbf-e2d6dc36e8df-7e304735 {
  align-self: start;
  justify-self: start;
}

#w-node-_2c1b4bcf-36fb-7669-dbbf-e2d6dc36e8e1-7e304735 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_2c1b4bcf-36fb-7669-dbbf-e2d6dc36e8eb-7e304735 {
  align-self: stretch;
}

#w-node-_2c1b4bcf-36fb-7669-dbbf-e2d6dc36e8ec-7e304735 {
  align-self: start;
  justify-self: start;
}

#w-node-_2c1b4bcf-36fb-7669-dbbf-e2d6dc36e8ee-7e304735 {
  align-self: end;
}

#w-node-_2c1b4bcf-36fb-7669-dbbf-e2d6dc36e8f8-7e304735 {
  align-self: stretch;
}

#w-node-_2c1b4bcf-36fb-7669-dbbf-e2d6dc36e8f9-7e304735 {
  align-self: start;
  justify-self: start;
}

#w-node-_2c1b4bcf-36fb-7669-dbbf-e2d6dc36e8fb-7e304735 {
  align-self: end;
}

#w-node-_2c1b4bcf-36fb-7669-dbbf-e2d6dc36e905-7e304735 {
  align-self: stretch;
}

#w-node-_2c1b4bcf-36fb-7669-dbbf-e2d6dc36e906-7e304735 {
  align-self: start;
  justify-self: start;
}

#w-node-_2c1b4bcf-36fb-7669-dbbf-e2d6dc36e908-7e304735 {
  align-self: end;
}

#w-node-_2c1b4bcf-36fb-7669-dbbf-e2d6dc36e912-7e304735 {
  align-self: stretch;
}

#w-node-_2c1b4bcf-36fb-7669-dbbf-e2d6dc36e913-7e304735 {
  align-self: start;
  justify-self: start;
}

#w-node-_2c1b4bcf-36fb-7669-dbbf-e2d6dc36e915-7e304735 {
  align-self: end;
}

#w-node-_0d912263-b62a-3417-4a7b-85551b597d5d-7e304735 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0d912263-b62a-3417-4a7b-85551b597d5e-7e304735 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: start;
}

#w-node-_0d912263-b62a-3417-4a7b-85551b597d60-7e304735 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_0d912263-b62a-3417-4a7b-85551b597d79-7e304735 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_0d912263-b62a-3417-4a7b-85551b597d7a-7e304735 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_0d912263-b62a-3417-4a7b-85551b597d7c-7e304735 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_0d912263-b62a-3417-4a7b-85551b597d82-7e304735 {
  align-self: stretch;
}

#w-node-_0d912263-b62a-3417-4a7b-85551b597d83-7e304735 {
  align-self: start;
  justify-self: start;
}

#w-node-_0d912263-b62a-3417-4a7b-85551b597d85-7e304735 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_0d912263-b62a-3417-4a7b-85551b597d8f-7e304735 {
  align-self: stretch;
}

#w-node-_0d912263-b62a-3417-4a7b-85551b597d90-7e304735 {
  align-self: start;
  justify-self: start;
}

#w-node-_0d912263-b62a-3417-4a7b-85551b597d92-7e304735 {
  align-self: end;
}

#w-node-_0d912263-b62a-3417-4a7b-85551b597d9c-7e304735 {
  align-self: stretch;
}

#w-node-_0d912263-b62a-3417-4a7b-85551b597d9d-7e304735 {
  align-self: start;
  justify-self: start;
}

#w-node-_0d912263-b62a-3417-4a7b-85551b597d9f-7e304735 {
  align-self: end;
}

#w-node-_0d912263-b62a-3417-4a7b-85551b597da9-7e304735 {
  align-self: stretch;
}

#w-node-_0d912263-b62a-3417-4a7b-85551b597daa-7e304735 {
  align-self: start;
  justify-self: start;
}

#w-node-_0d912263-b62a-3417-4a7b-85551b597dac-7e304735 {
  align-self: end;
}

#w-node-_0d912263-b62a-3417-4a7b-85551b597db6-7e304735 {
  align-self: stretch;
}

#w-node-_0d912263-b62a-3417-4a7b-85551b597db7-7e304735 {
  align-self: start;
  justify-self: start;
}

#w-node-_0d912263-b62a-3417-4a7b-85551b597db9-7e304735 {
  align-self: end;
}

#w-node-feaca193-313a-5ec7-453e-7e66acc47291-7e304735 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-feaca193-313a-5ec7-453e-7e66acc47297-7e304735 {
  align-self: stretch;
}

#w-node-feaca193-313a-5ec7-453e-7e66acc47298-7e304735 {
  align-self: start;
  justify-self: start;
}

#w-node-feaca193-313a-5ec7-453e-7e66acc4729a-7e304735 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-feaca193-313a-5ec7-453e-7e66acc472a4-7e304735 {
  align-self: stretch;
}

#w-node-feaca193-313a-5ec7-453e-7e66acc472a5-7e304735 {
  align-self: start;
  justify-self: start;
}

#w-node-feaca193-313a-5ec7-453e-7e66acc472a7-7e304735 {
  align-self: end;
}

#w-node-feaca193-313a-5ec7-453e-7e66acc472b1-7e304735 {
  align-self: stretch;
}

#w-node-feaca193-313a-5ec7-453e-7e66acc472b2-7e304735 {
  align-self: start;
  justify-self: start;
}

#w-node-feaca193-313a-5ec7-453e-7e66acc472b4-7e304735 {
  align-self: end;
}

#w-node-feaca193-313a-5ec7-453e-7e66acc472be-7e304735 {
  align-self: stretch;
}

#w-node-feaca193-313a-5ec7-453e-7e66acc472bf-7e304735 {
  align-self: start;
  justify-self: start;
}

#w-node-feaca193-313a-5ec7-453e-7e66acc472c1-7e304735 {
  align-self: end;
}

#w-node-feaca193-313a-5ec7-453e-7e66acc472cb-7e304735 {
  align-self: stretch;
}

#w-node-feaca193-313a-5ec7-453e-7e66acc472cc-7e304735 {
  align-self: start;
  justify-self: start;
}

#w-node-feaca193-313a-5ec7-453e-7e66acc472ce-7e304735 {
  align-self: end;
}

#w-node-_426cfc13-b441-a350-cdc3-f1d2b3aceacd-7e304735 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a5fd8a9-1d0b-93bf-b2b0-eb8b7b130523-7e304735 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_425015ff-e940-9200-ebca-c11c112a7c3a-7e304735 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_23dee80a-d1ab-ca1e-c121-9756def53c01-7e304735 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: end;
}

#w-node-_34f6b886-e2a0-2f85-6892-45c05c5d80ec-7e304735 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ece8-7e304735 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecde-7e304735 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecf9-7e304735 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecfe-7e304735 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecfb-7e304735 {
  grid-area: 4 / 2 / 5 / 5;
  justify-self: end;
}

#w-node-_0a53bd34-1329-325a-a269-52fb9d2eb9ff-7e304735 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a53bd34-1329-325a-a269-52fb9d2eba00-7e304735 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0a53bd34-1329-325a-a269-52fb9d2eba01-7e304735 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_0a53bd34-1329-325a-a269-52fb9d2eba03-7e304735 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: end;
}

#w-node-_0a53bd34-1329-325a-a269-52fb9d2eba04-7e304735 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_0a53bd34-1329-325a-a269-52fb9d2eba21-7e304735 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_0a53bd34-1329-325a-a269-52fb9d2eba28-7e304735 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_0a53bd34-1329-325a-a269-52fb9d2eba31-7e304735 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_0a53bd34-1329-325a-a269-52fb9d2eba32-7e304735 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_0a53bd34-1329-325a-a269-52fb9d2eba36-7e304735 {
  grid-area: 4 / 2 / 5 / 5;
  justify-self: end;
}

#w-node-_83aac583-dd8d-e2f1-df89-bab20d965b17-7e30473e {
  grid-template-rows: 304px auto;
  grid-template-columns: 1.5fr 1fr;
}

#w-node-_728f1396-ac05-c7b3-4fe8-68a24730d77c-7e30473e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7733f7a8-0ef4-872c-b31c-027785c52f2a-7e30473e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ce48311d-2e68-19ba-614e-e1fcc0d06d82-7e30473e {
  align-self: auto;
}

#w-node-_8b9873d2-0b11-49f6-46b5-68abb969cd57-7e30473e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbc1e654-a2b6-3192-463f-b0d51c230ad2-7e30473e {
  align-self: start;
}

#w-node-_94195f94-07c9-c765-327b-91705a9bdedd-7e30473e {
  align-self: center;
  justify-self: center;
}

#w-node-_567c2377-b627-98cf-008d-6c3af08eda89-7e30473e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_567c2377-b627-98cf-008d-6c3af08edaa8-7e30473e {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: center;
}

#w-node-_932bb13d-66d0-bae7-2e52-ac8bfbddfb29-7e30473e {
  align-self: start;
}

#w-node-cc1f211c-6503-4f45-627c-3ab001c2afd3-7e30473e {
  grid-template-rows: 20% 50%;
  grid-template-columns: 1fr .5fr;
}

#w-node-_337276a6-cd2d-4036-fbaa-84297f287f18-7e30473e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2dee1538-c70c-4953-3844-e1c55624af2c-7e30473e {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_30c1dc70-75e3-b091-fd46-e0ee0189be55-7e30473e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_3ff3b00e-154b-a106-981e-ba11a48a0982-7e30473e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3fdb647-7147-adb3-baa4-1ad12707c12a-7e30473e {
  grid-area: 1 / 1 / 2 / 3;
  align-self: auto;
}

#w-node-_13bc135d-6373-4bb8-63ee-9f3c24513604-7e30473e {
  grid-template-rows: 223px 0;
  grid-template-columns: 1fr 1fr;
}

#w-node-_703b78f3-194a-e4ac-fc5c-cc9d26394745-7e30473e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_425015ff-e940-9200-ebca-c11c112a7c3a-7e30473e {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_23dee80a-d1ab-ca1e-c121-9756def53c01-7e30473e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: end;
}

#w-node-_0f63b0eb-bb7f-7ce7-7faa-c130d32018d7-7e30473e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e1dc23d5-6167-90d4-8b97-b3b12a357a14-7e30473e {
  align-self: center;
  justify-self: center;
}

#w-node-cc8f8570-bb11-cba9-7347-4a5356a8721d-7e30473e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1dc23d5-6167-90d4-8b97-b3b12a357a11-7e30473e {
  align-self: center;
}

#w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecd9-7e30473e {
  grid-template-rows: auto auto 2.5fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecda-7e30473e, #w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecdb-7e30473e, #w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecdd-7e30473e, #w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ece7-7e30473e, #w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecef-7e30473e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecf8-7e30473e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecf9-7e30473e {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecfa-7e30473e, #w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecfd-7e30473e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b12157b3-506c-0f5d-1091-db67d71fb33f-7e30473e {
  align-self: center;
}

#w-node-b12157b3-506c-0f5d-1091-db67d71fb341-7e30473e {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-b12157b3-506c-0f5d-1091-db67d71fb343-7e30473e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: end;
}

#w-node-b12157b3-506c-0f5d-1091-db67d71fb34c-7e30473e {
  align-self: center;
  justify-self: center;
}

#w-node-_15895672-1ebc-df7d-f460-b2f4e2190702-4798cd5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15895672-1ebc-df7d-f460-b2f4e2190703-4798cd5b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_15895672-1ebc-df7d-f460-b2f4e2190704-4798cd5b {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_15895672-1ebc-df7d-f460-b2f4e2190706-4798cd5b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: end;
}

#w-node-_15895672-1ebc-df7d-f460-b2f4e2190707-4798cd5b {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_15895672-1ebc-df7d-f460-b2f4e2190724-4798cd5b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_15895672-1ebc-df7d-f460-b2f4e219072b-4798cd5b {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_15895672-1ebc-df7d-f460-b2f4e2190734-4798cd5b {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_15895672-1ebc-df7d-f460-b2f4e2190735-4798cd5b {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_15895672-1ebc-df7d-f460-b2f4e2190739-4798cd5b {
  grid-area: 4 / 2 / 5 / 5;
  justify-self: end;
}

#w-node-_135fad3a-edb4-401e-cebc-8b23af1e776e-4798cd5b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_135fad3a-edb4-401e-cebc-8b23af1e776f-4798cd5b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_135fad3a-edb4-401e-cebc-8b23af1e7770-4798cd5b {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_135fad3a-edb4-401e-cebc-8b23af1e7772-4798cd5b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: end;
}

#w-node-_135fad3a-edb4-401e-cebc-8b23af1e7773-4798cd5b {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_135fad3a-edb4-401e-cebc-8b23af1e7790-4798cd5b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_135fad3a-edb4-401e-cebc-8b23af1e7797-4798cd5b {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_135fad3a-edb4-401e-cebc-8b23af1e77a0-4798cd5b {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_135fad3a-edb4-401e-cebc-8b23af1e77a1-4798cd5b {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_135fad3a-edb4-401e-cebc-8b23af1e77a5-4798cd5b {
  grid-area: 4 / 2 / 5 / 5;
  justify-self: end;
}

#w-node-_15895672-1ebc-df7d-f460-b2f4e2190702-77b979f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15895672-1ebc-df7d-f460-b2f4e2190703-77b979f0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_15895672-1ebc-df7d-f460-b2f4e2190704-77b979f0 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_15895672-1ebc-df7d-f460-b2f4e2190706-77b979f0 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: end;
}

#w-node-_15895672-1ebc-df7d-f460-b2f4e2190707-77b979f0 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_15895672-1ebc-df7d-f460-b2f4e2190724-77b979f0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_15895672-1ebc-df7d-f460-b2f4e219072b-77b979f0 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_15895672-1ebc-df7d-f460-b2f4e2190734-77b979f0 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_15895672-1ebc-df7d-f460-b2f4e2190735-77b979f0 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_15895672-1ebc-df7d-f460-b2f4e2190739-77b979f0 {
  grid-area: 4 / 2 / 5 / 5;
  justify-self: end;
}

#w-node-_135fad3a-edb4-401e-cebc-8b23af1e776e-77b979f0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_135fad3a-edb4-401e-cebc-8b23af1e776f-77b979f0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_135fad3a-edb4-401e-cebc-8b23af1e7770-77b979f0 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_135fad3a-edb4-401e-cebc-8b23af1e7772-77b979f0 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: end;
}

#w-node-_135fad3a-edb4-401e-cebc-8b23af1e7773-77b979f0 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-_135fad3a-edb4-401e-cebc-8b23af1e7790-77b979f0 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_135fad3a-edb4-401e-cebc-8b23af1e7797-77b979f0 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_135fad3a-edb4-401e-cebc-8b23af1e77a0-77b979f0 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-_135fad3a-edb4-401e-cebc-8b23af1e77a1-77b979f0 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_135fad3a-edb4-401e-cebc-8b23af1e77a5-77b979f0 {
  grid-area: 4 / 2 / 5 / 5;
  justify-self: end;
}

@media screen and (min-width: 1920px) { 
  #w-node-b82906c1-4697-5dd6-a2c1-457402438686-7e304735 {
    grid-template-rows: 462px 280px;
    grid-template-columns: 1.5fr 1fr;
  }
  #w-node-b82906c1-4697-5dd6-a2c1-45740243868f-7e304735 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: end;
  }

  #w-node-dbc1e654-a2b6-3192-463f-b0d51c230ad2-7e304735 {
    justify-self: start;
  }

  #w-node-_94195f94-07c9-c765-327b-91705a9bdedd-7e304735 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_567c2377-b627-98cf-008d-6c3af08eda89-7e304735 {
    align-self: start;
    justify-self: end;
  }

  #w-node-_567c2377-b627-98cf-008d-6c3af08edaa8-7e304735 {
    justify-self: start;
  }

  #w-node-_5b28a0bb-29a8-8176-c5ed-cbf5df527b41-7e304735 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_527936a8-ef2e-16b9-33cf-16047dc651bf-7e304735 {
    justify-self: end;
  }

  #w-node-cc1f211c-6503-4f45-627c-3ab001c2afd3-7e304735 {
    grid-template-rows: 191px 655px;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-_1a5fd8a9-1d0b-93bf-b2b0-eb8b7b130523-7e304735 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_425015ff-e940-9200-ebca-c11c112a7c3a-7e304735 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_34f6b886-e2a0-2f85-6892-45c05c5d80ec-7e304735 {
    grid-column-end: 3;
  }

  #w-node-e1dc23d5-6167-90d4-8b97-b3b12a357a0a-7e304735 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-f80baae1-56bb-523d-d2e0-1ddefcb03483-7e304735 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ece8-7e304735, #w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecde-7e304735 {
    align-self: start;
  }

  #w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecf9-7e304735 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecfe-7e304735 {
    grid-area: 5 / 1 / 6 / 2;
    align-self: end;
    justify-self: start;
  }

  #w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecfb-7e304735 {
    grid-area: 5 / 2 / 6 / 3;
    align-self: end;
    justify-self: end;
  }

  #w-node-_0a53bd34-1329-325a-a269-52fb9d2eba00-7e304735 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0a53bd34-1329-325a-a269-52fb9d2eba01-7e304735 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0a53bd34-1329-325a-a269-52fb9d2eba04-7e304735 {
    grid-column-end: 3;
  }

  #w-node-_0a53bd34-1329-325a-a269-52fb9d2eba05-7e304735 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0a53bd34-1329-325a-a269-52fb9d2eba08-7e304735 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0a53bd34-1329-325a-a269-52fb9d2eba21-7e304735, #w-node-_0a53bd34-1329-325a-a269-52fb9d2eba28-7e304735 {
    align-self: start;
  }

  #w-node-_0a53bd34-1329-325a-a269-52fb9d2eba31-7e304735 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_0a53bd34-1329-325a-a269-52fb9d2eba32-7e304735 {
    grid-area: 5 / 1 / 6 / 2;
    align-self: end;
    justify-self: start;
  }

  #w-node-_0a53bd34-1329-325a-a269-52fb9d2eba36-7e304735 {
    grid-area: 5 / 2 / 6 / 3;
    align-self: end;
    justify-self: end;
  }

  #w-node-_83aac583-dd8d-e2f1-df89-bab20d965b17-7e30473e {
    grid-template-rows: 462px 280px;
    grid-template-columns: 1.5fr 1fr;
  }

  #w-node-ce48311d-2e68-19ba-614e-e1fcc0d06d82-7e30473e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
    justify-self: end;
  }

  #w-node-dbc1e654-a2b6-3192-463f-b0d51c230ad2-7e30473e {
    justify-self: start;
  }

  #w-node-_94195f94-07c9-c765-327b-91705a9bdedd-7e30473e {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_567c2377-b627-98cf-008d-6c3af08eda89-7e30473e {
    align-self: start;
    justify-self: end;
  }

  #w-node-_567c2377-b627-98cf-008d-6c3af08edaa8-7e30473e {
    justify-self: start;
  }

  #w-node-cc1f211c-6503-4f45-627c-3ab001c2afd3-7e30473e {
    grid-template-rows: 294px 655px;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-_13bc135d-6373-4bb8-63ee-9f3c24513604-7e30473e {
    grid-template-rows: 422px 0;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_425015ff-e940-9200-ebca-c11c112a7c3a-7e30473e, #w-node-b12157b3-506c-0f5d-1091-db67d71fb341-7e30473e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190703-4798cd5b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190704-4798cd5b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190707-4798cd5b {
    grid-column-end: 3;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190708-4798cd5b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e219070b-4798cd5b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190724-4798cd5b, #w-node-_15895672-1ebc-df7d-f460-b2f4e219072b-4798cd5b {
    align-self: start;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190734-4798cd5b {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190735-4798cd5b {
    grid-area: 5 / 1 / 6 / 2;
    align-self: end;
    justify-self: start;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190739-4798cd5b {
    grid-area: 5 / 2 / 6 / 3;
    align-self: end;
    justify-self: end;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e776f-4798cd5b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e7770-4798cd5b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e7773-4798cd5b {
    grid-column-end: 3;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e7774-4798cd5b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e7777-4798cd5b {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e7790-4798cd5b, #w-node-_135fad3a-edb4-401e-cebc-8b23af1e7797-4798cd5b {
    align-self: start;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e77a0-4798cd5b {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e77a1-4798cd5b {
    grid-area: 5 / 1 / 6 / 2;
    align-self: end;
    justify-self: start;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e77a5-4798cd5b {
    grid-area: 5 / 2 / 6 / 3;
    align-self: end;
    justify-self: end;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190703-77b979f0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190704-77b979f0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190707-77b979f0 {
    grid-column-end: 3;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190708-77b979f0 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e219070b-77b979f0 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190724-77b979f0, #w-node-_15895672-1ebc-df7d-f460-b2f4e219072b-77b979f0 {
    align-self: start;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190734-77b979f0 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190735-77b979f0 {
    grid-area: 5 / 1 / 6 / 2;
    align-self: end;
    justify-self: start;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190739-77b979f0 {
    grid-area: 5 / 2 / 6 / 3;
    align-self: end;
    justify-self: end;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e776f-77b979f0 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e7770-77b979f0 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e7773-77b979f0 {
    grid-column-end: 3;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e7774-77b979f0 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e7777-77b979f0 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e7790-77b979f0, #w-node-_135fad3a-edb4-401e-cebc-8b23af1e7797-77b979f0 {
    align-self: start;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e77a0-77b979f0 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e77a1-77b979f0 {
    grid-area: 5 / 1 / 6 / 2;
    align-self: end;
    justify-self: start;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e77a5-77b979f0 {
    grid-area: 5 / 2 / 6 / 3;
    align-self: end;
    justify-self: end;
  }
}

@media screen and (min-width: 1440px) {
 
  #w-node-b82906c1-4697-5dd6-a2c1-45740243868f-7e304735 {
    align-self: start;
    justify-self: auto;
  }

  #w-node-e4cf1a58-af08-423e-10e6-91b7313fcf98-7e304735 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-cc1f211c-6503-4f45-627c-3ab001c2afd3-7e304735 {
    grid-template-rows: 96px 419px;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-_66dd148e-87fd-9576-f23a-c9adfa06350d-7e304735 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_66dd148e-87fd-9576-f23a-c9adfa063548-7e304735 {
    align-self: stretch;
  }

  #w-node-_66dd148e-87fd-9576-f23a-c9adfa06354c-7e304735 {
    align-self: end;
  }

  #w-node-_2c1b4bcf-36fb-7669-dbbf-e2d6dc36e8f8-7e304735 {
    align-self: stretch;
  }

  #w-node-_2c1b4bcf-36fb-7669-dbbf-e2d6dc36e8fb-7e304735 {
    align-self: end;
  }

  #w-node-_0d912263-b62a-3417-4a7b-85551b597d5d-7e304735 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0d912263-b62a-3417-4a7b-85551b597d5e-7e304735 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0d912263-b62a-3417-4a7b-85551b597d9c-7e304735 {
    align-self: stretch;
  }

  #w-node-_0d912263-b62a-3417-4a7b-85551b597d9f-7e304735 {
    align-self: end;
  }

  #w-node-feaca193-313a-5ec7-453e-7e66acc472b1-7e304735 {
    align-self: stretch;
  }

  #w-node-feaca193-313a-5ec7-453e-7e66acc472b4-7e304735 {
    align-self: end;
  }

  #w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecf9-7e304735, #w-node-_0a53bd34-1329-325a-a269-52fb9d2eba31-7e304735 {
    align-self: center;
  }

  #w-node-ce48311d-2e68-19ba-614e-e1fcc0d06d82-7e30473e {
    align-self: start;
    justify-self: auto;
  }

  #w-node-cc1f211c-6503-4f45-627c-3ab001c2afd3-7e30473e {
    grid-template-rows: 205px 606px;
    grid-template-columns: 1fr .75fr;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190734-4798cd5b, #w-node-_135fad3a-edb4-401e-cebc-8b23af1e77a0-4798cd5b, #w-node-_15895672-1ebc-df7d-f460-b2f4e2190734-77b979f0, #w-node-_135fad3a-edb4-401e-cebc-8b23af1e77a0-77b979f0 {
    align-self: center;
  }
}

@media screen and (min-width: 1280px) {

  #w-node-b82906c1-4697-5dd6-a2c1-45740243868f-7e304735 {
    align-self: auto;
  }

  #w-node-e4cf1a58-af08-423e-10e6-91b7313fcf98-7e304735 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-cc1f211c-6503-4f45-627c-3ab001c2afd3-7e304735 {
    grid-template-rows: 136px 328px;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-_2dee1538-c70c-4953-3844-e1c55624af2c-7e304735 {
    grid-row: 1 / 2;
    align-self: start;
  }

  #w-node-_0d912263-b62a-3417-4a7b-85551b597d5d-7e304735, #w-node-_23dee80a-d1ab-ca1e-c121-9756def53c01-7e304735, #w-node-_0a53bd34-1329-325a-a269-52fb9d2eba03-7e304735 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ce48311d-2e68-19ba-614e-e1fcc0d06d82-7e30473e {
    align-self: auto;
  }

  #w-node-cc1f211c-6503-4f45-627c-3ab001c2afd3-7e30473e {
    grid-template-rows: 195px 459px;
    grid-template-columns: 1fr .25fr;
  }

  #w-node-_2dee1538-c70c-4953-3844-e1c55624af2c-7e30473e {
    grid-row: 1 / 2;
    align-self: start;
  }

  #w-node-_23dee80a-d1ab-ca1e-c121-9756def53c01-7e30473e, #w-node-_15895672-1ebc-df7d-f460-b2f4e2190706-4798cd5b, #w-node-_135fad3a-edb4-401e-cebc-8b23af1e7772-4798cd5b, #w-node-_15895672-1ebc-df7d-f460-b2f4e2190706-77b979f0, #w-node-_135fad3a-edb4-401e-cebc-8b23af1e7772-77b979f0 {
    grid-area: 1 / 2 / 2 / 3;
  }
}


@media screen and (min-width: 992px) {

  #w-node-b82906c1-4697-5dd6-a2c1-45740243868f-7e304735 {
    align-self: auto;
  }

  #w-node-e4cf1a58-af08-423e-10e6-91b7313fcf98-7e304735 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-cc1f211c-6503-4f45-627c-3ab001c2afd3-7e304735 {
    grid-template-rows: 136px 328px;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-_2dee1538-c70c-4953-3844-e1c55624af2c-7e304735 {
    grid-row: 1 / 2;
    align-self: start;
  }

  #w-node-_0d912263-b62a-3417-4a7b-85551b597d5d-7e304735, #w-node-_23dee80a-d1ab-ca1e-c121-9756def53c01-7e304735, #w-node-_0a53bd34-1329-325a-a269-52fb9d2eba03-7e304735 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ce48311d-2e68-19ba-614e-e1fcc0d06d82-7e30473e {
    align-self: auto;
  }

  #w-node-cc1f211c-6503-4f45-627c-3ab001c2afd3-7e30473e {
    grid-template-rows: 195px 459px;
    grid-template-columns: 1fr .25fr;
  }

  #w-node-_2dee1538-c70c-4953-3844-e1c55624af2c-7e30473e {
    grid-row: 1 / 2;
    align-self: start;
  }

  #w-node-_23dee80a-d1ab-ca1e-c121-9756def53c01-7e30473e, #w-node-_15895672-1ebc-df7d-f460-b2f4e2190706-4798cd5b, #w-node-_135fad3a-edb4-401e-cebc-8b23af1e7772-4798cd5b, #w-node-_15895672-1ebc-df7d-f460-b2f4e2190706-77b979f0, #w-node-_135fad3a-edb4-401e-cebc-8b23af1e7772-77b979f0 {
    grid-area: 1 / 2 / 2 / 3;
  }
  
}
@media screen and (max-width: 1439px) {
    .button {
    width: 270px;
    min-height: 40px;
    background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
    color: #fff;
    align-items: center; 
    padding: 20px;
    font-size: 24px;
}
.button.try-coordinator {
  width: 32vw;
  height: 64px;
  min-height: 0;
  color: var(--midnight-blue);
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 40px;
  margin-right: 4px;
  margin-top:10px;
  margin-bottom:10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 28px;
  display: flex;
  position: static;
}}
@media screen and (max-width: 1279px) {
.button.try-coordinator {
  width: 34vw;
  height: 54px;
  min-height: 0;
  color: var(--midnight-blue);
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 6px;
  margin-right: 0px;
  margin-top:0px;
  margin-bottom:10px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
  display: flex;
  position: static;
}}

@media screen and (max-width: 991px) {
.button.try-coordinator {
  width: 36vw;
  height: 60px;
  min-height: 0;
  color: var(--midnight-blue);
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: 40px;
  margin-top:0px;
  margin-bottom:264px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 20px;
  display: flex;
  position: static;
}
  #w-node-_28edb7e1-90fb-aa07-e747-1274cdc9b3d4-7e304735 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b82906c1-4697-5dd6-a2c1-457402438686-7e304735 {
    grid-template-rows: 32% 116px;
    grid-template-columns: 1.5fr 1fr;
  }

  #w-node-b82906c1-4697-5dd6-a2c1-45740243868f-7e304735 {
    grid-area: 1 / 2 / 3 / 3;
    align-self: auto;
    justify-self: end;
  }

  #w-node-_5b28a0bb-29a8-8176-c5ed-cbf5df527b41-7e304735 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
  }

  #w-node-_527936a8-ef2e-16b9-33cf-16047dc651bf-7e304735, #w-node-_7e99ae0e-09a5-1140-0e45-1f23b95d93a0-7e304735 {
    align-self: start;
    justify-self: center;
  }

  #w-node-_7e99ae0e-09a5-1140-0e45-1f23b95d9392-7e304735 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
  }

  #w-node-cc1f211c-6503-4f45-627c-3ab001c2afd3-7e304735 {
    grid-template-rows: 13% 80%;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-_2dee1538-c70c-4953-3844-e1c55624af2c-7e304735 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_66dd148e-87fd-9576-f23a-c9adfa06350d-7e304735 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_66dd148e-87fd-9576-f23a-c9adfa06351f-7e304735 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_66dd148e-87fd-9576-f23a-c9adfa063524-7e304735 {
    grid-row-end: 3;
  }

  #w-node-_0d912263-b62a-3417-4a7b-85551b597d5d-7e304735 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0d912263-b62a-3417-4a7b-85551b597d5e-7e304735 {
    order: 9999;
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
    justify-self: center;
  }

  #w-node-_0d912263-b62a-3417-4a7b-85551b597d60-7e304735 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: auto;
    justify-self: end;
  }

  #w-node-_0d912263-b62a-3417-4a7b-85551b597d62-7e304735 {
    grid-area: 1 / 2 / 2 / 4;
  }

  #w-node-_0d912263-b62a-3417-4a7b-85551b597d64-7e304735 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_8aecd210-f240-b989-b71f-8802c112beca-7e304735 {
    grid-area: 2 / 3 / 3 / 4;
    align-self: end;
  }

  #w-node-_0d912263-b62a-3417-4a7b-85551b597d79-7e304735 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0d912263-b62a-3417-4a7b-85551b597d7a-7e304735 {
    grid-row-end: 3;
  }

  #w-node-feaca193-313a-5ec7-453e-7e66acc47291-7e304735 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-_23dee80a-d1ab-ca1e-c121-9756def53c01-7e304735 {
    align-self: center;
  }

  #w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecdc-7e304735 {
    align-self: center;
    justify-self: center;
  }

  #w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ece8-7e304735 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecde-7e304735 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_0a53bd34-1329-325a-a269-52fb9d2eba03-7e304735 {
    align-self: center;
  }

  #w-node-_0a53bd34-1329-325a-a269-52fb9d2eba20-7e304735 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_0a53bd34-1329-325a-a269-52fb9d2eba21-7e304735 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_0a53bd34-1329-325a-a269-52fb9d2eba28-7e304735 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_28edb7e1-90fb-aa07-e747-1274cdc9b3d4-7e30473e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_83aac583-dd8d-e2f1-df89-bab20d965b17-7e30473e {
    grid-template-rows: 246px 116px;
    grid-template-columns: 1.5fr 1fr;
  }

  #w-node-ce48311d-2e68-19ba-614e-e1fcc0d06d82-7e30473e {
    grid-area: 1 / 2 / 3 / 3;
    align-self: auto;
    justify-self: end;
  }

  #w-node-cc1f211c-6503-4f45-627c-3ab001c2afd3-7e30473e {
    grid-template-rows: 20% 80%;
    grid-template-columns: 1.5fr .75fr;
  }

  #w-node-_2dee1538-c70c-4953-3844-e1c55624af2c-7e30473e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_13bc135d-6373-4bb8-63ee-9f3c24513604-7e30473e {
    grid-template-rows: 27% 65%;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecd9-7e30473e {
    grid-area: 2 / 1 / 3 / 4;
    grid-template-rows: 59% 3px 15%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-self: end;
  }

  #w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecfa-7e30473e {
    grid-column: span 3 / span 3;
  }

  #w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecfd-7e30473e {
    grid-column: span 1 / span 1;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190706-4798cd5b {
    align-self: center;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190723-4798cd5b {
    align-self: center;
    justify-self: center;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190724-4798cd5b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e219072b-4798cd5b {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e7772-4798cd5b {
    align-self: center;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e778f-4798cd5b {
    align-self: center;
    justify-self: center;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e7790-4798cd5b {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e7797-4798cd5b {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190706-77b979f0 {
    align-self: center;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190723-77b979f0 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190724-77b979f0 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e219072b-77b979f0 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e7772-77b979f0 {
    align-self: center;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e778f-77b979f0 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e7790-77b979f0 {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e7797-77b979f0 {
    grid-area: 1 / 4 / 2 / 5;
  }
}

@media screen and (max-width: 767px) {
.button.try-coordinator {
  width: 56vw;
  height: 70px;
  min-height: 0;
  color: var(--midnight-blue);
  text-align: center;
  background-image: linear-gradient(#fff, #fff);
  flex-direction: row;
  flex: 0 auto; 
  align-self: auto;
  align-items: center; 
  margin-right: 40px;
  margin-top:36px;
  margin-bottom:20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 24px;
  display: flex;
  position: static;
}
  #w-node-_28edb7e1-90fb-aa07-e747-1274cdc9b3d4-7e304735 {
    grid-column-end: 2;
  }

  #w-node-c0d144e8-e7c4-87e4-3a0c-6d64862ebde3-7e304735 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_066142c9-d65d-51c0-25c2-278d9f211e91-7e304735 {
    grid-area: 2 / 2 / 4 / 3;
  }

  #w-node-baf71fcf-cf13-b324-4988-7f7ffe3982ed-7e304735 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b82906c1-4697-5dd6-a2c1-457402438686-7e304735 {
    grid-template-rows: 246px 116px;
    grid-template-columns: 1.5fr 1.5fr;
  }

  #w-node-b82906c1-4697-5dd6-a2c1-45740243868f-7e304735 {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-cc1f211c-6503-4f45-627c-3ab001c2afd3-7e304735 {
    grid-template-rows: 10% 90%;
    grid-template-columns: 1.5fr .75fr;
  }

  #w-node-_2dee1538-c70c-4953-3844-e1c55624af2c-7e304735 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_66dd148e-87fd-9576-f23a-c9adfa06352d-7e304735, #w-node-_2c1b4bcf-36fb-7669-dbbf-e2d6dc36e8df-7e304735 {
    align-self: start;
    justify-self: start;
  }

  #w-node-_0d912263-b62a-3417-4a7b-85551b597d5f-7e304735 {
    align-self: start;
  }

  #w-node-_0d912263-b62a-3417-4a7b-85551b597d60-7e304735 {
    grid-area: 2 / 2 / 3 / 3;
    align-self: auto;
    justify-self: end;
  }

  #w-node-_0d912263-b62a-3417-4a7b-85551b597d64-7e304735 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_0d912263-b62a-3417-4a7b-85551b597d83-7e304735, #w-node-feaca193-313a-5ec7-453e-7e66acc47298-7e304735 {
    align-self: start;
    justify-self: start;
  }

  #w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecf9-7e304735, #w-node-_0a53bd34-1329-325a-a269-52fb9d2eba31-7e304735 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: auto;
  }

  #w-node-_28edb7e1-90fb-aa07-e747-1274cdc9b3d4-7e30473e {
    grid-column-end: 2;
  }

  #w-node-c0d144e8-e7c4-87e4-3a0c-6d64862ebde3-7e30473e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_066142c9-d65d-51c0-25c2-278d9f211e91-7e30473e {
    grid-area: 2 / 2 / 4 / 3;
  }

  #w-node-baf71fcf-cf13-b324-4988-7f7ffe3982ed-7e30473e {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_83aac583-dd8d-e2f1-df89-bab20d965b17-7e30473e {
    grid-template-rows: 246px 116px;
    grid-template-columns: 1.5fr 1.5fr;
  }

  #w-node-ce48311d-2e68-19ba-614e-e1fcc0d06d82-7e30473e {
    grid-area: 1 / 2 / 3 / 3;
  }

  #w-node-cc1f211c-6503-4f45-627c-3ab001c2afd3-7e30473e {
    grid-template-rows: 10% 90%;
    grid-template-columns: 1.5fr .75fr;
  }

  #w-node-_2dee1538-c70c-4953-3844-e1c55624af2c-7e30473e {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-e8e3691e-41ce-f4e7-eb9d-1d3af9f3ecf9-7e30473e {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: auto;
  }

  #w-node-b12157b3-506c-0f5d-1091-db67d71fb33d-7e30473e {
    grid-column: span 2 / span 2;
  }

  #w-node-b12157b3-506c-0f5d-1091-db67d71fb33f-7e30473e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b12157b3-506c-0f5d-1091-db67d71fb34c-7e30473e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b12157b3-506c-0f5d-1091-db67d71fb36a-7e30473e {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-b12157b3-506c-0f5d-1091-db67d71fb384-7e30473e {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_15895672-1ebc-df7d-f460-b2f4e2190734-4798cd5b, #w-node-_135fad3a-edb4-401e-cebc-8b23af1e77a0-4798cd5b, #w-node-_15895672-1ebc-df7d-f460-b2f4e2190734-77b979f0, #w-node-_135fad3a-edb4-401e-cebc-8b23af1e77a0-77b979f0 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
.button.try-coordinator {
width: 60vw;
    height: 50px;
    min-height: 0;
    color: var(--midnight-blue);
    text-align: center;
    background-image: linear-gradient(#fff, #fff);
    flex-direction: row;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    margin-right: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    display: flex;
    position: static;
}
  #w-node-_932bb13d-66d0-bae7-2e52-ac8bfbddfb29-7e304735 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7e99ae0e-09a5-1140-0e45-1f23b95d9391-7e304735 {
    grid-area: 1 / 1 / 2 / 3;
    align-self: start;
  }

  #w-node-_7e99ae0e-09a5-1140-0e45-1f23b95d9392-7e304735 {
    grid-area: 1 / 2 / 2 / 3;
    align-self: auto;
  }

  #w-node-f3fdb647-7147-adb3-baa4-1ad12707c12f-7e304735, #w-node-f3fdb647-7147-adb3-baa4-1ad12707c12c-7e304735 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_66dd148e-87fd-9576-f23a-c9adfa063526-7e304735, #w-node-_2c1b4bcf-36fb-7669-dbbf-e2d6dc36e8d8-7e304735 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0d912263-b62a-3417-4a7b-85551b597d5f-7e304735 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_0d912263-b62a-3417-4a7b-85551b597d60-7e304735 {
    grid-row: 3 / 4;
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-_0d912263-b62a-3417-4a7b-85551b597d62-7e304735 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_8aecd210-f240-b989-b71f-8802c112beca-7e304735 {
    grid-area: 2 / 3 / 4 / 4;
    align-self: end;
  }

  #w-node-_0d912263-b62a-3417-4a7b-85551b597d79-7e304735 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0d912263-b62a-3417-4a7b-85551b597d7c-7e304735, #w-node-feaca193-313a-5ec7-453e-7e66acc47291-7e304735 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0a53bd34-1329-325a-a269-52fb9d2eba20-7e304735 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-a3deaefa-2a4b-21bb-df64-da249385b63e-72fc3e80 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
  }

  #w-node-ac7781fb-8c3b-9016-1108-87f37114be4c-72fc3e80 {
    justify-self: end;
  }

  #w-node-_932bb13d-66d0-bae7-2e52-ac8bfbddfb29-7e30473e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-f3fdb647-7147-adb3-baa4-1ad12707c12f-7e30473e, #w-node-f3fdb647-7147-adb3-baa4-1ad12707c12c-7e30473e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-b12157b3-506c-0f5d-1091-db67d71fb33f-7e30473e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-b12157b3-506c-0f5d-1091-db67d71fb341-7e30473e {
    justify-self: auto;
  }

  #w-node-b12157b3-506c-0f5d-1091-db67d71fb34c-7e30473e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-b12157b3-506c-0f5d-1091-db67d71fb36a-7e30473e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b12157b3-506c-0f5d-1091-db67d71fb374-7e30473e, #w-node-b12157b3-506c-0f5d-1091-db67d71fb37b-7e30473e {
    align-self: start;
  }

  #w-node-b12157b3-506c-0f5d-1091-db67d71fb384-7e30473e {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: auto;
  }

  #w-node-_135fad3a-edb4-401e-cebc-8b23af1e778f-4798cd5b, #w-node-_135fad3a-edb4-401e-cebc-8b23af1e778f-77b979f0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }
}



.paddingbottom_42px{
    width: auto;
    height: 20px;
    color: var(--midnight-blue);
    background-image: url(../images/Icon-feather-check-circle.svg);
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-bottom: 15px;
    padding-left: 30px;
    font-family: Catamaran, sans-serif;
    font-size: 16px;
    padding-bottom:42px !important;}

.image-emailconfirmation {
  width: 40% !important;
}
@media (min-width: 1200px) and (max-width: 1328px) {
  .spacer {
    height: 50px; /* or whatever spacing you need */
  }
}
@media (min-width: 802px) and (max-width: 990px) {
  .spaceruu {
    padding-top: 40px; /* or whatever spacing you need */
  }
}


/* ============================================
   RESPONSIVE IMPROVEMENTS
   ============================================ */

/* Ensure all images are responsive */
img {
  max-width: 100%;
  height: auto;
}

/* Flexible containers */
.container,
.section-audience,
.cta-section {
  width: 90%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive text scaling */
@media (max-width: 768px) {
  h1, .heading {
    font-size: clamp(1.5rem, 5vw, 3rem);
  }
  
  h2 {
    font-size: clamp(1.25rem, 4vw, 2rem);
  }
  
  p, .cta-text {
    font-size: clamp(0.9rem, 3vw, 1.1rem);
  }
}

/* Fix overflow issues */
* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

/* Responsive padding and margins */
@media (max-width: 479px) {
  .section-audience {
    padding: 30px 15px;
  }
  
  .feature-section,
  .feature-section-carousel {
    margin: 30px 0;
    gap: 15px;
  }
}

/* Better button scaling */
@media (max-width: 768px) {
    .button {
        width: 360px !important;
        min-height: 40px;
        background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
        color: #fff;
        align-items: center;
        padding: 20px;
        font-size: 24px;
    }
.headingsm { 
    margin-top: 94px;}
}

/* ========================= */
/* CUSTOM RESPONSIVE STYLES */
/* ========================= */

/* Mobile button optimization (max-width: 479px) */
@media (max-width: 479px) {
  .button,
  .cta-button {
    min-width: 120px;
    padding: 10px 16px;
    font-size: 0.9rem;
  }
  .navigation { 
    height: 10%;}
  .navbar-shadow { 
    height: 10%;}
}

/* Tablet range optimization (768px - 991px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navigation { 
    height: 14%;
  }
      #w-node-b82906c1-4697-5dd6-a2c1-457402438686-7e304735 {
        grid-template-rows: 32% 116px;
        grid-template-columns: 1.5fr 1fr;
    }
  .navbar-shadow {
    height: 14%;
  }
    #w-node-b82906c1-4697-5dd6-a2c1-457402438686-7e304735 {
    grid-template-rows: 80% auto;
    grid-template-columns: 1.5fr 1fr;
  }
  
  .title-challenges-section { 
    padding-top: 10px;
    padding-left: 5%; 
    font-size: 280%; 
  }
  
  .coordinator-logo-ico-footer-md-kontakt {
    position: absolute;
    top: -36%;
    right: 1%;
    width: 100px;
    max-width: 30%;
    height: auto;
    z-index: 100;
  } 
  .button {
        width: 360px !important;
        min-height: 40px;
        background-image: linear-gradient(to bottom, var(--dark-slate-blue), var(--dark-slate-blue));
        color: #fff;
        align-items: center;
        padding: 20px;
        font-size: 24px;
    }
}

@media screen and (min-width: 900px) and (max-width: 1279px)  {
   
      #w-node-b82906c1-4697-5dd6-a2c1-457402438686-7e304735 {
        grid-template-rows: 70% 116px;
        grid-template-columns: 1.5fr 1fr;
    }
}

@media screen and (min-width: 992px) and (max-width: 1279px)  {
    #w-node-b82906c1-4697-5dd6-a2c1-457402438686-7e304735 {
    grid-template-rows: 80% auto;
    grid-template-columns: 1.5fr 1fr;
    }
.logo {
  width: auto;
  height: 6rem;
  padding-bottom:1px;
  cursor: pointer;
  object-fit: contain;
}
}

/* Medium desktop range (1280px - 1439px) - Grid positioning fix */
@media screen and (min-width: 1280px) and (max-width: 1439px) {
   
  /* Alternative approach: Fix the hero section padding for this breakpoint */
  .hero.tablet {
   /* margin-top: 50px; /* Reduced from 100px */
  }
      .hero { 
        padding-top: 10%; 
    }
  .paddingtop_60px {
    padding-top: 0px !important; /* Reduced padding to compensate */
  }
    #w-node-b82906c1-4697-5dd6-a2c1-457402438686-7e304735 {
    grid-template-rows: 63% 0%;
    grid-template-columns: 1.5fr 1fr;
  }
.logo {
  width: auto;
  height: 8rem;
  padding-bottom:1px;
  cursor: pointer;
  object-fit: contain;
}
}

/* Large desktop range (1440px - 1919px) - Grid optimization */
@media screen and (min-width: 1440px) and (max-width: 1919px) {
  #w-node-b82906c1-4697-5dd6-a2c1-457402438686-7e304735 {
    grid-template-rows: 60% auto;
    grid-template-columns: 1.5fr 1fr;
  }
  
.logo {
  width: auto;
  height: 8rem;
  padding-bottom:1px;
  cursor: pointer;
  object-fit: contain;
}
}
 
/* Large desktop range (1440px - 1919px) - Grid optimization */
@media screen and (min-width: 1920px) {
  #w-node-b82906c1-4697-5dd6-a2c1-457402438686-7e304735 {
    grid-template-rows: 60% auto;
    grid-template-columns: 1.5fr 1fr;
  }
  
.logo {
  width: auto;
  height: 8rem;
  padding-bottom:1px;
  cursor: pointer;
  object-fit: contain;
}
}
 
/* iPad Pro Portrait ONLY - Not desktop */
@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: portrait) {
  .hero.tablet {
    margin-top: 0px !important;
  }
  
  .hero {
    margin-top: 0px !important;
  }
  
  .navbar-shadow { 
    height: 12%;
  }
  
  .navigation {
    top: 0 !important;
    height: 12%;
  }
}

/* Desktop 1024 (landscape) - Keep normal styles */
@media screen and (min-width: 1024px) and (max-width: 1024px) and (orientation: landscape) {
  /* Desktop at 1024px gets normal desktop styles */
  .navigation {
    height: 20%; /* Normal desktop height */
  }
  
  .navbar-shadow {
    height: 20%;
  }
}
.faq-text {  
    letter-spacing: -.02em;
    margin-bottom: 10px;
    font-family: Muli, sans-serif;
    font-size: 20px;
    line-height: 1.6;
}