@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Karla-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Karla-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Karla-MediumItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Karla";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Karla-Bold.ttf") format("truetype");
  font-display: swap;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: #292929;
}

body {
  background: #D6F6FF;
}

p {
  margin: 20px 0;
  font-size: 1.3rem;
  line-height: 1.5em;
  letter-spacing: -1px;
}

h2 {
  margin: 20px 0;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  h2 {
    text-align: left;
    font-size: 35px;
    line-height: 42px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Karla", sans-serif;
}

.disappear {
  display: none !important;
  opacity: 0;
}

.bg-white {
  background-color: #f5f5f5;
}

.text-center {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.text-center > * {
  font-size: 2.2rem;
  line-height: 1.2em;
}

img {
  max-width: 100%;
}

.section {
  padding: 30px 0;
}

.section-wrapper {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .section-wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .section-wrapper p {
    max-width: 85%;
  }
}

.section-legal h1 {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
@media (min-width: 768px) {
  .section-legal h1 {
    font-size: 45px;
    line-height: 54px;
  }
}
@media (min-width: 768px) {
  .section-legal p {
    max-width: 100%;
  }
}
.section-legal li {
  font-size: 15px;
  line-height: 20px;
  margin: 10px 20px;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .section-legal li {
    font-size: 20px;
    line-height: 28px;
  }
}
.section-legal span {
  margin: 5px 0;
  font-size: 15px;
  line-height: 21px;
  letter-spacing: -1px;
  width: 100%;
  display: inline-block;
}
@media (min-width: 768px) {
  .section-legal span {
    font-size: 19px;
    line-height: 24px;
  }
}

.header {
  padding: 30px;
}
@media (min-width: 768px) {
  .header {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 30px;
  }
}
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-menu {
  display: none;
}
@media (min-width: 768px) {
  .header-menu {
    display: flex;
    list-style: none;
  }
}
.header-menu li {
  transition: transform 300ms ease-in-out;
  margin-right: 40px;
}
.header-menu li:hover {
  transform: scale(1.15);
}
.header-menu li:last-child {
  margin-right: 0;
}
.header-menu-responsive {
  display: initial;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}
@media (min-width: 768px) {
  .header-menu-responsive {
    display: none;
  }
}

footer {
  width: 100%;
  padding: 30px 0;
}
@media (min-width: 768px) {
  footer {
    padding: 30px 0 20px;
  }
}
footer ul {
  list-style: none;
}
footer .footerContainer {
  padding: 0 30px;
}
@media (min-width: 768px) {
  footer .footerContainer {
    max-width: 1200px;
    margin: 0 auto;
  }
}
footer .footerContainer .footer-firstRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  footer .footerContainer .footer-firstRow {
    flex-direction: row;
    align-items: flex-start;
  }
}
footer .footerContainer .footer-column {
  width: 100%;
}
@media (min-width: 768px) {
  footer .footerContainer .footer-column {
    width: 50%;
  }
}

/* Footer 1fila 1columna */
footer .footer-headline {
  font-size: 2rem;
  font-weight: 600;
  color: #292929;
}

footer .footer-text {
  margin: 0.5rem 0;
  color: #292929;
}

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
}
.footer-social li {
  margin: 20px 18px 0 0;
}
.footer-social li a {
  display: inline-block;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer-social li a:hover {
  -webkit-transform: scale(1.4) translateY(-7px);
  transform: scale(1.4) translateY(-7px);
}
.footer-social svg {
  width: 25px;
  height: 25px;
  fill: #8A7FF8;
}
.footer-social svg path {
  width: 25px;
  height: 25px;
}

/* Footer 1fila 2columna */
footer .footer-resources {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1.5rem 0;
}
@media (min-width: 768px) {
  footer .footer-resources {
    margin: 0 0 1.5rem 0;
  }
}
footer .footer-resources .footer-resource {
  width: 50%;
}
@media (min-width: 768px) {
  footer .footer-resources .footer-resource {
    width: 33%;
    padding: 0 1rem;
  }
}
footer .footer-resources .footer-resource:first-of-type {
  margin-left: auto;
}
footer .footer-resources .footer-resource-title {
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.5rem;
  text-align: left;
}
@media (min-width: 768px) {
  footer .footer-resources .footer-resource-title {
    font-size: 1.2rem;
  }
}
footer .footer-resources .footer-resource ul li {
  margin: 1rem 0;
}
@media (min-width: 768px) {
  footer .footer-resources .footer-resource ul li {
    margin: 0.7rem 0;
  }
}
footer .footer-resources .footer-resource ul li a {
  font-size: 0.85rem;
  color: #292929;
  font-weight: 300;
  padding-bottom: 0.1rem;
  margin-bottom: 0.2rem;
  background-color: transparent;
}
@media (min-width: 768px) {
  footer .footer-resources .footer-resource ul li a {
    font-size: 1.1rem;
  }
}
footer .footer-resources .footer-resource ul li a:hover {
  color: #8A7FF8;
  border-bottom: 1px solid #8A7FF8;
}

footer .footer-bar {
  margin: 1.5rem 0;
  border-color: #3e4042;
}

/* footer 2fila  */
footer .footerContainer .footer-secondRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footerContainer .footer-secondRow .copyright-container {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  footer .footerContainer .footer-secondRow .copyright-container {
    width: 50%;
  }
}
footer .footerContainer .footer-secondRow .copyright-container .copyright-text {
  padding: 0.25rem 0;
  font-size: 0.9rem;
  font-weight: 600;
}

.cookie {
  position: fixed;
  bottom: 0;
  background: #6FB9D9;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  transition: 300ms ease-in-out opacity;
  animation: appear 5s linear;
  z-index: 99999;
}
@keyframes appear {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  90% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cookie__wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 30px;
  max-width: 1440px;
}
@media (min-width: 1024px) {
  .cookie__wrapper {
    padding: 30px 30px 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.cookie p {
  font-size: 16px;
  line-height: 20px;
  max-width: 850px;
  text-align: justify;
  color: #f5f5f5;
}
.cookie p a {
  color: #292929;
  text-decoration: underline;
}
.cookie__buttons {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .cookie__buttons {
    flex-direction: row;
  }
}
.cookie__buttons .button {
  font-size: 14px;
  line-height: 17px;
  margin: 10px 0;
  padding: 20px;
}
@media (min-width: 1024px) {
  .cookie__buttons .button {
    margin: 0 10px;
  }
}

.cookie.set {
  display: none;
}

.section-projects {
  background: #fff;
  margin: 50px 0 0;
}
.section-projects h2 {
  text-align: center;
}
.section-projects .projects {
  display: flex;
  flex-direction: column;
  margin: 50px 0;
  gap: 20px;
}
@media (min-width: 768px) {
  .section-projects .projects {
    flex-direction: row;
    justify-content: space-between;
  }
}
.section-projects .projects .project {
  display: flex;
}
.section-projects .projects .project img {
  margin: 20px auto;
  width: auto;
  height: 90px;
  max-width: 100%;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .section-projects .projects .project img {
    margin: 20px 0;
  }
  .section-projects .projects .project img:focus, .section-projects .projects .project img:hover {
    transform: scale(1.1);
  }
}

.grid {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .grid {
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.grid-element {
  flex: 0 0 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: red;
}
@media (min-width: 768px) {
  .grid-element {
    flex: 0 0 49%;
  }
}
@media (min-width: 1024px) {
  .grid-element {
    flex: 0 0 32%;
  }
}

.button,
.button:visited {
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  font-family: "Karla", sans-serif;
  margin: 20px 0;
  font-size: 15px;
  outline: none;
  cursor: pointer;
  display: block;
  color: #f5f5f5;
  background-color: #8A7FF8;
  transition: background-color 300ms ease-in-out;
  text-align: center;
}
.button:hover,
.button:visited:hover {
  background-color: #a49df7;
}

.button-fit {
  width: fit-content;
}

.button-secondary,
.button-secondary:visited {
  color: #292929;
  background: #6FB9D9;
}
.button-secondary:hover,
.button-secondary:visited:hover {
  color: #6FB9D9;
  background: #292929;
}

:root {
  --duration: 1s;
  --nav-duration: calc(var(--duration) / 4);
  --ease: cubic-bezier(0.215, 0.61, 0.355, 1);
  --space: 1rem;
  --font-size: 1.125rem;
  --line-height: 1.5;
}

.main-navigation-toggle {
  position: fixed;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
.main-navigation-toggle + label {
  position: fixed;
  top: calc(var(--space) * 2);
  right: calc(var(--space) * 2);
  cursor: pointer;
  z-index: 2;
}

.icon--menu-toggle {
  --size: calc(1rem + 4vmin);
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--size);
  height: var(--size);
  stroke-width: 6;
}

.icon-group {
  transform: translateX(0);
  transition: transform var(--nav-duration) var(--ease);
}

.icon--menu {
  stroke: #292929;
}

.icon--close {
  stroke: #292929;
  transform: translateX(-100%);
}

.main-navigation {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  transition: transform var(--nav-duration);
  z-index: 1;
}
.main-navigation:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6FB9D9;
  transform-origin: 0 50%;
  z-index: -1;
}
.main-navigation ul {
  font-size: 12vmin;
  font-family: "Karla", sans-serif;
  width: 100%;
}
.main-navigation li {
  --border-size: 1vmin;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.main-navigation li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--border-size);
  background-color: #292929;
  transform-origin: 0 50%;
  transform: translateX(-100%) skew(15deg);
}
.main-navigation a {
  display: inline-block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  color: #292929;
  line-height: 1;
  text-decoration: none;
  user-select: none;
  padding: var(--space) calc(var(--space) * 2) calc(var(--space) + var(--border-size) / 2);
  transform: translateY(100%);
}

.main-content {
  margin: 6rem auto;
  max-width: 70ch;
  padding: 0 calc(var(--space) * 2);
  transform: translateX(0);
  transition: transform calc(var(--nav-duration) * 2) var(--ease);
}
.main-content > * + * {
  margin-top: calc(var(--space) * var(--line-height));
}

.main-navigation-toggle:checked ~ label .icon--menu-toggle .icon-group {
  transform: translateX(100%);
}
.main-navigation-toggle:checked ~ .main-content {
  transform: translateX(10%);
}
.main-navigation-toggle:checked ~ .main-navigation {
  transition-duration: 0s;
  transform: translateX(0);
}
.main-navigation-toggle:checked ~ .main-navigation:after {
  animation: nav-bg var(--nav-duration) var(--ease) forwards;
}
.main-navigation-toggle:checked ~ .main-navigation li:after {
  animation: nav-line var(--duration) var(--ease) forwards;
}
.main-navigation-toggle:checked ~ .main-navigation a {
  animation: link-appear calc(var(--duration) * 1.5) var(--ease) forwards;
}
.main-navigation-toggle:checked ~ .main-navigation li:nth-child(1):after, .main-navigation-toggle:checked ~ .main-navigation li:nth-child(1) a {
  animation-delay: calc((var(--duration) / 2) * 1 * 0.125);
}
.main-navigation-toggle:checked ~ .main-navigation li:nth-child(2):after, .main-navigation-toggle:checked ~ .main-navigation li:nth-child(2) a {
  animation-delay: calc((var(--duration) / 2) * 2 * 0.125);
}
.main-navigation-toggle:checked ~ .main-navigation li:nth-child(3):after, .main-navigation-toggle:checked ~ .main-navigation li:nth-child(3) a {
  animation-delay: calc((var(--duration) / 2) * 3 * 0.125);
}
.main-navigation-toggle:checked ~ .main-navigation li:nth-child(4):after, .main-navigation-toggle:checked ~ .main-navigation li:nth-child(4) a {
  animation-delay: calc((var(--duration) / 2) * 4 * 0.125);
}

@keyframes nav-bg {
  from {
    transform: translateX(-100%) skewX(-15deg);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes nav-line {
  0% {
    transform: scaleX(0);
    transform-origin: 0 50%;
  }
  35% {
    transform: scaleX(1.001);
    transform-origin: 0 50%;
  }
  65% {
    transform: scaleX(1.001);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scaleX(0);
    transform-origin: 100% 50%;
  }
}
@keyframes link-appear {
  0%, 25% {
    transform: translateY(100%);
  }
  50%, 100% {
    transform: translateY(0);
  }
}
.hero {
  margin: 0;
  padding: 30px 0 0;
  opacity: 0;
}

.hero-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.hero-wrapper > * {
  flex: 0 0 49%;
}
@media (min-width: 768px) {
  .hero-wrapper {
    flex-direction: row;
  }
}
.hero-wrapper .hero-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
  opacity: 0;
  transform: translateY(100%);
}
@media (min-width: 768px) {
  .hero-wrapper .hero-text-container {
    margin: 0;
    text-align: left;
    align-items: flex-start;
  }
}
.hero-wrapper .hero-text-container .button {
  margin: 0 0 20px;
}
.hero-wrapper .hero-description {
  margin: 12px 0;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: -1px;
}
@media (min-width: 768px) {
  .hero-wrapper .hero-description {
    font-size: 22px;
    line-height: 30px;
    margin: 30px 0;
  }
}
.hero-wrapper .hero-pic-container {
  transform: translateX(30%);
  opacity: 0;
  margin: 0;
}
.hero-wrapper .hero-pic {
  width: auto;
  height: 275px;
}
@media (min-width: 768px) {
  .hero-wrapper .hero-pic {
    height: 705px;
    margin: -5px 0;
  }
}

.services h2,
.services h3 {
  text-align: center;
}
.services-list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
  gap: 15px;
}
@media (min-width: 768px) {
  .services-list {
    justify-content: space-between;
    margin: 60px 0;
  }
}
.services-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 10px auto;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #f5f5f5;
}
.services-list li svg {
  max-width: 150px;
  max-height: 150px;
}
@media (min-width: 768px) {
  .services-list li {
    width: 48%;
    padding: 30px;
  }
}
.services-list li span {
  text-align: center;
  margin: 30px 0;
}
.services-list .service__description {
  max-width: 100%;
  font-size: 1.1rem;
  margin-bottom: 0;
  text-align: center;
}

.page-container #about {
  position: relative;
  background: none;
}

.section-wrapper-about-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -20;
}
@media (min-width: 768px) {
  .section-wrapper-about-image {
    background-position-x: initial;
  }
}
@media (min-width: 1366px) {
  .section-wrapper-about-image {
    background-image: initial !important;
  }
}

.background-overlay {
  width: 100%;
  position: absolute;
  opacity: 0.88;
  height: 100%;
  background-color: #D6F6FF;
}

.about-list {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 5px;
  margin: 30px 0;
}
@media (min-width: 1024px) {
  .about-list {
    gap: 10px;
    flex-direction: row;
    margin: 50px 0;
  }
}
.about-list-item {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 10px 0;
  gap: 20px;
}
.about-list-item-number {
  font-size: 30px;
  margin: 7px 0;
}
@media (min-width: 1024px) {
  .about-list-item-number {
    font-size: 4rem;
  }
}
.about-list-item-text {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.5rem;
}

.about-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0;
}
.about-info p {
  margin: 5px 0;
}

.accordion {
  margin: 1rem 0;
  width: 100%;
}
.accordion .accordion-item {
  border-bottom: 1px solid #292929;
  margin-bottom: 0.5rem;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #6FB9D9;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1rem 2rem 1rem 0;
  color: #292929;
  font-size: 0.813rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
@media (min-width: 768px) {
  .accordion button {
    font-size: 1.15rem;
  }
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #6FB9D9;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #6FB9D9;
  border: 1px solid #6FB9D9;
}
.accordion button .accordion-title {
  padding: 1em 0 1em 0;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: -1px;
}
@media (min-width: 321px) {
  .accordion button .accordion-title {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (min-width: 768px) {
  .accordion button .accordion-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
@media (min-width: 768px) {
  .accordion button .icon {
    top: 18px;
  }
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #6FB9D9;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 12em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -1px;
}
@media (min-width: 321px) {
  .accordion .accordion-content p {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (min-width: 768px) {
  .accordion .accordion-content p {
    font-size: 22px;
    line-height: 30px;
  }
}

.contact {
  background-color: #f5f5f5;
}

.contact-body {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
}
@media (min-width: 768px) {
  .contact-body {
    flex-direction: row;
  }
}
.contact-body .contact-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .contact-body .contact-form {
    width: 50%;
    margin: 0 20px 30px 0;
  }
}
@media (min-width: 1024px) {
  .contact-body .contact-form {
    width: 70%;
    margin: 0 20px 20px 0;
  }
}
.contact-body .form-group-half {
  width: 100%;
  margin: 0 0 30px 0;
}
@media (min-width: 768px) {
  .contact-body .form-group-half {
    width: 100%;
    margin: 0 10px 30px 0;
  }
}
@media (min-width: 1024px) {
  .contact-body .form-group-half {
    width: 45%;
    margin: 0 10px 10px 0;
  }
}
.contact-body .form-group {
  width: 100%;
  margin: 0 0 30px 0;
}
.contact-body .form-group select {
  font-family: "Karla", sans-serif;
}
@media (min-width: 1024px) {
  .contact-body .form-group {
    width: 91%;
    margin: 20px 0 10px 0;
  }
}
.contact-body .form-group,
.contact-body .form-group-half {
  border: none;
  border-radius: 7px;
}
.contact-body input[type=text],
.contact-body input[type=email],
.contact-body input[type=password],
.contact-body input[type=tel],
.contact-body input[type=url],
.contact-body input[type=search],
.contact-body input[type=number],
.contact-body textarea,
.contact-body select {
  color: #f5f5f5;
  display: block;
  cursor: pointer;
  padding: 11px 15px;
  margin: 0;
  width: 100%;
  border: 1px solid #6FB9D9;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  background-color: #6FB9D9;
  transition: all 0.3s ease-in-out;
}
.contact-body select {
  color: #f5f5f5;
  padding-right: 35px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact-body textarea {
  width: 100%;
  max-width: 100%;
  transition: none 0.3s ease-in-out;
}
.contact-body input[type=text]::-webkit-input-placeholder,
.contact-body input[type=email]::-webkit-input-placeholder,
.contact-body input[type=password]::-webkit-input-placeholder,
.contact-body input[type=tel]::-webkit-input-placeholder,
.contact-body input[type=url]::-webkit-input-placeholder,
.contact-body input[type=search]::-webkit-input-placeholder,
.contact-body input[type=number]::-webkit-input-placeholder,
.contact-body textarea::-webkit-input-placeholder,
.contact-body select::-webkit-input-placeholder {
  color: #f5f5f5;
  opacity: 1;
  font-family: "Karla", sans-serif;
}
.contact-body input[type=text]:-moz-placeholder,
.contact-body input[type=email]:-moz-placeholder,
.contact-body input[type=password]:-moz-placeholder,
.contact-body input[type=tel]:-moz-placeholder,
.contact-body input[type=url]:-moz-placeholder,
.contact-body input[type=search]:-moz-placeholder,
.contact-body input[type=number]:-moz-placeholder,
.contact-body textarea:-moz-placeholder,
.contact-body select:-moz-placeholder {
  color: #f5f5f5;
  opacity: 1;
}
.contact-body input[type=text]::-moz-placeholder,
.contact-body input[type=email]::-moz-placeholder,
.contact-body input[type=password]::-moz-placeholder,
.contact-body input[type=tel]::-moz-placeholder,
.contact-body input[type=url]::-moz-placeholder,
.contact-body input[type=search]::-moz-placeholder,
.contact-body input[type=number]::-moz-placeholder,
.contact-body textarea::-moz-placeholder,
.contact-body select::-moz-placeholder {
  color: #f5f5f5;
  opacity: 1;
}
.contact-body input[type=text]:-ms-input-placeholder,
.contact-body input[type=email]:-ms-input-placeholder,
.contact-body input[type=password]:-ms-input-placeholder,
.contact-body input[type=tel]:-ms-input-placeholder,
.contact-body input[type=url]:-ms-input-placeholder,
.contact-body input[type=search]:-ms-input-placeholder,
.contact-body input[type=number]:-ms-input-placeholder,
.contact-body textarea:-ms-input-placeholder,
.contact-body select:-ms-input-placeholder {
  color: #f5f5f5;
  opacity: 1;
}
.contact-body input[type=text]:focus,
.contact-body input[type=email]:focus,
.contact-body input[type=password]:focus,
.contact-body input[type=tel]:focus,
.contact-body input[type=url]:focus,
.contact-body input[type=search]:focus,
.contact-body input[type=number]:focus,
.contact-body textarea:focus,
.contact-body select:focus {
  outline: none;
  background-color: #6FB9D9;
}
.contact-body .form-check {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: baseline;
  width: 100%;
}
.contact-body .form-check label {
  font-size: 14px;
  margin-left: 5px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .contact-body .form-check label {
    font-size: 16px;
    margin-top: 10px;
    line-height: 22px;
  }
}
.contact-body .form-check a {
  color: #6FB9D9;
  border-bottom: 1px solid #6FB9D9;
  transition: 300ms ease-in-out;
}
.contact-body .form-check a:hover {
  color: #000000;
  border-bottom: 1px solid #000000;
}
.contact-body .form-button {
  margin: 30px auto;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .contact-body .form-button {
    margin: 30px 0;
  }
}

.contact-social {
  margin-top: 50px;
  width: 100%;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .contact-social {
    margin: 0;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 -27px;
  }
}
@media (min-width: 1024px) {
  .contact-social {
    width: 30%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.contact-social .contact-possibility {
  margin: 0 0 40px 0;
  color: #292929;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transform: scale(0.9);
}
@media (min-width: 768px) {
  .contact-social .contact-possibility {
    justify-content: space-around;
  }
}
.contact-social .contact-link {
  transition: 300ms ease-in-out;
}
.contact-social .contact-link:hover {
  transform: scale(1);
}
.contact-social .contact-link:hover svg {
  opacity: 1;
}
.contact-social .contact-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  background-color: #6FB9D9;
  border-radius: 3px;
}
.contact-social .contact-icon svg {
  opacity: 0.6;
}
.contact-social .contact-text {
  width: 70%;
}
.contact-social .contact-text h3 {
  margin: 0;
  color: #505050;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.contact-social .contact-text span {
  margin: 8px 0 0;
  letter-spacing: 1px;
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background: transparent;
}

.section-wrapper .reviews-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .section-wrapper .reviews-list {
    flex-direction: row;
    justify-content: space-between;
  }
}
.section-wrapper .reviews-list-item {
  background-color: #f5f5f5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0;
  height: fit-content;
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .section-wrapper .reviews-list-item {
    width: 30%;
    margin: 0;
  }
}
.section-wrapper .reviews-list-item figure {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-wrapper .reviews-list-item figure img {
  border-radius: 50%;
  width: 150px;
}
.section-wrapper .reviews-list-item figcaption {
  text-align: center;
  margin: 20px 0;
  font-size: 25px;
}
.section-wrapper .reviews-list-item-description {
  margin: 0;
  max-width: 80%;
  font-size: 17px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .section-wrapper .reviews-list-item-description {
    font-size: 21px;
    line-height: 28px;
  }
}

.banner {
  text-align: center;
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .banner {
    text-align: left;
  }
}
.banner__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 30px 0;
}
@media (min-width: 768px) {
  .banner__container {
    flex-direction: row;
    justify-content: space-around;
    padding: 0 30px;
  }
}
.banner__bg {
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #f5f5f5;
}
.banner__data {
  max-width: 70%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .banner__data {
    max-width: 50%;
  }
}
.banner__data .button {
  max-width: fit-content;
  background-color: #8A7FF8;
  margin: 15px auto;
  text-transform: uppercase;
}
.banner__data .button:hover {
  background-color: #a49df7;
}
.banner__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .banner__title {
    font-size: 1.7rem;
    letter-spacing: -0.044em;
    text-align: center;
  }
}
.banner__description {
  margin-bottom: 20px;
  max-width: 100% !important;
}
.banner__title, .banner__description {
  text-align: center;
  max-width: 100%;
}
.banner__img {
  width: 232px;
}

.banners__container {
  overflow: initial;
  position: relative;
}
.banners__content {
  padding: 1.5rem;
  background-color: #f5f5f5;
  border-radius: 5px;
}
.banners__img {
  width: 100%;
  border-radius: 0.5rem;
  justify-self: center;
}
@media (min-width: 768px) {
  .banners__img {
    width: 265px;
  }
}
.banners__title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .banners__title {
    font-size: 1.8rem;
  }
}
.banners__description {
  margin-bottom: 0.75rem;
}
.banners__button:hover .button__icon {
  transform: translateX(0.25rem);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}

.swiper-portfolio-icon {
  color: #6FB9D9;
  font-size: 4rem;
}
@media (min-width: 768px) {
  .swiper-portfolio-icon {
    font-size: 2rem;
  }
}

.swiper-button-prev {
  left: -0.5rem;
}
@media (min-width: 768px) {
  .swiper-button-prev {
    left: -1.5rem;
  }
}

.swiper-button-next {
  right: -0.5rem;
}
@media (min-width: 768px) {
  .swiper-button-next {
    right: -1.5rem;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -2.5rem;
}

.swiper-pagination-bullet-active {
  background-color: #6FB9D9;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullet {
  outline: none;
}

.swiper-wrapper {
  max-width: 700px;
  margin: 0 auto;
}

.swiper-wrapper .portfolio__content {
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  border-radius: 5px;
  max-width: 700px;
}
.swiper-wrapper .portfolio__content .portfolio__img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .swiper-wrapper .portfolio__content .portfolio__img {
    max-width: 100%;
  }
}
.swiper-wrapper .portfolio__content .portfolio__data {
  padding: 20px;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  text-align: center;
}
@media (min-width: 768px) {
  .swiper-wrapper .portfolio__content .portfolio__data {
    min-height: 200px;
  }
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 2.5rem 0;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  cursor: pointer;
}

.card-container {
  border-radius: 5px;
}
.card-container .card {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s ease-in-out;
}
.card-container figcaption {
  margin: 24px 0;
  font-weight: 700;
  font-size: 20px;
}
.card-container .btn {
  margin: 0;
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 300ms ease-in-out, opacity 300ms ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  z-index: 10;
  background: #f5f5f5;
  border-radius: 5px;
  width: 250px;
  max-width: 100%;
}
@media (min-width: 320px) {
  .modal {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .modal {
    width: 500px;
  }
}
.modal-header {
  padding: 10px 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .modal-header {
    padding: 30px 30px 0;
  }
}
.modal-close-button {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  font-size: 1.25rem;
  font-weight: bold;
}
.modal-body {
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .modal-body {
    padding: 10px 30px 30px;
  }
}

.modal.active {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

#modal-overlay {
  position: fixed;
  transition: 200ms ease-in-out;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

#modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.section-text-media {
  overflow: hidden;
  padding: 100px 0 30px;
}
@media (min-width: 768px) {
  .section-text-media {
    padding: 100px 0;
  }
}
.section-text-media .text-media {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .section-text-media .text-media {
    flex-direction: row;
    align-items: center;
    gap: 50px;
  }
}
.section-text-media .text-media > * {
  flex: 0 0 49%;
}
.section-text-media .text-media p {
  max-width: 100%;
}
.section-text-media .text-media .left,
.section-text-media .text-media .right {
  opacity: 0;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
}
.section-text-media .text-media .right {
  transform: translateX(100%);
}
.section-text-media .text-media .left {
  transform: translateX(-100%);
}

.section-steps {
  padding: 100px 0;
  background: white;
}
.section-steps p,
.section-steps h2 {
  justify-content: center;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.7em;
  max-width: 100%;
  margin-top: 0;
}
.section-steps .steps {
  margin: 50px 0 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .section-steps .steps {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.section-steps .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  background: #f5f5f5;
  height: 100%;
  min-height: 250px;
  flex: 0 0 30%;
  padding: 50px 25px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (min-width: 768px) {
  .section-steps .step {
    min-height: 450px;
  }
}
.section-steps .step > p {
  font-size: 1.3rem;
  line-height: 1.5em;
}

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