.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px
}

@media screen and (max-width: 1023.98px) {
  .container {
    max-width: 500px
  }
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 1440px;
    padding-left: 56px;
    padding-right: 56px
  }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

img, fieldset, a img {
  border: none
}

input[type=text], input[type=email], input[type=tel], textarea {
  -webkit-appearance: none
}

input[type=submit], button {
  cursor: pointer
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

input, button {
  margin: 0;
  padding: 0;
  border: 0
}

div, input, textarea, select, button, h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none
}

ul, ol {
  list-style-type: none
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
  padding: 0
}

a {
  display: block;
  text-decoration: none;
  color: inherit
}

a:hover {
  text-decoration: none
}

html {
  scroll-behavior: smooth
}

body {
  color: #FFF;
  background-color: #111;
  font-size: 16px;
  font-family: "IBM Plex Mono", monospace
}

@media screen and (min-width: 1024px) {
  body {
    background-image: url("/images/hero_bg-desk.svg");
    background-repeat: no-repeat;
    background-size: 1158px 968px;
    background-position: center 15px
  }
}

section {
  position: relative
}

h1 {
  font-family: "Archivo", sans-serif;
  font-size: 83px
}

h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Archivo", sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 24px
  }

  h1 {
    font-size: 170px
  }

  h2 {
    font-size: 51px
  }
}

.contactUs-btn, .course-button, .discuss-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #2CD1DC;
  background-color: #111;
  color: #E1E1E1;
  font-family: "Archivo", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1)
}

.contactUs-btn .btn-icon, .course-button .btn-icon, .discuss-btn .btn-icon, .contactUs-btn .btn-icon-hover, .course-button .btn-icon-hover, .discuss-btn .btn-icon-hover {
  width: 16px;
  height: 16px;
  margin-left: 5px;
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1)
}

.contactUs-btn .btn-icon-hover, .course-button .btn-icon-hover, .discuss-btn .btn-icon-hover {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0
}

.contactUs-btn:hover, .course-button:hover, .discuss-btn:hover, .contactUs-btn:focus, .course-button:focus, .discuss-btn:focus {
  color: #2CD1DC;
  border-color: #FFF
}

.contactUs-btn:hover .btn-icon, .course-button:hover .btn-icon, .discuss-btn:hover .btn-icon, .contactUs-btn:focus .btn-icon, .course-button:focus .btn-icon, .discuss-btn:focus .btn-icon {
  opacity: 0
}

.contactUs-btn:hover .btn-icon-hover, .course-button:hover .btn-icon-hover, .discuss-btn:hover .btn-icon-hover, .contactUs-btn:focus .btn-icon-hover, .course-button:focus .btn-icon-hover, .discuss-btn:focus .btn-icon-hover {
  opacity: 1
}

@media screen and (min-width: 1024px) {
  .contactUs-btn, .course-button, .discuss-btn {
    font-size: 24px;
    padding-bottom: 10px
  }

  .contactUs-btn .btn-icon, .course-button .btn-icon, .discuss-btn .btn-icon, .contactUs-btn .btn-icon-hover, .course-button .btn-icon-hover, .discuss-btn .btn-icon-hover {
    width: 25px;
    height: 25px;
    margin-left: 16px
  }
}

.contactUs-section::after, .course-section::after, .verticals-section::after, .whyAfflitech-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 12px;
  height: 1px;
  background-color: #FFF
}

@media screen and (min-width: 1024px) {
  .contactUs-section::after, .course-section::after, .verticals-section::after, .whyAfflitech-section::after {
    top: 25px
  }
}

.header {
  padding: 24px 17px
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -16px auto;
  font-size: 12px
}

@media screen and (max-width: 1023.98px) {
  .nav-list {
    max-width: 360px
  }
}

.nav-link {
  padding: 16px 13px;
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1)
}

.nav-link:hover, .nav-link:focus {
  color: #2CD1DC
}

@media screen and (min-width: 1024px) {
  .header {
    padding: 56px 40px
  }

  .header nav {
    width: 455px;
    margin-left: auto
  }

  .nav-list {
    margin: -16px;
    font-size: 18px
  }
}

.hero {
  padding-top: 32px;
  padding-bottom: 64px
}

@media screen and (max-width: 1023.98px) {
  .hero {
    background-image: url("/images/affilitech_bg-mobile.png");
    background-repeat: no-repeat;
    background-position: 0px 35px;
    background-size: 206px 335px
  }
}

.hero-title {
  max-width: 316px;
  margin-bottom: 120px;
  font-weight: 400
}

.hero-title-tech {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto
}

.hero-text {
  margin-bottom: 24px
}

@media screen and (min-width: 1024px) {
  .hero {
    padding-top: 24px;
    padding-bottom: 72px
  }

  .hero-title {
    max-width: 584px
  }

  .hero-inner {
    max-width: 664px;
    margin-left: auto
  }

  .hero-text {
    margin-bottom: 32px
  }
}

.whyAfflitech-section {
  background-color: #2CD1DC
}

.whyAfflitech-section::after {
  top: 68px;
  width: calc(100% - 250px)
}

@media (min-width: 500px) {
  .whyAfflitech-section::after {
    width: 50%
  }
}

.whyAfflitech {
  padding: 56px 24px
}

.whyAfflitech-title {
  margin-bottom: 40px
}

.whyAfflitech-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 24px 32px 32px;
  border-radius: 10px;
  height: 255px;
  background-color: #6BF1FA;
  color: #000;
  font-weight: 400
}

@media screen and (max-width: 1023.98px) {
  .whyAfflitech-item:not(:last-child) {
    margin-bottom: 16px
  }
}

.whyAfflitech-icon-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%
}

.whyAfflitech-icon {
  width: 96px;
  height: 96px
}

.whyAfflitech-text {
  max-width: 213px
}

@media screen and (min-width: 1024px) {
  .whyAfflitech-section::after {
    top: 123px;
    width: calc(100% - 519px)
  }
}

@media screen and (min-width: 1024px)and (min-width: 1440.01px) {
  .whyAfflitech-section::after {
    width: calc(50% + 200px)
  }
}

@media screen and (min-width: 1024px) {
  .whyAfflitech {
    padding: 96px 56px
  }

  .whyAfflitech-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -12px -8px
  }

  .whyAfflitech-item {
    max-width: 432px;
    width: 100%;
    width: calc((100% - 48px) / 3);
    min-height: 314px;
    padding: 32px 40px 32px 32px;
    margin: 12px 8px;
    font-size: 20px
  }

  .whyAfflitech-icon {
    width: 136px;
    height: 136px
  }
}

.verticals-section {
  background-color: #2CD1DC
}

.verticals-section::after {
  width: calc(100% - 171px)
}

@media (min-width: 500px) {
  .verticals-section::after {
    width: calc(50% + 78px)
  }
}

.verticals {
  padding: 0 24px 64px;
  margin-top: -1px;
  margin-bottom: -1px
}

.verticals-title {
  margin-bottom: 40px
}

.verticals-list {
  margin-left: auto;
  margin-right: auto;
  color: #000;
  font-family: "Archivo", sans-serif;
  font-size: 36px;
  line-height: .7;
  text-transform: uppercase
}

@media screen and (max-width: 1023.98px) {
  .verticals-list {
    max-width: 380px
  }
}

.verticals-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  width: 100%;
  height: 60px;
  padding: 0 16px;
  border-radius: 10px;
  background-color: #FFF;
  background-repeat: no-repeat
}

.verticals-item:nth-child(1) {
  background-image: url("/images/svg-icons/verticals-bg/icon-hearts_bg.svg");
  background-position: 16px 0
}

.verticals-item:nth-child(2) {
  background-image: url("/images/svg-icons/verticals-bg/icon-cross_bg.svg");
  background-position: right 16px top 0
}

@media screen and (max-width: 1023.98px) {
  .verticals-item:nth-child(2) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

@media screen and (max-width: 1023.98px) {
  .verticals-item:not(:last-child) {
    margin-bottom: 19px
  }
}

.verticals-item div {
  margin-bottom: -0.5px
}

@media screen and (min-width: 1024px) {
  .verticals-section::after {
    width: calc(100% - 353px)
  }
}

@media screen and (min-width: 1024px)and (min-width: 1440.01px) {
  .verticals-section::after {
    width: calc(50% + 367px)
  }
}

@media screen and (min-width: 1024px) {
  .verticals {
    padding: 0 56px 120px
  }

  .verticals-title {
    margin-bottom: 57px
  }

  .verticals-title::after {
    width: calc(100% - 241px)
  }

  .verticals-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    font-size: 72px
  }

  .verticals-item {
    max-width: 656px;
    height: 120px
  }

  .verticals-item:nth-child(1) {
    background-image: url("/images/svg-icons/verticals-bg/icon-hearts_bg_desktop.svg");
    background-size: contain;
    background-position: 24px 0
  }

  .verticals-item:nth-child(2) {
    background-image: url("/images/svg-icons/verticals-bg/icon-cross_bg_desktop.svg");
    background-size: contain;
    background-position: 24px 0
  }

  .verticals-item div {
    margin-bottom: -1.3px
  }
}

.course-section {
  background-color: #2CD1DC;
  padding-bottom: 64px
}

.course-section::after {
  top: 39px;
  width: calc(100% - 182px)
}

@media (min-width: 500px) {
  .course-section::after {
    width: calc(50% + 68px)
  }
}

.course-title {
  width: 150px;
  margin-bottom: 28px
}

@media screen and (max-width: 1023.98px) {
  .course-text {
    margin-bottom: 10px
  }
}

.course-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #2CD1DC;
  color: #242424;
  border-color: #242424
}

.course-button:hover, .course-button:focus {
  color: #FFF
}

.course-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 280px
}

@media screen and (max-width: 1023.98px) {
  .course-inner {
    margin-bottom: 32px
  }
}

.course-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 16px
}

.course-item {
  min-height: 196px;
  padding: 32px 32px 0 32px;
  border-radius: 10px;
  background-color: #1CA2AC
}

.course-number {
  display: block;
  font-family: "Archivo", sans-serif;
  font-size: 72px;
  line-height: .8;
  margin-bottom: 40px
}

@media screen and (min-width: 1024px) {
  .course-section::after {
    top: 27px;
    width: calc(100% - 867px)
  }
}

@media screen and (min-width: 1024px)and (min-width: 1440.01px) {
  .course-section::after {
    width: calc(50% - 148px)
  }
}

@media screen and (min-width: 1024px) {
  .course-title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 50px
  }

  .course-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 34px;
    -moz-column-gap: 34px;
    column-gap: 34px
  }

  .course-inner {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    max-width: 290px
  }

  .course-list {
    max-width: 992px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px
  }

  .course-item {
    max-width: 320px;
    min-height: 220px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }

  .course-number {
    margin-bottom: 23px
  }
}

.contactUs-section::after {
  top: 52px;
  width: calc(100% - 192px)
}

@media (min-width: 500px) {
  .contactUs-section::after {
    width: calc(50% + 58px)
  }
}

@media screen and (max-width: 1023.98px) {
  .contactUs-section::after {
    display: none
  }
}

.contactUs {
  padding-top: 40px;
  padding-bottom: 64px
}

.contactUs-title {
  margin-bottom: 24px
}

@media screen and (max-width: 1023.98px) {
  .contactUs-description {
    margin-bottom: 24px
  }
}

.contactUs-input {
  width: 100%;
  border-bottom: 1px solid #FFF;
  margin-bottom: 24px;
  padding: 0 4px 8px;
  background-color: #111;
  color: #FFF;
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1)
}

.contactUs-input:focus {
  border-color: #2CD1DC
}

.contactUs-texterea {
  min-height: 27px;
  max-width: 100%;
  width: 100%;
  max-height: 109px;
  margin-bottom: 24px;
  padding: 0 4px 8px;
  border: none;
  border-bottom: 1px solid #FFF;
  background-color: #111;
  color: #FFF;
  font-family: "IBM Plex Mono", monospace;
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1)
}

.contactUs-texterea:focus {
  border-color: #2CD1DC
}

.contactUs-btn {
  margin-left: auto
}

@media screen and (min-width: 1024px) {
  .contactUs-section::after {
    top: 123px;
    width: calc(100% - 396px)
  }
}

@media screen and (min-width: 1024px)and (min-width: 1440.01px) {
  .contactUs-section::after {
    width: calc(50% + 323px)
  }
}

@media screen and (min-width: 1024px) {
  .contactUs {
    padding-top: 96px;
    padding-bottom: 120px
  }

  .contactUs-wrapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px
  }

  .contactUs-description {
    max-width: 432px;
    width: 100%
  }

  .contactUs-form {
    max-width: 768px
  }

  .contactUs-input {
    margin-bottom: 32px;
    padding: 0 8px 21px;
    font-size: 24px;
    background-color: #111;
    color: #FFF
  }

  .contactUs-texterea {
    min-width: 768px;
    min-height: 47px;
    margin-bottom: 32px;
    font-size: 24px
  }
}

footer {
  background-color: #000
}

.footer {
  padding-top: 16px;
  padding-bottom: 24px;
  font-family: "Archivo", sans-serif
}

.footer-wrapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px
}

.footerLinks-list {
  color: #8E8E8E;
  font-size: 8px;
  font-weight: 400
}

.footerLinks-link {
  padding: 4px;
  -webkit-transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1)
}

.linkedin-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  height: 8px
}

.linkedin-text {
  margin-right: 8px;
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 400
}

.linkedin-icon {
  width: 8px;
  height: 8px
}

.footer_logo-wrap {
  text-align: center
}

.footer_logo-text {
  font-size: 10px;
  font-weight: thin;
  color: #595959
}

.linkedin-desktop-link, .footerLinks-list-desktop {
  display: none
}

.footer-logo {
  font-size: 36px;
  font-weight: 500;
  color: #2cd1dc;

  span {
    font-weight: 100;
  }
}

@media screen and (min-width: 1024px) {
  .footer {
    padding-top: 42px;
    padding-bottom: 64px
  }

  .footer-wrapp {
    display: none
  }

  .footer_logo-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 61px
  }

  .footer_logo-text {
    width: 196px;
    margin-left: 16px;
    font-size: 17px;
    text-align: start
  }

  .linkedin-desktop-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .linkedin-text {
    font-size: 24px;
    text-transform: uppercase;
    margin-right: 8px
  }

  .linkedin-icon {
    width: 16px;
    height: 16px
  }

  .footerLinks-list-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #8E8E8E
  }

  .footerLinks-link {
    padding: 8px
  }
}

/*# sourceMappingURL=main.min.css.map */