html, body {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.int {
    overflow-x: hidden;
    overflow-y: visible;
}

@media screen and (max-width: 1000px) {
    .int {
        overflow-x: hidden;
        overflow-y: visible;
    }
}
@media screen and (max-width: 700px) {
    .int.block {
        overflow: hidden;
    }
}

/* == | font base - size | == */
.int {
    font-size: clamp(12px, 1.5vw, 16px);
}
.int .uppercase {
    text-transform: uppercase;
}

/* == | elements | == */
.int a {
    text-decoration: none;
}
.int p {
    padding: 0;
    margin: 0;
}
.int b, .int strong {
    font-weight: 600;
}
.int img {
    border: 0;
}
.int input, .int textarea {
    font-family: "Quicksand", sans-serif;
}
.int .contain {
    overflow: hidden;
}
.int .clear {
    clear: both;
}
.int .desktop {
}
.int .mobile {
    display: none!important;
}
.int .hidden {
    display: none!important;
}
#home-screen {
  position: relative;
  width: 100%;
  height: 1px;
  float: left;
  margin: -1px 0 0 0;
}
@media screen and (max-width: 700px) {
    .int .desktop {
        display: none!important;
    }
    .int .mobile {
        display: block!important;
    }
}

/* == | ico | == */
.int .ico {
}
.int .ico::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    content: '';
}


/* == | lines | == */
.int .line {
    position: relative;
    width: 100%;
    margin: 0;
    float: left;
    z-index: 3;
}
.int .line.at-top {
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
}
.int .line.in-front {
    z-index: 20;
}
.int .line.higher {
    z-index: 10;
}
.int .line.in-back {
    z-index: -1;
}
.int .line.fixed {
    position: fixed;
}
.int .line.full-height {
    height: 100%;
}

@media screen and (max-width: 1350px) {

}
@media screen and (max-width: 1000px) {
    .int .line {
        width: 100%;
        margin: 0;
    }
}

/* == | lines - z | == */
.int .line.z-1 {
    z-index: 1;
}
.int .line.z-2 {
    z-index: 2;
}
.int .line.z-3 {
    z-index: 3;
}
.int .line.z-4 {
    z-index: 4;
}
.int .line.z-5 {
    z-index: 5;
}
.int .line.z-6 {
    z-index: 6;
}
.int .line.z-7 {
    z-index: 7;
}
.int .line.z-8 {
    z-index: 8;
}

/* == | lines - top | == */
@media screen and (max-width: 1000px) {
    .int .line .top {
        height: 80px;
    }
}
@media screen and (max-width: 500px) {
    .int .line .top {
        height: 70px;
    }
}



/* == | lines - bar | == */
.int .line .bar {
    position: absolute;
    width: 2px;
    left: 50%;
    border-radius: 2px;
    transform: translateX(-50%);
    z-index: 3;
}
.int .line .bar.left {
    left: calc(50% - 680px);
}
.int .line .bar.right {
    left: calc(50% + 680px);
}
.int .line .bar.t-10- {
    top: -10%;
}
.int .line .bar.t-5- {
    top: -5%;
}
.int .line .bar.t-0 {
    top: 0%;
}
.int .line .bar.t-10 {
    top: 10%;
}
.int .line .bar.t-20 {
    top: 20%;
}
.int .line .bar.t-30 {
    top: 30%;
}
.int .line .bar.t-40 {
    top: 40%;
}
.int .line .bar.t-50 {
    top: 50%;
}
.int .line .bar.t-60 {
    top: 60%;
}
.int .line .bar.t-70 {
    top: 70%;
}
.int .line .bar.t-80 {
    top: 80%;
}
.int .line .bar.t-90 {
    top: 90%;
}
.int .line .bar.b-10- {
    bottom: -10%;
}
.int .line .bar.b-0 {
    bottom: 0%;
}
.int .line .bar.b-10 {
    bottom: 10%;
}
.int .line .bar.b-20 {
    bottom: 20%;
}
.int .line .bar.b-30 {
    bottom: 30%;
}
.int .line .bar.b-40 {
    bottom: 40%;
}
.int .line .bar.b-50 {
    bottom: 50%;
}
.int .line .bar.b-60 {
    bottom: 60%;
}
.int .line .bar.b-70 {
    bottom: 70%;
}
.int .line .bar.b-80 {
    bottom: 80%;
}
.int .line .bar.b-90 {
    bottom: 90%;
}
.int .line .bar.h-10 {
    height: 10%;
}
.int .line .bar.h-20 {
    height: 20%;
}
.int .line .bar.h-30 {
    height: 30%;
}
.int .line .bar.h-40 {
    height: 40%;
}
.int .line .bar.h-50 {
    height: 50%;
}
.int .line .bar.h-60 {
    height: 60%;
}
.int .line .bar.h-70 {
    height: 70%;
}
.int .line .bar.h-80 {
    height: 80%;
}
.int .line .bar.h-90 {
    height: 90%;
}
.int .line .bar.h-100 {
    height: 100%;
}
.int .line .bar.h-110 {
    height: 110%;
}
.int .line .bar.h-120 {
    height: 120%;
}
.int .line .bar.h-130 {
    height: 130%;
}
@media screen and (max-width: 1000px) {
    .int .line .bar.left {
        left: 32px;
    }
    .int .line .bar.right {
        left: calc(50% + 680px);
    }
}

/* == | lines - background | == */
.int .line .background {
    position: absolute;
    transform: translate(0, -50%);
    border-radius: 8px;
    overflow: hidden;
}
.int .line .background iframe {
    position: absolute;
    width: 150%;
    height: 150%;
    top: 50%;
    left: 50%;
    filter: grayscale(95%);
    transform: translate(-50%, -50%);
}
.int .line .background .box {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0!important;
    padding: 0!important;
}
.int .line .background .box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}
.int .line .background.f-r .box img {
    top: 50%;
    left: auto;
    right: 0%;
    width: auto;
    object-fit: contain;
    transform: translate(0%, -50%);
}
.int .line .background.bw .box img {
    filter: grayscale(100%);
}
.int .line .background.fade .box img {
    opacity: 0.15;
}
.int .line .background.t-0 {
    top: 0%;
}
.int .line .background.t-10 {
    top: 10%;
}
.int .line .background.t-20 {
    top: 20%;
}
.int .line .background.t-30 {
    top: 30%;
}
.int .line .background.t-35 {
    top: 35%;
}
.int .line .background.t-40 {
    top: 40%;
}
.int .line .background.t-50 {
    top: 50%;
}
.int .line .background.t-60 {
    top: 60%;
}
.int .line .background.t-70 {
    top: 70%;
}
.int .line .background.t-80 {
    top: 80%;
}
.int .line .background.t-90 {
    top: 90%;
}
.int .line .background.t-100 {
    top: 100%;
}
.int .line .background.b-5-, .int .line .background.b-0, .int .line .background.b-5, .int .line .background.b-10, .int .line .background.b-20, .int .line .background.b-30, .int .line .background.b-40, .int .line .background.b-50 {
    transform: translate(0, 0);
}
.int .line .background.b-5- {
    bottom: -5%;
}
.int .line .background.b-0 {
    bottom: 0%;
}
.int .line .background.b-5 {
    bottom: 5%;
}
.int .line .background.b-10 {
    bottom: 10%;
}
.int .line .background.b-20 {
    bottom: 20%;
}
.int .line .background.b-30 {
    bottom: 30%;
}
.int .line .background.b-40 {
    bottom: 40%;
}
.int .line .background.b-50 {
    bottom: 50%;
}
.int .line .background.w-10 {
    width: 10%;
}
.int .line .background.w-20 {
    width: 20%;
}
.int .line .background.w-25 {
    width: 25%;
}
.int .line .background.w-30 {
    width: 30%;
}
.int .line .background.w-40 {
    width: 40%;
}
.int .line .background.w-50 {
    width: 50%;
}
.int .line .background.w-55 {
    width: 55%;
}
.int .line .background.w-60 {
    width: 60%;
}
.int .line .background.w-65 {
    width: 65%;
}
.int .line .background.w-70 {
    width: 70%;
}
.int .line .background.w-75 {
    width: 75%;
}
.int .line .background.w-80 {
    width: 80%;
}
.int .line .background.w-90 {
    width: 90%;
}
.int .line .background.w-100 {
    width: 100%;
}
.int .line .background.w-110 {
    width: 110%;
}
.int .line .background.w-120 {
    width: 120%;
}
.int .line .background.w-130 {
    width: 130%;
}
.int .line .background.w-140 {
    width: 140%;
}
.int .line .background.w-150 {
    width: 150%;
}
.int .line .background.w-200 {
    width: 200%;
}
.int .line .background.h-10 {
    height: 10%;
}
.int .line .background.h-20 {
    height: 20%;
}
.int .line .background.h-30 {
    height: 30%;
}
.int .line .background.h-40 {
    height: 40%;
}
.int .line .background.h-50 {
    height: 50%;
}
.int .line .background.h-60 {
    height: 60%;
}
.int .line .background.h-70 {
    height: 70%;
}
.int .line .background.h-80 {
    height: 80%;
}
.int .line .background.h-90 {
    height: 90%;
}
.int .line .background.h-100 {
    height: 100%;
}
.int .line .background.h-110 {
    height: 110%;
}
.int .line .background.h-120 {
    height: 120%;
}
.int .line .background.h-130 {
    height: 130%;
}
.int .line .background.h-140 {
    height: 140%;
}
.int .line .background.l-10- {
    left: -10%;
}
.int .line .background.l-5- {
    left: -5%;
}
.int .line .background.l-0 {
    left: 0%;
}
.int .line .background.l-5 {
    left: 5%;
}
.int .line .background.l-10 {
    left: 10%;
}
.int .line .background.l-15 {
    left: 15%;
}
.int .line .background.l-20 {
    left: 20%;
}
.int .line .background.l-25 {
    left: 25%;
}
.int .line .background.l-30 {
    left: 30%;
}
.int .line .background.l-35 {
    left: 35%;
}
.int .line .background.l-40 {
    left: 40%;
}
.int .line .background.l-45 {
    left: 45%;
}
.int .line .background.l-50 {
    left: 50%;
}
.int .line .background.l-55 {
    left: 55%;
}
.int .line .background.l-60 {
    left: 60%;
}
.int .line .background.l-65 {
    left: 65%;
}
.int .line .background.l-70 {
    left: 70%;
}
.int .line .background.l-75 {
    left: 75%;
}
.int .line .background.l-80 {
    left: 80%;
}
.int .line .background.l-85 {
    left: 85%;
}
.int .line .background.l-90 {
    left: 90%;
}
.int .line .background.l-95 {
    left: 95%;
}
.int .line .background.l-100 {
    left: 100%;
}
.int .line .background.r-10- {
    right: -10%;
}
.int .line .background.r-5- {
    right: -5%;
}
.int .line .background.r-0 {
    right: 0%;
}
.int .line .background.r-5 {
    right: 5%;
}
.int .line .background.r-10 {
    right: 10%;
}
.int .line .background.r-15 {
    right: 15%;
}
.int .line .background.r-20 {
    right: 20%;
}
.int .line .background.r-25 {
    right: 25%;
}
.int .line .background.r-30 {
    right: 30%;
}
.int .line .background.r-35 {
    right: 35%;
}
.int .line .background.r-40 {
    right: 40%;
}
.int .line .background.r-45 {
    right: 45%;
}
.int .line .background.r-50 {
    right: 50%;
}
.int .line .background.r-55 {
    right: 55%;
}
.int .line .background.r-60 {
    right: 60%;
}
.int .line .background.r-65 {
    right: 65%;
}
.int .line .background.r-70 {
    right: 70%;
}
.int .line .background.r-75 {
    right: 75%;
}
.int .line .background.r-80 {
    right: 80%;
}
.int .line .background.r-85 {
    right: 85%;
}
.int .line .background.r-90 {
    right: 90%;
}
.int .line .background.r-95 {
    right: 95%;
}
.int .line .background.r-100 {
    right: 100%;
}
.int .line .background.z-1 {
    z-index: 1;
}
.int .line .background.z-2 {
    z-index: 2;
}
.int .line .background.z-3 {
    z-index: 3;
}
.int .line .background.z-4 {
    z-index: 4;
}
.int .line .background.z-5 {
    z-index: 5;
}

/* == | lines - background - slides | == */
.int .line .background.slides .pages {
    position: absolute;
    width: auto;
    height: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
    z-index: 10;
}
.int .line .background.slides .pages .page {
    position: relative;
    width: 15px;
    aspect-ratio:1/1;
    border-radius: 15px;
    background-color: #fff;
    float: left;
    margin: 0 10px 0 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.int .line .background.slides .pages .page.on {
    width: 45px;
    aspect-ratio:2.67/1;
    background-color: #6BC4D0;
}
.int .line .background.slides .pages.vertical {
    transform: translate(-50%, -50%) rotate(90deg);
}
.int .line .background.slides .pages.l-0 {
    left: 0%;
}
.int .line .background.slides .pages.l-5 {
    left: 5%;
}
.int .line .background.slides .pages.l-10 {
    left: 10%;
}
.int .line .background.slides .pages.l-15 {
    left: 15%;
}
.int .line .background.slides .pages.l-20 {
    left: 20%;
}
.int .line .background.slides .pages.l-25 {
    left: 25%;
}

/* == | lines - background - slides - full | == */
.int .line .background.slides.full .box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: -100%;
    transform: translate(0%, -50%);
    opacity: 0.5;
    pointer-events:none;
    animation-name: background-slides-full-off;
    animation-duration: 0.7s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
}
@keyframes background-slides-full-off {
  0% {
    left: 0%;
    opacity:1;
    }
  100% {
    left: 100%;
    opacity:0.5;
    }
}
.int .line .background.slides.full .box.on {
    opacity:1;
    left: 0%;
    animation-name: background-slides-full-on;
    animation-duration: 0.7s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
}
@keyframes background-slides-full-on {
  0% {
    left: -100%;
    opacity:0.5;
    }
  100% {
    left: 0%;
    opacity:1
    }
}
.int .line .background.slides .box {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* == | lines - background - slides - double | == */
.int .line .background.slides.double {
    z-index: 3;
    overflow: visible;
}
.int .line .background.slides.double .box {
    position: absolute;
    height: 80%;
    width: auto;
    top: 50%;
    left: 0;
    aspect-ratio:1/1;
    transform: translate(0%, -50%);
    opacity: 1;
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #262F3C;
    pointer-events:none;
    user-select: none;
    animation-name: background-slides-double-in;
    animation-duration: 0.3s;
    animation-delay: 0s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
    
}
@keyframes background-slides-double-in {
  0% {
    left: 0%;
    opacity:1;
    height: 100%;
    width: 100%;
    z-index: 3;
    }
  1% {
    left: 0%;
    opacity:1;
    width: 100%;
    height: 100%;
    }
  100% {
    left: 0%;
    opacity:1;
    width: 100%;
    height: 100%;
    }
}
.int .line .background.slides.double .box img {
    filter: grayscale(100%);
    transition: all 0.7s ease-in-out;
}
.int .line .background.slides.double .box::before {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 10px;
    aspect-ratio:1/1;
    transform: translate(-50%, -50%);
    opacity: 0;
    background-image: url(../image/ico-arrow.svg);
    background-size: 500% 300%;
    background-position: 0% 50%;
    transition: all 0.3s ease-in-out;
    z-index: 3;
    content: '';
}
.int .line .background.slides.double .box:first-of-type {
    z-index: 3;
}
.int .line .background.slides.double .box.on {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0%;
    margin: 0;
    padding: 0;
    filter: grayscale(100%);
    transform: translate(0%, -50%);
    opacity: 1;
    left: 0%;
    filter: grayscale(0);
    background: #fff;
    animation-name: background-slides-double-on;
    animation-duration: 0.3s;
    animation-delay: 0s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
}
@keyframes background-slides-double-on {
  0% {
    left: 0;
    opacity:0;
    }
  1% {
    left: 0;
    opacity:0;
    }
  100% {
    left: 0%;
    opacity:1;
    }
}
.int .line .background.slides.double .box.on img {
    filter: grayscale(0%);
    
}
.int .line .background.slides.double .box:nth-of-type(2) {
    opacity: 1;
    left: 100%;
    border-radius: 0 8px 8px 0px;
    pointer-events:auto;
    z-index: 2;
    cursor: pointer;
    animation-name: background-slides-double-off;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-direction: normal;
}
@keyframes background-slides-double-off {
  0% {
    left: 0%;
    border-radius: 0 8px 8px 0px;
    }
  1% {
    left: 100%;
    }
  100% {
    left: 100%;
    }
}
.int .line .background.slides.double .box:nth-of-type(2) img {
}
.int .line .background.slides.double .box:nth-of-type(2)::before {
    width: 50px;
    opacity: 1;
}
@media screen and (max-width: 1800px) {
    .int .line .background.slides.double .box:nth-of-type(2) {
        left: 90%;
        border-radius:8px;
        z-index: 10;
    }
    @keyframes background-slides-double-off {
      0% {
        left: 0%;
        border-radius:8px;
        }
      1% {
        left: 90%;
        }
      100% {
        left: 90%;
        }
    }
}
@media screen and (max-width: 1400px) {
    .int .line .background.slides.double .box:nth-of-type(2) {
        left: 85%;
    }
    @keyframes background-slides-double-off {
      0% {
        left: 0%;
        border-radius:8px;
        }
      1% {
        left: 85%;
        }
      100% {
        left: 85%;
        }
    }
}

/* == | lines - background - slides - triple | == */
.int .line .background.slides.triple {
    z-index: 3;
    overflow: visible;
}
.int .line .background.slides.triple .box {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 50%;
    left: 0%;
    aspect-ratio:1/1;
    transform: translate(0%, -50%);
    opacity: 0;
    z-index: 2;
    padding: 0;
    margin: 0;
    z-index: 2;
    overflow: hidden;
    background-color: #262F3C;
    pointer-events:none;
    user-select: none;
    transition: all 0.5s ease-in-out;
}
.int .line .background.slides.triple .box img {
    filter: grayscale(100%);
    transition: all 0.7s ease-in-out;
}
.int .line .background.slides.triple .box::before {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 10px;
    aspect-ratio:1/1;
    transform: translate(-50%, -50%);
    opacity: 0;
    background-image: url(../image/ico-arrow.svg);
    background-size: 500% 300%;
    background-position: 0% 50%;
    transition: all 0.3s ease-in-out;
    z-index: 3;
    content: '';
}
.int .line .background.slides.triple .box.on {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0%;
    right: auto;
    margin: 0;
    padding: 0;
    filter: grayscale(100%);
    transform: translate(0%, -50%);
    opacity: 1;
    z-index: 3;
    filter: grayscale(0);
    background: #fff;
}
.int .line .background.slides.triple .box.on img {
    filter: grayscale(0%);
    
}
.int .line .background.slides.triple .prev, .int .line .background.slides.triple .next {
    position: absolute;
    width: auto;
    height: 0%;
    left: 100%;
    top: 50%;
    aspect-ratio:1/1;
    border-radius: 0 8px 8px 0px;
    pointer-events:auto;
    transform: translate(0, -50%);
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.int .line .background.slides.triple .prev {
    left: auto;
    right: 100%;
    border-radius: 8px 0 0 8px;
}
.int .line .background.slides.triple .prev.on, .int .line .background.slides.triple .next.on {
    height: 80%;
    opacity: 1;
}
.int .line .background.slides.triple .prev::before, .int .line .background.slides.triple .next::before {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 10px;
    aspect-ratio:1/1;
    transform: translate(-50%, -50%);
    opacity: 1;
    background-image: url(../image/ico-arrow.svg);
    background-size: 500% 300%;
    background-position: 0% 50%;
    transition: all 0.3s ease-in-out;
    z-index: 3;
    content: '';
}
.int .line .background.slides.triple .prev::before {
    transform: translate(-50%, -50%) rotate(-180deg);
}
.int .line .background.slides.triple .prev.on::before, .int .line .background.slides.triple .next.on::before {
    width: 35px;
}
.int .line .background.slides.triple .prev img, .int .line .background.slides.triple .next img {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    filter: grayscale(100%);
}

/* == | lines - dots | == */
.int .line .dots {
    position: absolute;
    display: none;
    width: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 3;
}
.int .line .dots.on {
    display: block;
}
.int .line .dots.top {
    top: 0;
}
.int .line .dots.bottom {
    bottom: 0;
}
.int .line .dots .dot {
    position: relative;
    width: 5px;
    height: 10px;
    border-radius: 3px;
    margin: 0 0 7px 0;
    background-color: #343F33;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
}
.int .line .dots .dot:last-of-type {
    margin: 0;
}

/* == | lines - content | == */
.int .line .content {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    flex-wrap: wrap;
    pointer-events:none;
    z-index: 3;
}
.int .line .content.no-flex {
    display: block;
    overflow: hidden;
}
.int .line .content.full-height {
    height: 100%;
}
.int .line .content.h-100 {
    aspect-ratio: 1/1;
}
.int .line .content.h-90 {
    aspect-ratio: 1/0.9;
}
.int .line .content.h-80 {
    aspect-ratio: 1/0.8;
}
.int .line .content.h-70 {
    aspect-ratio: 1/0.7;
}
.int .line .content.h-60 {
    aspect-ratio: 1/0.6;
}
.int .line .content.h-50 {
    aspect-ratio: 1/0.5;
}
.int .line .content.h-30 {
    aspect-ratio: 1/0.3;
}
@media screen and (max-width: 1400px) {
    .int .line .content {
        width: calc(100% - 40px);
    }
}
@media screen and (max-width: 1000px) {
    .int .line .content {
        width: calc(100% - 40px);
    }
}
@media screen and (max-width: 700px) {
    .int .line .content.hm-100 {
        aspect-ratio: 1/1;
    }
    .int .line .content.hm-90 {
        aspect-ratio: 1/0.9;
    }
    .int .line .content.hm-80 {
        aspect-ratio: 1/0.8;
    }
    .int .line .content.hm-70 {
        aspect-ratio: 1/0.7;
    }
    .int .line .content.hm-60 {
        aspect-ratio: 1/0.6;
    }
    .int .line .content.hm-50 {
        aspect-ratio: 1/0.5;
    }
    .int .line .content.hm-30 {
        aspect-ratio: 1/0.3;
    }
}

/* == | lines - content - padding | == */
.int .line .content.padding-small {
    padding: 30px 0;
}
.int .line .content.padding-medium {
    padding: 120px 0;
}
.int .line .content.padding-big {
    padding: 200px 0;
}
.int .line .content.padding-top-small {
    padding: 30px 0 0 0;
}
.int .line .content.padding-top-medium {
    padding: 120px 0 0 0;
}
.int .line .content.padding-top-big {
    padding: 200px 0 0 0;
}
.int .line .content.padding-bottom-small {
    padding: 0 0 30px 0;
}
.int .line .content.padding-bottom-medium {
    padding: 0 0 120px 0;
}
.int .line .content.padding-bottom-big {
    padding: 0 0 200px 0;
}
@media screen and (max-width: 1600px) {
    .int .line .content.padding-small {
        padding: 25px 0;
    }
    .int .line .content.padding-medium {
        padding: 100px 0;
    }
    .int .line .content.padding-big {
        padding: 180px 0;
    }
    .int .line .content.padding-top-small {
        padding: 25px 0 0 0;
    }
    .int .line .content.padding-top-medium {
        padding: 100px 0 0 0;
    }
    .int .line .content.padding-top-big {
        padding: 180px 0 0 0;
    }
    .int .line .content.padding-bottom-small {
        padding: 0 0 25px 0;
    }
    .int .line .content.padding-bottom-medium {
        padding: 0 0 100px 0;
    }
    .int .line .content.padding-bottom-big {
        padding: 0 0 180px 0;
    }
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1000px) {
    .int .line .content.padding-small {
        padding: 30px 0;
    }
    .int .line .content.padding-medium {
        padding: 60px 0;
    }
    .int .line .content.padding-big {
        padding: 90px 0;
    }
    .int .line .content.padding-top-small {
        padding: 30px 0 0 0;
    }
}
@media screen and (max-width: 700px) {
    .int .line .content.padding-top {
        padding: 120px 0 60px 0;
    }
}
@media screen and (max-width: 700px) {
    
}

/* == | lines - content - box | == */
.int .line .content .box {
    position: relative;
    float: left;
    margin: 25px;
    padding: 25px 0;
    text-align: justify;
    border-radius: 8px;
    pointer-events:auto;
}
.int .content .box.backg {
    padding: 25px;
    top: auto;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 25px 20px -20px, rgba(0, 0, 0, 0.1) 0px -30px 10px -20px;
}
.int .content .box.one-one {
    width: calc(100% - 50px);
    float: none;
    max-width: 1000px;
    margin: 25px auto;
}
.int .content .box.one-one.backg {
    width: calc(100% - 100px);
}
.int .content .box.one-one.full {
    max-width:100%;
}
.int .content .box.one-one.extended {
    width: 120%;
    max-width:120%;
    left: -10%;
    flex-shrink: 0;
}
.int .content .box.one-two {
    width: calc(50% - 50px);
}
.int .content .box.one-two.backg {
    width: calc(50% - 100px);
}
.int .content .box.one-three {
    width: calc(33.33% - 50px);
}
.int .content .box.one-three.backg {
    width: calc(33.33% - 100px);
}
.int .content .box.two-three {
    width: calc(66.66% - 50px);
}
.int .content .box.one-four {
    width: calc(25% - 50px);
}
.int .content .box.one-four.backg {
    width: calc(25% - 100px);
}
.int .content .box.two-four {
    width: calc(50% - 50px);
}
.int .content .box.two-four.backg {
    width: calc(50% - 100px);
}
.int .content .box.one-five {
    width: calc(20% - 50px);
}
.int .content .box.one-five.backg {
    width: calc(20% - 100px);
}
.int .content .box.two-five {
    width: calc(40% - 50px);
}
.int .content .box.two-five.backg {
    width: calc(40% - 100px);
}
.int .content .box.three-five {
    width: calc(60% - 50px);
}
.int .content .box.three-five.backg {
    width: calc(60% - 100px);
}
.int .line .content .box.left h1, .int .line .content .box.left h2, .int .line .content .box.left h3, .int .line .content .box.left h4 {
    text-align: left;
}
.int .line .content .box.right h1, .int .line .content .box.right h2, .int .line .content .box.right h3, .int .line .content .box.right h4 {
    text-align: right;
}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1400px) {
    .int .line .content .box {
        margin: 20px;
        padding: 20px 0;
    }
    .int .content .box.backg {
        padding: 20px;
    }
    .int .content .box.one-one {
        width: calc(100% - 40px);
        margin: 20px auto;
    }
    .int .content .box.one-one.backg {
        width: calc(100% - 80px);
    }
    .int .content .box.one-one.full {
        max-width:100%;
    }
    .int .content .box.one-two {
        width: calc(50% - 40px);
    }
    .int .content .box.one-two.backg {
        width: calc(50% - 80px);
    }
    .int .content .box.one-three {
        width: calc(33.33% - 40px);
    }
    .int .content .box.one-three.backg {
        width: calc(33.33% - 80px);
    }
    .int .content .box.two-three {
        width: calc(66.66% - 40px);
    }
    .int .content .box.one-four {
        width: calc(25% - 40px);
    }
    .int .content .box.one-four.backg {
        width: calc(25% - 80px);
    }
    .int .content .box.two-four {
        width: calc(50% - 40px);
    }
    .int .content .box.two-four.backg {
        width: calc(50% - 80px);
    }
    .int .content .box.one-five {
        width: calc(20% - 40px);
    }
    .int .content .box.one-five.backg {
        width: calc(20% - 80px);
    }
    .int .content .box.two-five {
        width: calc(40% - 40px);
    }
    .int .content .box.two-five.backg {
        width: calc(40% - 80px);
    }
    .int .content .box.three-five {
        width: calc(60% - 40px);
    }
    .int .content .box.three-five.backg {
        width: calc(60% - 80px);
    }
}
@media screen and (max-width: 1000px) {
    .int .line .content .box {
        margin: 15px;
        padding: 0px 0;
    }
    .int .line .content .box.backg {
        padding: 30px;
    }
    .int .content .box.one-one {
        width: calc(100% - 30px);
        margin: 15px auto;
    }
    .int .content .box.one-one.backg {
        width: calc(100% - 90px);
    }
    .int .content .box.one-two {
        width: calc(50% - 30px);
    }
    .int .content .box.one-two.backg {
        width: calc(50% - 90px);
    }
    .int .content .box.one-three {
        width: calc(50% - 30px);
    }
    .int .content .box.two-three {
        width: calc(50% - 30px);
    }
    .int .content .box.one-three.backg {
        width: calc(50% - 90px);
    }
    .int .content .box.one-four {
        width: calc(25% - 30px);
    }
    .int .content .box.one-four.backg {
        width: calc(25% - 90px);
    }
    .int .content .box.two-four {
        width: calc(50% - 30px);
    }
    .int .content .box.two-four.backg {
        width: calc(50% - 90px);
    }
    .int .content .box.one-five {
        width: calc(20% - 30px);
    }
    .int .content .box.one-five.backg {
        width: calc(20% - 90px);
    }
    .int .content .box.two-five {
        width: calc(40% - 30px);
    }
    .int .content .box.two-five.backg {
        width: calc(40% - 90px);
    }
    .int .content .box.three-five {
        width: calc(60% - 30px);
    }
    .int .content .box.three-five.backg {
        width: calc(60% - 90px);
    }
}
@media screen and (max-width: 700px) {
    .int .line .content .box {
        margin: 10px;
        padding: 0px 0;
    }
    .int .line .content .box.backg {
        padding: 20px;
    }
    .int .content .box.one-one {
        width: calc(100% - 20px);
        margin: 10px auto;
    }
    .int .content .box.one-one.backg {
        width: calc(100% - 60px);
    }
    .int .content .box.one-two {
        width: calc(100% - 20px);
    }
    .int .content .box.one-two.backg {
        width: calc(100% - 60px);
    }
    .int .content .box.one-three {
        width: calc(100% - 20px);
    }
    .int .content .box.two-three {
        width: calc(100% - 20px);
    }
    .int .content .box.one-three.backg {
        width: calc(100% - 60px);
    }
    .int .content .box.one-four {
        width: calc(25% - 20px);
    }
    .int .content .box.one-four.backg {
        width: calc(25% - 60px);
    }
    .int .content .box.two-four {
        width: calc(100% - 20px);
    }
    .int .content .box.two-four.backg {
        width: calc(100% - 60px);
    }
    .int .content .box.one-five {
        width: calc(20% - 20px);
    }
    .int .content .box.one-five.backg {
        width: calc(20% - 60px);
    }
    .int .content .box.two-five {
        width: calc(40% - 20px);
    }
    .int .content .box.two-five.backg {
        width: calc(40% - 60px);
    }
    .int .content .box.three-five {
        width: calc(60% - 20px);
    }
    .int .content .box.three-five.backg {
        width: calc(60% - 60px);
    }
}
@media screen and (max-width: 700px) {
    
}

/* == | lines - content - box - margin | == */
.int .line .content .box.no-margin {
    margin: 0 25px;
}
.int .line .content .box.no-padding {
    padding: 0;
}
@media screen and (max-width: 1400px) {
    .int .line .content .box.no-margin {
        margin: 0 20px;
    }
}
@media screen and (max-width: 1000px) {
    .int .line .content .box.no-margin {
        margin: 0 10px;
    }
}

/* == | lines - content - box - margin | == */
.int .content .box.margin-top-small {
    margin-top: 60px;
}
.int .content .box.margin-top::before {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    content: '';
}
.int .content .box.margin-bottom::after {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    content: '';
}
.int .content .box.margin-top.m-big::before,
.int .content .box.margin-bottom.m-big::after {
    height: 200px;
}
.int .content .box.margin-top.m-medium::before,
.int .content .box.margin-bottom.m-medium::after {
    height: 120px;
}
.int .content .box.margin-top.m-small::before,
.int .content .box.margin-bottom.m-small::after {
    height: 60px;
}
@media screen and (max-width: 1600px) {
    .int .content .box.margin-top.m-big::before,
    .int .content .box.margin-bottom.m-big::after {
        height: 150px;
    }
    .int .content .box.margin-top.m-medium::before,
    .int .content .box.margin-bottom.m-medium::after {
        height: 100px;
    }
    .int .content .box.margin-top.m-small::before,
    .int .content .box.margin-bottom.m-small::after {
        height: 50px;
    }
}
@media screen and (max-width: 1000px) {
    .int .content .box.margin-top.m-big::before,
    .int .content .box.margin-bottom.m-big::after {
        height: 120px;
    }
    .int .content .box.margin-top.m-medium::before,
    .int .content .box.margin-bottom.m-medium::after {
        height: 80px;
    }
    .int .content .box.margin-top.m-small::before,
    .int .content .box.margin-bottom.m-small::after {
        height: 40px;
    }
}
@media screen and (max-width: 700px) {
    .int .content .box.margin-top.m-big::before,
    .int .content .box.margin-bottom.m-big::after,
    .int .content .box.margin-top.m-medium::before,
    .int .content .box.margin-bottom.m-medium::after,
    .int .content .box.margin-top.m-small::before,
    .int .content .box.margin-bottom.m-small::after {
        height: 0;
    }
}

/* == | lines - content - box - tilt | == */
.int .line .content .box.tilt-left {
    transform: rotate(-1.9deg);
}
.int .line .content .box.tilt-right {
    transform: rotate(1.9deg);
}

/* == | lines - content - box - arrow | == */
.int .line .content .box.arrow::before, .int .line .content .box.arrow-left::before, .int .line .content .box.arrow-right::before {
    position: absolute;
    display: block;
    width: 50px;
    background-image: url(../image/ico-arrow.svg);
    background-size: 500% 300%;
    background-position: 0 0;
    aspect-ratio:1/1;
    content: '';
    z-index: -1;
}
.int .line .content .box.light.arrow::before, .int .line .content .box.light.arrow-left::before, .int .line .content .box.light.arrow-right::before {
    background-position: 75% 0;
    filter: brightness(95%);
}
.int .line .content .box.white.arrow::before, .int .line .content .box.white.arrow-left::before, .int .line .content .box.white.arrow-right::before {
    background-position: 75% 0;
}
.int .line .content .box.orange.arrow::before, .int .line .content .box.orange.arrow-left::before, .int .line .content .box.orange.arrow-right::before {
    background-position: 75% 50%;
}
.int .line .content .box.dark.arrow::before, .int .line .content .box.dark.arrow-left::before, .int .line .content .box.dark.arrow-right::before {
    background-position: 75% 100%;
}
.int .line .content .box.arrow::before {
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
}
.int .line .content .box.arrow-left::before {
    top: 20%;
    left: 0%;
    transform: translate(-54%, -50%) rotate(90deg);
}
.int .line .content .box.arrow-right::before {
    top: 20%;
    left: 100%;
    transform: translate(-45%, -50%) rotate(-90deg);
}
@media screen and (max-width: 1000px) {
    .int .line .content .box.center.arrow::before {
        top: calc(100% - 5px);
    }
}
@media screen and (max-width: 700px) {
    .int .line .content .box.center.arrow::before {
        top: calc(100% - 5px);
    }
    .int .line .content .box.arrow-right::before {
        left: 50%;
        transform: translate(-50%, 0%) rotate(0deg);
    }
    .int .line .content .box.arrow-left::before {
        left: 50%;
        transform: translate(-50%, 0%) rotate(180deg);
    }
}

/* == | lines - content - box - heading | == */
.int .line .content .box h1,
.int .line .content .box h2,
.int .line .content .box h3,
.int .line .content .box h4,
.int .line .content .box h5,
.int .line .content .box .heading {
    position: relative;
    display: block;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.1;
    text-align: left;
}
.int .line .content .box h1 a,
.int .line .content .box h2 a,
.int .line .content .box h3 a,
.int .line .content .box h4 a,
.int .line .content .box h5 a,
.int .line .content .box .heading a {
    color: inherit;
}
.int .line .content .box h1.black,
.int .line .content .box h2.black,
.int .line .content .box h3.black,
.int .line .content .box h4.black,
.int .line .content .box h5.black,
.int .line .content .box .heading.black {
    font-weight: 800;
}
.int .line .content .box h1.bold,
.int .line .content .box h2.bold,
.int .line .content .box h3.bold,
.int .line .content .box h4.bold,
.int .line .content .box h5.bold,
.int .line .content .box .heading.bold {
    font-weight: 700;
}
.int .line .content .box.left h1,
.int .line .content .box.left h2,
.int .line .content .box.left h3,
.int .line .content .box.left h4,
.int .line .content .box.left h5,
.int .line .content .box.left .heading {
    text-align: left;
}
.int .line .content .box.right h1,
.int .line .content .box.right h2,
.int .line .content .box.right h3,
.int .line .content .box.right h4,
.int .line .content .box.right h5,
.int .line .content .box.right .heading {
    text-align: right;
}
.int .line .content .box.center h1,
.int .line .content .box.center h2,
.int .line .content .box.center h3,
.int .line .content .box.center h4,
.int .line .content .box.center h5,
.int .line .content .box.center .heading {
    text-align: center;
}
.int .line .content .box h1.biggest,
.int .line .content .box h2.biggest,
.int .line .content .box h3.biggest,
.int .line .content .box h4.biggest,
.int .line .content .box h5.biggest,
.int .line .content .box .heading.biggest {
    font-size: 6.5em;
}
.int .line .content .box h1.bigger,
.int .line .content .box h2.bigger,
.int .line .content .box h3.bigger,
.int .line .content .box h4.bigger,
.int .line .content .box h5.bigger,
.int .line .content .box .heading.bigger {
    font-size: 4.5em;
}
.int .line .content .box h1.big,
.int .line .content .box h2.big,
.int .line .content .box h3.big,
.int .line .content .box h4.big,
.int .line .content .box h5.big,
.int .line .content .box .heading.big {
    font-size: 3.5em;
}
.int .line .content .box h1.medium,
.int .line .content .box h2.medium,
.int .line .content .box h3.medium,
.int .line .content .box h4.medium,
.int .line .content .box h5.medium,
.int .line .content .box .heading.medium {
    font-size: 2.5em;
}
.int .line .content .box h1.small,
.int .line .content .box h2.small,
.int .line .content .box h3.small,
.int .line .content .box h4.small,
.int .line .content .box h5.small,
.int .line .content .box .heading.small {
    font-size: 1.5em;
}
.int .line .content .box h1.tiny,
.int .line .content .box h2.tiny,
.int .line .content .box h3.tiny,
.int .line .content .box h4.tiny,
.int .line .content .box h5.tiny,
.int .line .content .box .heading.tiny {
    font-size: 1em;
}
.int .line .content .box h1.big small,
.int .line .content .box h2.big small,
.int .line .content .box h3.big small,
.int .line .content .box h4.big small,
.int .line .content .box h5.big small,
.int .line .content .box .heading.big small,
.int .line .content .box h1.medium small,
.int .line .content .box h2.medium small,
.int .line .content .box h3.medium small,
.int .line .content .box h4.medium small,
.int .line .content .box h5.medium small,
.int .line .content .box .heading.medium small,
.int .line .content .box h1.small small,
.int .line .content .box h2.small small,
.int .line .content .box h3.small small,
.int .line .content .box h4.small small,
.int .line .content .box h5.small small,
.int .line .content .box .heading.small small,
.int .line .content .box h1.tiny small,
.int .line .content .box h2.tiny small,
.int .line .content .box h3.tiny small,
.int .line .content .box h4.tiny small,
.int .line .content .box h5.tiny small,
.int .line .content .box .heading.tiny small {
    text-transform: lowercase;
}
.int .line .content .box h1.margin-top-big,
.int .line .content .box h2.margin-top-big,
.int .line .content .box h3.margin-top-big,
.int .line .content .box h4.margin-top-big,
.int .line .content .box h5.margin-top-big,
.int .line .content .box .heading.margin-top-big {
    margin-top: 50px;
}
.int .line .content .box h1.margin-top-medium,
.int .line .content .box h2.margin-top-medium,
.int .line .content .box h3.margin-top-medium,
.int .line .content .box h4.margin-top-medium,
.int .line .content .box h5.margin-top-medium,
.int .line .content .box .heading.margin-top-medium {
    margin-top: 30px;
}
.int .line .content .box h1.margin-top-small,
.int .line .content .box h2.margin-top-small,
.int .line .content .box h3.margin-top-small,
.int .line .content .box h4.margin-top-small,
.int .line .content .box h5.margin-top-small,
.int .line .content .box .heading.margin-top-small {
    margin-top: 15px;
}
.int .line .content .box h1.margin-bottom-big,
.int .line .content .box h2.margin-bottom-big,
.int .line .content .box h3.margin-bottom-big,
.int .line .content .box h4.margin-bottom-big,
.int .line .content .box h5.margin-bottom-big,
.int .line .content .box .heading.margin-bottom-big {
    margin-bottom: 50px;
}
.int .line .content .box h1.margin-bottom-medium,
.int .line .content .box h2.margin-bottom-medium,
.int .line .content .box h3.margin-bottom-medium,
.int .line .content .box h4.margin-bottom-medium,
.int .line .content .box h5.margin-bottom-medium,
.int .line .content .box .heading.margin-bottom-medium {
    margin-bottom: 30px;
}
.int .line .content .box h1.margin-bottom-small,
.int .line .content .box h2.margin-bottom-small,
.int .line .content .box h3.margin-bottom-small,
.int .line .content .box h4.margin-bottom-small,
.int .line .content .box h5.margin-bottom-small,
.int .line .content .box .heading.margin-bottom-small {
    margin-bottom: 15px;
}
.int .line .content .box h1.margin-left-big,
.int .line .content .box h2.margin-left-big,
.int .line .content .box h3.margin-left-big,
.int .line .content .box h4.margin-left-big,
.int .line .content .box h5.margin-left-big,
.int .line .content .box .heading.margin-left-big {
    margin-left: 50px;
}
.int .line .content .box h1.margin-left-medium,
.int .line .content .box h2.margin-left-medium,
.int .line .content .box h3.margin-left-medium,
.int .line .content .box h4.margin-left-medium,
.int .line .content .box h5.margin-left-medium,
.int .line .content .box .heading.margin-left-medium {
    margin-left: 30px;
}
.int .line .content .box h1.margin-left-small,
.int .line .content .box h2.margin-left-small,
.int .line .content .box h3.margin-left-small,
.int .line .content .box h4.margin-left-small,
.int .line .content .box h5.margin-left-small,
.int .line .content .box .heading.margin-left-small {
    margin-left: 15px;
}
.int .line .content .box h1.float,
.int .line .content .box h2.float,
.int .line .content .box h3.float,
.int .line .content .box h4.float,
.int .line .content .box h5.float,
.int .line .content .box .heading.float {
    width: auto;
    float: left;
}
.int .line .content .box h1.line-marker span,
.int .line .content .box h2.line-marker span,
.int .line .content .box h3.line-marker span,
.int .line .content .box h4.line-marker span,
.int .line .content .box h5.line-marker span,
.int .line .content .box .heading.line-marker span {
    position: relative;
    float: left;
}
.int .line .content .box h1.line-marker span::before,
.int .line .content .box h2.line-marker span::before,
.int .line .content .box h3.line-marker span::before,
.int .line .content .box h4.line-marker span::before,
.int .line .content .box h5.line-marker span::before,
.int .line .content .box .heading.line-marker span::before {
    position: absolute;
    display: block;
    top: 50%;
    left: calc(100% + 20px);
    width: 150%;
    height: 7px;
    border-radius: 4px;
    transform: translate(0, -50%);
    background-color: #123A3A;
    content: '';
}
.int .line .content .box h1.line-marker span::after,
.int .line .content .box h2.line-marker span::after,
.int .line .content .box h3.line-marker span::after,
.int .line .content .box h4.line-marker span::after,
.int .line .content .box h5.line-marker span::after,
.int .line .content .box .heading.line-marker span::after {
    position: absolute;
    display: block;
    top: 50%;
    left: calc(250% + 40px);
    width: 25px;
    height: 7px;
    border-radius: 4px;
    transform: translate(0, -50%);
    background-color: #123A3A;
    content: '';
}
@media screen and (max-width: 1600px) {
    
}
@media screen and (max-width: 1350px) {
    .int .line .content .box h1.big,
    .int .line .content .box h2.big,
    .int .line .content .box h3.big,
    .int .line .content .box h4.big,
    .int .line .content .box h5.big,
    .int .line .content .box .heading.big {
    }
    .int .line .content .box h1.medium,
    .int .line .content .box h2.medium,
    .int .line .content .box h3.medium,
    .int .line .content .box h4.medium,
    .int .line .content .box h5.medium,
    .int .line .content .box .heading.medium {
        
    }
    .int .line .content .box h1.small,
    .int .line .content .box h2.small,
    .int .line .content .box h3.small,
    .int .line .content .box h4.small,
    .int .line .content .box h5.small,
    .int .line .content .box .heading.small {
        
    }
    .int .line .content .box h1.tiny,
    .int .line .content .box h2.tiny,
    .int .line .content .box h3.tiny,
    .int .line .content .box h4.tiny,
    .int .line .content .box h5.tiny,
    .int .line .content .box .heading.tiny {
        
    }
    .int .line .content .box h1.margin-top-big,
    .int .line .content .box h2.margin-top-big,
    .int .line .content .box h3.margin-top-big,
    .int .line .content .box h4.margin-top-big,
    .int .line .content .box h5.margin-top-big,
    .int .line .content .box .heading.margin-top-big {
        margin-top: 35px;
    }
    .int .line .content .box h1.margin-top-medium,
    .int .line .content .box h2.margin-top-medium,
    .int .line .content .box h3.margin-top-medium,
    .int .line .content .box h4.margin-top-medium,
    .int .line .content .box h5.margin-top-medium,
    .int .line .content .box .heading.margin-top-medium {
        margin-top: 20px;
    }
    .int .line .content .box h1.margin-top-small,
    .int .line .content .box h2.margin-top-small,
    .int .line .content .box h3.margin-top-small,
    .int .line .content .box h4.margin-top-small,
    .int .line .content .box h5.margin-top-small,
    .int .line .content .box .heading.margin-top-small {
        margin: 10px 0 0 0;
    }
    .int .line .content .box h1.margin-bottom-big,
    .int .line .content .box h2.margin-bottom-big,
    .int .line .content .box h3.margin-bottom-big,
    .int .line .content .box h4.margin-bottom-big,
    .int .line .content .box h5.margin-bottom-big,
    .int .line .content .box .heading.margin-bottom-big {
        margin-bottom: 35px;
    }
    .int .line .content .box h1.margin-bottom-medium,
    .int .line .content .box h2.margin-bottom-medium,
    .int .line .content .box h3.margin-bottom-medium,
    .int .line .content .box h4.margin-bottom-medium,
    .int .line .content .box h5.margin-bottom-medium,
    .int .line .content .box .heading.margin-bottom-medium {
        margin-bottom 20px;
    }
    .int .line .content .box h1.margin-bottom-small,
    .int .line .content .box h2.margin-bottom-small,
    .int .line .content .box h3.margin-bottom-small,
    .int .line .content .box h4.margin-bottom-small,
    .int .line .content .box h5.margin-bottom-small,
    .int .line .content .box .heading.margin-bottom-small {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 700px) {

  .int .line .content .box h1.big,
  .int .line .content .box h2.big,
  .int .line .content .box h3.big,
  .int .line .content .box h4.big,
  .int .line .content .box h5.big,
  .int .line .content .box .heading.big {
      font-size: 2.5em;
  }
  .int .line .content .box h1.medium,
  .int .line .content .box h2.medium,
  .int .line .content .box h3.medium,
  .int .line .content .box h4.medium,
  .int .line .content .box h5.medium,
  .int .line .content .box .heading.medium {
      font-size: 2em;
  }
  .int .line .content .box h1.small,
  .int .line .content .box h2.small,
  .int .line .content .box h3.small,
  .int .line .content .box h4.small,
  .int .line .content .box h5.small,
  .int .line .content .box .heading.small {
      font-size: 1.5em;
  }
  .int .line .content .box h1.tiny,
  .int .line .content .box h2.tiny,
  .int .line .content .box h3.tiny,
  .int .line .content .box h4.tiny,
  .int .line .content .box h5.tiny,
  .int .line .content .box .heading.tiny {
      font-size: 1em;
  }
  .int .right h1,
  .int .right h2,
  .int .right h3,
  .int .right h4,
  .int .right h5 {
      text-align: left!important;
  }
}
@media screen and (max-width: 500px) {

  .int .line .content .box h1.big,
  .int .line .content .box h2.big,
  .int .line .content .box h3.big,
  .int .line .content .box h4.big,
  .int .line .content .box h5.big,
  .int .line .content .box .heading.big {

  }
  .int .line .content .box h1.medium,
  .int .line .content .box h2.medium,
  .int .line .content .box h3.medium,
  .int .line .content .box h4.medium,
  .int .line .content .box h5.medium,
  .int .line .content .box .heading.medium {

  }
  .int .line .content .box h1.small,
  .int .line .content .box h2.small,
  .int .line .content .box h3.small,
  .int .line .content .box h4.small,
  .int .line .content .box h5.small,
  .int .line .content .box .heading.small {
      font-size: 1.2em;
  }
  .int .line .content .box h1.tiny,
  .int .line .content .box h2.tiny,
  .int .line .content .box h3.tiny,
  .int .line .content .box h4.tiny,
  .int .line .content .box h5.tiny,
  .int .line .content .box .heading.tiny {

  }
  .int .right h1,
  .int .right h2,
  .int .right h3,
  .int .right h4,
  .int .right h5,
  .int .right .heading {
      text-align: left!important;
  }
}

/* == | lines - content - box - txt | == */
.int .line .content .box.txt {

}

.int .line .content .box.txt p {
    margin: 0 0 0 0;
}
.int .line .content .box.txt .block {
    position: relative;
    float: left;
    width: 100%;
}
.int .line .content .box.txt hr {
    position: relative;
    float: left;
    width: 100%;
    height: 2px;
    border: 0;
    background: #C13340;
    margin: 20px 0;
}
.int .line .content .box.txt.red hr {
    background: #fff;
}
.int .line .content .box.txt ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.int .line .content .box.txt ol {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
.int .line .content .box.txt ul li {
    position: relative;
    display: block;
    margin: 0;
    width: calc(100% - 20px);
    padding: 0 0 10px 20px;
}
.int .line .content .box.txt ol li {
    position: relative;
    margin: 0 0 10px 0;
}
.int .line .content .box.txt ul li::before {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    left: 0;
    top: 5px;
    border-radius:4px;
    background-color: #123A3A;
    content: '';
}
@media screen and (max-width: 1400px) {
    .int .line .content .box.txt {
        
    }
}
@media screen and (max-width: 1000px) {
    .int .line .content .box.txt.one-one, .int .line .content .box.one-one.txt {
        margin: 20px 15px;
    }
}
@media screen and (max-width: 700px) {
    .int .line .content .box.txt.one-one, .int .line .content .box.one-one.txt {
        margin: 20px 10px;
    }
}
@media screen and (max-width: 500px) {
    .int .line .content .box.txt {
        
    }
}

/* == | lines - content - box - image | == */
.int .line .content .box.image {
    transform-origin: 50% 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 25px 20px -20px, rgba(0, 0, 0, 0.05) 0px -30px 10px -20px;
}
.int .line .content .box.image.no-sh {
    transform-origin: 50% 50%;
    box-shadow: none;
}
.int .line .content .box.image img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
    transform-origin: 50% 50%;
    border-radius: 10px;
    z-index: 2;
}
.int .line .content .box.image.slides img {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.int .line .content .box.image.slides img.on {
    opacity: 1;
}
.int .line .content .box.image.align-top img {
    height: auto;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
.int .line .content .box.image.align-bottom img {
    height: auto;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
.int .line .content .box.image.expand img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.int .line .content .box.image.extend-both img {
    height: calc(100% + 120px);
}
.int .line .content .box.image.extend-top img {
    height: calc(100% + 60px);
    top:auto;
    bottom: 0;
    transform: translate(-50%, 0%);
}
.int .line .content .box.image.extend-bottom img {
    height: calc(100% + 60px);
    top: 0;
    transform: translate(-50%, 0%);
}
.int .line .content .box.image.extend-right img {
    width: 150%;
    left: 75%;
}
.int .line .content .box.image.extend-right img {
    width: 150%;
    left: 75%;
}
.int .line .content .box.image.extend-left img {
    width: 150%;
    left: 25%;
}
.int .line .content .box.image video {
    position: relative;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    z-index: 3;
}
.int .line .content .box.image.extend-top video, .int .line .content .box.image.extend-bottom video, .int .line .content .box.image.extend-left video, .int .line .content .box.image.extend-right video {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    transform: translate(-50%, 0);
    border-radius: 10px;
    object-fit: cover;
    z-index: 3;
}
.int .line .content .box.image.expand video {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0);
}
.int .line .content .box.image.extend-top video, .int .line .content .box.image.extend-bottom video {
    height: calc(100% + 60px);
}
.int .line .content .box.image.extend-left video {
    width: 150%;
    left: 25%;
}
.int .line .content .box.image.extend-right video {
    width: 150%;
    left: 75%;
}
.int .line .content .box.image.slides .pages {
    position: absolute;
    height: 20px;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.int .line .content .box.image.extend-bottom .pages {
    top: calc(100% + 10px);
    bottom: auto;
}
.int .line .content .box.image.extend-right .pages {
    left: 35px;
    transform: translate(0%, -50%);
}
.int .line .content .box.image.extend-left .pages {
    right: 35px;
    left: auto;
    transform: translate(0%, -50%);
}
.int .line .content .box.image.slides .pages .page {
    position: relative;
    width: 20px;
    height: 20px;
    float: left;
    border-radius: 100%;
    background: #fff;
    margin: 0 7px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.int .line .content .box.image.slides .pages .page.on {
    background-color: #C13340;
}
.int .line .content .box.image .show-more {
    display: none;
}
@media screen and (max-width: 1600px) {
    .int .line .content .box.image.extend-both img {
        height: calc(100% + 100px);
    }
    .int .line .content .box.image.extend-top img {
        height: calc(100% + 50px);
    }
    .int .line .content .box.image.extend-bottom img {
        height: calc(100% + 50px);
    }
}
@media screen and (max-width: 1400px) {
    .int .line .content .box.image.extend-both img {
        height: calc(100% + 80px);
    }
    .int .line .content .box.image.extend-top img {
        height: calc(100% + 40px);
    }
    .int .line .content .box.image.extend-bottom img {
        height: calc(100% + 40px);
    }
}
@media screen and (max-width: 1000px) {
    .int .line .content .box.image.expand.extend-both::after {
        top: calc(100% + 30px);
    }
    .int .line .content .box.image.expand.extend-top::after {
    }
    .int .line .content .box.image.expand.extend-bottom::after {
        top: calc(100% + 30px);
    }
    
    .int .line .content .box.image.extend-both img {
        height: calc(100% + 60px);
    }
    .int .line .content .box.image.extend-top img {
        height: calc(100% + 30px);
    }
    .int .line .content .box.image.extend-bottom img {
        height: calc(100% + 30px);
    }
    
}
@media screen and (max-width: 700px) {
    .int .line .content .box.image.expand .lnk::before {
        position: relative;
        display: block;
        width: 100%;
        aspect-ratio: 1/1;
        content: '';
    }
    .int .line .content .box.image.extend-bottom + .box {
        margin: 50px 10px 10px 10px;
    }
    .int .line .content .box.image.extend-both img, .int .line .content .box.image.extend-top img, .int .line .content .box.image.extend-bottom img {
        position: relative;
        left: auto;
        transform: none;
    }
    .int .line .content .box.image.extend-both.slides img, .int .line .content .box.image.extend-top.slides img, .int .line .content .box.image.extend-bottom.slides img {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .int .line .content .box.image.extend-right img {
        width: 100%;
        left: auto;
    }
    .int .line .content .box.image.extend-left img {
        width: 100%;
        left: auto;
    }
    .int .line .content .box.image.extend-left.slides img, .int .line .content .box.image.extend-right.slides img {
        top: 0;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    .int .line .content .box.image.extend-top video, .int .line .content .box.image.extend-bottom video, .int .line .content .box.image.extend-left video, .int .line .content .box.image.extend-right video {
        position: relative;
        width: 100%;
        height: auto;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        object-fit: cover;
        z-index: 3;
    }
    .int .line .content .box.image.slider .lnk::before, .int .line .content .box.image.extend-right .lnk::before, .int .line .content .box.image.extend-left .lnk::before {
        padding: 100% 0 0 0;
    }
    .int .line .content .box.image.extend-bottom .pages, .int .line .content .box.image.extend-right .pages, .int .line .content .box.image.extend-left .pages {
        left: 50%;
        right:auto;
        transform: translate(-50%, -50%);
    }
    .int .line .content .box.image.slides img, .int .line .content .box.image.extend-right img, .int .line .content .box.image.extend-left img {
        position: absolute;
        width: 100%;
        object-fit: cover;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 0%;
    }
    .int .line .content .box.image.extend-right.extend-bottom img {
        height: calc(100% + 50px);
        transform: translate(-50%, 0%);
        left: 50%;
        top: 0%;
    }
}

/* == | lines - content - box - image - height | == */
.int .line .content .box.image .lnk::before {
    position: relative;
    display: block;
    width: 100%;
    content: '';
}
.int .line .content .box.image.h-30 .lnk::before {
    padding: 30% 0 0 0;
}
.int .line .content .box.image.h-40 .lnk::before {
    padding: 40% 0 0 0;
}
.int .line .content .box.image.h-50 .lnk::before {
    padding: 50% 0 0 0;
}
.int .line .content .box.image.h-60 .lnk::before {
    padding: 60% 0 0 0;
}
.int .line .content .box.image.h-70 .lnk::before {
    padding: 70% 0 0 0;
}
.int .line .content .box.image.h-80 .lnk::before {
    padding: 80% 0 0 0;
}
.int .line .content .box.image.h-90 .lnk::before {
    padding: 90% 0 0 0;
}
.int .line .content .box.image.h-100 .lnk::before {
    padding: 100% 0 0 0;
}
@media screen and (max-width: 700px) {
    .int .line .content .box.image.h-30 .lnk::before {
        padding: 50% 0 0 0;
    }
}


/* == | lines - content - box - txt - document link | == */
.int .line .content .box.txt .document-link {
    position: relative;
    display: block;
    width: calc(100% - 60px);
    clear: both;
    float: left;
    padding: 10px 10px 10px 50px;
    margin: 0 0 15px 0;
    line-height: 30px;
    text-align: left;
    background: #f3f3f3;
    color: #343F33;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}
.int .line .content .box.txt .document-link:hover {
    color: #343F33;
    background: #ccc;
}
.int .line .content .box.txt .document-link::before {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
    background-size: 100% 100%;
    background-position: 0 0;
    content: '';
}
.int .line .content .box.txt .document-link.pdf::before {
    background-image: url('/image/files/ico-file-pdf.svg');
}
.int .line .content .box.txt .document-link.obj::before {
    background-image: url('/image/files/ico-file-3d.svg');
}


/* == | lines - content - box - txt - buttons | == */
.int .line .content .box.txt .buttons {
    position: relative;
    display: block;
    width: 100%;
    float: left;
}
.int .line .content .box.txt.center .buttons {
    text-align: center;
}
.int .line .content .box.txt .buttons .button {
    position: relative;
    display: block;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    float: left;
}
.int .line .content .box.txt.right .buttons .button {
    float: right;
}
.int .line .content .box.txt.center .buttons .button {
    float: none;
    display: inline-block;
}
@media screen and (max-width: 1400px) {
    .int .line .content .box.txt .buttons {
        text-align: center;
    }
    .int .line .content .box.txt .buttons .button {
        float: left;
        text-align: center;
    }
}
@media screen and (max-width: 700px) {
    .int .line .content .box.txt .buttons {
        text-align: center;
    }
    .int .line .content .box.txt .buttons .button {
        float: left;
        text-align: center;
    }
}


/* == | line - content - gallery | == */
.int .line .content.gallery {
   display: block;
   overflow: hidden!important;
}
.int .line .content.gallery .box {
    padding: 0;
}
.int .line .content.gallery .box.one-one.full {
    overflow: hidden;
}
.int .line .content.gallery .box.txt {
    overflow: hidden;
}
.int .line .content.gallery .box::before {
    position: relative;
    display: block;
    width: 100%;
    padding: 100% 0 0 0;
    float: left;
    content: '';
}
.int .line .content.gallery .box.txt::before {
    display: none;
}
.int .content.gallery .box.h-30::before {
    padding: 30% 0 0 0;
}
.int .content.gallery .box.h-50::before {
    padding: 50% 0 0 0;
}
.int .content.gallery .box.h-65::before {
    padding: 65% 0 0 0;
}
.int .content.gallery .box.h-100::before {
    padding: 100% 0 0 0;
}
.int .line .content.gallery .box .lnk {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.int .line .content.gallery .box .lnk::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 0!important;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #343F33;
    background-image: url(../image/noise.png);
    background-repeat: repeat;
    background-position: 50% 50%;
    content: '';
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.int .line .content.gallery .box:hover .lnk::before {
    opacity:0.7;
}
.int .line .content.gallery .box .lnk::after {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    z-index: 3;
    background-image: url(../image/ico-nav.svg);
    background-size: 600% 300%;
    background-position: 100% 50%;
    transform: translate(-50%, -50%) rotate(90deg) scale(0.5);
    content: '';
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.int .line .content.gallery .box:hover .lnk::after {
    transform: translate(-50%, -50%) rotate(90deg) scale(1);
    opacity: 1;
}
.int .line .content.gallery .box img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    filter: grayscale(0%);
}
.int .line .content.gallery .box:hover img {
    filter: grayscale(100%);
}
@media screen and (max-width: 1000px) {
    .int .line .content.gallery .box .lnk::after {
        width: 35px;
        height: 35px;
    }
    .int .line .content.gallery .box:hover .lnk::after {
        border:5px solid #fff;
    }
}


/* == | line - content - form | == */
.int .line .content .box.form {
    padding: 0;
    margin: 0 30px;
}
.int .line .content .box.form .heading {
    width: auto;
    display: inline;
    float: none;
}
.int .line .content .box.form .row {
    width: 100%;
    margin: 0 0 30px 0;
    float: left;
}
.int .line .content .box.form .row.one-two {
    width: calc(50% - 15px);
}
.int .line .content .box.form .row.one-two:nth-last-of-type(odd) {
    margin: 0 0 30px 30px;
}
.int .line .content .box.form .row.one-one + .row.one-two {
    margin: 0 0 30px 0;
}
.int .line .content .box.form .row input, .int .line .content .box.form .row textarea {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    width: calc(100% - 40px);
    height: 20px;
    padding: 20px;
    border: 0;
    border-radius: 5px;
    background: #f3f3f3;
}
.int .line.light .content .box.form .row input, .int .line .content .box.light.form .row input, .int .line.light .content .box.form .row textarea, .int .line .content .box.light.form .row textarea, .int .line.light .content .box.form .row .select .title {
    background: #fff;
}
.int .line .content .box.form .row .select {
    position: relative;
    width: 100%;
    z-index: 20;
}
.int .line .content .box.form .row .select .title {
    position: relative;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    width: calc(100% - 30px);
    height: 20px;
    padding: 15px;
    border: 0;
    background: #f3f3f3;
    z-index: 2;
    cursor: pointer;
}
.int .line .content .box.form .row .select.error .title {
    background: #DC9898;
}
.int .line .content .box.form .row .select .title span {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0;
    line-height: 20px;
    float: none;
    width: auto;
}
.int .line .content .box.form .row .select ul {
    position: absolute;
    display: block;
    width: 100%;
    list-style: none;
    padding: 50px 0 0 0;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events:none;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.int .line .content .box.form .row .select ul.on {
    opacity: 1;
    pointer-events:auto;
}
.int .line .content .box.form .row .select ul li {
    position: relative;
    display: block;
    width: 100%;
    line-height: 50px;
    text-indent: 15px;
    padding: 0;
    cursor: pointer;
}
.int .line .content .box.form .row .select ul li::before {
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
    height: 1px;
    background: #f3f3f3;
}
.int .line .content .box.form .row label {
    position: relative;
    display: block;
    width: calc(100% - 35px);
    padding: 0 0 0 35px;
    margin: 0 0 20px 0;
    cursor: pointer;
}
.int .line .content .box.form .row label span {
    position: relative;
    margin: 0 0 0 20px;
    color: #DC9898;
    display: none;
    width: auto;
    padding: 0;
    float: none;
    line-height: normal;
}
.int .line .content .box.form .row.error label span {
    display: inline;
}
.int .line .content .box.form .row label::before {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    left: 0;
    background: #fff;
    content: '';
}
.int .line .content .box.form .row label::after {
    position: absolute;
    display: block;
    width: 20px;
    height: 15px;
    left: 5px;
    top: 2px;
    background-image:url(../image/ico-checkbox.svg);
    background-position: 0 0;
    background-size: 100% 100%;
    content: '';
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.int .line .content .box.form .row input:checked + label::after {
    opacity: 1;
}
.int .line .content .box.form .row span {
    position: relative;
    display: block;
    width: calc(50% - 30px);
    padding: 0 15px;
    line-height: 60px;
    text-align: right;
    float: left;
}
.int .line .content .box.form .row input[type="date"] {
    width: calc(50% - 40px);
    float: left;
}
.int .line .content .box.form .row.error input, .int .line .content .box.form .row.error textarea {
    background: #DC9898;
}
.int .line .content .box.form .row textarea {
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    min-height: 220px;
}
.int .line .content .box.form #enquiry-nr, .int .line .content .box.form #availability-nr {
    position: absolute;
    top: -10px;
    left: -50px;
    width: 1px;
    height: 1px;
    border: 0;
    opacity: 0;
    background: #fff;
}
.int .line .content .box.form .buttons .button::before {
    background-image: url(../image/ico-contact.svg);
    background-position: 60% 0%;
    background-size: 600% 300%;
}
.int .line .content .box.form .success {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.int .line .content .box.form .success.on {
    max-height: 3000px;
    opacity: 1;
}
@media screen and (max-width: 700px) {
  .int .line .content .box.form .row {
      margin: 0 0 20px 0;
  }
  .int .line .content .box.form .row.one-two {
      width: 100%;
      margin: 0 0 20px 0!important;
  }
  .int .line .content .box.form .row.one-two + .row.one-two {
      margin: 0 0 20px 20px;
  }
  .int .line .content .box.form .row input, .int .line .content .box.form .row textarea {
      width: calc(100% - 20px);
      height: 20px;
      padding: 10px;
  }
  .int .line .content .box.form .row textarea {
      min-width: calc(100% - 20px);
      max-width: calc(100% - 20px);
      min-height: 150px;
  }
  .int .line .content .box.form .col {
      width: 100%;
      margin: 0;
      float: left;
  }
  .int .line .content .box.form .col + .col {
      width: 100%;
      margin: 0;
      float: left;
  }
  .int .line .content .box.form .buttons {
      width: 100%;
  }
}
@media screen and (max-width: 450px) {
    .int .line .content .box.form .row span {
        width: calc(40% - 40px);
    }
    .int .line .content .box.form .row input[type="date"] {
        width: calc(60% - 40px);
    }
}


/* == footer == */
.int .line .content.footer {
    position:relative;
    display: flex;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.8em;
    padding: 80px 0 30px 0;
}
.int .line .content.footer a {
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.int .line .content.footer a:hover {
    color: #6BC4D0;
}
.int .line .content.footer .box .frame {
    position: relative;
    width: 100%;
    padding: 50px 0 0 0;
    float: left;
}
.int .line .content.footer .box .frame.top {
    margin: 0 0 50px 0;
}
.int .line .content.footer .box .frame.bottom {
    margin: 50px 0 0 0;
}
.int .line .content.footer .box .frame::before {
    position: absolute;
    width: 100%;
    height: 2px;
    right: 0;
    top: 50%;
    border-radius: 3px;
    background-color: #6BC4D0;
    transform: translate(0, -50%);
    content: '';
}
.int .line .content.footer .box .frame.top::before {
    width: calc(70% - 20px);
}
.int .line .content.footer .box .frame .logo {
    position: absolute;
    width: 30%;
    top: 50%;
    left: 0;
    aspect-ratio:1/0.302;
    float: left;
    background-image: url(../image/logo-h.svg);
    background-size: 100% 100%;
    background-position: 0 0;
    transform: translate(0, -50%);
}
.int .line .content.footer .box .frame .logo::before {
    display: none;
}
.int .line .content.footer .box.txt {
    color: #fff;
}
.int .line .content.footer .box.txt strong {
    font-weight: 700;
    width: 57px;
    text-align: right;
    display: inline-block;
}
.int .line .content.footer .box.txt .phone {
    font-size: 2em;
    font-weight: 600;
}
.int .line .content.footer .box.txt .separator {
    margin: 0 20px;
}
.int .line .content.footer .box .social {
    position: relative;
    width: 100%;
    margin: 25px 0 0 0;
}
.int .line .content.footer .box .social a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 15px 0 0;
    transition: all 0.2s ease-in-out;
}
.int .line .content.footer .box .social a::before, .int .line .content.footer .box .social a::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../image/ico-contact.svg);
    background-size: 600% 300%;
    opacity:1;
    content: '';
    transition: all 0.2s ease-in-out;
}
.int .line .content.footer .box .social a:hover::before {
    opacity:0;
    width: 60%;
    height: 60%;
}
.int .line .content.footer .box .social a::after {
    opacity:0;
    width: 60%;
    height: 60%;
}
.int .line .content.footer .box .social a:hover::after {
    opacity:1;
    width: 100%;
    height: 100%;
}
.int .line .content.footer .box .social a.fb::before {
    background-position: 20% 0%;
}
.int .line .content.footer .box .social a.fb::after {
    background-position: 20% 50%;
}
.int .line .content.footer .box .social a.insta::before {
    background-position: 0% 0%;
}
.int .line .content.footer .box .social a.insta::after {
    background-position: 0% 50%;
}
@media screen and (max-width: 1000px) {
    .int .line .content.footer {
        font-size: 1.3em;
        line-height: 1.3em;
    }
    .int .line .content.footer .box.txt {
    }
    .int .line .content.footer .box.txt strong {
        width: 66px;
    }
}
@media screen and (max-width: 700px) {
    .int .line .content.footer {
        font-size: 1.3em;
        line-height: 1.5em;
    }
    .int .line .content.footer .box.map {
        display: none;
    }
    .int .line .content.footer .box.txt strong {
        width: 57px;
    }
    .int .line .content.footer .box .frame.top {
        margin: 0 0 20px 0;
        height: auto;
    }
    .int .line .content.footer .box .frame.bottom {
        margin: 20px 0 0 0;
    }
    .int .line .content.footer .box.txt .phone {
        font-size: 1.5em;
    }
    .int .line .content.footer .box.txt .social {
        display: none;
    }
}

/* == | lines - slide | == */
.int .line .slide {
    position: relative;
    width: 100%;
    height: 100%;
}
.int .line.full-height .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.int .line .slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}



/* == fancybox == */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../image/../image/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../image/../image/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../image/../image/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../image/../image/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../image/../image/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../image/../image/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}