body {
  margin: 0;
  color: var(--black, #27303D);
}
body a {
  color: inherit;
}
body h2 {
  margin: 0;
}
body ul {
  margin: 0;
}
body p {
  margin: 0;
}
body li {
  list-style: none;
}
body .container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0px 100px;
}
body main .hero_area {
  position: relative;
}
body main .hero_area .hero {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body main .hero_area .hero .anim_first_area {
  overflow: hidden;
}
body main .hero_area .hero .anim_first_area .anim_first {
  -webkit-transform: translate3d(0px, 125%, 0px);
          transform: translate3d(0px, 125%, 0px);
  display: block;
}
body main .hero_area .hero .anim_first_area .anim_first.anim {
  -webkit-animation: slideIn 1.3s cubic-bezier(0.19, 1, 0.2, 1) 0s both;
          animation: slideIn 1.3s cubic-bezier(0.19, 1, 0.2, 1) 0s both;
}
body main .hero_area .hero h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 140%;
  text-align: center;
  position: relative;
}
body main .hero_area .hero h2 .line_area {
  overflow: hidden;
}
body main .hero_area .hero h2 .line_area font {
  -webkit-transform: translate3d(0px, 125%, 0px);
          transform: translate3d(0px, 125%, 0px);
  display: block;
}
body main .hero_area .hero h2 .line_area font.anim {
  -webkit-animation: slideIn 0.9s cubic-bezier(0.19, 1, 0.2, 1) 0s both;
          animation: slideIn 0.9s cubic-bezier(0.19, 1, 0.2, 1) 0s both;
}
body main .hero_area .hero h2 .line_area:nth-child(1) font {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
body main .hero_area .hero h2 .line_area:nth-child(2) font {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
body main .hero_area .hero h2 .line_area:nth-child(3) font {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
body main .hero_area .hero p {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
}
body main .hero_area .hero_image {
  background-image: url(https://clients.wedesignwecode.com/sunday/hero.png);
  height: 800px;
  width: 1232px;
  border-radius: 40px;
  background-repeat: no-repeat;
}
body main .hero_area .hero_image img {
  background-size: cover;
  max-width: 100%;
}
body main .text_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 200px 0;
}
body main .text_area p {
  color: var(--black, #27303D);
  float: left;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 150%;
  width: 815px;
}
body main .text_area span {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 150%;
  width: 410px;
  color: var(--black, #27303D);
}
body main .box_area {
  display: inline-block;
  width: 100%;
  padding-bottom: 50px;
}
body main .box_area .box {
  float: left;
  width: 814px;
  height: 375px;
  border-radius: 40px;
  background-color: #E2D2B5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body main .box_area .box span {
  font-style: normal;
  font-weight: 700;
  font-size: 96px;
  line-height: 120%;
  padding-left: 72px;
}
body main .box_area .box p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  padding-left: 75px;
  max-width: 670px;
}
body main .box_area .box.sm {
  background-color: #D9E496;
  width: 395px;
  margin-right: 23px;
  padding-left: 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body main .box_area .box.sm span {
  padding-left: 0px;
  margin-left: -4px;
}
body main .box_area .box.sm p {
  max-width: 250px;
  padding-left: 0px;
}

.fw_img {
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.2, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.2, 1);
}
.fw_img .img_container {
  width: 100%;
  overflow: hidden;
  height: 800px;
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.2, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.2, 1);
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.fw_img .img_container img:not(.logo_white) {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2) translateY(30px);
          transform: scale(1.2) translateY(30px);
}

.fw_img.anim {
  width: 1240px;
}
.fw_img.anim .img_container {
  border-radius: 40px;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.c_anim {
  overflow: hidden;
}

.def_anim {
  display: block;
  -webkit-transform: translate3d(0px, 125%, 0px);
          transform: translate3d(0px, 125%, 0px);
  -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.2, 1);
  transition: all 0.9s cubic-bezier(0.19, 1, 0.2, 1);
}

.def_anim.anim {
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translate3d(0px, 125%, 0px);
            transform: translate3d(0px, 125%, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, 0%, 0px);
            transform: translate3d(0px, 0%, 0px);
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translate3d(0px, 125%, 0px);
            transform: translate3d(0px, 125%, 0px);
  }
  100% {
    -webkit-transform: translate3d(0px, 0%, 0px);
            transform: translate3d(0px, 0%, 0px);
  }
}
body main .hero_area.height .hero {
  min-height: 400px;
}

.img_text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
}
.img_text .img_title {
  font-family: "Libre Baskerville";
  font-style: italic;
  font-weight: 400;
  font-size: 96px;
  line-height: 140%;
  color: #fff;
  position: relative;
}

.logo_w_cont {
  position: absolute;
  right: -60px;
  top: 60px;
  -webkit-transform: translate(50%, -50%) rotate(-50deg);
          transform: translate(50%, -50%) rotate(-50deg);
  -webkit-transform-origin: center left;
          transform-origin: center left;
  overflow: hidden;
}

.logo_white {
  position: relative;
  z-index: 0;
  -webkit-transform-origin: center left;
          transform-origin: center left;
}

.cases_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.cases_container .col33 {
  width: 33%;
  z-index: 1;
  -webkit-transform: translateX(0%) rotateZ(0deg);
          transform: translateX(0%) rotateZ(0deg);
  -webkit-transition: all 1.2s cubic-bezier(0.19, 1, 0.2, 1);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.2, 1);
}
.cases_container .img_container {
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  height: 800px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.cases_container.cases_anim .col33:first-of-type {
  -webkit-transform: translateX(100%) rotateZ(-15deg);
          transform: translateX(100%) rotateZ(-15deg);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
.cases_container.cases_anim .col33:last-of-type {
  -webkit-transform: translateX(-100%) rotateZ(15deg);
          transform: translateX(-100%) rotateZ(15deg);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.internal_link_transition {
  position: fixed;
  width: 0px;
  height: 0px;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.internal_link_transition.transition {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.fade.hide {
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  opacity: 0;
}