/* ----- animations ----- */
@keyframes rotateAnim {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(180deg); } }
/* ----- fonts ----- */
/* ----- media breakpoints down ----- */
body {
  background: #F6F4EF;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden; }

.section-title {
  font-size: 4rem;
  padding-bottom: 2rem; }
  @media only screen and (max-width: 1199.98px) {
    .section-title {
      font-size: 3.5rem; } }
  @media only screen and (max-width: 991.98px) {
    .section-title {
      font-size: 2.5rem; } }
  .section-title.v2 {
    font-size: 5rem; }
    @media only screen and (max-width: 1199.98px) {
      .section-title.v2 {
        font-size: 3.5rem; } }
    @media only screen and (max-width: 991.98px) {
      .section-title.v2 {
        font-size: 2.5rem; } }

.viewer-title {
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  opacity: 1; }

.main-header {
  z-index: 4;
  margin-bottom: -56px;
  position: absolute;
  width: 100%;
  transition: all .2s ease-in-out; }
  @media only screen and (max-width: 767.98px) {
    .main-header {
      display: none; } }
  .main-header .navbar > .container-fluid {
    border-bottom: 1px solid #fff;
    margin-left: 30px;
    margin-right: 30px;
    padding-bottom: 5px; }
  .main-header .navbar .logo {
    height: 40px;
    padding-right: 20px;
    display: none; }
    .main-header .navbar .logo img {
      height: 100%;
      width: auto; }
  .main-header .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    letter-spacing: 0.03em;
    opacity: 1;
    transition: opacity .2s ease-in-out; }
    .main-header .navbar .navbar-nav .nav-item .nav-link:hover {
      opacity: .6; }
  .main-header .navbar .social-media-menu {
    position: absolute;
    right: 50px; }
  .main-header.fixed-ver {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 auto;
    background: #f6f4ef;
    -webkit-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px -1px rgba(0, 0, 0, 0.3); }
    .main-header.fixed-ver .navbar > .container-fluid {
      border-bottom: 0;
      padding-bottom: 0; }
    .main-header.fixed-ver .navbar .logo {
      display: block;
      cursor: pointer;
      transition: opacity .2s ease-in-out; }
      .main-header.fixed-ver .navbar .logo:hover {
        opacity: .8; }
    .main-header.fixed-ver .navbar .navbar-nav .nav-item .nav-link {
      color: #000; }
    .main-header.fixed-ver .icon svg g path {
      fill: #000; }

#cookie-notice {
  max-width: 450px;
  min-width: 450px !important;
  left: auto !important;
  right: 20px;
  bottom: 20px;
  -webkit-box-shadow: 8px 8px 7px -4px rgba(0, 0, 0, 0.33);
  box-shadow: 8px 8px 7px -4px rgba(0, 0, 0, 0.33);
  transform: none; }
  @media only screen and (max-width: 767.98px) {
    #cookie-notice {
      max-width: 95% !important;
      min-width: 95% !important;
      bottom: 10px; } }
  #cookie-notice .cookie-notice-container {
    border: 2px solid #000;
    display: flex;
    align-items: center; }
    #cookie-notice .cookie-notice-container #cn-notice-text {
      width: calc(100% - 120px);
      text-align: left;
      font-size: 11px;
      line-height: 1.2em;
      padding-right: 15px; }
      @media only screen and (max-width: 767.98px) {
        #cookie-notice .cookie-notice-container #cn-notice-text {
          width: 100%;
          padding-right: 0; } }
      #cookie-notice .cookie-notice-container #cn-notice-text a {
        color: #fff;
        text-decoration: underline;
        transition: color .2s ease-in-out; }
        #cookie-notice .cookie-notice-container #cn-notice-text a:hover {
          color: #fff; }
    #cookie-notice .cookie-notice-container #cn-notice-buttons {
      width: 120px;
      vertical-align: text-bottom; }
      #cookie-notice .cookie-notice-container #cn-notice-buttons a {
        display: block;
        background: #000;
        color: #fff;
        border: 1px solid #000;
        border-radius: 0;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 5px;
        padding: 5px 10px; }
        @media only screen and (max-width: 767.98px) {
          #cookie-notice .cookie-notice-container #cn-notice-buttons a {
            margin-bottom: 0; } }
        #cookie-notice .cookie-notice-container #cn-notice-buttons a:hover {
          background: #000; }
    #cookie-notice .cookie-notice-container .cn-close-icon {
      opacity: 1;
      right: 7px;
      top: 15px; }
      #cookie-notice .cookie-notice-container .cn-close-icon:hover {
        opacity: .5; }
      #cookie-notice .cookie-notice-container .cn-close-icon:before, #cookie-notice .cookie-notice-container .cn-close-icon:after {
        background-color: #000;
        width: 3px; }

.social-media ul {
  padding-bottom: 0;
  margin-bottom: 0; }
  .social-media ul li {
    width: 17px;
    margin-right: 15px; }
    .social-media ul li .icon {
      max-width: 100%;
      width: 100%;
      height: auto;
      transition: opacity .2s ease-in-out; }
      .social-media ul li .icon img, .social-media ul li .icon svg {
        max-width: 100%; }
      .social-media ul li .icon svg {
        fill-rule: evenodd;
        clip-rule: evenodd;
        stroke-linejoin: round;
        stroke-miterlimit: 2; }
        .social-media ul li .icon svg g path {
          fill: #f6f4ef;
          fill-rule: nonzero; }
      .social-media ul li .icon:hover {
        opacity: .6; }
    .social-media ul li:last-child {
      margin-right: 0; }
.social-media.black-ver ul li .icon svg g path {
  fill: #000; }

.restriction-layer {
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  display: none;
  color: #fff; }
  .restriction-layer .bg-container {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/production-bg.jpg");
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    opacity: 0.95;
    background-size: cover; }
  .restriction-layer.active {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap; }
  .restriction-layer .cnt {
    z-index: 2;
    position: relative;
    max-width: 700px;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap; }
    @media only screen and (max-width: 767.98px) {
      .restriction-layer .cnt {
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        height: 100%; } }
    .restriction-layer .cnt .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0; }
      @media only screen and (max-width: 767.98px) {
        .restriction-layer .cnt .bg {
          animation: none;
          display: flex;
          align-items: center;
          align-content: center;
          justify-content: center; } }
      .restriction-layer .cnt .bg img {
        width: 100%; }
        @media only screen and (max-width: 767.98px) {
          .restriction-layer .cnt .bg img {
            width: auto;
            height: 100%; } }
    .restriction-layer .cnt .start, .restriction-layer .cnt .end {
      position: relative;
      z-index: 2;
      width: 700px;
      height: 700px;
      display: block;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: nowrap;
      text-align: center; }
      @media only screen and (max-width: 767.98px) {
        .restriction-layer .cnt .start, .restriction-layer .cnt .end {
          max-width: 100%;
          width: 100%;
          height: 100%;
          padding: 2rem; } }
      .restriction-layer .cnt .start .text, .restriction-layer .cnt .end .text {
        text-align: center;
        margin: 0 auto;
        color: #fff;
        font-weight: 400;
        font-size: 2.5rem;
        line-height: 1.2em;
        padding-bottom: 2rem; }
      @media only screen and (max-width: 767.98px) {
        .restriction-layer .cnt .start .buttons, .restriction-layer .cnt .end .buttons {
          display: block;
          flex-wrap: wrap;
          width: 300px;
          margin: 0 auto; } }
      .restriction-layer .cnt .start .buttons .btn, .restriction-layer .cnt .end .buttons .btn {
        min-width: 230px; }
        @media only screen and (max-width: 767.98px) {
          .restriction-layer .cnt .start .buttons .btn, .restriction-layer .cnt .end .buttons .btn {
            width: 150px;
            margin-bottom: 10px; } }
        @media only screen and (max-width: 575.98px) {
          .restriction-layer .cnt .start .buttons .btn, .restriction-layer .cnt .end .buttons .btn {
            font-size: 1rem; } }
        .restriction-layer .cnt .start .buttons .btn.flat, .restriction-layer .cnt .end .buttons .btn.flat {
          border: 2px solid #fff;
          color: #fff;
          border-radius: 0;
          transition: all .2s ease-in-out; }
          .restriction-layer .cnt .start .buttons .btn.flat:hover, .restriction-layer .cnt .end .buttons .btn.flat:hover {
            background-color: #fff;
            color: #ef4d55; }
      .restriction-layer .cnt .start .logo, .restriction-layer .cnt .end .logo {
        margin: 0 auto;
        width: 8rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
        text-align: center; }
        @media only screen and (max-width: 767.98px) {
          .restriction-layer .cnt .start .logo, .restriction-layer .cnt .end .logo {
            width: 6rem;
            padding-top: 1rem;
            padding-bottom: 2rem; } }
        .restriction-layer .cnt .start .logo img, .restriction-layer .cnt .end .logo img {
          max-width: 100%; }
    .restriction-layer .cnt .end {
      display: none; }
      .restriction-layer .cnt .end .text {
        font-size: 1.6rem;
        line-height: 1.2em;
        padding-bottom: 1rem; }

.ue-fund-info {
  padding-top: 3rem;
  padding-bottom: 2rem; }
  @media only screen and (max-width: 991.98px) {
    .ue-fund-info {
      padding-top: 2rem; } }
  .ue-fund-info .ue-flag, .ue-fund-info .prow-flag {
    max-width: 70px; }
    @media only screen and (max-width: 991.98px) {
      .ue-fund-info .ue-flag, .ue-fund-info .prow-flag {
        max-width: 60px; } }
    .ue-fund-info .ue-flag img, .ue-fund-info .prow-flag img {
      width: 100%; }
  .ue-fund-info .prow-flag {
    margin: 0 auto;
    margin-right: 0; }
  .ue-fund-info p {
    font-size: 1.1rem; }
    @media only screen and (max-width: 1199.98px) {
      .ue-fund-info p {
        font-size: 1rem; } }

.top-section {
  position: relative;
  width: 100%;
  background: #e1e1e1;
  min-height: 80vh;
  max-height: 95vh;
  overflow: hidden; }
  @media only screen and (max-width: 1199.98px) {
    .top-section {
      min-height: 0;
      max-height: initial; } }
  .top-section .logo-container {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .top-section .logo-container .logo {
      width: 30vw;
      max-width: 400px; }
      .top-section .logo-container .logo img {
        max-width: 100%; }
  .top-section .top-section-slider {
    overflow: hidden; }
    .top-section .top-section-slider:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2;
      background: rgba(0, 0, 0, 0.3); }
    .top-section .top-section-slider .slider-arrow {
      top: auto;
      width: 80px;
      height: 35px;
      left: calc(4vw + 80px);
      bottom: 4vw;
      right: auto;
      z-index: 3;
      transform: none;
      border: 1px solid #fff;
      background-color: rgba(255, 255, 255, 0.1);
      background-image: url("../images/nav-arrow.svg");
      background-size: 20px auto;
      background-position: center center;
      background-repeat: no-repeat;
      transition: background-color .2s ease-in-out; }
      .top-section .top-section-slider .slider-arrow:after {
        display: none; }
      .top-section .top-section-slider .slider-arrow.swiper-button-prev {
        transform: translateX(-100%) rotate(180deg);
        border-left: 0; }
      .top-section .top-section-slider .slider-arrow:hover {
        background-image: url("../images/nav-arrow-black.svg");
        background-color: #fff; }
      .top-section .top-section-slider .slider-arrow:before {
        display: none; }
    .top-section .top-section-slider .slide {
      position: relative; }
      .top-section .top-section-slider .slide img {
        max-width: 100%; }
        @media only screen and (max-width: 1199.98px) {
          .top-section .top-section-slider .slide img {
            min-height: 0;
            max-height: initial; } }

.offer {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media only screen and (max-width: 767.98px) {
    .offer {
      padding-bottom: 0; } }
  .offer .stamp {
    position: absolute;
    top: 0;
    right: 4vw;
    width: 10vw;
    max-width: 300px;
    z-index: 2;
    transform: translateY(-50%); }
    .offer .stamp img {
      max-width: 100%; }
  .offer .section-title {
    padding-bottom: 4rem; }
    @media only screen and (max-width: 991.98px) {
      .offer .section-title {
        padding-bottom: 2rem; } }
  .offer .offer-list .offer-item {
    margin-bottom: 2rem; }
    .offer .offer-list .offer-item .title {
      border-left: 7px solid silver;
      font-size: 1.6rem;
      line-height: 1.2em;
      font-weight: 400;
      padding-left: 1rem; }
      @media only screen and (max-width: 1199.98px) {
        .offer .offer-list .offer-item .title {
          font-size: 1.4rem; } }
      .offer .offer-list .offer-item .title strong {
        display: block; }
    .offer .offer-list .offer-item .main-image {
      position: relative;
      border-left: 7px solid silver;
      margin-top: 1.5rem;
      margin-bottom: 1.5rem;
      background: #E2E2E2;
      display: flex;
      cursor: pointer; }
      .offer .offer-list .offer-item .main-image:hover {
        cursor: pointer; }
      .offer .offer-list .offer-item .main-image img {
        max-width: 100%; }
    .offer .offer-list .offer-item .description {
      font-size: 1.2em; }
      @media only screen and (max-width: 991.98px) {
        .offer .offer-list .offer-item .description {
          font-size: 1em; } }
      @media only screen and (max-width: 767.98px) {
        .offer .offer-list .offer-item .description {
          padding-bottom: 2rem; } }

.production {
  padding-top: 3rem;
  padding-bottom: 0; }
  @media only screen and (max-width: 767.98px) {
    .production {
      padding-top: 0; } }
  @media only screen and (max-width: 767.98px) {
    .production .top-container .main-box {
      flex-wrap: wrap; } }
  .production .top-container .main-box .left-column,
  .production .top-container .main-box .right-column {
    width: 50%;
    min-width: 50%; }
    @media only screen and (max-width: 767.98px) {
      .production .top-container .main-box .left-column,
      .production .top-container .main-box .right-column {
        width: 100%;
        min-width: 100%; } }
  .production .top-container .main-box .left-column {
    position: relative;
    color: #fff;
    background: #177161;
    padding: 4rem;
    display: flex;
    align-items: flex-end; }
    @media only screen and (max-width: 767.98px) {
      .production .top-container .main-box .left-column {
        flex-wrap: wrap; } }
    .production .top-container .main-box .left-column .section-title {
      position: absolute;
      top: 4rem;
      left: 4rem; }
      @media only screen and (max-width: 767.98px) {
        .production .top-container .main-box .left-column .section-title {
          position: relative;
          top: auto;
          left: auto;
          width: 100%;
          padding-bottom: 2rem; } }
    .production .top-container .main-box .left-column .text {
      font-size: 1.3rem; }
      @media only screen and (max-width: 1199.98px) {
        .production .top-container .main-box .left-column .text {
          font-size: 1.2rem; } }
      @media only screen and (max-width: 991.98px) {
        .production .top-container .main-box .left-column .text {
          font-size: 1rem; } }
  .production .top-container .main-box .right-column {
    position: relative; }
    .production .top-container .main-box .right-column .image-container img {
      max-width: 100%; }
    .production .top-container .main-box .right-column .logo {
      position: absolute;
      bottom: 4rem;
      right: 4rem;
      width: 100px; }
      .production .top-container .main-box .right-column .logo img {
        max-width: 100%; }
  .production .main-text {
    padding-top: 3rem;
    padding-bottom: 2rem;
    font-size: 1.6rem;
    max-width: 55vw;
    font-style: italic; }
    @media only screen and (max-width: 1199.98px) {
      .production .main-text {
        max-width: 70vw; } }
    @media only screen and (max-width: 991.98px) {
      .production .main-text {
        font-size: 1.4rem;
        max-width: 80vw; } }
  .production .steps {
    margin-top: 20vw;
    background-color: #177161;
    background-image: url("../images/production-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 3rem; }
    .production .steps .top .image-container {
      margin-top: -18vw;
      margin-bottom: 2rem; }
      .production .steps .top .image-container img {
        max-width: 100%; }
    .production .steps .bottom {
      color: #fff;
      padding-top: 3rem;
      padding-bottom: 6rem; }
      @media only screen and (max-width: 1199.98px) {
        .production .steps .bottom {
          padding-bottom: 2rem; } }
      @media only screen and (max-width: 767.98px) {
        .production .steps .bottom {
          padding-top: 1rem; } }
      .production .steps .bottom .left-column {
        padding-right: 4rem; }
        @media only screen and (max-width: 767.98px) {
          .production .steps .bottom .left-column {
            padding-right: 12px; } }
        .production .steps .bottom .left-column ul {
          position: relative; }
          .production .steps .bottom .left-column ul li {
            position: relative;
            padding-left: 6rem;
            padding-bottom: 3rem;
            font-size: 1.5rem; }
            @media only screen and (max-width: 1199.98px) {
              .production .steps .bottom .left-column ul li {
                font-size: 1.2rem; } }
            @media only screen and (max-width: 767.98px) {
              .production .steps .bottom .left-column ul li {
                font-size: 1rem;
                padding-bottom: 2rem;
                padding-left: 4rem; } }
            .production .steps .bottom .left-column ul li .number {
              position: absolute;
              top: 0;
              left: 0;
              font-size: 5rem;
              line-height: 1em;
              font-weight: bold; }
              @media only screen and (max-width: 1199.98px) {
                .production .steps .bottom .left-column ul li .number {
                  font-size: 4rem; } }
              @media only screen and (max-width: 767.98px) {
                .production .steps .bottom .left-column ul li .number {
                  font-size: 3rem; } }
      .production .steps .bottom .right-column .image-container img {
        max-width: 100%; }

.main-footer {
  position: relative;
  border-top: 5px solid #EFEFEF;
  padding-bottom: 0;
  padding-top: 3rem; }
  .main-footer .stamp {
    position: absolute;
    top: 0;
    right: 24vw;
    width: 12vw;
    max-width: 180px;
    z-index: 2;
    transform: translateY(-50%); }
    @media only screen and (max-width: 767.98px) {
      .main-footer .stamp {
        right: 30px;
        width: 100px; } }
    .main-footer .stamp img {
      max-width: 100%; }
  @media only screen and (max-width: 575.98px) {
    .main-footer .left-column > .d-flex {
      padding-top: 20px;
      align-items: center !important;
      justify-content: center; } }
  .main-footer .left-column .logo-container {
    width: 120px;
    max-width: 120px; }
    @media only screen and (max-width: 575.98px) {
      .main-footer .left-column .logo-container {
        width: 100px;
        max-width: 100px; } }
    .main-footer .left-column .logo-container img {
      width: 100%;
      max-width: 100%; }
  .main-footer .left-column .address-data {
    padding-left: 8vw; }
  .main-footer .right-column {
    position: relative; }
    @media only screen and (max-width: 767.98px) {
      .main-footer .right-column {
        justify-content: flex-start !important;
        padding-top: 2rem; } }
    @media only screen and (max-width: 575.98px) {
      .main-footer .right-column {
        flex-wrap: wrap;
        justify-content: center !important; } }
    .main-footer .right-column .social-media {
      position: absolute;
      top: 0;
      right: 12px; }
      @media only screen and (max-width: 767.98px) {
        .main-footer .right-column .social-media {
          top: auto;
          bottom: 5px; } }
      @media only screen and (max-width: 575.98px) {
        .main-footer .right-column .social-media {
          position: relative;
          top: auto;
          right: auto;
          width: 100%;
          text-align: center;
          display: flex;
          padding-bottom: 10px; } }
      @media only screen and (max-width: 575.98px) {
        .main-footer .right-column .social-media ul {
          margin: 0 auto; } }
    .main-footer .right-column .navi-bottom li {
      padding-right: 1rem; }
      .main-footer .right-column .navi-bottom li .btn, .main-footer .right-column .navi-bottom li .nav-link {
        text-decoration: underline;
        opacity: 1;
        transition: opacity .2s ease-in-out; }
        .main-footer .right-column .navi-bottom li .btn:hover, .main-footer .right-column .navi-bottom li .nav-link:hover {
          opacity: .6; }
      .main-footer .right-column .navi-bottom li:last-child {
        padding-right: 0; }
        .main-footer .right-column .navi-bottom li:last-child .btn, .main-footer .right-column .navi-bottom li:last-child .nav-link {
          padding-right: 0; }
  .main-footer .footer-copyright {
    color: #9b9b9b;
    font-size: 12px;
    letter-spacing: .05em;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-top: 3rem;
    padding-bottom: 0;
    font-weight: 400; }
    @media only screen and (max-width: 1499.98px) {
      .main-footer .footer-copyright {
        font-size: 0.8vw; } }
    @media only screen and (max-width: 991.98px) {
      .main-footer .footer-copyright {
        padding-top: 20px;
        flex-wrap: wrap;
        font-size: 14px; } }
    .main-footer .footer-copyright .left, .main-footer .footer-copyright .right {
      width: 50%; }
      @media only screen and (max-width: 991.98px) {
        .main-footer .footer-copyright .left, .main-footer .footer-copyright .right {
          width: 100%;
          text-align: center; } }
    .main-footer .footer-copyright .right {
      text-align: right; }
      @media only screen and (max-width: 991.98px) {
        .main-footer .footer-copyright .right {
          text-align: center; } }
      .main-footer .footer-copyright .right ul {
        padding-bottom: 0;
        margin: 0 auto; }
        .main-footer .footer-copyright .right ul li {
          padding: 0 5px;
          display: inline-block; }
          .main-footer .footer-copyright .right ul li:last-child {
            padding-right: 0; }
          .main-footer .footer-copyright .right ul li a, .main-footer .footer-copyright .right ul li button {
            font-size: 12px; }
            @media only screen and (max-width: 1499.98px) {
              .main-footer .footer-copyright .right ul li a, .main-footer .footer-copyright .right ul li button {
                font-size: 0.8vw; } }
            @media only screen and (max-width: 991.98px) {
              .main-footer .footer-copyright .right ul li a, .main-footer .footer-copyright .right ul li button {
                font-size: 14px; } }
    .main-footer .footer-copyright a {
      color: #9b9b9b; }

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