.slider {
  display: flex;
  width: 100%;
  max-width: 720px;
  position: relative;
  justify-content: space-between;
  z-index: 2;
}
.slider .slider-controls {
  width: 105px;
  height: 45px;
  z-index: 1;
}
.slider .slider-controls .ctrl {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}
.slider .slider-controls .ctrl.prev {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/global/btn_prev.svg");
}
.slider .slider-controls .ctrl.prev:hover {
  background-image: url("data:image/svg+xml,%3Csvg id='btn_next' xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45' fill='%23E60000'%3E%3Cpath id='btn_next-2' data-name='btn_next' d='M22.5,2A20.5,20.5,0,1,0,43,22.5,20.523,20.523,0,0,0,22.5,2m0-2A22.5,22.5,0,1,1,0,22.5,22.5,22.5,0,0,1,22.5,0m4.98,9.772-1.414,1.414L14.752,22.5,26.066,33.814l1.414,1.414-1.414,1.414L11.924,22.5,26.066,8.358Z'/%3E%3C/svg%3E%0A");
}
.slider .slider-controls .ctrl.next {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/global/btn_next.svg");
  float: right;
}
.slider .slider-controls .ctrl.next:hover {
  background-image: url("data:image/svg+xml,%3Csvg id='btn_next' xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45' fill='%23E60000'%3E%3Cpath id='btn_next-2' data-name='btn_next' d='M22.5,2A20.5,20.5,0,1,1,2,22.5,20.523,20.523,0,0,1,22.5,2m0-2A22.5,22.5,0,1,0,45,22.5,22.5,22.5,0,0,0,22.5,0M17.52,9.772l1.414,1.414L30.248,22.5,18.934,33.814,17.52,35.228l1.414,1.414L33.076,22.5,18.934,8.358Z'/%3E%3C/svg%3E%0A");
}
.slider .slider-container {
  position: relative;
  width: calc(100% - 150px);
  right: 0;
  display: flex;
  overflow: hidden;
}
.slider .slider-container .slide-single {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 245px;
  padding: 20px;
  background: #fff;
  border: 2px solid #F0F0F0;
  transition: all 0.6s ease;
  margin-left: -100%;
  opacity: 1;
  width: 100%;
  flex-shrink: 0;
}
.slider .slider-container .slide-single:hover {
  border-color: #E60000;
}
.slider .slider-container .slide-single:hover a {
  color: #E60000;
}
.slider .slider-container .slide-single.active {
  margin-left: 0;
}
.slider .slider-container .slide-single.active ~ .slide-single {
  margin-left: 100%;
}
.slider .slider-container .slide-single .slide-txt {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: italic;
  font-size: 40px;
  line-height: 1.28;
}
.slider .slider-container .slide-single .slide-title, .slider .slider-container .slide-single .slide-deteil, .slider .slider-container .slide-single .slide-txt {
  margin-bottom: 15px;
}
.slider .slider-container .slide-single .slide-title, .slider .slider-container .slide-single .slide-btn {
  font-size: 16px;
  text-transform: uppercase;
}
.slider .slider-container .slide-single .slide-btn {
  font-size: 18px;
}
.slider .slider-container .slide-single .slide-btn span {
  border-bottom: 2px solid #E60000;
}

@media (max-width: 991.98px) {
  .slider .slider-container .slide-single .slide-txt {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .scrollanimate {
    transform: translate3d(100px, 0, 0);
  }
}

#wrapper {
  overflow: visible;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  ._container-padding-left {
    margin-left: 30px;
  }
}

@media (min-width: 576px) {
  .container-padding-left {
    margin-left: calc((100vw - 540px) / 2);
  }
}
@media (min-width: 768px) {
  .container-padding-left {
    margin-left: calc((100vw - 720px) / 2);
  }
}
@media (min-width: 992px) {
  .container-padding-left {
    margin-left: calc((100vw - 960px) / 2);
  }
}
@media (min-width: 1200px) {
  .container-padding-left {
    margin-left: calc((100vw - 1140px) / 2);
  }
}
@media (min-width: 1400px) {
  .container-padding-left {
    margin-left: calc((100vw - 1320px) / 2);
  }
}

#homepage {
  height: 100vh;
  width: auto;
  display: inline-flex;
}

.loadTitle, .loadText {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeMoveOnLoad01 0.6s ease-out 0.4s forwards;
}

.loadText {
  animation: fadeMoveOnLoad01a 2s ease-out 0.7s forwards;
}

.loadBtn {
  opacity: 0;
  transform: translateY(10px);
  animation: fadeMoveOnLoad02 2s ease-out 1s forwards;
}

.loadimg {
  opacity: 0;
  animation: fadeOnlyOnLoad 2s ease 1s forwards;
}
@media (max-width: 991.98px) {
  .loadimg {
    animation-delay: 0s;
  }
}

@keyframes fadeMoveOnLoad01 {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeMoveOnLoad01a {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  50% {
    transform: translateY(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeMoveOnLoad02 {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOnlyOnLoad {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.scroll-direction {
  position: fixed;
  top: auto;
  right: 80px;
  bottom: 30px;
  left: auto;
  transform: rotate(-90deg);
}
@media screen and (min-width: 992px) {
  .scroll-direction.anim {
    animation: scrollDirHor 3s ease-in-out 1s infinite;
  }
}

.title {
  font-size: 100px;
}

.section {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  flex-shrink: 0;
  max-width: 1600px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 60px 0 130px;
}
.section .colm-1 {
  width: 50%;
  padding-right: 45px;
}
.section .colm-2 {
  width: 50%;
  padding-left: 45px;
  padding-right: 90px;
}
.section.main {
  padding-top: 0;
}

.shift-element {
  z-index: 1;
  transform: translateX(10vw);
  -webkit-transform: translateX(10vw);
  opacity: 0;
  transition: opacity 0.6s, transform 0.4s;
  -webkit-transition: opacity 0.6s, transform 0.4s;
}
.shift-element:after {
  content: "";
  height: 100%;
  width: 10vw;
  position: absolute;
  left: 100%;
  background-color: inherit;
  transition: width 0.6s;
  -webkit-transition: width 0.6s;
}
.shift-element.shifted {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  opacity: 1;
}
.shift-element.shift-back:after {
  width: 0;
}
@media (max-width: 991.98px) {
  .shift-element {
    opacity: 1;
    transform: none;
  }
  .shift-element:after {
    display: none;
  }
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.colm[data-layer-pos] {
  position: relative;
}
.colm[data-layer-pos="2"] {
  z-index: 2;
}
.colm[data-layer-pos="3"] {
  z-index: 3;
}
.colm[data-layer-pos="4"] {
  z-index: 4;
}

#healthcare {
  overflow: hidden;
  width: 100vw;
  max-width: 2400px;
}
#healthcare .title {
  color: #2E2940;
}
#healthcare .colm-1 {
  width: 50vw;
  max-width: 700px;
}
#healthcare .colm-2 {
  width: 65vw;
  max-width: 800px;
}
#healthcare .homeSwiper img {
  width: 100%;
  background-color: white;
}
#healthcare .group-three-images {
  --sticker-padding: 26px;
  --sticker-inner-margin: calc(var(--sticker-padding) + 1px);
}
#healthcare .group-three-images .group-three-images__wrap.group-three-images__wrap--1 {
  top: 0;
  right: 0;
  width: 94%;
  padding-bottom: 57.8%;
  -webkit-transform: translate3d(30%, -30%, 0);
  transform: translate3d(30%, -30%, 0);
  z-index: 0;
}
#healthcare .group-three-images .group-three-images__wrap.group-three-images__wrap--1 .homeSwiper {
  position: absolute;
  width: 100%;
  height: 100%;
}
#healthcare .group-three-images .group-three-images__wrap.group-three-images__wrap--2 {
  left: 0;
  right: unset;
  bottom: 9%;
  width: auto;
  height: auto;
  padding: var(--sticker-padding);
  background-color: #2E2940;
  color: white;
  -webkit-transform: translate3d(-30%, 30%, 0);
  transform: translate3d(-30%, 30%, 0);
}
#healthcare .group-three-images .group-three-images__wrap.group-three-images__wrap--2 span {
  display: block;
  line-height: 1.23;
  margin-bottom: var(--sticker-inner-margin);
}
#healthcare .group-three-images .group-three-images__wrap.group-three-images__wrap--2 a {
  font-size: 12px;
  min-width: 101px;
  min-height: 37px;
  padding-top: 8px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  #healthcare .colm-2 {
    padding-right: 30px;
  }
  #healthcare .group-three-images {
    padding-bottom: 90%;
    --sticker-padding: 15px;
  }
  #healthcare .group-three-images .group-three-images__wrap.group-three-images__wrap--2 {
    width: 200px;
    bottom: unset;
    top: 53%;
  }
}
@media (max-width: 991.98px) {
  #healthcare .group-three-images {
    --sticker-padding: 20px;
  }
  #healthcare .group-three-images .group-three-images__wrap.group-three-images__wrap--2 {
    width: 200px;
  }
}
@media (max-width: 480px) {
  #healthcare .group-three-images {
    overflow: visible;
    padding-bottom: 100%;
  }
  #healthcare .group-three-images .group-three-images__wrap.group-three-images__wrap--2 {
    width: 200px;
    top: 49%;
    bottom: unset;
  }
}
@media (max-width: 1600px) {
  #healthcare .colm-2 {
    width: 80vw;
  }
}

#portfolio {
  background-color: #BFC2B4;
}
#portfolio .txt-block {
  font-size: calc(2vw + 3px);
  line-height: 1;
  background-color: #F1522B;
  color: #AABEC3;
}
#portfolio .floating-img {
  position: absolute;
  top: 15%;
  right: 0;
  width: 300px;
  height: 196px;
  z-index: 2;
}
#portfolio .floating-img img {
  width: 100%;
}
#portfolio .floating-txt {
  position: absolute;
  font-family: "Tungsten-black";
  top: calc(15% + 220px);
  right: 80px;
  font-size: 53px;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (max-width: 991.98px) {
  #portfolio .floating-txt {
    top: 220px;
    right: 40px;
    font-size: 53px;
  }
}
@media screen and (max-width: 575.98px) {
  #portfolio .floating-txt {
    display: none;
  }
}
#portfolio .group-three-images__wrap--2 {
  width: 47%;
  top: 58%;
  padding-bottom: 31%;
}
#portfolio .group-three-images__wrap--3 {
  width: 40%;
  padding-bottom: 40%;
}

#essentials .title {
  white-space: nowrap;
}
#essentials .colm-1 {
  width: 80%;
  z-index: 2;
}
#essentials .group-three-images {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  right: 0;
  width: 50%;
  height: 0;
  padding-bottom: 71%;
  overflow: hidden;
}
#essentials .group-three-images .group-three-images__wrap--2 {
  left: 0;
  top: 12%;
  z-index: 0;
  width: 100%;
  padding-bottom: 71%;
}
@media (max-width: 1200px) {
  #essentials .group-three-images {
    right: -15%;
  }
}

#credentials {
  background-color: #C5D4E2;
  max-width: 1500px;
}
#credentials .title {
  color: #2E2940;
}
#credentials .colm-1 {
  padding-right: 2%;
  margin-left: -12%;
}
#credentials .colm-1 .group-three-images {
  padding-bottom: 80%;
  overflow: visible;
}
#credentials .colm-1 .group-three-images .group-three-images__wrap {
  width: 60%;
  padding-bottom: 50.4%;
}
#credentials .colm-1 .group-three-images .group-three-images__wrap.group-three-images__wrap--1 {
  top: 42%;
  right: 0;
  -webkit-transform: translate3d(-30%, -30%, 0);
  transform: translate3d(-30%, -30%, 0);
}
#credentials .colm-1 .group-three-images .group-three-images__wrap.group-three-images__wrap--2 {
  top: -7%;
  right: -32%;
  -webkit-transform: translate3d(30%, -30%, 0);
  transform: translate3d(30%, -30%, 0);
}
#credentials .colm-2 {
  margin-top: 15%;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  --bg-opacity: 0.75;
}
#credentials .colm-2 .best-of {
  align-self: flex-end;
  margin-bottom: 10px;
}
#credentials .colm-2 .best-of a {
  margin-left: 20px;
  transform: translateY(-16px);
}
#credentials .colm-2 .homeSwiper {
  width: 100%;
}
#credentials .colm-2 .homeSwiper img {
  width: 100%;
}
#credentials .colm-2 .homeSwiper .swiper-slide {
  position: relative;
  height: auto;
}
#credentials .colm-2 .homeSwiper .swiper-slide img {
  background-color: #c5d4e2;
}
#credentials .colm-2 .homeSwiper .swiper-slide:hover .slide-link {
  opacity: 1;
}
#credentials .colm-2 .homeSwiper .slide-link {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  text-align: center;
  opacity: 0;
  transition: 0.3s ease;
}
#credentials .colm-2 .homeSwiper .slide-link p {
  line-height: 1.23;
  font-size: 28px;
}
#credentials .colm-2 .homeSwiper .slide-link .h-btn {
  z-index: 3;
}
@media (min-width: 992px) {
  #credentials .colm-2 .homeSwiper .slide-link .h-btn {
    min-width: 120px;
  }
}
#credentials .colm-2 .homeSwiper .slide-link .h-btn:hover {
  color: #E60000;
}
#credentials .colm-2 .homeSwiper [data-case=orbit] {
  background-color: rgba(7, 32, 62, var(--bg-opacity));
}
#credentials .colm-2 .homeSwiper [data-case=spiolto] {
  background-color: rgba(118, 189, 34, var(--bg-opacity));
}
#credentials .colm-2 .homeSwiper [data-case=wrapablity] {
  background-color: rgba(163, 164, 210, var(--bg-opacity));
}
#credentials .colm-2 .homeSwiper [data-case=nd] {
  background-color: rgba(99, 59, 176, var(--bg-opacity));
}
#credentials .colm-2 .homeSwiper [data-case=guardians] {
  background-color: rgba(1, 51, 100, var(--bg-opacity));
}
@media (min-width: 992px) {
  #credentials .colm-2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1400px) and (min-width: 992px) {
  #credentials .colm-1 {
    padding-right: 0;
    margin-left: -12%;
  }
  #credentials .colm-1 .group-three-images {
    transform: scale(90%);
  }
  #credentials .colm-2 {
    padding-right: 0;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  #credentials .colm-2 .best-of {
    transform: scale(80%);
    transform-origin: bottom right;
  }
  #credentials .colm-2 .homeSwiper .slide-link p {
    font-size: 22px;
  }
  #credentials .colm-2 .homeSwiper .slide-link span {
    transform: scale(80%);
    transform-origin: top;
  }
}
@media (max-width: 991.98px) {
  #credentials .colm-1 {
    margin-left: 0;
  }
  #credentials .colm-1 .group-three-images {
    padding-bottom: 51%;
    max-width: 440px;
    margin-top: 30px;
  }
  #credentials .colm-1 .group-three-images .group-three-images__wrap.group-three-images__wrap--1 {
    bottom: 0;
    top: unset;
    left: 0;
    right: unset;
  }
  #credentials .colm-1 .group-three-images .group-three-images__wrap.group-three-images__wrap--2 {
    top: 0;
    left: 40%;
    right: unset;
  }
  #credentials .colm-2 {
    margin-left: 0;
    margin-top: 30px;
    --bg-opacity: 1;
  }
  #credentials .colm-2 .homeSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
  }
  #credentials .colm-2 .homeSwiper .slide-link {
    position: relative;
    flex-grow: 1;
    opacity: 1;
    padding: 30px 15px;
    transform: translateY(-1px);
  }
}
@media (max-width: 767.98px) {
  #credentials .colm-1 .group-three-images {
    padding-bottom: 77%;
  }
}
@media (max-width: 480px) {
  #credentials .colm-2 .homeSwiper .slide-link p {
    font-size: 22px;
  }
}

#karriere {
  max-width: none;
  width: auto;
  background-color: #133938;
  padding-right: 0;
}
#karriere .colm {
  width: 100vw;
}
#karriere .colm-1 {
  max-width: 685px;
}
#karriere .colm-1 .group-three-images {
  padding-bottom: 82.398%;
}
#karriere .colm-1 .group-three-images__wrap--1 {
  width: 100%;
  padding-bottom: 70%;
  top: 8%;
  right: 0;
}
#karriere .colm-2 {
  max-width: 810px;
}
#karriere .colm-2 .title {
  color: #FFEB00;
  white-space: nowrap;
}
#karriere .colm-2 .content {
  width: 80%;
}
#karriere .colm-3 {
  position: relative;
  max-width: 800px;
}
#karriere .colm-3 .group-three-images__wrap--1 {
  top: 14%;
  left: 14%;
  width: 48%;
  padding-bottom: 30%;
}
#karriere .colm-3 .group-three-images__wrap--2 {
  left: 0;
  bottom: 28%;
  width: 38%;
  padding-bottom: 26%;
}
#karriere .colm-3 .group-three-images__wrap--2 video {
  width: 100%;
  height: 100%;
}
#karriere .colm-3 .content {
  color: #cccccc;
  position: absolute;
  top: 58%;
  left: 44%;
  font-size: 50px;
  line-height: 1;
  white-space: nowrap;
}
#karriere .colm-4 {
  max-width: 1100px;
  padding-left: 90px;
}
#karriere .colm-4 .group-three-images__wrap--1 {
  top: 24%;
  left: 0;
  width: 70%;
  padding-bottom: 45%;
}
#karriere .colm-4 .group-three-images__wrap--2 {
  right: 15%;
  width: 30%;
  padding-bottom: 16%;
  bottom: 11%;
}
@media screen and (max-width: 991.98px) {
  #karriere .colm-4 {
    padding-left: 15px;
  }
}
#karriere .colm-5 {
  background-color: #05101A;
  max-width: 888px;
  position: relative;
  width: 50vw;
  padding-right: 60px;
  padding-bottom: 60px;
  z-index: auto;
}
#karriere .colm-5 .social-media-container .social-media {
  justify-content: flex-end;
}
#karriere .colm-5 .menu-list li:first-child {
  display: none;
}
#karriere .colm-5 a:hover {
  color: #E60000;
}

@media screen and (min-width: 992px) {
  .container {
    display: flex;
    align-items: center;
    max-width: none;
  }

  #footer {
    display: none;
  }
  #footer .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 991.98px) {
  .section {
    padding-left: 0;
    padding-right: 0;
    padding-top: 90px;
    padding-bottom: 90px;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
  }
  .section.main {
    padding-top: 190px;
  }
  .section .colm {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }

  #wrapper {
    overflow-x: hidden;
    overflow-y: visible;
  }

  #homepage {
    height: auto;
    display: block;
  }

  #healthcare {
    max-width: 100%;
    flex-direction: column-reverse;
    padding-left: 0;
  }
  #healthcare .container {
    display: flex;
    flex-direction: column-reverse;
  }
  #healthcare .colm {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #portfolio {
    flex-direction: column-reverse;
  }
  #portfolio .container {
    display: flex;
    flex-direction: column-reverse;
  }
  #portfolio .floating-img {
    top: 60px;
    width: 220px;
  }
  #portfolio .group-three-images {
    margin-top: 15%;
  }

  #essentials {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  #essentials .title {
    white-space: normal;
  }
  #essentials .colm-1 {
    width: 100%;
  }
  #essentials .colm-1 #main-slider {
    flex-direction: row-reverse;
  }
  #essentials .colm-1 #main-slider .slider-controls {
    width: 60px;
    height: 120px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-items: flex-end;
  }
  #essentials .colm-1 #main-slider .slider-controls .prev {
    margin: 15px 0;
  }
  #essentials .colm-1 #main-slider .slider-container {
    margin-top: -7%;
    width: 100%;
  }
  #essentials .group-three-images {
    width: calc(100% + 30px);
    left: -15px;
    position: relative;
    top: auto;
    transform: none;
    right: auto;
    height: auto;
  }
  #essentials .group-three-images .group-three-images__wrap--2 {
    top: 5%;
  }

  #karriere {
    padding-bottom: 0;
  }
  #karriere .colm {
    width: 100%;
  }
  #karriere .colm-1 {
    max-width: 100%;
  }
  #karriere .colm-1 .group-three-images {
    padding-bottom: 70%;
  }
  #karriere .colm-1 .group-three-images .group-three-images__wrap--1 {
    top: 0;
  }
  #karriere .colm-2 {
    z-index: 2;
    position: relative;
  }
  #karriere .colm-2 .title {
    margin-top: -77px;
    transform: none;
    white-space: normal;
  }
  #karriere .colm-2 .content {
    width: 100%;
  }
  #karriere .colm-3 {
    margin-top: 90px;
  }
  #karriere .colm-3 .content {
    left: 0;
    position: relative;
  }
  #karriere .colm-3 .group-three-images {
    overflow: visible;
  }
  #karriere .colm-3 .group-three-images .group-three-images__wrap--1 {
    left: auto;
    right: -15px;
    width: 78%;
    padding-bottom: 51%;
    top: 0;
  }
  #karriere .colm-3 .group-three-images .group-three-images__wrap--2 {
    left: 0;
    width: 59%;
    padding-bottom: 36%;
    bottom: 8%;
  }
  #karriere .colm-3 .content {
    float: right;
  }
  #karriere .colm-5 {
    max-width: 100%;
  }
  #karriere .colm-5 .social-media-container .social-media {
    justify-content: flex-start;
  }
  #karriere .mb-footer-menu {
    width: 100%;
    background: #05101A;
  }
  #karriere .mb-footer-menu .nav {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding: 60px 0px;
    z-index: auto;
    height: auto;
  }
  #karriere .mb-footer-menu .nav .menu-list {
    font-size: 28px;
  }
  #karriere .mb-footer-menu .nav .menu-list li {
    margin-bottom: 15px;
  }

  #footer .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .scroll-direction {
    left: 15px;
    bottom: 30px;
    transform: none;
  }
  .scroll-direction img {
    transform: none;
  }
}
@media screen and (max-width: 480px) {
  .title {
    font-size: 90px;
  }
}

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