@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Book.eot') format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-slate-grey: #25455a;
  --dark-turquoise: #48bacb;
  --midnight-blue: #122c3d;
  --gainsboro: #dae5e7;
}

.header {
  background-color: var(--dark-slate-grey);
  padding-left: 10px;
  padding-right: 10px;
}

.footer {
  background-color: var(--dark-slate-grey);
  height: auto;
  min-height: 300px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.navbar {
  background-color: var(--dark-slate-grey);
}

.menu-link {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Gotham, sans-serif;
  font-weight: 400;
}

.menu-link.w--current {
  color: var(--dark-turquoise);
  font-family: Gotham, sans-serif;
}

.brand {
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 0;
  display: block;
}

.subheader-block-home {
  background-color: var(--dark-slate-grey);
  background-image: url('../images/aeda-bg4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 440px;
  padding-top: 100px;
  padding-bottom: 60px;
}

.heading-main {
  color: #25455a;
  text-align: center;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.paragraph {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-weight: 300;
}

.button {
  background-color: var(--dark-slate-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 2px;
  margin-top: 20px;
  padding: 14px 24px;
  font-family: Gotham, sans-serif;
  font-size: 12px;
  box-shadow: 0 10px 10px -7px #25455a69;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-home {
  background-color: var(--gainsboro);
  padding-top: 40px;
  padding-bottom: 40px;
}

.paragraph-2 {
  color: var(--dark-slate-grey);
  text-align: center;
  font-family: Gotham, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.h2 {
  color: var(--dark-slate-grey);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Gotham, sans-serif;
}

.white-text-footer {
  color: #fff;
  padding-top: 20px;
  font-family: Gotham, sans-serif;
}

.solutions {
  padding-bottom: 40px;
}

.h3 {
  color: var(--dark-slate-grey);
  font-family: Gotham, sans-serif;
  font-weight: 400;
}

.paragraph-solutions {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-weight: 300;
}

.column-0 {
  background-color: #0000;
  height: 270px;
  padding: 20px;
}

.button-s {
  background-color: var(--dark-slate-grey);
  letter-spacing: 0;
  text-transform: none;
  border-radius: 2px;
  padding: 14px 24px;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  box-shadow: 0 10px 10px -7px #25455a69;
}

.column-2 {
  background-color: #0000;
  height: auto;
  padding: 20px;
}

.columns {
  padding-top: 20px;
  padding-bottom: 20px;
}

.column-2-copy {
  background-color: #0000;
  height: auto;
}

.footer-menu-link {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  list-style-type: none;
}

.link {
  color: #fff;
  font-family: Gotham, sans-serif;
  text-decoration: none;
}

.link.w--current {
  color: #48bacb;
}

.container-inner {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.subheader-block-inner {
  background-color: var(--dark-slate-grey);
  background-image: url('../images/aeda-bg4.png');
  background-position: 50%;
  background-size: auto;
  height: auto;
  min-height: 400px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.h1-inner {
  text-align: left;
  font-family: Gotham, sans-serif;
}

.heading-inner {
  color: #25455a;
  text-align: left;
}

.paragraph-inner {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Gotham, sans-serif;
}

.section {
  background-color: var(--dark-slate-grey);
  height: auto;
  min-height: 300px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-details-platform {
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 180px;
  padding: 20px;
  display: flex;
}

.paragraph-block {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Gotham, sans-serif;
}

.subheader-block-inner-small {
  background-color: var(--gainsboro);
  background-image: url('../images/aeda-bg4.png');
  background-position: 50%;
  background-size: cover;
  height: auto;
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-details-platform-padding {
  background-color: var(--gainsboro);
  background-image: url('../images/aeda-logo-placeholder.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  background-attachment: scroll;
  border-radius: 6px;
  height: 180px;
  margin-top: 60px;
}

.white-placeholder {
  background-color: #fff;
  border-radius: 4px;
  height: auto;
  min-height: 150px;
  margin: 10px 40px 20px;
  display: none;
  box-shadow: 0 10px 19px -10px #25455a47;
}

.placeholder {
  background-color: var(--gainsboro);
  background-image: url('../images/aeda-logo-placeholder.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  border-radius: 4px;
  min-height: 270px;
}

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

.block-inner {
  padding-top: 40px;
  padding-bottom: 60px;
}

.copyright-text-footer {
  color: #fff;
  text-align: center;
  font-family: Gotham, sans-serif;
}

.container-2 {
  padding-top: 100px;
}

.text-div-block-home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.heading-main-copy {
  color: #25455a;
  text-align: center;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.heading-main-big {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 60px;
}

.div-block {
  width: 70%;
}

.container-3 {
  padding-left: 60px;
  padding-right: 60px;
}

.image-block {
  max-height: 100%;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.button-center {
  background-color: var(--dark-slate-grey);
  letter-spacing: 0;
  text-transform: none;
  border-radius: 2px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 24px;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  box-shadow: 0 10px 10px -7px #25455a69;
}

.button-center.w--current {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  font-family: Gotham, sans-serif;
}

.rich-text-block {
  color: var(--gainsboro);
  font-family: Gotham, sans-serif;
}

.block-inner-hidden {
  padding-top: 40px;
  padding-bottom: 60px;
  display: none;
}

.paragraph-inner-white {
  color: #dae5e7;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 0;
  font-family: Gotham, sans-serif;
}

.h1-inner-white {
  color: #fff;
  text-align: left;
  font-family: Gotham, sans-serif;
}

.image-details-platform-padding-mhidded {
  background-color: var(--gainsboro);
  background-image: url('../images/aeda-logo-placeholder.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 150px;
  background-attachment: scroll;
  border-radius: 6px;
  height: 180px;
  margin-top: 60px;
}

.block-wide {
  padding-left: 20px;
  padding-right: 20px;
}

.link-name {
  color: var(--midnight-blue);
  font-family: Gotham, sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.image-photo {
  max-height: 100%;
}

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

@media screen and (max-width: 991px) {
  .container, .container-inner {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon {
    color: #fff;
  }

  .text-div-block-home {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .menu-link {
    background-color: var(--dark-slate-grey);
  }

  .menu-link:hover {
    background-color: var(--midnight-blue);
  }

  .menu-link:focus {
    color: var(--gainsboro);
  }

  .subheader-block-home {
    padding-top: 60px;
  }

  .menu-button {
    background-color: var(--dark-slate-grey);
  }

  .menu-button.w--open {
    background-color: var(--midnight-blue);
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .footer {
    height: auto;
    min-height: 300px;
  }

  .subheader-block-home {
    min-height: 300px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading-main {
    font-size: 28px;
    line-height: 34px;
  }

  .list {
    margin-top: 20px;
  }

  .text-div-block-home {
    width: 100%;
  }

  .bold-text {
    font-size: 28px;
    line-height: 24px;
  }

  .heading-main-copy, .heading-main-big {
    font-size: 28px;
    line-height: 34px;
  }

  .image-details-platform-padding-mhidded {
    display: none;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.eot') format('embedded-opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}