:root {
  --black: black;
  --white: white;
  --flowui-component-library--gray-400: #b6b9ce;
  --primary: #ff5578;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--gray-700: #282556;
}

body {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 44px;
}

a {
  color: var(--black);
  text-decoration: none;
}

.section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  perspective: 800px;
  background-image: url('../images/AI_Challenger_Toolkit_ECR-2.png'), linear-gradient(#f7f7f7, #f7f7f7);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  padding-top: 140px;
  display: flex;
  position: relative;
}

.section:focus {
  color: var(--white);
}

.dog {
  z-index: 2;
  display: block;
  position: absolute;
  transform: translate(-78px, -110px);
}

.jump {
  transform-style: preserve-3d;
  position: absolute;
  transform: translate(0);
}

.circle {
  z-index: -30;
  transform-style: preserve-3d;
  background-color: #303849;
  background-image: radial-gradient(circle at 70% 40%, #fff6, #fff0);
  border-radius: 10000px;
  width: 260px;
  height: 260px;
  position: absolute;
  transform: translate3d(0, 0, -214px);
}

.circle.blue {
  filter: none;
  transform-style: preserve-3d;
  background-color: #dfdfdf;
  width: 100px;
  height: 100px;
  transform: translate3d(-120px, 80px, -200px);
}

.actions {
  grid-column-gap: 39px;
  grid-row-gap: 39px;
  text-align: center;
  transform-style: preserve-3d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  transform: translate3d(0, 161px, 143px);
}

.button {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: 1px;
  transform-style: preserve-3d;
  border-radius: 90px;
  padding: 12px 32px;
  font-weight: 400;
  transition: background-color .3s, transform .3s;
  transform: translate3d(0, -8px, 60px);
}

.button:hover {
  background-color: var(--flowui-component-library--gray-400);
  color: var(--black);
  transform: translate3d(0, -12px, 70px);
}

.image {
  transform-style: preserve-3d;
  max-width: 480px;
  position: absolute;
  transform: translate3d(0, -40px, 30px);
}

.square {
  z-index: -10;
  transform-style: preserve-3d;
  background-color: #b2cf2f;
  width: 180px;
  height: 180px;
  position: absolute;
  transform: translate3d(80px, -60px, -40px)rotate(45deg);
}

.square.blue {
  z-index: 10;
  transform-style: preserve-3d;
  background-color: #2f75cf;
  width: 60px;
  height: 60px;
  transform: translate3d(-90px, 80px, 60px)rotate(45deg);
}

.div-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.link {
  color: #707070;
  border-bottom: 2px solid #0000;
  margin-bottom: 0;
  padding: 12px;
}

.link.w--current {
  color: var(--black);
  border-bottom: 2px solid #000;
}

.link-secondary {
  transform-style: preserve-3d;
  font-size: 12px;
  transform: translate3d(0, -8px, 100px);
}

.heading {
  color: var(--white);
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
}

.social-icons {
  display: flex;
}

.social-icons.vertical-right-icons {
  flex-direction: column;
  justify-content: center;
  margin-right: -1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.social-icon-container {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: -1px;
  margin-right: -1px;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-icon-container.w--current {
  background-color: var(--flowui-component-library--gray-400);
}

.social-icon-hover {
  position: absolute;
  transform: translate(0, 32px);
}

.body {
  background-image: url('../images/abey_circle.png'), linear-gradient(#00000080, #00000080);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
}

.heading-2 {
  color: var(--primary);
  margin-top: -200px;
}

.ikonik-1o4ce {
  color: #fff;
}

.f-button-icon-r {
  grid-column-gap: 12px;
  background-color: var(--flowui-component-library--gray-900);
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.f-button-icon-r:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-button-icon-r:focus {
  outline-color: var(--flowui-component-library--gray-400);
  outline-offset: 0px;
  outline-width: 2px;
  outline-style: solid;
}

.f-button-arrow {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.ikonik-grbh9 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  .section {
    background-image: url('../images/AI_Challenger_Toolkit_ECR-2.png'), linear-gradient(to bottom, null, null);
    background-position: 0%, 0 0;
  }

  .jump {
    max-width: 340px;
  }

  .actions {
    transform: translate3d(0, 150px, 143px);
  }

  .div-block {
    padding: 8px 0;
    font-size: 12px;
    top: 0;
    bottom: auto;
  }

  .link {
    padding: 8px;
  }

  .heading {
    padding-top: 23px;
    font-size: 35px;
  }

  .link-block-2 {
    flex: 0 auto;
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 22px;
  }

  .section {
    background-image: url('../images/AI_Challenger_Toolkit_ECR-2.png'), linear-gradient(#0000, #0000);
    background-position: 0%, 0 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    position: relative;
    inset: 0%;
  }

  .dog {
    max-width: 150px;
    transform: translate(-50px, -110px);
  }

  .jump {
    max-width: 250px;
    transform: translate3d(20px, -10px, 80px);
  }

  .actions {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    line-height: 10px;
    position: absolute;
    inset: 0% 0% auto;
    transform: translate3d(0, 132px, 143px);
  }

  .button {
    padding: 8px 24px;
    font-size: 12px;
  }

  .image {
    max-width: 340px;
  }

  .square {
    width: 140px;
    height: 140px;
    transform: translate3d(50px, -60px, -40px)rotate(45deg);
  }

  .square.blue {
    transform: translate3d(-50px, 60px, 60px)rotate(45deg);
  }

  .link-secondary {
    margin-top: -20px;
  }

  .heading {
    margin-top: 0;
    font-size: 24px;
  }

  .social-icon-container.w--current {
    background-color: #777;
  }

  .heading-2 {
    font-size: 16px;
    line-height: 12px;
  }

  .link-block {
    margin-top: -18px;
    margin-left: 0;
  }

  .link-block-2 {
    margin-top: -24px;
    padding-top: 0;
  }
}


