body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  overflow-x:  hidden;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 72px;
  line-height: 90px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 54px;
  line-height: 74px;
  font-weight: 500;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.48px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #ff6b50;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  line-height: 36px;
}

figcaption {
  margin-top: 5px;
  text-align: center;
}

.hero-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.logo-link-block.w--current {
  position: relative;
  z-index: 89;
}

.menu-icon-wrapper {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.header-email-link-wrapper {
  position: relative;
  z-index: 89;
  overflow: hidden;
  margin-right: 20px;
  color: #fff;
  text-decoration: none;
}

.email-text-block {
  margin-bottom: 3px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.email-text-underline {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.email-text-underline.second {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.email-text-underline.third {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.menu-icon-inner-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
}

.header-menu-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.hero {
  position: relative;
  z-index: 9;
  width: auto;
  max-width: 1200px;
  margin-top: 80px;
  padding-right: 10px;
  padding-left: 10px;
}

.container.footer {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.about {
  position: relative;
  z-index: 9;
  width: 100%;
  max-width: 1240px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container.services-points {
  width: 100%;
}

.container.work {
  width: 100%;
  max-width: 1400px;
  padding-right: 50px;
  padding-left: 50px;
}

.hero-content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 72px;
  line-height: 90px;
  font-weight: 500;
}

.heading-h1.nav {
  color: #fff;
}

.paragraph {
  width: 800px;
  margin-top: 20px;
  margin-bottom: 0px;
  opacity: 1;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.5px;
}

.paragraph.work {
  width: 100%;
  max-width: 800px;
  color: #1f1e1d;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.paragraph.about {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1100px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: -2px;
  text-transform: capitalize;
}

.paragraph.footer {
  width: 300px;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  line-height: 36px;
  font-weight: 500;
}

.menu-icon-bar {
  width: 17px;
  height: 2px;
  background-color: #1f1e1d;
}

.menu-icon-bar.first {
  background-color: rgba(31, 30, 29, 0.8);
}

.menu-icon-bar.second {
  width: 14px;
  margin-top: 3px;
  margin-bottom: 3px;
  background-color: rgba(31, 30, 29, 0.8);
}

.menu-icon-bar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero-button-link-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  margin-top: 50px;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 4px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-button-link-block.sg {
  margin-top: 0px;
  margin-left: 0px;
}

.plus-icon-wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10px;
  height: 7px;
  margin-left: 28px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-circle {
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #323135;
}

.button-circle.second {
  left: 0px;
  margin-left: -25px;
}

.button-circle.second.contact {
  background-color: #990485;
}

.button-circle.first {
  position: static;
  margin-right: -32px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-circle.first.contact {
  background-color: #990485;
}

.button-text {
  position: relative;
  z-index: 2;
}

.button-background {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 2%;
  height: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #323135;
}

.button-background.contact {
  background-color: #990485;
}

.work-section {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.heading-h2 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  color: #1f1e1d;
  font-size: 54px;
  line-height: 74px;
  font-weight: 500;
}

.heading-h2.contact {
  position: relative;
  z-index: 9;
  width: 800px;
  color: #fff;
}

.all-projects-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 110px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.projects-block {
  margin-bottom: 215px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.project-image-wrapper {
  overflow: hidden;
  width: 100%;
  background-color: rgba(162, 9, 185, 0.2);
}

.project-image {
  width: 100%;
  height: 700px;
  background-image: url('../images/WasteMag_fullpageNov.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.project-image.two {
  background-image: url('../images/ComicLayoutCover2x_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.project-image.three {
  background-image: url('../images/FTP_WasteMag_fullpage_Feb2021_flattened_1x.png');
}

.project-image.four {
  background-image: url('../images/Community5x.png');
}

.project-image.five {
  background-image: url('../images/BB_2.png');
}

.project-image.six {
  background-image: url('../images/_EcommercePoster.png');
}

.project-image.seven {
  background-image: url('../images/Dirty-Smoke5x.png');
}

.project-image.eight {
  background-image: url('../images/Wellbuilt6x.png');
}

.project-image.nine {
  background-image: url('../images/BookletMockup_1-02.png');
}

.project-image.ten {
  background-image: url('../images/Luckys2x.png');
}

.project-image.eleven {
  background-image: url('../images/HourGlassAd2x.png');
}

.project-image.twelve {
  background-image: url('../images/BookletMockup_2-02.png');
}

.project-image.thirteen {
  background-image: url('../images/Trishia-photo-small.jpg');
}

.project-image.fourteen {
  background-image: url('../images/FTP-Tee-Shirt25x.png');
}

.project-image.fifteen {
  background-image: url('../images/flyerArtboard-1-copy-22x.png');
}

.project-image.sixteen {
  background-image: url('../images/hub.jpg');
}

.project-image.seventeen {
  background-image: url('../images/SeatingAdx2.jpg');
}

.project-image.eighteen {
  background-image: url('../images/FTP-Tee-Shirt15x.png');
}

.project-image.nineteen {
  background-image: url('../images/FTP-Building-small.jpg');
}

.project-image.twenty {
  background-image: url('../images/Chilicookoff.png');
}

.project-content-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: -40px;
  bottom: -101px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.heading-h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Montserrat, sans-serif;
  color: #1f1e1d;
  font-size: 36px;
  line-height: 50px;
  font-weight: 600;
}

.project-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1f1e1d;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}

.about-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 200px;
  padding-bottom: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/sksvgAsset-10.svg');
  background-position: 0px 0px;
  background-size: auto;
  overflow: hidden;
}

.services-heading-block.first {
  width: 100%;
  max-width: 700px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.services-text-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1240px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.services-image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 750px;
  margin-top: 180px;
  margin-bottom: 180px;
  background-image: url('../images/skbridge.jpg');
  background-position: 17% 40%;
  background-size: 2000px;
  background-repeat: no-repeat;
}

.services-heading-wrapper {
  width: 900px;
  margin-bottom: 120px;
}

.services-points-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.service-point-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-point-block.last {
  margin-bottom: 0px;
}

.service-point-inner-block {
  position: relative;
}

.service-type {
  position: relative;
  z-index: 2;
  font-family: 'Noto Sans JP', sans-serif;
  color: #1f1e1d;
  font-size: 20px;
  line-height: 32px;
}

.service-type-background-on-hover {
  position: absolute;
  left: auto;
  top: auto;
  right: -20px;
  bottom: -3px;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #eee;
}

.services-points-outer-wrapper {
  width: 300px;
}

.services-points-outer-wrapper.first {
  margin-right: 155px;
}

.contact-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plus-icon {
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.plus-icon.second {
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f1e1d;
}

.footer-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 633px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.social-icons-wrapper {
  margin-top: 20px;
}

.footer-logo-wrapper {
  width: 300px;
}

.social-icon {
  width: 20px;
  text-decoration: none;
}

.social-icon:hover {
  color: #fff;
}

.social-icon.fb {
  width: 10px;
}

.footer-text-block {
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.footer-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-link-block {
  overflow: hidden;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-decoration: none;
}

.footer-link-block.first {
  margin-bottom: 12px;
  color: #bd0078;
}

.footer-link-text-block {
  color: #cc00b1;
}

.footer-underline {
  width: 100%;
  height: 1px;
  margin-top: 4px;
  background-color: #6f6f6f;
}

.footer-address {
  margin-top: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #6f6f6f;
  font-size: 16px;
  line-height: 20px;
}

.footer-address.menu {
  margin-top: 20px;
  line-height: 25px;
}

.check-icon-image {
  width: 12px;
}

.scroll-animation-wrapper {
  position: absolute;
  left: auto;
  top: auto;
  right: 50px;
  bottom: 100px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-text-block {
  margin-top: 40px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.scroll-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 1px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-overlay {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.menu-close-icon-wrapper {
  position: absolute;
  top: 60px;
  right: 60px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.menu-close-icon {
  width: 17px;
  height: 1px;
  background-color: #1f1e1d;
}

.menu-close-icon.first {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-close-icon.second {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-wrapper {
  position: fixed;
  left: 100%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f1e1d;
}

.menu-inner-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #1f1e1d;
  text-decoration: none;
}

.nav-number-text-block {
  margin-top: 12px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 2px;
}

.menu-nav-wrapper {
  margin-left: 60px;
}

.menu-contact-wrapper {
  width: 260px;
  margin-bottom: 10px;
}

.footer-link-blocks-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-dots-image {
  position: absolute;
  left: auto;
  top: auto;
  right: 15%;
  bottom: 30px;
  width: 100px;
  margin-right: -105px;
  opacity: 0.2;
}

.about-dots-image.rotated {
  right: 23%;
  bottom: 14px;
  opacity: 0.2;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.projects-outer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}

.hero-video-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
}

.video-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(88, 0, 82, 0.76);
}

.heading-h2-span {
  font-weight: 400;
}

.about-text-block {
  margin-bottom: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  line-height: 28px;
  letter-spacing: 9px;
  text-transform: uppercase;
}

.about-text-block.services {
  color: #bd0078;
}

.logo-image {
  padding: 0px;
}

.about-background {
  position: absolute;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: #bd0078;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(88, 0, 82, 0.76)), to(rgba(88, 0, 82, 0.76))), url('../images/sk-casual.jpg');
  background-image: linear-gradient(180deg, rgba(88, 0, 82, 0.76), rgba(88, 0, 82, 0.76)), url('../images/sk-casual.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 1400px;
  background-repeat: repeat, no-repeat;
}

.services-image-overlay {
  width: 10%;
  height: 100%;
  background-color: #fff;
}

.contact-background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  background-color: #580052;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(88, 0, 82, 0.91)), to(rgba(88, 0, 82, 0.91))), url('../images/sk-icon-svg.svg');
  background-image: linear-gradient(180deg, rgba(88, 0, 82, 0.91), rgba(88, 0, 82, 0.91)), url('../images/sk-icon-svg.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
  opacity: 1;
}

.color-usage-column-wrapper {
  width: 100%;
  margin-bottom: 30px;
}

.style-guide-text {
  position: absolute;
  top: -10px;
  padding-right: 20px;
  background-color: #fff;
  font-family: 'PT Serif', serif;
  color: #6f6f6f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.style-guide-main-text-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
}

.style-guide-main-text-wrapper._2 {
  margin-top: 70px;
  margin-bottom: 60px;
  text-align: left;
}

.style-guide-main-text-wrapper._3 {
  display: -ms-grid;
  display: grid;
  margin-top: 70px;
  margin-bottom: 60px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.separator-line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.15);
}

.style-guide-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.color-wrapper {
  padding: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 61.2%, 0.2);
}

.style-guide-paragraph._1 {
  width: 850px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.color {
  width: 100%;
  height: 100px;
  margin-bottom: 25px;
  background-color: #1f1e1d;
}

.color._2 {
  background-color: #fff;
}

.color._4 {
  background-color: #323135;
}

.color._5 {
  background-color: rgba(31, 30, 29, 0.9);
}

.color._6 {
  background-color: #eee;
}

.color._3 {
  background-color: rgba(31, 30, 29, 0.8);
}

.color._7 {
  background-color: #ff6b50;
}

.color._8 {
  background-color: #6f6f6f;
}

.color._9 {
  background-color: hsla(0, 0%, 61.2%, 0.2);
}

.color._10 {
  background-color: #f84525;
}

.color._11 {
  background-color: #9c9c9c;
}

.color-description {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #6b6b6b;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
}

.licenses-text {
  position: absolute;
  top: -10px;
  padding-right: 20px;
  background-color: #fff;
  color: rgba(51, 51, 51, 0.6);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.licenses-paragraph {
  width: 850px;
  margin-bottom: 0px;
  color: #333;
  font-size: 16px;
  line-height: 28px;
}

.licenses-link {
  margin-bottom: 5px;
  color: #3206f1;
  font-size: 15px;
  text-align: left;
  text-decoration: underline;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f1e1d;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.06);
  opacity: 1;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 350px;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 16px;
  background-color: transparent;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.sg-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sg-text-wrapper.bg-color {
  background-color: rgba(0, 0, 0, 0.9);
}

.rich-text a {
  -webkit-transition: color 350ms cubic-bezier(.445, .05, .55, .95);
  transition: color 350ms cubic-bezier(.445, .05, .55, .95);
  color: #f84525;
  text-decoration: none;
}

.rich-text a:hover {
  color: #ff6b50;
  text-decoration: underline;
}

.rich-text figcaption {
  font-family: 'Noto Sans JP', sans-serif;
  color: #1f1e1d;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.rich-text ul {
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}

.rich-text ol {
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
}

.circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 56px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #b73995;
  border-radius: 50%;
}

.lock-icon {
  max-width: 24px;
}

.password-input {
  height: 50px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 3px;
  background-color: #eee;
  font-family: Montserrat, sans-serif;
  color: #1f1e1d;
  font-size: 13px;
}

.button {
  padding: 18px 30px;
  border-radius: 3px;
  background-color: rgba(88, 0, 82, 0.76);
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.password-paragraph {
  margin-bottom: 20px;
  opacity: 0.49;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.social-icon-link {
  width: 20px;
  margin-right: 40px;
  opacity: 0.6;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  text-decoration: none;
}

.social-icon-link:hover {
  opacity: 1;
  color: #fff;
}

.changelog-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.changelog-main-text-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
}

.changelog-main-text-wrapper._2 {
  margin-top: 70px;
  margin-bottom: 60px;
  text-align: left;
}

.changelog-text {
  position: absolute;
  top: -10px;
  padding-right: 20px;
  background-color: #fff;
  color: rgba(51, 51, 51, 0.6);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.changelog-paragraph {
  width: 850px;
  margin-bottom: 0px;
  color: #333;
  font-size: 16px;
  line-height: 28px;
}

.licenses-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.licenses-main-text-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
}

.licenses-main-text-wrapper._2 {
  margin-top: 70px;
  margin-bottom: 60px;
  text-align: left;
}

.form {
  margin-top: 50px;
  margin-bottom: 50px;
}

.field-label {
  color: #eee;
}

.field-label-3 {
  margin-bottom: 25px;
  color: #eee;
}

.textarea {
  height: 90px;
  margin-bottom: 38px;
  padding-bottom: 52px;
  border-radius: 6px;
}

.textarea:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #cc00b1;
}

.submit-button {
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  border-radius: 7px;
  background-color: transparent;
}

.image {
  padding-bottom: 30px;
}

.hero-img {
  margin-top: -95px;
  background-color: transparent;
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.hero-img.two {
  opacity: 0.07;
  -webkit-filter: none;
  filter: none;
  -webkit-transition-property: none;
  transition-property: none;
}

.hero-img.three {
  opacity: 0.05;
}

.text-field {
  border-radius: 6px;
}

.text-field:focus {
  border: 1px solid #cc00b1;
}

.image-3 {
  width: 100%;
  opacity: 0.3;
}

.project-wrapper-icon-container {
  position: relative;
  left: 30%;
  top: 72px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.project-wrapper-icon-container.two {
  left: 56%;
  width: 70px;
}

.preloader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999999999999999;
  display: contents;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1f1e1d;
}



.div-block {
  width: 200px;
  height: 200px;
}

.lottie-animation {
  width: 100px;
  height: 100px;
  -webkit-filter: grayscale(160%);
  filter: grayscale(160%);
	z-index: 9999999999999999999;
	
}

.image-4 {
  padding-bottom: 30px;
}

.heading {
  color: #6f6f6f;
}

@media screen and (min-width: 1280px) {
  .projects-block {
    max-width: 1100px;
    min-width: 1200px;
  }

  .project-wrapper {
    max-width: 560px;
  }

  .footer-block {
    height: 633px;
  }
}

@media screen and (min-width: 1440px) {
  .footer-block {
    height: 633px;
  }

  .about-background {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(88, 0, 82, 0.76)), to(rgba(88, 0, 82, 0.76))), url('../images/sk-casual.jpg');
    background-image: linear-gradient(180deg, rgba(88, 0, 82, 0.76), rgba(88, 0, 82, 0.76)), url('../images/sk-casual.jpg');
    background-size: auto, 1450px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 90px;
    line-height: 110px;
  }

  h2 {
    font-size: 64px;
    line-height: 84px;
  }

  p {
    font-size: 25px;
    line-height: 50px;
  }

  blockquote {
    font-size: 25px;
    line-height: 50px;
  }

  .container.work {
    width: 1400px;
  }

  .hero-content-block {
    width: 1380px;
  }

  .heading-h1 {
    font-size: 90px;
    line-height: 110px;
  }

  .paragraph {
    width: 950px;
    font-size: 25px;
    line-height: 50px;
  }

  .paragraph.work {
    font-size: 22px;
    line-height: 38px;
  }

  .button-text {
    font-size: 16px;
  }

  .heading-h2 {
    font-size: 64px;
    line-height: 84px;
  }

  .project-wrapper {
    width: 650px;
  }

  .project-image.nine {
    height: 700px;
  }

  .footer-block {
    height: 650px;
  }

  .social-icon {
    font-size: 25px;
    line-height: 30px;
  }

  .footer-text-block {
    font-size: 18px;
  }

  .footer-link-block {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-address {
    font-size: 20px;
    line-height: 25px;
  }

  .menu-contact-wrapper {
    width: 285px;
  }

  .about-text-block {
    font-size: 18px;
    line-height: 32px;
  }

  .logo-image {
    width: 200px;
  }

  .about-background {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(88, 0, 82, 0.76)), to(rgba(88, 0, 82, 0.76))), url('../images/sk-casual.jpg');
    background-image: linear-gradient(180deg, rgba(88, 0, 82, 0.76), rgba(88, 0, 82, 0.76)), url('../images/sk-casual.jpg');
    background-position: 0px 0px, 0px -360px;
    background-size: auto, cover;
  }

  .utility-page-wrap {
    background-color: #1f1e1d;
  }

  .utility-page-content {
    opacity: 1;
  }

  .circle {
    border-color: #cc00b1;
  }

  .button {
    background-color: rgba(88, 0, 82, 0.76);
  }

  .social-icon-link {
    font-size: 25px;
    line-height: 30px;
  }

  .image {
    margin-bottom: 25px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .hero-img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    opacity: 0.07;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 55px;
    line-height: 70px;
  }

  h2 {
    font-size: 44px;
    line-height: 64px;
  }

  h3 {
    font-size: 30px;
    line-height: 45px;
  }

  h4 {
    font-size: 25px;
    line-height: 35px;
  }

  h5 {
    font-size: 20px;
  }

  p {
    font-size: 16px;
    line-height: 30px;
  }

  blockquote {
    font-size: 16px;
    line-height: 30px;
  }

  .hero-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .header {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.hero {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container.about {
    padding-right: 30px;
    padding-left: 30px;
  }

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

  .container.services-points {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container.work {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-content-block {
    width: 100%;
  }

  .heading-h1 {
    font-size: 55px;
    line-height: 70px;
  }

  .paragraph {
    width: auto;
    font-size: 16px;
    line-height: 30px;
  }

  .paragraph.work {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph.about {
    width: auto;
    font-size: 50px;
    line-height: 45px;
  }

  .paragraph.footer {
    margin-top: 30px;
  }

  .work-wrapper {
    padding-bottom: 150px;
  }

  .heading-h2 {
    font-size: 44px;
    line-height: 64px;
  }

  .heading-h2.contact {
    width: auto;
  }

  .projects-block {
    margin-bottom: 0px;
  }

  .project-wrapper {
    width: 92%;
    margin-bottom: 160px;
  }

  .project-image {
    height: 900px;
  }

  .heading-h3 {
    font-size: 30px;
    line-height: 45px;
  }

  .project-type {
    font-size: 14px;
    line-height: 20px;
  }

  .services-heading-block.first {
    width: auto;
  }

  .services-text-content {
    padding-right: 30px;
    padding-left: 30px;
  }

  .services-heading-wrapper {
    width: auto;
  }

  .footer-block {
    width: auto;
    height: 663px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .footer-block.second {
    margin-left: 20px;
  }

  .social-icons-wrapper {
    margin-top: 40px;
  }

  .footer-link-block {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-address {
    font-size: 14px;
  }

  .footer-inner-block {
    margin-bottom: 40px;
  }

  .scroll-animation-wrapper {
    right: 30px;
    bottom: 50px;
  }

  .menu-close-icon-wrapper {
    right: 40px;
  }

  .menu-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }

  .menu-inner-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-number-text-block {
    display: none;
  }

  .menu-nav-wrapper {
    margin-left: 0px;
  }

  .about-dots-image {
    width: 70px;
  }

  .about-dots-image.rotated {
    width: 60px;
  }

  .projects-outer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .featured-heading-wrapper {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .about-background {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(88, 0, 82, 0.76)), to(rgba(88, 0, 82, 0.76))), url('../images/sk-casual.jpg');
    background-image: linear-gradient(180deg, rgba(88, 0, 82, 0.76), rgba(88, 0, 82, 0.76)), url('../images/sk-casual.jpg');
    background-position: 0px 0px, -150px -40px;
    background-size: auto, 1000px;
  }

  .services-image-overlay {
    display: none;
  }

  .color-usage-column-wrapper {
    margin-bottom: 0px;
  }

  .style-guide-main-text-wrapper._2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .style-guide-main-text-wrapper._3 {
    margin-top: 30px;
    margin-bottom: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .color-wrapper {
    margin-bottom: 30px;
  }

  .color-usage-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .style-guide-paragraph {
    font-size: 12px;
    line-height: 20px;
  }

  .style-guide-paragraph._1 {
    width: auto;
    font-size: 14px;
  }

  .licenses-paragraph {
    width: 100%;
    font-size: 14px;
  }

  .licenses-link {
    text-align: left;
  }

  .changelog-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .changelog-main-text-wrapper._2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .changelog-paragraph {
    width: 100%;
    font-size: 14px;
  }

  .licenses-section {
    padding-right: 50px;
    padding-left: 50px;
  }

  .licenses-main-text-wrapper._2 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .project-wrapper-icon-container {
    left: 26%;
    top: 61px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  h2 {
    font-size: 35px;
    line-height: 50px;
  }

  h3 {
    font-size: 25px;
    line-height: 40px;
  }

  p {
    font-size: 14px;
    line-height: 25px;
  }

  blockquote {
    font-size: 14px;
    line-height: 25px;
  }

  .hero-wrapper {
    height: 700px;
  }

  .container.hero {
    width: 100%;
  }

  .container.footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.services-points {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .hero-content-block {
    width: 100%;
  }

  .heading-h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph.work {
    font-size: 14px;
    line-height: 25px;
  }

  .paragraph.about {
    font-size: 40px;
    line-height: 35px;
  }

  .paragraph.footer {
    width: 230px;
    line-height: 20px;
  }

  .hero-button-link-block {
    font-size: 14px;
  }

  .work-wrapper {
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .heading-h2 {
    font-size: 35px;
    line-height: 50px;
  }

  .all-projects-wrapper {
    margin-top: 80px;
  }

  .project-wrapper {
    width: 90%;
    margin-bottom: 168px;
  }

  .project-image {
    height: 590px;
  }

  .heading-h3 {
    font-size: 25px;
    line-height: 40px;
  }

  .project-type {
    font-size: 14px;
    line-height: 20px;
  }

  .about-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .services-wrapper {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .services-image {
    height: 450px;
    margin-top: 140px;
    margin-bottom: 140px;
    background-size: 1200px;
  }

  .services-points-wrapper {
    width: 90%;
  }

  .service-point-block {
    margin-bottom: 10px;
  }

  .service-type {
    font-size: 14px;
    line-height: 25px;
  }

  .services-points-outer-wrapper {
    width: 260px;
  }

  .services-points-outer-wrapper.first {
    margin-right: 50px;
  }

  .footer-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-block.second {
    margin-top: 50px;
    margin-left: 0px;
  }

  .social-icon {
    margin-right: 25px;
  }

  .footer-address {
    width: 280px;
  }

  .footer-address.menu {
    width: 200px;
  }

  .footer-inner-block {
    margin-bottom: 0px;
  }

  .footer-inner-block.second {
    margin-top: 40px;
  }

  .scroll-line {
    height: 60px;
  }

  .menu-contact-wrapper {
    width: 200px;
  }

  .about-dots-image {
    right: 10%;
    bottom: 50px;
    width: 50px;
  }

  .logo-image {
    max-width: 80%;
  }

  .about-background {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(88, 0, 82, 0.76)), to(rgba(88, 0, 82, 0.76))), url('../images/sk-casual.jpg');
    background-image: linear-gradient(180deg, rgba(88, 0, 82, 0.76), rgba(88, 0, 82, 0.76)), url('../images/sk-casual.jpg');
    background-position: 0px 0px, -70px -50px;
    background-size: auto, 860px;
  }

  .style-guide-main-text-wrapper._3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .style-guide-section {
    padding: 100px 35px;
  }

  .color-usage-column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .style-guide-paragraph._1 {
    font-size: 12px;
  }

  .color-description {
    margin-bottom: 25px;
  }

  .licenses-text {
    text-align: left;
  }

  .licenses-link {
    font-size: 14px;
  }

  .changelog-section {
    padding: 100px 35px;
  }

  .changelog-text {
    text-align: left;
  }

  .licenses-section {
    padding: 100px 35px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
    line-height: 40px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .hero-wrapper {
    height: 100vh;
    padding-right: 10px;
    padding-left: 10px;
  }

  .header {
    padding-right: 10px;
    padding-left: 10px;
  }

  .logo-link-block {
    width: auto;
  }

  .logo-link-block.w--current {
    width: 220px;
  }

  .menu-icon-wrapper {
    width: 40px;
    height: 40px;
  }

  .header-email-link-wrapper {
    display: flex;
    margin-right: 5px;
  }

  .email-text-block {
    font-size: 10px;
    line-height: 20px;
  }

  .menu-icon-inner-wrapper {
    width: 30px;
    height: 30px;
  }

  .container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.about {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.services-points {
    padding-right: 10px;
    padding-left: 10px;
  }

  .heading-h1 {
    font-size: 30px;
    line-height: 50px;
  }

  .paragraph.about {
    font-size: 30px;
    line-height: 30px;
  }

  .paragraph.footer {
    width: 240px;
    font-size: 14px;
    line-height: 25px;
  }

  .hero-button-link-block {
    margin-top: 40px;
    font-size: 14px;
    line-height: 20px;
  }

  .button-circle.second {
    width: 40px;
    height: 40px;
    margin-left: -16px;
  }

  .button-circle.first {
    display: none;
    width: 40px;
    height: 40px;
  }

  .button-background {
    height: 40px;
    background-color: hsla(0, 0%, 61.2%, 0.2);
  }

  .work-wrapper {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .heading-h2 {
    font-size: 25px;
    line-height: 40px;
  }

  .project-image {
    height: 360px;
  }

  .project-content-wrapper {
    right: -20px;
    bottom: -60px;
  }

  .heading-h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .about-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .services-text-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .services-image {
    height: 250px;
    margin-top: 80px;
    margin-bottom: 80px;
    background-position: 20% 27%;
    background-size: 1000px;
    -webkit-filter: none;
    filter: none;
  }

  .services-heading-wrapper {
    margin-bottom: 80px;
  }

  .services-points-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .services-points-outer-wrapper {
    width: 240px;
  }

  .services-points-outer-wrapper.first {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .contact-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer-block.second {
    margin-top: 30px;
  }

  .footer-text-block {
    margin-bottom: 20px;
  }

  .footer-address {
    width: 230px;
  }

  .scroll-animation-wrapper {
    bottom: 50px;
  }

  .scroll-text-block {
    font-size: 10px;
  }

  .scroll-line {
    height: 40px;
  }

  .menu-close-icon-wrapper {
    top: 55px;
    right: 15px;
    width: 30px;
    height: 30px;
  }

  .menu-wrapper {
    left: 100%;
    height: 100vh;
    padding-right: 10px;
    padding-left: 10px;
  }

  .menu-inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .menu-contact-wrapper {
    margin-top: 50px;
  }

  .about-dots-image {
    bottom: -90px;
    margin-right: -15px;
    margin-bottom: 67px;
  }

  .about-dots-image.rotated {
    bottom: -10px;
    width: 40px;
  }

  .about-text-block {
    margin-bottom: 20px;
  }

  .featured-heading-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .about-background {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(88, 0, 82, 0.76)), to(rgba(88, 0, 82, 0.76))), url('../images/sk-casual.jpg');
    background-image: linear-gradient(180deg, rgba(88, 0, 82, 0.76), rgba(88, 0, 82, 0.76)), url('../images/sk-casual.jpg');
    background-position: 0px 0px, -140px -40px;
    background-size: auto, 650px;
  }

  .style-guide-text {
    font-size: 10px;
  }

  .style-guide-section {
    padding: 100px 21px;
  }

  .style-guide-paragraph {
    font-size: 10px;
  }

  .licenses-text {
    font-size: 10px;
    text-align: left;
  }

  .licenses-paragraph {
    font-size: 12px;
  }

  .licenses-link {
    font-size: 12px;
  }

  .utility-page-wrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .utility-page-content {
    padding-right: 30px;
    padding-left: 30px;
  }

  .changelog-section {
    padding: 100px 21px;
  }

  .changelog-text {
    font-size: 10px;
    text-align: left;
  }

  .changelog-paragraph {
    font-size: 12px;
  }

  .licenses-section {
    padding: 100px 21px;
  }

.message-warning, .message-success {
    display: none;
    background: #0D0A0B;
    font-size: 1.5rem;
    line-height: 2;
    padding: 3rem;
    margin-bottom: 3.6rem;
    width: 100%;
}

.message-warning {
    color: #ff6163;
}

.message-success {
    color: #008C2C;
}

.message-warning i, .message-success i {
    margin-right: 10px;
    font-size: 1.2rem;
}

}


