@import url("context/context-form.css");
@import url("showcase.css");

.context > .context-intro {
  display: flex;
  flex-direction: column;
  margin-bottom: 81px;
  margin-top: 110px;
  opacity: 0;
}
@media screen and (max-width: 999px) {
  .context > .context-intro {
    margin-bottom: 35px;
    margin-top: 51px;
  }
}
.context > .context-intro.animate {
  animation: fadeUp 1s forwards;
}
.context > .context-intro > h1 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 999px) {
  .context > .context-intro > h1 > div {
    font-size: 32px;
    line-height: 42px;
  }
}
.context > .context-intro > h1 > div:first-of-type > div {
  opacity: 0;
}
.context > .context-intro > h1 > div:first-of-type > div:first-of-type {
  animation: fadeUp 1s forwards;
}
.context > .context-intro > h1 > div:first-of-type > div:last-of-type {
  animation: fadeUp 1s forwards;
  animation-delay: 1s;
}
.context > .context-intro > h1 > div:last-of-type {
  align-self: flex-end;
  animation: fadeUp 1s forwards;
  animation-delay: 2s;
  opacity: 0;
}
@media screen and (max-width: 999px) {
  .context > .context-intro > h1 > div:last-of-type {
    max-width: 189px;
  }
}
.context > .context-intro > h1 > div span {
  display: inline-flex;
  flex-direction: column;
  font-family: Playfair Display;
  font-style: italic;
  font-weight: 500;
  width: -moz-min-content;
  width: min-content;
}
.context > .context-intro > h1 > div span > svg {
  height: 100%;
  margin-top: 2px;
  width: 100%;
}
.context > .context-intro > h1 > div span > svg.first {
  margin-top: -10px;
}
.context > .context-intro > h1 > div span > svg > .line-1 {
  animation: animate-svg-line-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  animation-delay: 0.5s;
}
.context > .context-intro > h1 > div span > svg > .line-2 {
  animation: animate-svg-line-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both;
  animation-delay: 2.5s;
}
.context > .audit {
    opacity: 0;
}
.context > .audit.animate {
  animation: fadeUp 1s forwards;
  animation-delay: 2.5s;
}
@media screen and (max-width: 999px) {
  .context > .audit {
    flex-direction: column;
  }
}
.context > .audit > span {
  font-size: 24px;
}
@media screen and (max-width: 999px) {
  .context > .audit > span {
    font-size: 16px;
  }
}
.context > .audit > div {
  display: flex;
  position: relative;
}
@media screen and (max-width: 999px) {
  .context > .audit > div {
    justify-content: space-between;
    margin-top: 52px;
    width: 100%;
  }
}
.context > .audit > div > svg {
  left: 100px;
  position: absolute;
  top: 10px;
}
@media screen and (max-width: 999px) {
  .context > .audit > div > svg {
    height: auto;
    left: 0;
    top: -40px;
    width: 153px;
  }
}
.context > .audit > div > svg:first-child {
  left: unset;
  margin-top: 80px;
  position: relative;
  top: unset;
}
@media screen and (max-width: 999px) {
  .context > .audit > div > svg:first-child {
    height: auto;
    left: 40%;
    position: absolute;
    top: -120px;
    transform: scale(-1) rotate(-30deg);
    width: 20%;
  }
}
.context > .audit > div > svg > .svg-elem-3 {
  animation: animate-svg-stroke-3 1s ease 0s both;
  animation-delay: 2.5s;
}
.context > .audit > div > svg > .svg-elem-4 {
  animation: animate-svg-stroke-4 1s linear 0s both;
  animation-delay: 2.5s;
}
.context > .audit > div > span {
  font-size: 14px;
  left: 100px;
  position: relative;
  top: 20px;
}
@media screen and (max-width: 999px) {
  .context > .audit > div > span {
    left: unset;
    max-width: 147px;
    top: unset;
  }
}
.context > .audit > div > .get-audit {
  animation: pulse 1s infinite forwards;
  animation-delay: 3s;
  cursor: pointer;
  font-size: 14px;
  font-size: 18px;
  height: -moz-fit-content;
  height: fit-content;
  left: 40px;
  position: relative;
  text-align: center;
  top: 45px;
  transform: rotate(-9deg);
  transition: transform 0.3s ease;
}
.context > .audit > div > .get-audit:hover {
  animation-play-state: paused;
}
@media screen and (max-width: 999px) {
  .context > .audit > div > .get-audit {
    left: unset;
    margin-left: 27px;
    max-width: 82px;
    top: -5px;
  }
}
.context > .about_detailed {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  margin-top: 36px;
  padding-left: 43px;
}
@media screen and (max-width: 999px) {
  .context > .about_detailed {
    margin-top: 40px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .context > .about_detailed {
    padding-left: 20px;
  }
}
.context > .about_detailed > .experience {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 579px;
  opacity: 0;
  position: relative;
}
.context > .about_detailed > .experience.animate {
  animation: fadeUp 1s forwards;
}
.context > .about_detailed > .experience.animate > svg {
  left: -30px;
  position: absolute;
  top: 140px;
}
@media screen and (max-width: 999px) {
  .context > .about_detailed > .experience.animate > svg {
    display: none;
  }
}
.context > .about_detailed > .experience.animate > svg > .arrow-1 {
  animation: animate-svg-stroke-arrow-1 1s cubic-bezier(0.47, 0, 0.745, 0.715)
    0s both;
  animation-delay: 1s;
}
@media screen and (max-width: 999px) {
  .context > .about_detailed > .experience {
    gap: 5px;
    max-width: 100%;
  }
  .context > .about_detailed > .experience > h3 {
    font-size: 20px;
    line-height: 27px;
  }
}
.context > .about_detailed > .experience > h3 > span {
  position: relative;
}
.context > .about_detailed > .experience > h3 > span > svg {
  left: -40px;
  max-width: 201px;
  position: absolute;
  top: -2px;
}
@media screen and (max-width: 999px) {
  .context > .about_detailed > .experience > h3 > span > svg {
    height: auto;
    left: -20px;
    width: 87px;
  }
}
.context > .about_detailed > .experience > h3 > span > svg > .svg-elem-5 {
  animation: animate-svg-stroke-5 1s linear 0s both;
  animation-delay: 2s;
}
.context > .about_detailed > .experience > p {
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  .context > .about_detailed > .experience > p {
    font-size: 16px;
  }
}
.context > .about_detailed > .experience_detailed {
  display: flex;
  justify-content: center;
  margin-top: -150px;
  opacity: 0;
}
.context > .about_detailed > .experience_detailed.animate {
  animation: fadeUp 1s forwards;
}
.context > .about_detailed > .experience_detailed.animate > svg {
  bottom: -120px;
  position: absolute;
  right: 40%;
}
@media screen and (max-width: 999px) {
  .context > .about_detailed > .experience_detailed.animate > svg {
    display: none;
  }
}
.context > .about_detailed > .experience_detailed.animate > svg > .arrow-2 {
  animation: animate-svg-stroke-arrow-2 1s cubic-bezier(0.47, 0, 0.745, 0.715)
    0s both;
  animation-delay: 1s;
}
@media screen and (max-width: 999px) {
  .context > .about_detailed > .experience_detailed {
    flex-direction: column-reverse;
    margin-top: 23px;
  }
}
.context > .about_detailed > .experience_detailed > .info-card {
  align-self: flex-end;
  height: 263px;
  margin-right: -97px;
}
@media screen and (max-width: 999px) {
  .context > .about_detailed > .experience_detailed > .info-card {
    align-self: unset;
    height: auto;
    margin-right: 0;
    margin-top: -30%;
  }
}
.context > .about_detailed > .experience_detailed > .image-block {
  background: url(../images/context/photo-1.png);
  background-position: 50%;
  background-size: 220%;
  height: 396px;
  margin-bottom: 41px;
  transform: rotate(4deg);
  width: 596px;
}
@media screen and (max-width: 999px) {
  .context > .about_detailed > .experience_detailed > .image-block {
    background-size: 300%;
    height: 211px;
    width: 100%;
  }
}
.context > .about_detailed > .experts {
  display: flex;
  gap: 40px;
  margin-top: 27px;
  opacity: 0;
  position: relative;
}
.context > .about_detailed > .experts.animate {
  animation: fadeUp 1s forwards;
}
@media screen and (max-width: 999px) {
  .context > .about_detailed > .experts {
    flex-direction: column;
    gap: 25px;
    margin-top: 40px;
  }
}
.context > .about_detailed > .experts > .text-content {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 90px;
  max-width: 626px;
}
@media screen and (max-width: 999px) {
  .context > .about_detailed > .experts > .text-content {
    margin-bottom: 25px;
    max-width: 100%;
  }
  .context > .about_detailed > .experts > .text-content > h3 {
    font-size: 20px;
    line-height: 27px;
  }
}
.context > .about_detailed > .experts > .text-content > p {
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  .context > .about_detailed > .experts > .text-content > p {
    font-size: 16px;
  }
}
.context > .about_detailed > .experts > .image-block {
  background: url(../images/context/photo-2.jpg);
  background-position: 50%;
  background-size: cover;
  flex-shrink: 0;
  height: 396px;
  margin-bottom: 41px;
  transform: rotate(-7deg);
  width: 596px;
  z-index: 3;
}
@media screen and (max-width: 999px) {
  .context > .about_detailed > .experts > .image-block {
    height: 212px;
    margin-bottom: 25px;
    width: 100%;
  }
}
.context > .about_detailed > .analytics {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  opacity: 0;
  padding-left: 63px;
  position: relative;
}
.context > .about_detailed > .analytics.animate {
  animation: fadeUp 1s forwards;
}
.context > .about_detailed > .analytics.animate > svg {
  left: -30px;
  position: absolute;
  top: -1px;
}
@media screen and (max-width: 999px) {
  .context > .about_detailed > .analytics.animate > svg {
    display: none;
  }
}
.context > .about_detailed > .analytics.animate > svg > .arrow-3 {
  animation: animate-svg-stroke-arrow-3 1s cubic-bezier(0.47, 0, 0.745, 0.715)
    0s both;
  animation-delay: 1s;
}
@media screen and (max-width: 999px) {
  .context > .about_detailed > .analytics {
    flex-direction: column-reverse;
    margin-top: 25px;
    padding-left: 0;
  }
}
.context > .about_detailed > .analytics > .info-card {
  margin-right: -90px;
}
@media screen and (max-width: 999px) {
  .context > .about_detailed > .analytics > .info-card {
    margin-right: 0;
    margin-top: -47px;
  }
}
.context > .about_detailed > .analytics > .image-block {
  background: url(../images/context/photo-3.png);
  background-position: 50%;
  background-size: cover;
  height: 396px;
  transform: rotate(5deg);
  width: 596px;
}
@media screen and (max-width: 999px) {
  .context > .about_detailed > .analytics > .image-block {
    height: 212px;
    width: 100%;
  }
}
.context > .how-we-work {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  margin-bottom: 72px;
  opacity: 0;
  position: relative;
}
@media screen and (max-width: 999px) {
  .context > .how-we-work {
    margin-bottom: 40px;
  }
  .context > .how-we-work > h3 {
    font-size: 20px;
    line-height: 27px;
  }
}
.context > .how-we-work.animate {
  animation: fadeUp 1s forwards;
}
.context > .how-we-work.animate > svg {
  position: absolute;
}
@media screen and (max-width: 999px) {
  .context > .how-we-work.animate > svg {
    display: none;
  }
}
.context > .how-we-work.animate > svg:nth-child(3) {
  left: 16%;
  top: 60%;
}
.context > .how-we-work.animate > svg:nth-child(4) {
  left: 48%;
  top: 65%;
}
.context > .how-we-work.animate > svg:nth-child(5) {
  left: 67%;
  top: 65%;
}
.context > .how-we-work.animate > svg > .arrow-4 {
  animation: animate-svg-stroke-arrow-4 1s cubic-bezier(0.47, 0, 0.745, 0.715)
    0s both;
  animation-delay: 1s;
}
.context > .how-we-work.animate > svg > .arrow-5 {
  animation: animate-svg-stroke-arrow-5 1s cubic-bezier(0.47, 0, 0.745, 0.715)
    0s both;
  animation-delay: 2s;
}
.context > .how-we-work.animate > svg > .arrow-6 {
  animation: animate-svg-stroke-arrow-6 1s cubic-bezier(0.47, 0, 0.745, 0.715)
    0s both;
  animation-delay: 3s;
}
.context > .how-we-work > .cards {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 999px) {
  .context > .how-we-work > .cards {
    flex-direction: column;
    gap: 5px;
    width: 100%;
  }
}
.context > .how-we-work > .cards > .card {
  align-items: center;
  background-color: #fff;
  box-shadow: 0 21px 30px #00000012;
  box-sizing: border-box;
  display: flex;
  gap: 20px;
  padding: 30px;
  position: relative;
}
@media screen and (max-width: 999px) {
  .context > .how-we-work > .cards > .card {
    gap: 11px;
    padding: 17px;
  }
}
.context > .how-we-work > .cards > .card:first-child {
  margin: 0 -4px 80px 0;
  transform: rotate(-4deg);
  width: 353px;
}
@media screen and (max-width: 999px) {
  .context > .how-we-work > .cards > .card:first-child {
    align-self: flex-start;
    margin: 0;
    width: 240px;
    z-index: 4;
  }
}
.context > .how-we-work > .cards > .card:nth-child(2) {
  transform: rotate(3deg);
  width: 352px;
}
@media screen and (max-width: 999px) {
  .context > .how-we-work > .cards > .card:nth-child(2) {
    align-self: flex-end;
    width: 225px;
    z-index: 3;
  }
}
.context > .how-we-work > .cards > .card:nth-child(3) {
  margin: 0 0 100px;
  transform: rotate(-3deg);
  width: 410px;
}
@media screen and (max-width: 999px) {
  .context > .how-we-work > .cards > .card:nth-child(3) {
    align-self: flex-start;
    margin: 0;
    width: 242px;
    z-index: 2;
  }
}
.context > .how-we-work > .cards > .card:nth-child(4) {
  transform: rotate(3deg);
  width: 277px;
}
@media screen and (max-width: 999px) {
  .context > .how-we-work > .cards > .card:nth-child(4) {
    align-self: flex-end;
    width: 222px;
    z-index: 1;
  }
}
.context > .how-we-work > .cards > .card > h3 {
  color: #fcc51b;
  font-family: Playfair Display;
  font-style: italic;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  .context > .how-we-work > .cards > .card > h3 {
    font-size: 25px;
    line-height: 30px;
  }
}
.context > .how-we-work > .cards > .card > img {
  height: 94.3px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  right: 20px;
  top: -20px;
  transform: rotate(-32deg);
  width: 62.95px;
}
@media screen and (max-width: 999px) {
  .context > .how-we-work > .cards > .card > img {
    height: 50px;
    right: 10px;
    top: -10px;
    width: 33px;
  }
  .context > .how-we-work > .cards > .card > .text-content > p {
    font-size: 14px;
  }
}
.context > .how-we-work > .cards > .card > .text-content > p:first-child {
  font-weight: 700;
}
.context > .guarantees {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 80px;
  opacity: 0;
}
@media screen and (max-width: 999px) {
  .context > .guarantees > h3 {
    font-size: 20px;
    line-height: 27px;
  }
}
.context > .guarantees.animate {
  animation: fadeUp 1s forwards;
}
.context > .guarantees > .cards {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 999px) {
  .context > .guarantees > .cards {
    flex-direction: column;
    gap: 15px;
  }
}
.context > .guarantees > .cards > .card {
  align-items: flex-end;
  background: url(/assets/images/card-image-1.png);
  background-size: contain;
  display: flex;
  flex-grow: 1;
  height: 406px;
}
@media screen and (max-width: 999px) {
  .context > .guarantees > .cards > .card {
    height: 225px;
  }
}
.context > .guarantees > .cards > .card:first-child {
  background: url(/assets/images/card-image-2.png);
  background-size: contain;
}
.context > .guarantees > .cards > .card > .content {
  background-color: #fcc51b;
  padding: 20px 143px;
}
@media screen and (max-width: 999px) {
  .context > .guarantees > .cards > .card > .content {
    padding: 20px;
  }
}
.context > .guarantees > .cards > .card > .content > p {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .context > .guarantees > .cards > .card > .content > p {
    font-size: 16px;
  }
}
.context > .more {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 80px;
  opacity: 0;
}
@media screen and (max-width: 999px) {
  .context > .more {
    gap: 10px;
    margin-bottom: 90px;
  }
  .context > .more > h3 {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
  }
}
.context > .more.animate {
  animation: fadeUp 1s forwards;
}
.context > .more.animate > p > a > svg > .link-line {
  animation: animate-svg-stroke-line 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s
    both;
  animation-delay: 1s;
}
.context > .more > p {
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 999px) {
  .context > .more > p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.context > .more > p > a {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  z-index: 1;
}
.context > .more > .btn-atropos {
  padding: 30px 0;
  width: 100%;
}
@media (max-width: 999px) {
  .context > .more > .btn-atropos {
    perspective: none;
    width: 100%;
  }
}
.context > .more > .btn-atropos .animated-btn {
  pointer-events: auto;
  transform-style: preserve-3d;
}
.context > .more > .btn-atropos .atropos-rotate,
.context > .more > .btn-atropos .atropos-scale {
  pointer-events: none;
}
@supports (-moz-appearance: none) {
  .context > .more > .btn-atropos .atropos-rotate {
    transform: none !important;
  }
}
.context > .more > .btn-atropos .atropos-shadow {
  background: #fcc41b90;
  filter: blur(70px);
  z-index: -1;
}
.context > .showcase {
  margin-bottom: 80px;
  opacity: 0;
}
.context > .showcase.animate {
  animation: fadeUp 1s forwards;
}
.context h1 > span,
.context h3 > span,
.context h5 > span {
  font-family: Playfair Display;
  font-style: italic;
  font-weight: 500;
}
.context h3 {
  font-size: 48px;
  line-height: 58px;
}
.context h5 {
  font-size: 36px;
  line-height: 46px;
}
.context .info-card {
  background: url(../images/bg.png);
  background-repeat: repeat;
  background-size: 100px 100px;
  border: 3px solid #fcc51b;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px;
  width: 683px;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  .context .info-card {
    border-width: 2px;
    width: 100%;
  }
  .context .info-card > h5 {
    font-size: 16px;
    line-height: 20px;
  }
}
.context .info-card > ul {
  margin: 0;
  padding: 0 0 0 20px;
}
.context .info-card > ul > li {
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  .context .info-card > ul > li {
    font-size: 16px;
  }
}
.context .info-card > p {
  font-size: 18px;
}
@media screen and (max-width: 999px) {
  .context .info-card > p {
    font-size: 16px;
  }
  .context svg > path {
    stroke-width: 2;
  }
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 985.308px;
    stroke-dasharray: 985.308px;
  }
  to {
    stroke-dasharray: 985.308px;
    stroke-dashoffset: 0;
  }
}
@keyframes animate-svg-stroke-arrow-1 {
  0% {
    stroke-dashoffset: 266.7057495117px;
    stroke-dasharray: 266.7057495117px;
  }
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 266.7057495117px;
  }
}
@keyframes animate-svg-stroke-arrow-2 {
  0% {
    stroke-dashoffset: 181.9508666992px;
    stroke-dasharray: 181.9508666992px;
  }
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 181.9508666992px;
  }
}
@keyframes animate-svg-stroke-arrow-3 {
  0% {
    stroke-dashoffset: 229.1685028076px;
    stroke-dasharray: 229.1685028076px;
  }
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 229.1685028076px;
  }
}
@keyframes animate-svg-stroke-arrow-4 {
  0% {
    stroke-dashoffset: 229.1687774658px;
    stroke-dasharray: 229.1687774658px;
  }
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 229.1687774658px;
  }
}
@keyframes animate-svg-stroke-arrow-5 {
  0% {
    stroke-dashoffset: 139.184387207px;
    stroke-dasharray: 139.184387207px;
  }
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 139.184387207px;
  }
}
@keyframes animate-svg-stroke-arrow-6 {
  0% {
    stroke-dashoffset: 186.5627593994px;
    stroke-dasharray: 186.5627593994px;
  }
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 186.5627593994px;
  }
}
@keyframes animate-svg-stroke-line {
  0% {
    stroke-dashoffset: 161.5213012695px;
    stroke-dasharray: 161.5213012695px;
  }
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 161.5213012695px;
  }
}
@keyframes animate-svg-line-1 {
  0% {
    stroke-dashoffset: 317.7635498047px;
    stroke-dasharray: 317.7635498047px;
  }
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 317.7635498047px;
  }
}
@keyframes animate-svg-line-2 {
  0% {
    stroke-dashoffset: 317.7635498047px;
    stroke-dasharray: 317.7635498047px;
  }
  to {
    stroke-dashoffset: 0;
    stroke-dasharray: 317.7635498047px;
  }
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 184.3856201172px;
    stroke-dasharray: 184.3856201172px;
  }
  to {
    stroke-dashoffset: 368.7712402344px;
    stroke-dasharray: 184.3856201172px;
  }
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 660.4946289063px;
    stroke-dasharray: 660.4946289063px;
  }
  to {
    stroke-dashoffset: 1320.9892578125px;
    stroke-dasharray: 660.4946289063px;
  }
}
.circles {
  left: 0;
  margin: 0 auto;
  max-width: 1920px;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}
.circles > .circle {
  background: radial-gradient(50% 50% at 50% 50%, #fcc51b40 0, #fcc51b00);
  border-radius: 50%;
  height: 543px;
  position: absolute;
  width: 543px;
}
.circles > .circle:first-of-type {
  left: -20px;
  top: -443px;
}
@media (max-width: 999px) {
  .circles > .circle:first-of-type {
    height: 289px;
    left: -159px;
    top: -125.6px;
    width: 289px;
  }
}
.circles > .circle:nth-child(2) {
  height: 945px;
  right: -306px;
  top: -276px;
  width: 945px;
}
@media (max-width: 999px) {
  .circles > .circle:nth-child(2) {
    height: 543px;
    right: -335px;
    top: 593.4px;
    width: 543px;
  }
}
.circles > .circle:nth-child(3) {
  left: -218px;
  top: 397px;
}
@media (max-width: 999px) {
  .circles > .circle:nth-child(3) {
    height: 289px;
    left: unset;
    right: -124px;
    top: 1829.4px;
    width: 289px;
  }
}
.circles > .circle:nth-child(4) {
  height: 945px;
  right: -206px;
  top: 1436px;
  width: 945px;
}
@media (max-width: 999px) {
  .circles > .circle:nth-child(4) {
    height: 420px;
    left: -173px;
    right: unset;
    top: 3735.4px;
    width: 420px;
  }
}
.circles > .circle:nth-child(5) {
  height: 945px;
  left: -289px;
  top: 2308px;
  width: 945px;
}
@media (max-width: 999px) {
  .circles > .circle:nth-child(5) {
    height: 590px;
    left: 0;
    margin: auto;
    right: 0;
    top: 3973.4px;
    width: 590px;
  }
}
.circles > .circle:nth-child(6) {
  height: 708px;
  right: -191px;
  top: 3026px;
  width: 708px;
}
@media (max-width: 999px) {
  .circles > .circle:nth-child(6) {
    height: 422px;
    left: -191px;
    right: unset;
    top: 5395.4px;
    width: 422px;
  }
}
.circles > .circle:nth-child(7) {
  height: 945px;
  right: 348px;
  top: 3409px;
  width: 945px;
}
@media (max-width: 999px) {
  .circles > .circle:nth-child(7) {
    display: none;
  }
}
.circles.__footer {
  top: 0;
}
.circles.__footer > .circle {
  height: 945px;
  left: unset;
  right: -90px;
  top: -468px;
  width: 945px;
}
@media (max-width: 999px) {
  .circles.__footer > .circle {
    height: 422px;
    left: -191px;
    right: unset;
    top: -295px;
    width: 422px;
  }
}
footer > .content {
  padding-top: 0;
}
