@import url("https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.hidden-content {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  top: -99999px;
  left: -99999px;
}

.no-scroll {
  overflow: hidden;
}

/* Globals */
body {
  background-color: #1D232C;
}

.wrapper {
  grid-template-columns: repeat(12, 1fr);
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
  margin: 0 auto;
}

/* Typography */
p {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.orange {
  color: #F49B5F;
}

.white {
  color: #EFEFF3;
}

.hero {
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 5.625rem;
  line-height: 6.25rem;
}
@media (max-width: 1000px) {
  .hero {
    font-size: 3.75rem;
    line-height: 4.375rem;
  }
}
@media (max-width: 600px) {
  .hero {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
    text-align: center;
  }
}
@media (max-width: 490px) {
  .hero {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}
@media (max-height: 740px) {
  .hero {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
}

.intro-about .hero {
  text-align: center !important;
}

.cat, .link {
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 0.75rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}

.subtitle {
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: rgba(29, 35, 44, 0.4588235294);
  font-size: 0.875rem;
  letter-spacing: 0.0625rem;
  margin-bottom: 1.875rem;
}

.subtitle.white {
  color: rgba(239, 239, 243, 0.3137254902);
}

.title_xl {
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.25rem;
  line-height: 2.625rem;
  margin-bottom: 1.875rem;
  color: #1D232C;
}
@media (max-width: 600px) {
  .title_xl {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
@media (max-width: 490px) {
  .title_xl {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}

.title_xl.white {
  color: #EFEFF3;
}

.title_med {
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin-bottom: 1.875rem;
  color: #1D232C;
}

.title_small {
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 5.625rem;
  line-height: 6.25rem;
}

.txt {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1.875rem;
}

/* Blob */
.blob {
  position: absolute;
  width: 60%;
  height: 60%;
  top: 12.5rem;
  right: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  z-index: 0;
  filter: blur(120px);
}
@media (max-width: 1000px) {
  .blob {
    width: 90%;
    height: 90%;
    top: 3.125rem;
  }
}
.blob .circles {
  position: relative;
  width: 62.5rem;
  height: 62.5rem;
  margin: 0 auto;
  animation-name: rotate;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  border: 0.0625rem solid #EFEFF3;
}
@media (max-width: 1000px) {
  .blob .circles {
    width: 60%;
    height: 60%;
  }
}
.blob .circles .circles-item {
  position: absolute;
  border-radius: 100%;
}
.blob .circles .circle1 {
  width: 37.5rem;
  height: 37.5rem;
  left: 0;
  bottom: 25rem;
  border-radius: 62.5rem;
  background: rgb(243, 155, 95);
  background: radial-gradient(circle, rgba(243, 155, 95, 0.95) 0%, rgba(243, 155, 95, 0.56) 47%, rgba(243, 155, 95, 0) 100%);
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
  animation-duration: 6s;
}
.blob .circles .circle2 {
  width: 50rem;
  height: 50rem;
  right: 0;
  border-radius: 62.5rem;
  background: #C9494B;
  background: radial-gradient(circle, rgb(201, 73, 75) 0%, rgba(201, 73, 75, 0.55) 50%, rgba(201, 73, 75, 0) 100%);
  animation-name: float;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 8s;
}
.blob .circles .circle3 {
  width: 25rem;
  height: 25rem;
  bottom: 12.5rem;
  border-radius: 62.5rem;
  background: rgb(243, 155, 95);
  background: radial-gradient(circle, rgba(243, 155, 95, 0.95) 0%, rgba(243, 155, 95, 0.56) 47%, rgba(243, 155, 95, 0) 100%);
  animation-name: float2;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 10s;
}

.blob.v2 {
  top: 6.25rem;
  left: -25rem;
  right: auto;
}

@keyframes float1 {
  0% {
    transform: scale(1) translate(0px, 0px);
  }
  50% {
    transform: scale(1.2) translate(100px, 50px);
  }
  100% {
    transform: scale(1) translate(0px, 0px);
  }
}
@keyframes float2 {
  0% {
    transform: scale(1) translate(0px, 0px);
  }
  50% {
    transform: scale(1.3) translate(100px, 50px);
  }
  100% {
    transform: scale(1) translate(0px, 0px);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Button */
.button {
  position: relative;
  padding-left: 1.625rem;
  display: inline-block;
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #EFEFF3;
  font-size: 0.75rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.button:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 6.25rem;
  border: solid 0.125rem #F49B5F;
}
.button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 6.25rem;
  background-color: #F49B5F;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}
.button:hover:before, .button:focus:before {
  transform: scale(1.1);
}

/* Circle button */
.circle-btn {
  position: absolute;
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 62.5rem;
  background-color: #F49B5F;
  cursor: pointer;
}
.circle-btn:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../../assets/elements/arrow-right-top.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.875rem;
  transform: rotate(0deg);
}
.circle-btn:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6.75rem;
  animation: txt-turn 7s linear infinite;
}
.circle-btn:hover, .circle-btn:focus {
  animation: zoom-in 0.6s forwards;
}
.circle-btn:hover:after, .circle-btn:focus:after {
  animation: arrow-in 0.7s forwards;
}
.circle-btn:not(:hover) {
  animation: zoom-out 0.3s forwards;
}

.circle-btn-home:before {
  background-image: url("../../assets/elements/text-home.svg");
}

.circle-btn-about:before {
  background-image: url("../../assets/elements/text-about.svg");
}

.circle-btn-services:before {
  background-image: url("../../assets/elements/text-services.svg");
}

.circle-btn-blog:before {
  background-image: url("../../assets/elements/text-blog.svg");
}

.circle-btn-contact:before {
  background-image: url("../../assets/elements/text-contact.svg");
}

.circle-btn-message:before {
  background-image: url("../../assets/elements/text-message.svg");
}

.circle-btn-projects:before {
  background-image: url("../../assets/elements/text-projects.svg");
}

/* Circle button : Tiny */
.circle-btn-tiny {
  position: absolute;
  display: block;
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  color: #EFEFF3;
  margin: 0;
  padding-right: 4.75rem;
  cursor: pointer;
}
.circle-btn-tiny .circle-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 3.75rem;
  height: 3.75rem;
}
.circle-btn-tiny .circle-btn:after {
  background-size: 1.25rem;
}
.circle-btn-tiny .circle-btn:before {
  display: none;
}
.circle-btn-tiny:hover .circle-btn, .circle-btn-tiny:focus .circle-btn {
  animation: none;
  color: #EFEFF3;
}
.circle-btn-tiny:hover .circle-btn:after, .circle-btn-tiny:focus .circle-btn:after {
  animation: arrow-in 0.7s forwards;
}
.circle-btn-tiny:not(:hover) .circle-btn {
  animation: none;
  color: #EFEFF3;
}

@keyframes zoom-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes txt-turn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes arrow-in {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* Waiting page */
.intro.waiting {
  width: 100vw;
  height: 100vh;
}
.intro.waiting .intro-link {
  border-bottom: none;
  border-top: solid 0.125rem rgba(239, 239, 243, 0.062745098);
}
@media (max-width: 950px) {
  .intro.waiting .intro-link {
    justify-content: center;
  }
}
@media (max-width: 950px) {
  .intro.waiting .intro-link-rs {
    display: none;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 6.25rem;
  border-bottom: solid 0.125rem rgba(239, 239, 243, 0.062745098);
  z-index: 1000;
}
header .header-logo a {
  display: block;
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 6.25rem;
  text-transform: lowercase;
  color: #EFEFF3;
  font-size: 2.125rem;
}
header .header-logo h1 {
  display: block;
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 6.25rem;
  text-transform: lowercase;
  color: #EFEFF3;
  font-size: 2.125rem;
}
header .header-logo button {
  display: none;
  height: 3.125rem;
  width: 3.125rem;
  background: url("../../assets/elements/menu.svg") no-repeat center;
  background-size: 3.75rem;
  cursor: pointer;
}
header .header-menu .header-menu-nav a {
  position: relative;
  display: inline-block;
  margin-left: 2rem;
  line-height: 6.25rem;
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #EFEFF3;
  font-size: 0.6875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
header .header-menu .header-menu-nav a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0.125rem;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: #F49B5F;
  transition: width 0.2s ease;
}
header .header-menu .header-menu-nav a:hover {
  color: #F49B5F;
}
header .header-menu .header-menu-nav a:hover:after {
  width: 100%;
}
header .header-menu .header-menu-rs {
  display: none;
  margin: 0 auto;
}
header .header-menu .header-menu-rs a {
  position: relative;
  display: inline-block;
  line-height: 6.25rem;
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #EFEFF3;
  font-size: 0.75rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  transition: color 0.2s ease;
}
header .header-menu .header-menu-rs a:hover, header .header-menu .header-menu-rs a:focus {
  color: #F49B5F;
}

@media (max-width: 940px) {
  body.menu-open {
    overflow: hidden;
  }
  header {
    position: absolute;
    display: block;
    border: none;
    overflow: hidden;
  }
  header .header-logo {
    position: fixed;
    width: 80%;
    top: 1.875rem;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
  }
}
@media (max-width: 940px) and (max-width: 380px) {
  header .header-logo {
    width: 100%;
    top: 0;
    left: 0;
    padding: 0 5%;
  }
}
@media (max-width: 940px) {
  header .header-logo:after {
    content: "";
    position: absolute;
    width: 112%;
    height: 100%;
    left: -6%;
    top: 0;
    margin: 0 auto;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background-color: rgba(29, 35, 44, 0.4588235294);
    border-radius: 1.25rem;
    z-index: -5;
  }
}
@media (max-width: 940px) and (max-width: 380px) {
  header .header-logo:after {
    border-radius: 0;
  }
}
@media (max-width: 940px) {
  header .header-logo a {
    display: block;
    font-family: "Syne", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    line-height: 6.25rem;
    text-transform: lowercase;
    color: #EFEFF3;
    font-size: 2.125rem;
  }
  header .header-logo button {
    display: block;
  }
  header .header-logo button.open {
    background-image: url("../../assets/elements/close.svg") !important;
  }
  header .header-menu.open {
    opacity: 1;
    z-index: 90;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  header .header-menu {
    display: flex;
    align-items: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #1D232C;
    right: -200%;
    left: auto;
    top: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0;
    transition: opacity 0.4s ease, right 0.2s ease;
  }
  header .header-menu .header-menu-nav {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 940px) and (max-width: 380px) {
  header .header-menu .header-menu-nav {
    width: 90%;
  }
}
@media (max-width: 940px) {
  header .header-menu .header-menu-nav a {
    position: relative;
    display: block;
    margin-left: 0;
    line-height: 3.75rem;
    font-size: 1.875rem;
    font-family: "Syne", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    color: #EFEFF3;
    letter-spacing: 0;
    text-transform: none;
  }
}
@media (max-width: 940px) and (max-width: 400px) {
  header .header-menu .header-menu-nav a {
    line-height: 2.75rem;
    font-size: 1.375rem;
  }
}
@media (max-width: 940px) and (max-height: 600px) {
  header .header-menu .header-menu-nav a {
    line-height: 2.75rem;
    font-size: 1.375rem;
  }
}
@media (max-width: 940px) {
  header .header-menu .header-menu-nav a:after {
    display: none;
  }
  header .header-menu .header-menu-rs {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    width: 80%;
    border-top: solid 0.125rem rgba(239, 239, 243, 0.062745098);
  }
}
@media (max-width: 940px) and (max-width: 380px) {
  header .header-menu .header-menu-rs {
    width: 90%;
  }
}
@media (max-width: 940px) and (max-width: 400px) {
  header .header-menu .header-menu-rs a {
    font-size: 0.625rem;
  }
}
@media (max-width: 940px) and (max-height: 600px) {
  header .header-menu .header-menu-rs a {
    line-height: 4.6875rem;
  }
}
footer .wrapper {
  position: relative;
  border-top: solid 0.125rem rgba(239, 239, 243, 0.062745098);
  padding: 6.25rem 0;
}
footer .footer-logo h3 {
  display: block;
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 8.75rem;
  text-transform: lowercase;
  color: #EFEFF3;
  font-size: 2.125rem;
}
footer .footer-content {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1180px) {
  footer .footer-content {
    justify-content: space-between;
    /* padding-bottom: 3.125rem; */
  }
}
footer .footer-content .footer-content-item {
  width: 18.75%;
}
footer .footer-content .footer-content-item h4 {
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  color: #EFEFF3;
  margin-bottom: 1.5rem;
}
footer .footer-content .footer-content-item a, footer .footer-content .footer-content-item span {
  display: block;
}
footer .footer-content .footer-content-item a {
  margin-bottom: 0.75rem;
  transition: color 0.2s linear;
}
footer .footer-content .footer-content-item a:hover, footer .footer-content .footer-content-item a:focus {
  color: #F49B5F;
}
footer .footer-content div a {
  font-size: 0.9375rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: rgba(239, 239, 243, 0.3137254902);
}
footer .footer-content nav a {
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.0625rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: rgba(239, 239, 243, 0.3137254902);
}
footer .footer-content .footer-btn {
  display: flex;
  justify-content: flex-end;
  width: 18.75rem;
  height: 3.75rem;
  position: absolute;
  right: 0;
  bottom: -3.75rem;
}
footer .footer-content .footer-btn .circle-btn-tiny {
  margin: 0;
}
footer .footer-content .footer-btn .circle-btn-tiny h4 {
  font-size: 1.4375rem;
  color: #EFEFF3;
}
footer .footer-email {
  line-height: 6.25rem;
  font-size: 1rem;
  text-transform: lowercase;
  letter-spacing: 0;
}
footer .footer-legal {
  position: absolute;
  right: 0;
  bottom: 2.5rem;
}
footer .footer-legal a, footer .footer-legal span {
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8125rem;
  color: rgba(239, 239, 243, 0.3137254902);
  margin-left: 1.25rem;
}
footer .footer-legal a {
  transition: color 0.2s linear;
}
footer .footer-legal a:hover, footer .footer-legal a:focus {
  color: #EFEFF3;
}

@media (max-width: 940px) {
  footer .wrapper {
    padding: 1.25rem 0 1.25rem 0;
  }
  footer .footer-logo h3 {
    text-align: center;
    line-height: 8.75rem;
    margin-bottom: 2.5rem;
  }
  footer .footer-content {
    display: flex;
    justify-content: center;
    /* padding-bottom: 9.375rem; */
  }
  footer .footer-content .footer-content-item {
    width: 33.3333333333%;
    text-align: center;
  }
}
@media (max-width: 940px) and (max-width: 720px) {
  footer .footer-content .footer-content-item {
    width: 41.6666666667%;
  }
}
@media (max-width: 940px) and (max-width: 510px) {
  footer .footer-content .footer-content-item {
    width: 100%;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 940px) {
  footer .footer-content .footer-navigation {
    display: none;
  }
  footer .footer-content .footer-rs {
    display: none;
  }
  footer .footer-content .footer-btn {
    width: 18.75rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 2.8125rem;
  }
  footer .footer-legal {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    margin: 3.125rem;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 940px) and (max-width: 510px) {
  footer .footer-legal {
    margin: 1.5625rem 3.125rem 3.125rem 3.125rem;
  }
}
@media (max-width: 940px) {
  footer .footer-legal a, footer .footer-legal span {
    margin: 0;
  }
}
@media (max-width: 940px) and (max-width: 780px) {
  footer .footer-legal {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  footer .footer-legal a, footer .footer-legal span {
    width: 100%;
    line-height: 2.5rem;
  }
}
@media (max-width: 940px) {
  footer .footer-email {
    position: absolute;
    margin: 0 auto;
    top: 6.25rem;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
  }
  footer .footer-email:before {
    display: none;
  }
  footer .footer-email:after {
    display: none;
  }
  footer .footer-email:hover, footer .footer-email:focus {
    color: #F49B5F;
  }
}
/* Introduction */
.intro {
  position: relative;
  width: 100%;
  height: 80vh;
}
@media (max-height: 1200px) {
  .intro {
    height: 90vh;
  }
}
.intro .wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 600px) {
  .intro .wrapper {
    justify-content: center;
  }
}
.intro .wrapper .hero {
  margin: 8.3333333333%;
  display: inline-block;
  color: #EFEFF3;
}
@media (max-width: 600px) {
  .intro .wrapper .hero {
    margin: 0%;
  }
}
.intro .intro-about {
  justify-content: center !important;
}
.intro .intro-link {
  position: absolute;
  height: 6.25rem;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-sizing: content-box;
  border-bottom: solid 0.125rem rgba(239, 239, 243, 0.062745098);
}
@media (max-width: 940px) {
  .intro .intro-link {
    justify-content: center;
  }
}
@media (max-width: 940px) {
  .intro .intro-link .intro-link-rs {
    display: none;
  }
}
.intro .intro-link .intro-link-rs a {
  position: relative;
  display: inline-block;
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #EFEFF3;
  font-size: 0.6875rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  transition: color 0.2s ease;
  margin-right: 1.875rem;
}
.intro .intro-link .intro-link-rs a:hover, .intro .intro-link .intro-link-rs a:focus {
  color: #F49B5F;
}
.intro .intro-link .intro-link-rs a, .intro .intro-link .intro-link-cta a {
  position: relative;
  display: inline-block;
  line-height: 6.25rem;
}

.clients {
  background-color: #F49B5F;
  position: relative;
  padding: 9.375rem 0 6.25rem 0;
}
.clients .wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 1230px) {
  .clients .wrapper {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.clients .wrapper .client-content {
  width: 33.3333333333%;
  margin: 0 4.1666666667%;
  padding-bottom: 9.375rem;
}
@media (max-width: 1230px) {
  .clients .wrapper .client-content {
    text-align: center;
    width: 75%;
    padding-bottom: 0;
  }
}
@media (max-width: 1030px) {
  .clients .wrapper .client-content {
    width: 100%;
  }
}
.clients .wrapper .clients-list {
  width: 41.6666666667%;
  margin: 0 8.3333333333%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 1230px) {
  .clients .wrapper .clients-list {
    text-align: center;
    width: 75%;
    margin: 0;
    padding: 6.25rem 0;
  }
}
@media (max-width: 1030px) {
  .clients .wrapper .clients-list {
    width: 100%;
  }
}
.clients .wrapper .clients-list a {
  display: inline-block;
  width: 33.3333333333%;
  line-height: 5.625rem;
  border-bottom: solid 0.125rem rgba(239, 239, 243, 0.1254901961);
}
@media (max-width: 1230px) {
  .clients .wrapper .clients-list a:after, .clients .wrapper .clients-list a:before {
    display: none;
  }
  .clients .wrapper .clients-list a:hover, .clients .wrapper .clients-list a:focus {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .clients .wrapper .clients-list a {
    width: 50%;
    font-size: 0.75rem;
  }
}
@media (max-width: 390px) {
  .clients .wrapper .clients-list a {
    width: 100%;
  }
}
.clients .clients-message {
  position: relative;
  overflow: hidden;
}
.clients .clients-message .client-message-anim {
  animation: marquee 20s linear infinite;
}
.clients .clients-message .hero {
  display: inline-block;
  color: #EFEFF3;
}
@media (max-width: 600px) {
  .clients .clients-message .hero {
    font-size: 4.375rem;
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
/* Button */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background: white;
  padding: 2rem;
  margin: 10% auto;
  width: 90%;
  max-width: 400px;
  border-radius: 10px;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 1.5rem;
  cursor: pointer;
}
