@charset "UTF-8";
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap');
html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

html {
  overflow-x: hidden;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  text-decoration: none;
  color: currentColor;
}

button {
  background-color: transparent;
  border: none;
  color: currentColor;
}

strong {
  font-weight: bolder;
}

.ac {
  margin-top: 10px;
  box-sizing: border-box;
}
.ac p {
  line-height: 150%;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .ac p {
    font-size: 1.3rem;
  }
}
.ac .ac-header {
  margin: 0;
  padding: 0;
}
.ac .ac-trigger {
  font-family: 'Rubik' sans-serif;
  color: rgba(17, 17, 17, 0.5);
  text-align: left;
  width: 100%;
  padding: 20px 0px 10px 0px;
  display: block;
  cursor: pointer;
  font-size: 1rem;
  background-color: transparent;
  transition: color 0.25s ease;
  position: relative;
  text-decoration: none;
  margin: 0;
  border: 0;
  color: var(--text-clr-dark);
  font-weight: 600;
  border-bottom: 1px solid rgba(17, 17, 17, 0.5);
}
.ac .ac-trigger::after {
  content: '+';
  text-align: center;
  width: 15px;
  transform: translate(0, -50%);
  position: absolute;
  right: 0px;
  top: 50%;
}
.ac .ac-trigger:focus {
  color: var(--clr-blue-500);
}
.ac .ac-panel {
  overflow: hidden;
  transition-property: height, visibility;
  transition-timing-function: ease;
  color: var(--text-clr-dark);
  padding-top: 10px;
  margin: 0;
  font-size: 1.2rem;
}
.ac .ac-panel ul {
  list-style: disc !important;
  font-size: 1.2rem;
  margin-top: 1rem;
  text-align: left;
  line-height: 1.5rem;
}
.ac .ac-panel ul li {
  display: flex;
  margin-left: 1rem;
  margin-top: 0.8rem;
}
.ac .ac-panel ul li::before {
  content: '';
  display: list-item;
  list-style-type: '>>';
  -webkit-padding-start: 1ch;
  padding-inline-start: 1ch;
  color: var(--clr-blue-500);
}
.ac .ac-panel .ac-text {
  color: var(--text-clr-dark);
  padding-top: 10px;
  margin: 0;
  font-size: 1rem;
}
.ac .ac-panel .ac-text p {
  line-height: 150%;
}
@media screen and (min-width: 1024px) {
  .ac .ac-panel .ac-text {
    font-size: 1.2rem;
  }
}
.ac .ac-panel .ac-text ul {
  list-style: disc;
  font-size: 1.2rem;
}
.ac.js-enabled .ac-panel {
  visibility: hidden;
}
.ac.is-active .ac-panel {
  visibility: visible;
}
.ac.is-active > .ac-header .ac-trigger::after {
  content: '–';
}

@media screen and (min-width: 768px) {
  .ac .ac-trigger {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
}
#baSlider {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#baSlider .slider-wrap {
  position: relative;
  height: 100%;
}
#baSlider .slider-wrap img {
  display: block;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#baSlider .slider-wrap .before-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
#baSlider .slider-wrap .slider-btn {
  display: block;
  width: 6px;
  height: 100%;
  background: var(--clr-blue-500);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  cursor: ew-resize;
}
#baSlider .slider-wrap .slider-btn::after {
  width: 70px;
  height: 70px;
  background-color: var(--clr-blue-500);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '< >';
  display: grid;
  place-items: center;
  color: white;
  font-size: 1.6rem;
  text-align: center;
  line-height: 50px;
  box-shadow: 0 2px 6px #000;
  transition: all 0.3s ease;
  -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  border-radius: 0rem;
}
#baSlider .slider-wrap .slider-btn:hover::after {
  width: 60px;
  height: 60px;
  font-size: 20px;
  line-height: 40px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

:root {
  --clr-black-500: #231f20;
  --clr-black-700: #181415;
  --clr-white-500: rgb(238, 238, 238);
  --clr-gray-100: #eee;
  --clr-gray-300: #dfdfdf;
  --clr-gray-400: #b4b4b4;
  --clr-gray-500: #e9e9e9;
  --clr-gray-700: #54566d;
  --clr-yellow-500: #ff8d5d;
  --clr-yellow-700: #ff8d5d;
  --clr-yellow-900: #544a2e;
  --clr-orange-500: #ff8d5d;
  --clr-blue-100: #cadaff;
  --clr-blue-300: #a1bdff;
  --clr-blue-400: #375cb4;
  --clr-blue-500: #243e7b;
  --clr-blue-900: #152958;
  --text-clr-light: #ffffff;
  --text-clr-dark: #3b3c48;
  --font-rubik: 'Rubik', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-rubik);
  color: var(--text-clr-dark);
  background-color: #e2f3fe;
  scroll-behavior: smooth;
  overflow: hidden;
}
body .material-icons-outlined,
body .material-icons-rounded {
  font-family: 'Material Icons';
}

body.isBlock {
  background-color: #192f5b;
}

body#isBlock {
  background-color: #192f5b;
}

.navigation {
  order: 1;
  margin-left: 1rem;
}

.hamburger__menu {
  position: relative;
  z-index: 15;
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
}
.hamburger__menu div {
  width: 30px;
  height: 1px;
  background-color: var(--text-clr-dark);
  transition: all 0.3s ease-in-out;
}

.hamburger__menu.active > div:first-child {
  transform: rotate(45deg) translateY(6px) translateX(6px);
}

.hamburger__menu.active > div:nth-child(2) {
  transform: rotate(-45deg);
}

.hamburger__menu.active > div:nth-child(3) {
  opacity: 0;
}

@media screen and (min-width: 1366px) {
  .hamburger__menu {
    display: none;
  }
}
#header {
  position: fixed;
  z-index: 10;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.3rem;
  background-color: #fff;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
#header .logo {
  margin-right: auto;
}

.menu__navigaiton {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fff;
  width: 100%;
  min-height: 100vh;
  padding-top: 6rem;
  text-transform: uppercase;
  transform: translateX(100%);
  overflow-y: scroll;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .menu__navigaiton {
    overflow-y: unset;
  }
}
.menu__navigaiton .menu__navigation__item {
  display: flex;
  padding: 1rem 1.5rem;
  line-height: 1.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-clr-dark);
}
.menu__navigaiton .menu__navigation__item:hover,
.menu__navigaiton .menu__navigation__item:focus {
  outline: none;
  background-color: var(--clr-gray-100);
}
.menu__navigaiton .menu__navigation__item.active {
  color: var(--clr-blue-400);
}

.sub__navigation {
  display: none;
  background-color: var(--clr-gray-100);
  transform: translateX(100%);
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}
.sub__navigation li {
  cursor: pointer;
}

.sub__second__navigation {
  background-color: var(--clr-gray-300);
}
.sub__second__navigation .navigation__collapse {
  background-color: var(--clr-gray-400);
}

.navigation__expandable {
  display: flex;
  justify-content: space-between;
}
.navigation__expandable::after {
  content: 'chevron_right';
  text-transform: lowercase;
  flex: 0 1 auto;
  font-family: 'Material Icons';
}

.navigation__collapse {
  display: flex;
  background-color: var(--clr-gray-300);
  color: var(--text-clr-dark);
}
.navigation__collapse::before {
  content: 'chevron_left';
  font-family: 'Material Icons';
  text-transform: lowercase;
  padding-right: 1rem;
}

.menu__home {
  background-color: var(--clr-gray-100);
}

.free__quote {
  margin-left: auto;
  background-color: var(--clr-blue-400);
  padding: 1rem 2rem;
  color: var(--text-clr-light);
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.free__quote:hover {
  background-color: var(--clr-blue-500);
}
.free__quote::before {
  content: 'mode_comment';
  text-transform: lowercase;
  flex: 0 1 auto;
  font-family: 'Material Icons';
  display: inline-block;
  position: relative;
  top: 0.2rem;
  margin-right: 0.25rem;
}

@media screen and (min-width: 1366px) {
  .free__quote {
    display: flex;
    gap: 1rem;
  }
  #header {
    position: fixed;
    padding: 0rem 2rem 0rem 2rem;
  }
  #header .logo {
    margin-right: 1rem;
  }
  .menu__navigaiton {
    position: relative;
    display: flex;
    padding-top: 0rem;
    background-color: transparent;
    width: 100%;
    min-height: auto;
    transform: translateX(0%);
  }
  .menu__navigaiton .menu__navigation__item {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    position: relative;
  }
  .menu__navigaiton .menu__navigation__item:hover,
  .menu__navigaiton .menu__navigation__item:focus {
    background-color: transparent;
  }
  .menu__navigaiton .menu__navigation__item:hover + .sub__navigation,
  .menu__navigaiton .menu__navigation__item:focus + .sub__navigation {
    opacity: 1;
    visibility: visible;
  }
  .menu__navigaiton .menu__navigation__item:focus {
    outline: 5px auto -webkit-focus-ring-color;
  }
  .menu__navigaiton .navigation__expandable:hover:after,
  .menu__navigaiton .navigation__expandable:focus:after {
    transform: rotate(180deg);
  }
  .menu__navigaiton .navigation__expandable::after {
    content: 'expand_more';
    margin-left: 0.5rem;
    font-family: 'Material Icons';
    transition: transform 0.5s ease-in-out;
  }
  .menu__home {
    background-color: transparent;
  }
  .sub__navigation {
    position: absolute;
    top: calc(1rem + 56px);
    visibility: hidden;
    opacity: 0;
    background-color: var(--clr-blue-400);
    display: grid;
    grid-template-columns: 1fr;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-width: 1366px) and (min-width: 1024px) {
  .sub__navigation {
    width: 82%;
  }
}
@media screen and (min-width: 1366px) {
  .sub__navigation .menu__navigation__item {
    color: var(--text-clr-light);
  }
}
@media screen and (min-width: 1366px) {
  .sub__navigation:hover,
  .sub__navigation:focus {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1366px) {
  .sub__navigation li {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    transition: background-color 0.2s ease-in-out;
    position: relative;
  }
  .sub__navigation li:hover,
  .sub__navigation li:focus {
    background-color: var(--clr-gray-500);
  }
}
@media screen and (min-width: 1366px) and (min-width: 1024px) {
  .sub__navigation li:hover,
  .sub__navigation li:focus {
    background-color: white;
  }
  .sub__navigation li:hover a,
  .sub__navigation li:focus a {
    color: var(--clr-blue-900);
  }
}
@media screen and (min-width: 1366px) {
  .sub__navigation li:first-child {
    display: none;
  }
}
@media screen and (min-width: 1440px) {
  .sub__second__navigation {
    transform: translateX(200%);
    width: 50%;
    background-color: var(--clr-blue-100);
    top: 0;
  }
}
.homepage__splide {
  position: relative;
}
.homepage__splide .splide__pagination {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 720px) {
  .homepage__splide .splide__pagination {
    display: block;
  }
}
.homepage__splide .splide__pagination .splide__pagination__page {
  width: 25px;
  height: 25px;
  z-index: 5;
  margin-right: 8rem;
  background-color: transparent;
  border: 3px solid white;
}
.homepage__splide .splide__pagination .splide__pagination__page.is-active {
  background-color: white;
}
.homepage__splide .splide__slide {
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homepage__splide .splide__slide .hexagon__container {
  -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  background-color: #fff;
  align-self: center;
  width: 90%;
  min-height: 300px;
  max-width: 270px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .homepage__splide .splide__slide .hexagon__container {
    min-height: 350px;
    max-width: 300px;
  }
}
.homepage__splide .splide__slide .hexagon__container h2 {
  font-size: 1.6rem;
  font-weight: 300;
  text-transform: uppercase;
  max-width: 50%;
  display: flex;
  flex-direction: column;
}
.homepage__splide .splide__slide .hexagon__container h2::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: var(--clr-blue-400);
  align-self: center;
  margin-top: 1rem;
}
.homepage__splide .splide__slide .hexagon__container a {
  border: 2px solid var(--clr-blue-500);
  padding: 1.2rem 1.5rem;
  margin-top: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;
}
.homepage__splide .splide__slide .hexagon__container a:hover {
  background-color: var(--clr-blue-500);
  color: var(--text-clr-light);
}
.homepage__splide .splide__slide .hexagon__container p {
  display: none;
}

@media screen and (min-width: 1024px) {
  .homepage__splide .splide__slide {
    justify-content: flex-end;
  }
  .homepage__splide .splide__slide .hexagon__container {
    max-width: 510px;
    min-height: 550px;
    transform: translate(-200px, 20px);
  }
  .homepage__splide .splide__slide .hexagon__container h2 {
    font-size: 2.5rem;
  }
  .homepage__splide .splide__slide .hexagon__container p {
    display: block;
    margin-top: 2rem;
    font-size: 1.3rem;
    line-height: 1.8rem;
    font-weight: 300;
    max-width: 75%;
  }
}
.btn__primary {
  border: 2px solid var(--clr-blue-500);
  padding: 1.2rem 2rem;
  margin-top: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 2rem;
  font-size: 1rem;
  font-family: var(--font-rubik);
  width: 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.btn__primary:hover {
  background-color: var(--clr-blue-500);
  color: var(--text-clr-light);
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.hexagon__pointer {
  -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  width: 100px;
  height: 100px;
  background-color: var(--clr-blue-500);
  position: absolute;
  top: -45px;
  left: 25px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--clr-gray-100);
  font-size: 2rem;
  font-family: 'Material Icons';
  display: none;
}
.hexagon__pointer span {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@media screen and (min-width: 1024px) {
  .hexagon__pointer {
    display: flex;
    width: 120px;
    height: 140px;
    font-size: 4rem;
    top: -50px;
    left: 150px;
    font-size: 2rem;
  }
}
.section__features {
  background-color: var(--clr-blue-400);
  position: relative;
  background-size: cover;
  padding: 5rem 0rem;
  transform: translateY(-75px);
}
@media screen and (min-width: 1024px) {
  .section__features {
    transform: translateY(-50px);
    background: url(../images/features-bg.webp) no-repeat top center,
      linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(55, 92, 180, 0) 48%,
        rgb(55, 92, 180) 50%,
        rgb(55, 92, 180) 100%
      );
    background-size: cover;
  }
}
.section__features .feature__item__container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1650px;
  margin: auto;
  gap: 2rem;
  row-gap: 6rem;
  margin-top: 5rem;
}
.section__features .feature__item__container .feature__item {
  background-color: #fff;
  padding: 8rem 0rem 3rem 0rem;
  width: 85%;
  max-width: 500px;
  margin: 4rem auto 0rem auto;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.section__features .feature__item__container .feature__item:first-child {
  display: none;
}
.section__features .feature__item__container .feature__item .img__wrapper {
  width: 100%;
  top: -80px;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-color: #fff;
  height: 100px;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .section__features .feature__item__container .feature__item .img__wrapper {
    top: -99px;
  }
}
.section__features .feature__item__container .feature__item .img__wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.section__features .feature__item__container .feature__item:hover {
  background-color: var(--clr-gray-100);
  transform: translateY(-20px);
}
.section__features
  .feature__item__container
  .feature__item:hover
  .img__wrapper {
  background-color: var(--clr-gray-100);
}
.section__features .feature__item__container .feature__item:hover .icon {
  transform: scale(1.1);
}
.section__features .feature__item__container .feature__item:hover svg {
  fill: var(--clr-orange-500);
}
.section__features
  .feature__item__container
  .feature__item:hover
  .btn__primary:hover {
  background-color: var(--clr-blue-500);
}
.section__features .feature__item__container .feature__item .icon {
  -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  background-color: var(--clr-blue-500);
  width: 150px;
  height: 160px;
  position: absolute;
  top: -5rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__features .feature__item__container .feature__item .icon img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section__features .feature__item__container .feature__item h3 {
  font-size: 2rem;
}
.section__features .feature__item__container .feature__item p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: lighter;
  font-size: 1.2rem;
  display: none;
}
.section__features .feature__item__container .feature__item .btn__primary {
  width: 75%;
}

@media screen and (min-width: 768px) {
  .section__features {
    position: relative;
  }
  .section__features .feature__item__container .feature__item p {
    display: block;
    margin-top: 1rem;
    max-width: 85%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
.faq__banner {
  transform: translateY(-75px);
}
@media screen and (min-width: 1024px) {
  .faq__banner {
    transform: translateY(-50px);
  }
}
.faq__banner .banner {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 250px;
  max-height: 600px;
  width: 100%;
}

.faq {
  padding: 3rem 2rem;
  background-color: var(--clr-blue-100);
  width: 90%;
  margin: auto;
  max-width: 650px;
  transform: translateY(-65px);
}
.faq h4 {
  font-size: 2rem;
  color: var(--clr-blue-500);
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.faq h4::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(51, 51, 51, 0.2);
  margin-top: 0.5rem;
}

@media screen and (min-width: 1024px) {
  .faq {
    padding: 5rem 3rem;
    transform: translate(150px, -250px);
  }
}
@media screen and (min-width: 1440px) {
  .faq {
    padding: 6rem 5rem;
    transform: translate(calc(100px + 10vw), -350px);
  }
}
.text__break {
  font-size: 2.5rem;
  width: 90%;
  max-width: 1100px;
  text-align: center;
  margin: 4rem auto;
  margin-top: 0rem;
  transform: translateY(-50px);
  display: none;
}

@media screen and (min-width: 1024px) {
  .text__break {
    display: block;
    font-size: 2.6rem;
    margin: 0rem auto 0rem auto;
    transform: translateY(-200px);
    line-height: 4rem;
  }
}
.filter__group {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
  width: 100%;
  border-top: 1px solid rgba(161, 189, 255, 0.75);
  padding-top: 1rem;
  text-align: center;
  margin-bottom: 5rem;
  display: none;
}
.filter__group .filter__button {
  font-size: 1rem;
  font-weight: 600;
  font-family: 'Rubik', sans-serif;
  margin-top: 0.5rem;
  cursor: pointer;
}
.filter__group .filter__button:hover {
  color: var(--clr-blue-500);
}
.filter__group .filter__button::before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: var(--clr-blue-300);
  display: block;
  transform: translateY(-27px);
}
.filter__group .filter__button.active::before {
  content: '';
  background-color: var(--clr-blue-400);
}

@media screen and (min-width: 1024px) {
  .filter__group {
    display: flex;
    position: relative;
    z-index: 2;
  }
}
.case__study__splide {
  text-align: center;
  position: relative;
}
.case__study__splide .splide__pagination {
  display: none;
}
.case__study__splide .splide__arrows {
  position: absolute;
  display: flex;
  width: 100%;
  top: -105px;
  margin-top: 2rem;
  justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 1024px) {
  .case__study__splide .splide__arrows {
    margin-top: 0rem;
    justify-content: space-evenly;
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .case__study__splide .splide__arrows {
    display: flex;
  }
}
.case__study__splide .splide__arrows button {
  display: flex;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.case__study__splide .splide__arrows button svg {
  fill: var(--clr-blue-500);
  width: 20px;
  height: 20px;
}
.case__study__splide .splide__arrows button:first-child {
  transform: rotate(180deg);
}

.case__study__splide .study__splide {
  background-color: var(--clr-blue-400);
  padding: 3rem 3rem;
  color: var(--text-clr-light);
  box-shadow: rgba(161, 189, 255, 0.5) -5px -5px;
  transition: all 0.3s ease-in-out 0s;
  padding-bottom: 5rem;
}
.case__study__splide .study__splide:hover {
  background-color: var(--clr-blue-400);
  transform: translateY(-20px);
  color: var(--text-clr-light);
}
.case__study__splide .study__splide h5 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 9rem;
}
.case__study__splide .study__splide p {
  margin-top: 2rem;
  font-size: 1.2rem;
  margin-bottom: 5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 150%;
}
.case__study__splide .study__splide .btn__primary {
  padding: 1.2rem 3rem;
}
@media screen and (min-width: 1024px) {
  .case__study__splide .study__splide .btn__primary {
    padding: 1.2rem 5rem;
  }
}

.btn__container {
  width: 80%;
  max-width: 768px;
  display: flex;
  margin: 5rem auto;
  flex-wrap: wrap;
  gap: 2rem;
}
.btn__container .btn__primary {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .btn__container {
    flex-wrap: nowrap;
  }
}
.enquiry__form {
  text-align: center;
  background-color: var(--clr-blue-400);
  color: var(--text-clr-light);
  padding: 5rem 2rem;
}
.enquiry__form form {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.enquiry__form form input {
  width: 100%;
  max-width: 300px;
  margin: auto;
  background-color: transparent;
  font-weight: bold;
  border: none;
  padding: 1rem;
  font-size: 1rem;
  outline: 2px solid var(--clr-blue-500);
  border-radius: 2rem;
  letter-spacing: 0.05rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .enquiry__form form input {
    text-align: left;
  }
}
.enquiry__form form input::-moz-placeholder {
  color: white;
  text-transform: uppercase;
}
.enquiry__form form input:-ms-input-placeholder {
  color: white;
  text-transform: uppercase;
}
.enquiry__form form input::placeholder {
  color: white;
  text-transform: uppercase;
}
.enquiry__form form button {
  margin: 0rem auto;
  max-width: 300px;
  color: var(--text-clr-dark);
  border-color: white;
  background-color: white;
}
.enquiry__form form button:hover {
  border-color: var(--clr-orange-500);
  background-color: var(--clr-orange-500);
  color: var(--text-clr-dark);
}
.enquiry__form h5 {
  font-size: 1.6rem;
  text-transform: uppercase;
}
.enquiry__form h5::before {
  content: 'mode_comment';
  display: none;
  text-transform: lowercase;
  flex: 0 1 auto;
  font-family: 'Material Icons';
}

@media screen and (min-width: 1024px) {
  .enquiry__form {
    text-align: left;
    padding: 5rem 4rem;
  }
  .enquiry__form form {
    flex-direction: row;
    justify-content: flex-start;
    gap: 2rem;
  }
  .enquiry__form form input {
    margin: 0;
    padding: 1rem 1.5rem;
    color: white;
  }
  .enquiry__form form button {
    max-width: 250px;
    margin: 0;
    margin-left: auto;
  }
  .enquiry__form h5 {
    display: flex;
    gap: 1rem;
  }
  .enquiry__form h5::before {
    display: inline;
  }
}
.ba__section {
  background: #192f5b;
  background-repeat: repeat-x;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 8rem 0rem;
  display: none;
}
.ba__section .broucher {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 5;
}
.ba__section .hexagon__box {
  -webkit-clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  clip-path: polygon(0 25%, 50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%);
  background-color: white;
  width: 90%;
  min-height: 600px;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.ba__section .hexagon__box h5 {
  font-size: 2.5rem;
}
.ba__section .hexagon__box h5::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background-color: var(--clr-blue-400);
  align-self: center;
  margin: 2rem auto;
}
.ba__section .hexagon__box p {
  display: block;
  margin-top: 0rem;
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: 300;
}

@media screen and (min-width: 1440px) {
  .ba__section {
    display: flex;
    position: relative;
    padding-top: 5rem;
  }
  .ba__section .hexagon__box {
    position: relative;
    z-index: 2;
    transform: translateX(150px);
  }
  .ba__section .splitter__wrapper {
    border: 4px solid white;
  }
}
@media screen and (min-width: 1440px) {
  .ba__section {
    padding-right: 16rem;
    padding-top: 200px;
  }
  .ba__section .hexagon__box {
    transform: translateX(225px);
    padding: 7rem;
    max-width: 567px;
    min-width: 560px;
    max-height: 100px;
  }
  .ba__section .hexagon__box .btn__primary {
    max-width: 300px;
  }
  .ba__section .hexagon__box p {
    display: block;
  }
}
#footer {
  padding-top: 4rem;
  color: var(--clr-gray-500);
  background-color: var(--clr-blue-900);
  padding: 3rem 5rem;
}
#footer .header {
  text-align: center;
  font-size: 1.2rem;
  opacity: 0.8;
  line-height: 1.8rem;
  margin: 1rem 0rem 1rem 0rem;
}
@media screen and (min-width: 1024px) {
  #footer .header {
    width: 30%;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  #footer {
    padding: 5rem 5rem;
  }
}
#footer span {
  font-family: 'Material Icons';
}

.footer__grid {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.footer__grid h6 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: var(--clr-blue-300);
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.footer__grid address {
  font-style: normal;
}
.footer__grid address a {
  color: var(--clr-blue-300);
  transition: color 0.3s ease-in-out;
}
.footer__grid address a:hover {
  color: var(--text-clr-light);
}
.footer__grid p,
.footer__grid a {
  padding-top: 1rem;
}
.footer__grid a {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  transition: color 0.3s ease-in-out;
}
.footer__grid a:hover {
  color: var(--clr-blue-200);
}
.footer__grid a span {
  align-self: center;
}

.footer__branding {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: auto;
  margin-top: 3rem;
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.footer__branding a {
  color: var(--clr-blue-300);
  transition: color 0.3s ease-in-out;
}
.footer__branding a:hover {
  color: var(--text-clr-light);
}
.footer__branding .legal__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.8rem;
  margin-right: auto;
  margin: auto;
}
.footer__branding .legal__info .company {
  line-height: 1rem;
}
.footer__branding .legal__info .breaker {
  width: 5px;
  height: 5px;
  align-self: center;
  background-color: white;
  border-radius: 100%;
}
.footer__branding .built__branding {
  margin-top: 5rem;
  font-size: 0.8rem;
  line-height: 1rem;
}

@media screen and (min-width: 1024px) {
  #footer {
    background: #1e396e;
  }
  .footer__branding {
    flex-direction: row;
  }
  .footer__branding .legal__info {
    flex-direction: row;
    margin: 0rem auto 0rem 0rem;
  }
  .footer__branding .built__branding {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 1440px) {
  #footer .footer__grid {
    flex-direction: row;
    gap: 6rem;
    text-align: left;
  }
  #footer .footer__grid a {
    display: flex;
    justify-content: flex-start;
    gap: 0.5rem;
  }
  #footer .footer__grid a span {
    align-self: center;
  }
  #footer .push__right {
    margin-right: auto;
  }
}
.social__icon {
  color: white;
  width: 16px;
  fill: #a1bdff;
}

#footer {
  position: relative;
}
#footer .hexagon__pointer {
  width: 100px;
  height: 100px;
  background-color: var(--clr-blue-300);
  color: var(--clr-blue-500);
  font-size: 2rem;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1440px) {
  #footer .hexagon__pointer {
    top: -80px;
    width: 70px;
    height: 75px;
    font-size: 4rem;
  }
  #footer .hexagon__pointer span {
    font-size: 1.5rem;
  }
}
.content__splide .splide__slide {
  height: 500px;
  max-height: 500px;
}
.content__splide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.content {
  padding: 4rem 2rem 8rem 2rem;
  background-color: #fff;
  text-align: center;
}
.content p,
.content li {
  max-width: 90%;
}
.content .text ul li {
  display: flex;
  margin-left: 1.5rem;
  margin-top: 0.5rem;
}
.content .text ul li::before {
  content: '';
  display: list-item;
  list-style-type: '>>';
  -webkit-padding-start: 1ch;
  padding-inline-start: 1ch;
  color: var(--clr-blue-500);
  font-weight: 500;
}
.content .text p,
.content .text li {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1440px) {
  .content .text p,
  .content .text li {
    margin-left: unset;
    margin-right: unset;
  }
}
.content h1,
.content h2,
.content h3 {
  text-transform: uppercase;
  font-weight: light;
  font-size: 2rem;
}
.content p,
.content li {
  font-size: 1.3rem;
  line-height: 1.8rem;
  font-weight: lighter;
  margin-top: 3rem;
}
.content p a,
.content li a {
  transition: all 0.3s ease-in-out;
  font-weight: 600;
  color: var(--clr-blue-500);
}
.content p a:hover,
.content li a:hover {
  color: var(--clr-blue-300);
}

.content__navigation {
  margin-top: 5rem;
}
.content__navigation nav {
  background-color: #eaf6fe;
  display: none;
}
.content__navigation nav ul {
  padding: 3rem;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.content__navigation nav ul li {
  font-size: 1.2rem;
  margin-top: 0;
}
.content__navigation nav ul li::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: black;
  margin-top: 0.5rem;
  opacity: 0.2;
}
.content__navigation nav ul li a {
  transition: all 0.3s ease-in-out;
}
.content__navigation nav ul li a:hover {
  color: #375cb4;
}
.content__navigation nav img {
  width: 100%;
  min-height: 250px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.content__navigation .btn__primary {
  border: 3px solid var(--clr-blue-300);
  display: block;
  text-align: center;
  border-radius: 0rem;
  max-width: 500px;
  margin: 1rem auto;
}
.content__navigation .btn__primary:hover {
  color: var(--text-clr-dark);
  border-color: var(--clr-blue-300);
  background-color: var(--clr-blue-300);
}

@media screen and (min-width: 1440px) {
  .content__navigation {
    margin-top: 0rem;
    width: 30%;
  }
  .content__navigation nav {
    display: block;
  }
  .content {
    text-align: left;
    padding: 9rem 5rem 10rem 5rem;
    width: 100%;
    display: flex;
    gap: 10rem;
  }
  .content .text {
    width: 70%;
    overflow-wrap: break-word;
  }
}
#content__accordion {
  width: 100%;
  max-width: 900px;
  margin: auto;
  margin-top: 4rem;
}
@media only screen and (min-width: 1440px) {
  #content__accordion {
    margin-left: unset;
    margin-right: unset;
  }
}

.content__accordion {
  margin-top: 3rem;
}
.content__accordion .ac-trigger {
  border-color: var(--clr-blue-700);
  font-size: 1.2rem;
  color: #1e396e;
  width: 100%;
  padding-right: 2rem;
  font-weight: lighter;
}

@media screen and (min-width: 768px) {
  .content__accordion .ac-trigger {
    font-size: 1.5rem;
  }
}
.testimonial__block {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  color: var(--clr-blue-900);
  padding: 5rem 2rem 6rem 2rem;
  color: white;
  background-color: #192f5b;
}
@media screen and (min-width: 1024px) {
  .testimonial__block {
    padding: 10rem 2rem 15rem 2rem;
  }
}
@media screen and (min-width: 768px) {
  .testimonial__block {
    background: #192f5b url('../images/before-after-bg.gif') no-repeat bottom
      center;
  }
}
.testimonial__block h4 {
  text-transform: uppercase;
  font-weight: bolder;
}
.testimonial__block .splide__slide {
  cursor: -webkit-grab;
  cursor: grab;
}
.testimonial__block .splide__slide p {
  max-width: 700px;
  font-weight: lighter;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 3rem auto 1rem auto;
  color: var(--clr-gray-300);
  line-height: 1.8rem;
}
.testimonial__block .splide__slide span {
  font-size: 1.1rem;
  color: #eaf6fe;
}

.enquiry {
  text-align: center;
  padding: 5rem 2rem;
  background-color: white;
}
.enquiry h1 {
  font-size: 3rem;
  font-weight: bold;
}
.enquiry p {
  width: 90%;
  max-width: 950px;
  margin: auto;
  font-size: 1.2rem;
  line-height: 1.5rem;
  font-weight: lighter;
  margin-top: 2rem;
  font-weight: bold;
}
.enquiry p:first-of-type {
  font-weight: lighter;
}
.enquiry p .opening__times {
  color: var(--clr-blue-400);
}
.enquiry p:nth-child(3) {
  font-weight: lighter;
  margin-bottom: 0rem;
}

.contact__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 800px;
  margin: 4rem auto 0rem auto;
  background-color: transparent;
  padding: 0;
}
.contact__form .two__column {
  display: grid;
  gap: 1rem;
}
.contact__form input,
.contact__form select,
.contact__form textarea {
  width: 100%;
  padding: 1rem;
  font-family: var(--font-rubik);
  font-size: 1.2rem;
  border: 2px solid var(--clr-blue-500);
  background-color: transparent;
}
.contact__form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.contact__form textarea {
  max-width: 800px;
  max-height: 500px;
  min-height: 200px;
}
.contact__form .btn__send {
  margin-top: 1rem;
  background-color: var(--clr-blue-500);
  padding: 1rem;
  color: var(--text-clr-light);
  font-size: 1.2rem;
  font-family: var(--font-rubik);
  max-width: 300px;
  width: 250px;
  margin-inline: auto;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.contact__form .btn__send:hover {
  background-color: var(--clr-blue-300);
}

.select__wrapper {
  position: relative;
}
.select__wrapper span {
  color: var(--clr-black-500);
  position: absolute;
  right: 15px;
  top: 18px;
  font-family: 'Material Icons';
  font-size: 1.5rem;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .two__column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.map {
  filter: grayscale(1);
  transition: all 0.2s ease-in-out;
}
.map:hover {
  filter: grayscale(0);
}

#error__main {
  width: 100%;
  height: 100vh;
  background-color: #eaf6fe;
  color: var(--text-clr-dark);
  display: grid;
  place-items: center;
  text-align: center;
}
#error__main .text__content {
  width: 75%;
}
#error__main h1 {
  font-size: 8rem;
  letter-spacing: 2rem;
}
#error__main h1 span {
  color: var(--clr-blue-200);
}
#error__main .error {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--clr-blue-200);
  margin-top: 1rem;
  font-size: 1.3rem;
}
#error__main .details {
  margin-top: 1rem;
}
#error__main .btn__primary {
  outline-color: #fff;
  color: var(--clr-blue-900);
  margin-top: 10rem;
  letter-spacing: 0.2rem;
  display: block;
  max-width: 300px;
  margin: 2rem auto;
}
#error__main .btn__primary:hover {
  background-color: var(--clr-blue-900);
  color: white;
}

@media screen and (min-width: 768px) {
  #error__main h1 {
    font-size: 15rem;
  }
}
.blog__content {
  text-align: center;
}
.blog__content .text {
  margin: auto;
  text-align: center;
}
.blog__content .text h1,
.blog__content .text h2,
.blog__content .text h3 {
  font-size: 3rem;
}
.blog__content .text h1::after,
.blog__content .text h2::after,
.blog__content .text h3::after {
  content: '';
  width: 50px;
  height: 3px;
  background-color: var(--clr-blue-500);
  display: block;
  margin: 2rem auto;
}
.blog__content .text img {
  width: 80%;
  margin: 5rem 0rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog__content .text p {
  font-size: 1.4rem;
  margin-top: 0rem;
  line-height: 2rem;
}
.blog__content .text .button__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.blog__content .text .button__container a {
  display: block;
  max-width: 200px;
  margin: 1rem auto;
}
.blog__content .text .button__container a span {
  font-family: 'Material Icons' !important;
}

@media screen and (min-width: 768px) {
  .blog__content .text .date {
    color: var(--clr-gray-700);
    display: block;
    margin-bottom: 1.5rem;
  }
  .blog__content .text .button__container {
    flex-direction: row;
    gap: 2rem;
  }
  .blog__content .text .button__container a {
    margin-top: 4rem;
  }
}
.blog__content {
  margin-bottom: 4rem;
  text-align: left;
}
.blog__content h1 {
  font-size: 2rem;
}

.blog__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  justify-content: flex-start;
}
.blog__wrapper article {
  background-color: var(--clr-blue-400);
  padding: 3rem 5rem;
  color: var(--text-clr-light);
  max-width: 450px;
  width: 100%;
  box-shadow: rgba(161, 189, 255, 0.4) -12px -12px;
  transition: all 0.3s ease-in-out 0s;
  padding-bottom: 5rem;
}
.blog__wrapper article .small__description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__wrapper article:hover {
  background-color: var(--clr-blue-400);
  transform: translateY(-20px);
  color: var(--text-clr-light);
}
.blog__wrapper article h5 {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__wrapper article p {
  margin-top: 2rem;
  font-size: 1.2rem;
  margin-bottom: 5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__wrapper article .btn__primary {
  padding: 1.2rem 5rem;
}

.link__list {
  display: none;
}

@media screen and (min-width: 1024px) {
  .link__list {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-top: 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 1200px;
    margin: auto;
    gap: 0.8rem;
    color: var(--clr-blue-100);
  }
  .link__list li {
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
  }
  .link__list li:hover {
    color: white;
    transform: translateX(20px);
  }
  .link__list li::before {
    content: '';
    display: block;
    width: 10px;
    height: 2px;
    background-color: #fff22f;
    margin-right: 1rem;
    opacity: 0.75;
  }
}
.footer__details {
  display: flex;
  flex-direction: column;
}
.footer__details .company__address {
  font-style: normal;
  text-align: center;
  line-height: 1.6rem;
}
.footer__details .footer__buttons {
  display: flex;
  flex-direction: column;
  display: none;
}
.footer__details .footer__buttons a {
  max-width: 250px;
  margin: 1rem auto;
  text-align: center;
  border-color: white;
}
.footer__details .footer__buttons a:hover {
  background-color: var(--clr-orange-500);
  color: var(--text-clr-dark);
  border-color: var(--clr-orange-500);
}
@media screen and (min-width: 1024px) {
  .footer__details .footer__buttons {
    display: flex;
  }
}
.footer__details .contact__links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .footer__details .contact__links {
    margin-top: 0.5rem;
    text-align: left;
    align-items: flex-start;
  }
  .footer__details .contact__links a {
    justify-content: flex-start;
  }
}
.footer__details .contact__links a:first-child {
  font-size: 1.6rem;
  color: white;
}
.footer__details .contact__links a {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  color: var(--clr-blue-300);
}
.footer__details .contact__links a:hover {
  color: white;
}

@media screen and (min-width: 1024px) {
  .footer__details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1200px;
    flex-wrap: wrap;
    margin: auto;
    padding-bottom: 2rem;
  }
  .footer__details .footer__buttons {
    width: 100%;
    order: 1;
    flex-direction: row;
    gap: 2rem;
    margin-top: 2rem;
  }
  .footer__details .footer__buttons a {
    margin: 2rem 0rem;
  }
  .footer__details .footer__buttons a:nth-child(2) {
    margin-right: auto;
  }
  .footer__details .contact__links {
    text-align: left;
  }
  .footer__details .contact__links a:first-child {
    font-weight: bolder;
    font-size: 1.7rem;
    color: white;
  }
  .footer__details .contact__links a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all 0.3s ease-in-out;
  }
  .footer__details .company__address {
    text-align: left;
  }
}
#header .contact {
  margin-left: auto;
  display: flex;
  gap: 1rem;
  display: none;
}
#header .contact .free__quote {
  display: none;
}
#header .contact .free__quote:nth-of-type(1) {
  display: block;
}
#header .contact .phone {
  padding: 1rem;
}
#header .contact .phone::before {
  content: 'phone';
  text-transform: lowercase;
  flex: 0 1 auto;
  font-family: 'Material Icons';
  margin-right: 0rem;
}

@media screen and (min-width: 600px) {
  #header .contact {
    display: flex;
  }
}
@media only screen and (min-width: 800px) {
  #header .contact .free__quote {
    display: block;
  }
}
@media only screen and (min-width: 1366px) {
  #header .contact {
    margin-left: 0;
  }
  #header .contact .free__quote {
    display: none;
  }
  .navigation {
    order: unset;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1550px) {
  #header .contact .free__quote {
    display: block;
  }
}
.mobile__button__container {
  position: absolute;
  bottom: 48px;
  width: 100%;
}

.mobile__button {
  display: flex;
  line-height: 1.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  text-align: center;
  color: var(--text-clr-dark);
  padding-inline: 1rem;
}
.mobile__button a {
  padding: 1rem;
}

@media screen and (min-width: 1024px) {
  .mobile__button {
    display: none;
  }
}
.hidden {
  display: none;
}

.splide__track {
  position: relative;
}

.splide__pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  display: none;
}
.splide__pagination .splide__pagination__page {
  width: 10px;
  height: 12px;
  background: var(--clr-blue-400);
  border-radius: 100%;
  cursor: pointer;
}
.splide__pagination .splide__pagination__page.is-active {
  background-color: var(--clr-blue-300);
}

.explore__more__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}
.explore__more__button a {
  color: white;
  border-color: white;
  padding: 1rem 4rem;
  display: inline;
  max-width: 250px;
  text-align: center;
  display: inline-block;
}
.explore__more__button a:hover {
  background-color: var(--clr-blue-100);
  border-color: var(--clr-blue-100);
  color: var(--clr-black-500);
}

.quote-number {
  font-size: 2.5rem;
  color: var(--clr-blue-500);
  font-weight: bolder;
  margin-top: 2rem;
  display: block;
  transition: color 0.2s ease;
}
.quote-number:hover {
  color: var(--clr-blue-400);
}

#footer .hexagon__pointer {
  transition: all 0.3s ease-in;
}
#footer .hexagon__pointer:hover {
  background-color: var(--clr-orange-500);
}

.gallery__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.gallery__wrapper img {
  width: 320px;
  height: 320px;
  -o-object-fit: cover;
  object-fit: cover;
}

.testimonial__page li {
  border-bottom: 1px solid var(--clr-blue-100);
  padding-bottom: 1.5rem;
}
.testimonial__page li span {
  margin-top: 1rem;
  display: block;
  font-weight: bolder;
  color: var(--clr-blue-500);
}

.homepage__intro__content {
  color: #fff;
  text-align: center;
  padding: 2rem;
  font-size: 1.25rem;
  max-width: 768px;
  margin: 0 auto;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  .register-cardless {
    display: none;
  }
}
.content p a {
  word-wrap: break-word;
}

.meet-team-picture {
  display: none;
}
@media screen and (min-width: 768px) {
  .meet-team-picture {
    display: block;
  }
}

.study-splide-image {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 0px;
}

.checkbox-wrapper .select-text {
  text-align: left;
  margin: 0;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-weight: bolder;
  color: var(--clr-black-700);
}
.checkbox-wrapper .checkbox-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}
.checkbox-wrapper .checkbox-list input[type='checkbox'] {
  all: unset;
}
.checkbox-wrapper .checkbox-list input[type='checkbox']:checked ~ .text {
  background-color: var(--clr-blue-500);
  color: var(--clr-white-500);
}
.checkbox-wrapper .checkbox-list .text {
  display: block;
  width: 100%;
  padding: 1rem;
  font-family: var(--font-rubik);
  font-size: 1.2rem;
  border: 2px solid var(--clr-blue-500);
  background-color: transparent;
  text-align: left;
  cursor: pointer;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.container {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 500px;
  border: 2px solid white;
  margin-top: 4rem;
}
.container .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 900px 100%;
}
.container .foreground-img {
  width: 50%;
}
.container .slider {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0.3);
  outline: none;
  margin: 0;
  transition: all 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .slider:hover {
  background: rgba(242, 242, 242, 0.1);
}
.container .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 600px;
  background: white;
  cursor: pointer;
}
.container .slider::-moz-range-thumb {
  width: 6px;
  height: 600px;
  background: white;
  cursor: pointer;
}
.container .slider-button {
  pointer-events: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .slider-button:after {
  content: '';
  padding: 3px;
  display: inline-block;
  border: solid #5d5d5d;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
}
.container .slider-button:before {
  content: '';
  padding: 3px;
  display: inline-block;
  border: solid #5d5d5d;
  border-width: 0 2px 2px 0;
  transform: rotate(135deg);
} /*# sourceMappingURL=styles.css.map */
