.wwf_section:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main_slider .slick-arrow:before, .projects .project_name:after {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.main_slider * {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.main_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
}
.main_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 100%;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main_slider .slide_inner {
  display: flex;
  align-items: center;
  height: 45vw;
  max-height: 720px;
  min-height: 240px;
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.main_slider .page_title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main_slider .slick-arrow {
  position: absolute;
  z-index: 3;
  border: none;
  background: transparent;
  padding: 0;
  color: #ffffff;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
}
.main_slider .slick-arrow:before {
  display: block;
}
.main_slider .slick-prev:before {
  content: "\e902";
}
.main_slider .slick-next:before {
  content: "\e903";
}
@media screen and (min-width: 1200px) {
  .main_slider .primary_btn {
    margin-top: 50px;
  }
  .main_slider .slick-arrow:before {
    font-size: 3.8rem;
  }
  .main_slider .slick-prev {
    left: 40px;
  }
  .main_slider .slick-next {
    right: 40px;
  }
  .main_slider .slide_inner {
    padding: 0 100px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .main_slider .slick-prev {
    left: 20px;
  }
  .main_slider .slick-next {
    right: 20px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .main_slider .primary_btn {
    margin-top: 40px;
  }
  .main_slider .slide_inner {
    padding: 0 40px;
  }
  .main_slider .slick-arrow:before {
    font-size: 3rem;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .main_slider .slide_inner {
    padding: 0 30px;
  }
  .main_slider .slick-arrow:before {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .main_slider .primary_btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .main_slider .primary_btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 575px) {
  .main_slider .page_title {
    -webkit-line-clamp: 3;
  }
}

.scroll_btn {
  position: relative;
  z-index: 5;
  height: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.scroll_btn button {
  border: none;
  background: transparent;
  padding: 0;
  color: #ffffff;
}
.scroll_btn button:before {
  display: block;
}
@media screen and (min-width: 1200px) {
  .scroll_btn button {
    font-size: 550%;
    margin-bottom: 84px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .scroll_btn button {
    font-size: 400%;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .scroll_btn button {
    font-size: 360%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .scroll_btn button {
    display: none;
  }
}

.projects .head_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  margin-top: 20px;
}
.projects .block_inner {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #bebebe;
  padding: 45px;
}
.projects .project_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}
.projects .project_block a {
  display: block;
  height: 30vw;
  max-height: 350px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.projects .project_name {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  font-size: 190%;
  line-height: 26px;
  padding: 45px;
  opacity: 0;
}
.projects .project_name:after {
  display: block;
  margin-top: 20px;
  content: "\e910";
  font-size: 1rem;
}
@media screen and (min-width: 1200px) {
  .projects {
    margin-top: 86px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .projects {
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .projects {
    margin-top: 40px;
  }
}
@media screen and (min-width: 576px) and (max-width: 959px) {
  .projects .project_name {
    font-size: 170%;
    line-height: 23px;
  }
}
@media screen and (max-width: 959px) {
  .projects .block_inner,
  .projects .project_name {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 768px) {
  .projects {
    margin-top: 20px;
  }
  .projects .head_block,
  .projects .project_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .projects .block_inner,
  .projects .project_block a {
    height: 60vw;
    max-height: none;
  }
}
@media screen and (max-width: 575px) {
  .projects .project_name {
    font-size: 150%;
    line-height: 21px;
  }
  .projects .project_name:after {
    margin-top: 15px;
  }
}

.touch .project_name,
.web .project_block a:hover .project_name {
  opacity: 1;
}

@media screen and (min-width: 1200px) {
  .mission_vision {
    margin-top: 100px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .mission_vision {
    margin-top: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .mission_vision {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mission_vision {
    margin-top: 40px;
  }
}

.wwf_section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 36.11vw;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}
.wwf_section:before {
  content: "";
  background: #000000;
  opacity: 0.3;
}
.wwf_section .page_container {
  position: relative;
  z-index: 2;
}
.wwf_section .section_title {
  max-width: 520px;
}
.wwf_section .text_block {
  max-width: 380px;
}
@media screen and (min-width: 1200px) {
  .wwf_section {
    margin-top: 86px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
  .wwf_section {
    margin-top: 60px;
  }
}
@media screen and (min-width: 769px) and (max-width: 959px) {
  .wwf_section {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .wwf_section {
    margin-top: 20px;
  }
}

.projects .project_name {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .main_slider .slick-arrow, .main_slider .web .slick-arrow, .web .scroll_btn button, .scroll_btn .web button {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .wwf_section .secondary_btn, .wwf_section .web .secondary_btn, .web .projects .secondary_btn, .projects .web .secondary_btn {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .main_slider .slick-arrow, .main_slider .touch .slick-arrow, .touch .scroll_btn button, .scroll_btn .touch button {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.touch .wwf_section .secondary_btn, .wwf_section .touch .secondary_btn, .touch .projects .secondary_btn, .projects .touch .secondary_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .main_slider .slick-arrow:hover, .main_slider .web .slick-arrow:hover, .web .scroll_btn button:hover, .scroll_btn .web button:hover {
  color: #A6192E;
}
.web .projects .secondary_btn:hover, .projects .web .secondary_btn:hover {
  background: #000000;
  color: #ffffff;
  border-color: transparent;
}
.web .wwf_section .secondary_btn:hover, .wwf_section .web .secondary_btn:hover {
  background: #ffffff;
  color: #000000;
  border-color: transparent;
}
.touch .main_slider .slick-arrow:active, .main_slider .touch .slick-arrow:active, .touch .scroll_btn button:active, .scroll_btn .touch button:active {
  color: #A6192E;
}
.touch .projects .secondary_btn:active, .projects .touch .secondary_btn:active {
  background: #000000;
  color: #ffffff;
  border-color: transparent;
}
.touch .wwf_section .secondary_btn:active, .wwf_section .touch .secondary_btn:active {
  background: #ffffff;
  color: #000000;
  border-color: transparent;
}

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