/* ------------------------ */
/* -------- Global -------- */
/* ------------------------ */

html.lenis {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

.font-butter-rg {
	font-family: 'better_togetherregular',sans-serif;
}

.reveal-text {
    visibility: hidden;
}

.arrow {
    border: solid var(--black);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    margin-right: 10px;
}
.arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
.arrow.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.arrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.right-arrow-stick{
	position: absolute;
	bottom: 20px;
	right: 20px;
	display: inline-block;
	cursor: pointer;
	width: 50px;
    height: 50px;
	background-color: var(--white);
	border-radius: 50%;
	box-sizing: border-box;
	z-index: 10;
}
.right-arrow-stick.stick{
	position: relative;
	display: inline-block;
	cursor: pointer;
	width: 40px;
    height: 40px;
	bottom: unset;
	right: unset;
	box-sizing: border-box;
	margin: 0 15px;
	background-color: unset;
}
.right-arrow-stick:before {
	content:"";
	position: absolute;
	left: 63%;
    top: 50%;
    width: 25%;
    height: 25%;
	border-right: 2px solid var(--green);
	border-top: 2px solid var(--green);
	-webkit-transform: translate(-50% -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}
.right-arrow-stick:after {
	content:"";
	position: absolute;
	left: 45%;
    top: 50%;
    width: 60%;
    height: 2px;
	background: var(--green);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%, -50%);
}

.arrow-oblique {
	width: 75px;
	height: 75px;
	display: block;
	background-image: url('../images/arrow-bottom-right.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 20px;
}

.page-title {
	color: var(--black-01);
	font-size: 3.75rem;
	line-height: 4.2rem;
	text-transform: uppercase;
}
.page-title.column {
	display: flex;
	flex-direction: column;
}
.page-title sub {
	font-size: 1.275rem;
	line-height: 1.8rem;
	margin-bottom: 5px;
}
.page-title.column sub {
	margin-bottom: 20px;
}

.title-section {
	font-size: 2rem;
	line-height: 2.6rem;
	font-weight: 400;
}

.intro-section {
	font-size: 1.131rem;
	line-height: 1.6rem;
}

.sidebar-header {
	font-size: 1.752rem;
	line-height: 2.1rem;
	color: var(--gray-4d4c4c);
	margin-bottom: 25px;
}
.sidebar-header.group {
	width: 64%;
	display: flex;
	flex-direction: column;
}
.sidebar-header.group .highlight {
	font-size: 9.912rem;
    line-height: 9rem;
}

.read-more {
	font-family: 'objektiv_mk1medium',sans-serif;
	font-size: 0.85rem;
	text-transform: uppercase;
	color: var(--black-03);

	position: relative;
	box-sizing: border-box;
	cursor: pointer;
}
.read-more::after {
	content: "";
	display: inline-block;
	margin-left: 10px;
	margin-top: 2.5px;
	background-image: url(../images/arrow-right-withoutbar.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 8px;
    height: 11px;
	transition: transform 0.3s ease-out;
}
.read-more:hover::after {
	transform: translateX(4px);
  }
.read-more.bold {
	font-family: 'better_togetherbold',sans-serif;
}
.read-more i {
	color: var(--green);
	margin-left: 10px;
}

.btn-plus {
	position: absolute;
	width: 50px;
	height: 50px;
	background: var(--white);
	cursor: pointer;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;

	/* Mittig */
	top: 50%;
	left: 50%;
	transform: translate(-25px, -25px);
	transition: opacity 0.5s;
}
.btn-plus:after {
	content: '';
	position: absolute;
	transform: translate(-50%, -50%);
	height: 2px;
	width: 25%;
	background: var(--black);
	top: 50%;
	left: 50%;
}
.btn-plus:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: var(--black);
	height: 25%;
	width: 2px;
}


.btn-show {
	font-family: 'objektiv_mk1medium',sans-serif;
	font-size: 1.131rem;
	text-transform: uppercase;
	color: var(--black-03);

	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	display: none;
	flex-direction: row;
	align-items: center;
}
.btn-show.active {
	display: flex;
}
.btn-show.less {
	display: flex;
	justify-content: flex-end;
}
.btn-show i {
	margin-left: 16px;
	transition: all .25s ease;
}
.btn-show.rotate i {
	transform: rotate(-90deg);
}
.expand-icon {
	display: block;
	height: 16px;
	width: 16px;
	position: relative;
	margin-left: 10px;
}
.expand-icon::before,
.expand-icon::after {
	content: " ";
	width: 16px;
	height: 3px;
	background-color: var(--green);
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transition: all 0.15s cubic-bezier(.42, 0, .58, 1);
	opacity: 1;
	border-radius: 2px;
}
.expand-icon::before {
	transform: translate(-50%, -50%) rotate(90deg);
}
.expand-icon::after {
	transform: translate(-50%, -50%);
}
.expand-icon.expanded::before {
	transform: translate(-50%, -50%) rotate(0deg);
}
.expand-icon.expanded::after {
	transform: translate(-50%, -50%) rotate(0deg);
	opacity: 0;
}

.black {
	color: var(--black);
}

#page {
    width: 100%;
    position: relative;
    z-index: 1;
}

hr {
	width: 100%;
	height: 2px;
	background-color: var(--black);
	margin: 50px 0;
}

/* ------------------------ */
/* -------- Header -------- */
/* ------------------------ */
.navbar,
.navbar-m {
	transition: all ease 0.3s;
}
.navbar--scrolled {
	position: fixed !important;
	top:0;
	left:0;
}
.header-desktop {
    width: 100%;
    position: relative;
    top: 0;
    z-index: 10;
    background-color: var(--white);
	/*
	-webkit-box-shadow: 0 3px 5px rgba(102, 98, 97, 0.3);
	-moz-box-shadow: 0 3px 5px rgba(102, 98, 97, 0.3);
	box-shadow: 0 3px 5px rgba(102, 98, 97, 0.3);
	*/
}
.header-mobile {
    width: 100%;
    padding: 15px 0;
    position: relative;
    z-index: 2;
	/*
	-webkit-box-shadow: 0 3px 5px rgba(102, 98, 97, 0.3);
	-moz-box-shadow: 0 3px 5px rgba(102, 98, 97, 0.3);
	box-shadow: 0 3px 5px rgba(102, 98, 97, 0.3);
	*/
	z-index: 10;
}
.header-wrp-mobile {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    position: relative;
    z-index: 2;
}

.wrap-menu-animation {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: -1;
    border-top: 1px solid var(--gray);
    background-color: var(--white-mega);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    height: 0;

    pointer-events: none;
	transition: all 0.3s;
}
.wrap-menu-animation.active {
	opacity: 1;
	height: 40vh;
	z-index: 999999;
}
.wrap-menu-gray {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -2;
    background-color: var(--gray);
}

.wrap-nav-animation {
    width: 100%;
    padding: 0;
	margin: 0 auto;
	/* padding: 60px 0 25px 0; */
	/* margin: -25px auto 0 auto; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.wrap-menu-animation.active {
	padding: 25px 0;
}
.main-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    /* opacity: 0; */

    position: relative;
}
.main-menu-list li {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;

    display: none;
    justify-content: flex-start;
    align-items: center;

    transition: all .3s ease;
}
.main-menu-list li.show {
	display: flex;
	opacity: 1;
}
.main-menu-list li::before {
    content: "";
    display: block;
    /* width: 15px;
    height: 15px;
    margin-right: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    background-color: var(--black); */

    width: 12px;
    height: 12px;
    box-sizing: border-box;

    margin-right: 10px;
    margin-top: 8px;
    border-right: 3px solid var(--green);
    border-bottom: 3px solid var(--green);
    -webkit-transform: translate(-70% -50%) rotate(-45deg);
    transform: translate(-70%, -50%) rotate(-45deg);
}
.main-menu-list li a {
	font-size: 1.131rem;
    text-decoration: unset;
    text-transform: uppercase;
    color: var(--black);
    font-weight: bold;
    position: relative;
    animation: rainbow 2s ease-in-out;
}
.main-menu-list li.active a::before,
.main-menu-list li:hover a::before {
    content: "";
    width: 100%;
    clip-path: inset(0 0 0 0);
    background-color: var(--green);
}


a.filter {
	position: relative;
    animation: rainbow 2s ease-in-out;
}
a.filter:not(.viewmore) {
	font-size: 1.131rem;
}
a.filter::before {
	content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 1%;
    height: 2px;
    background-color: var(--green);
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform: perspective(1px) translateZ(0);
    clip-path: inset(0 100% 0 0);
}
a.filter.active {
	font-weight: bold;
	color: var(--black);
}
a.filter.active::before {
	content: "";
    width: 100%;
	font-weight: bold;
    clip-path: inset(0 0 0 0);
    background-color: var(--green);
}



.header-wrp {
    width: 100%;
    display: flex;
    flex-direction: column;

    position: relative;
    z-index: 2;
	padding-top: 10px;
}

.wrap-lang {
    /* width: 100%; */
	width: auto;
	margin-left: 25px;
    padding: 20px 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;

    font-family: 'objektiv_mk3xbold', sans-serif;;
    color: var(--gray);
    /* font-size: 1.131rem; */
}
.wrap-lang a {
    text-decoration: none;
    color: var(--gray);
    margin-right: 8px;
    transition: all .3s ease;
}
.wrap-lang a:last-child {
    margin-left: 8px;
    margin-right: 0;
}
.wrap-lang a.active,
.wrap-lang a:hover {
    color: var(--black);
}

.wrap-lang-mobile{
	position:absolute;
	right:55px; top:12px;
}
.wrap-lang-mobile a {
	font-size:14px;
    text-decoration: none;
    color: var(--gray);
    margin-right: 6px;
    transition: all .3s ease;
}
.wrap-lang-mobile a:last-child {
    margin-left: 6px;
    margin-right: 0;
}
.wrap-lang-mobile a.active { color: var(--black); }

.wrap-nav {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
	transition: all ease 0.3s;
}
.wrap-nav .col-nav__left,
.wrap-nav-animation .col-nav__left {
    width: 20%;
}
.wrap-nav .col-nav__right {
	width: 50%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.wrap-nav-animation .col-nav__right {
    width: 78%;
    display: flex;
    flex-direction: column;
}

.wrap-nav-full {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.wrap-close {
	margin: 0 auto;
}
.wrap-close-mega {
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
	margin-top: 60px;
}
.wrap-close-mega a.close-mega {
	font-size: 0.85rem;
	text-decoration: underline;
	color: var(--gray-menu);

	position: relative;
	width: 58px;
	height: 13px;
}
.wrap-close-mega a.close-mega:before,
.wrap-close-mega a.close-mega:after {
	content: "";
	display: block;
	position: absolute;
	right: -27px;
	top: 50%;
	background-color: var(--gray-menu);
	width: 45%;
	height: 2px;
	transition: height 0.2s ease-out;
	border-radius: 3px;
}
.wrap-close-mega a.close-mega:before {
	transform: translate(-50%, -50%) rotate(45deg);
}
.wrap-close-mega a.close-mega:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}
.wrap-close-mega a.close-mega:hover:before,
.wrap-close-mega a.close-mega:hover:after,
.wrap-close-mega a.close-mega:focus:before,
.wrap-close-mega a.close-mega:focus:after {
	height: 3px;
}

.header-desktop-logo {
    width: 75%;
    display: inline-block;
}
.header-desktop-logo-spc {
	display: none;
}
.header-desktop-logo img,
.header-desktop-logo-spc img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.wrap-search {
    width: 100%;
    display: flex;
    justify-content: flex-end;
	align-items: center;
}
.wrap-search .search {
	margin-right: 20px;
	font-size: 1.6rem;
}
.wrap-search .separate {
	margin-right: 20px;
}
.wrap-search .subscribe {
	font-size: 0.85rem;
	line-height: 1rem;
	color: var(--black);
	border: 1px solid var(--black);
	padding: 8px 12px;
}
.wrap-search .frm-search {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.wrap-search .frm-search i {
    /* font-size: 1.131rem; */
    margin-right: 15px;
}
.wrap-search .frm-search input,
.wrap-search .frm-search input:focus-visible {
    min-width: 250px;
    font-size: 0.85rem;
    line-height: 2rem;
    border: 1px solid var(--black);
    border-radius: 0;
    box-shadow: unset;
    color: var(--black);
	padding: 0 5px 0 10px;
    outline: unset;
}
.wrap-search .frm-search input::placeholder {
    color: var(--black);
    text-transform: uppercase;
}

.desktop-nav {
	width: 100%;
    margin-top: 10px;
	transition: all ease 0.3s;
}
.navbar--scrolled .desktop-nav {
	width: 75%;
	margin-top: 10px;
	transition: all ease 0.3s;
}
.desktop-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.desktop-nav ul li a.main-nav-item {
    /* font-size: 1.131rem; */
	font-size: 0.99rem;
    text-decoration: none;
    color: var(--gray-menu);
    text-transform: uppercase;
    /* letter-spacing: 0.3px; */
	transition: all .3s ease;

    position: relative;

    animation: rainbow 2s ease-in-out;
}
.desktop-nav ul li a.main-nav-item:hover,
.desktop-nav ul li.active a.main-nav-item {
	font-weight: bold;
	color: var(--black);
}

.desktop-nav ul li a.main-nav-item::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 1%;
    height: 2px;

    background-color: var(--green);

    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;

    transform: perspective(1px) translateZ(0);
    clip-path: inset(0 100% 0 0);
}
.desktop-nav ul li.active a::before,
.desktop-nav ul li:hover a::before {
    content: "";
    width: 100%;
    clip-path: inset(0 0 0 0);
    background-color: var(--green);
}


.col-scroll__logo {
	width: 0;
	transition: all ease 0.3s;
}
.col-scroll__search {
	display: none;
}
.col-scroll__search a {
	font-size: 1.6rem;
}
.navbar--scrolled .wrap-nav {
	height: 0;
}
.navbar--scrolled .header-desktop-logo {
	display: none;
}
.navbar--scrolled .header-desktop-logo-spc {
	display: inline-block;
}
.navbar--scrolled .col-scroll__logo {
	width: 12%;
}
.navbar--scrolled .col-scroll__search {
	display: block;
}
@keyframes rainbow {
    0%{ background-position:left};
    100%{ background-position:right;}
}


.breadcrumb-menu {
	width: 100%;
    height: 0;
    transition: all .3s ease;

	background-color: var(--submenu-bg);
	-webkit-box-shadow: 0px 17px 21px -24px rgba(102,98,97,0.3) inset,
	0px -20px 10px -20px rgba(102,98,97,0.3) inset;
	-moz-box-shadow: 0px 17px 21px -24px rgba(102,98,97,0.3) inset,
	0px -20px 10px -20px rgba(102,98,97,0.3) inset;
	box-shadow: 0px 17px 21px -24px rgba(102,98,97,0.3) inset,
	0px -20px 10px -20px rgba(102,98,97,0.3) inset;
}
.breadcrumb-menu.active {
    height: 58px;
    transition: all .3s ease;
}
.bm-menu.hide {
    opacity: 0;
    transition: all .7s ease;
}

ul.breadcrumb li i {
	top: 4px;
}

.bread-filter {
	color: var(--gray-29);
}
.bread-filter.active {
	position: relative;
	font-family: 'objektiv_mk1bold', 'better_togetherbold', sans-serif;
	color: var(--black);
}


.wrap-subnev {
    width: 100%;
    height: 20vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
ul.sub-menu {
    width: 55%;
	list-style: none;
	padding: 0;
	margin: 0;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
ul.sub-menu li {
    position: relative;
	margin-right: 30px;
    margin-bottom: 15px;
}
ul.sub-menu li:last-child {
	margin-right: 0;
}
ul.sub-menu li a {
	font-size: 0.99rem;
    text-decoration: none;
    color: var(--gray-menu);
    text-transform: uppercase;
    letter-spacing: 0.3px;
	transition: all .3s ease;

    display: flex;
    align-items: center;

    position: relative;
    animation: rainbow 2s ease-in-out;
}
ul.sub-menu li a:hover,
ul.sub-menu li.active a {
	font-weight: bold;
	color: var(--black);
}
ul.sub-menu li a::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 1%;
    height: 2px;

    background-color: var(--green);

    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;

    transform: perspective(1px) translateZ(0);
    clip-path: inset(0 100% 0 0);
}
ul.sub-menu li.active a::before,
ul.sub-menu li:hover a::before {
    content: "";
    width: 100%;
    clip-path: inset(0 0 0 0);
    background-color: var(--green);
}
.submenu-item {
    opacity: 0;
}

.submenu-images {
    width: 25%;
    opacity: 0;
    overflow: hidden;
    /* margin-top: 20px; */
    /* position: relative; */
	position: absolute;
    right: 4%;
    z-index: 1;
}
.submenu-images::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-bottom: 55%;
}
.submenu-images img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;

    opacity: 0;
    scale: 1.1;

    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;

    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s;
}
.submenu-images img.active {
    opacity: 1;
    scale: 1;
}

.hide {
    display: none;
}

.header-mobile-logo {
    width: 40%;
    display: inline-block;
}
.navTrigger {
    position: absolute;
    top: 7px;
    right: -3px;
    z-index: 1000;
    width: 36px;
    height: 36px;
    background: none;
    border: 0;
    outline: none;
    border: none;
    cursor: pointer;
    -webkit-appearence: none;
    -webkit-tap-highlight-color: transparent;
}
.navTrigger:focus {
    outline: none;
}
.navTrigger svg {
    width: 54px;
    height: 48px;
    top: -6px;
    left: -14px;
    stroke: var(--black);
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    display: block;
    position: absolute;
}
.navTrigger svg path {
    transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
    stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
    stroke-dashoffset: var(--offset, 126px);
    transform: translateZ(0);
}
.navTrigger svg path:nth-child(2) {
    --duration: .7s;
    --easing: ease-in;
    --offset: 100px;
    --array-2: 74px;
}
.navTrigger svg path:nth-child(3) {
    --offset: 133px;
    --array-2: 107px;
}
.navTrigger.active svg {
    stroke: var(--black);
}
.navTrigger.active svg path {
    --offset: 57px;
}
.navTrigger.active svg path:nth-child(1), .navTrigger.active svg path:nth-child(3) {
    --delay: .15s;
    --easing: cubic-bezier(.2, .4, .2, 1.1);
}
.navTrigger.active svg path:nth-child(2) {
    --duration: .4s;
    --offset: 2px;
    --array-1: 1px;
}
.navTrigger.active svg path:nth-child(3) {
    --offset: 58px;
}

.back-mainmenu_mobile {
    width: 100%;
    height: 0;
    opacity: 0;
    text-align: left;
    margin-top: 20px;
    padding: 0 20px;
}
.back-mainmenu_mobile a {
    display: inline-block;
    text-decoration: underline;
    color: var(--gray-menu);
    font-size: 1rem;
}


#navMenuMobile {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 1;
    border-top: 1px solid var(--gray);
    background-color: var(--white);

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    height: 0;

    pointer-events: none;
}
#navMenuMobile .wrap-search {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
#navMenuMobile .wrap-search .frm-search {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    margin-left: 20px;
}
#navMenuMobile .wrap-search .frm-search i {
    font-size: 1.4rem;
    margin-right: 15px;
}
#navMenuMobile .wrap-search .frm-search input,
#navMenuMobile .wrap-search .frm-search input:focus-visible {
    min-width: 80%;
    font-size: 1rem;
    line-height: 2rem;
    border: 1px solid var(--black);
    border-radius: 0;
    box-shadow: unset;
    color: var(--black);
    padding: 0 5px;
    outline: unset;
	box-shadow: unset;
}
#navMenuMobile .frm-search input::placeholder {
    color: var(--black);
    text-transform: uppercase;
}

.wrap-mobile-menu {
    width: 100%;
    margin: 25px 0 0 0;
}
.main-menu-mobile {
    width: 100%;
    list-style: none;
    padding: 0 20px;
    margin: 15px 0 0 0;

    display: flex;
    flex-direction: column;
	overflow: hidden;
}
.main-menu-mobile li {
    width: 100%;
    opacity: 0;
    padding: 0;
    border-top: 1px solid var(--gray);
    display: flex;
    justify-content: space-between;
    align-items: center;

    transition: all .3s ease;
    position: relative;
}
.main-menu-mobile li:last-child {
    border-bottom: 1px solid var(--gray);
}
/* .main-menu-mobile li::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    background-color: var(--footer-bg);
} */
.main-menu-mobile li::before,
.main-menu-mobile li::after {
    content: " ";
    width: 12px;
    height: 3px;
    background-color: var(--footer-bg);
    display: block;
    position: absolute;
    top: 50%;
    right: 2%;
    transition: all 0.15s cubic-bezier(.42, 0, .58, 1);
    opacity: 1;
    border-radius: 2px;
	z-index: -1;
}
.main-menu-mobile li::before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.main-menu-mobile li::after {
    transform: translate(-50%, -50%);
}
.main-menu-mobile li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1rem;
    color: var(--black);
	width:100%;
	display:block;
	padding:10px 40px 10px 0;
}


.wrap-submenu-mobile {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    opacity: 0;
    visibility: hidden;
}
.box-submenu-mobile {
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.box-submenu-mobile.active {
    height: auto;
    opacity: 1;
    visibility: visible;
	z-index: 99;
}

.box-submenu-mobile h2 {
    font-size: 1.4rem;
    color: var(--black);
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.submenu-mobile {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}
.submenu-mobile li {
    width: 100%;
    opacity: 1;
    padding: 0;
    border-top: 1px solid var(--gray);
    display: flex;
    justify-content: space-between;
    align-items: center;

    transition: all .3s ease;
    position: relative;
}
.submenu-mobile li:last-child {
    border-bottom: 1px solid var(--gray);
}
.submenu-mobile li::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    box-sizing: border-box;

    right: 10px;
    top: 50%;
    border-right: 3px solid var(--green);
    border-bottom: 3px solid var(--green);
    -webkit-transform: translate(-70% -50%) rotate(-45deg);
    transform: translate(-70%, -50%) rotate(-45deg);
	z-index: -1;
}

/* .submenu-mobile li::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    background-color: var(--footer-bg);
} */
.submenu-mobile li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1rem;
    color: var(--black);
	display:block; 
	width:100%;
	padding: 10px 40px 10px 0;
}

/* ------------------------ */
/* -------- Search -------- */
/* ------------------------ */
.c-overlay,
.c-ol2 {
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    background-color: var(--white);
    z-index:1001;
    display:none;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
}
.c-overlay__close{
    position:absolute;
    top:20px;
    right:20px;
    cursor:pointer;
}
@media screen and (min-width: 40em){
    .c-overlay__close{
        top:35px;
        right:65px;
    }
}

.c-overlay__close .close {
	position: absolute;
	right: 32px;
	top: 32px;
	width: 32px;
	height: 32px;
	opacity: 0.3;
}
.c-overlay__close .close:hover {
	opacity: 1;
}
.c-overlay__close .close:before, .close:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: var(--black);
}
.c-overlay__close .close:before {
	transform: rotate(45deg);
}
.c-overlay__close .close:after {
	transform: rotate(-45deg);
}



.c-overlay form,
.c-ol2 form {
    width:80%;
    max-width:1000px;
    margin:0 auto 60px;
}
.c-overlay input[type="text"],
.c-ol2 input[type="email"]{
    border:0;
    padding:12px 0;
    border-bottom:1px solid #333333;
    font-family:"objektiv_mk1light", sans-serif;
    text-transform:uppercase;
    letter-spacing:0.105em;
    font-size:1rem;
	width: 100%;
}
.c-overlay input[type="text"]:focus-visible,
.c-ol2 input[type="email"]:focus-visible {
	outline: none;
}
.c-overlay input[type="submit"],
.c-ol2 input[type="submit"]{
    display:none;
}
.c-overlay .screen-reader-text,
.c-ol2 .screen-reader-text{
    display:none;
}
.c-overlay .c-list,
.c-ol2 .c-list {
    width:80%;
    max-width:900px;
    margin:0 auto;
}
.c-overlay .c-list__item:last-child:after,
.c-ol2 .c-list__item:last-child:after {
    display:none;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}
.table__cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

.c-list--large{
    text-align:center;
}
.c-list--large.c-list__title{
    font-weight:normal;
    margin-bottom:10px;
    font-family:"objektiv_mk1light", sans-serif
}
.c-list--large a{
    text-decoration: none;
    position: relative;
}
.c-list--large .c-list__item {
	font-family: 'objektiv_mk1medium', 'better_togetherregular', sans-serif;
    display: inline-block;
    margin-bottom: 0;
    letter-spacing: 0.015em;
    font-size: 2.625rem;

	transition: all .3s ease;
    position: relative;
	animation: rainbow 2s ease-in-out;
}
.c-list--large .c-list__item:hover {
	font-family: "objektiv_mk1medium", serif;
}
.c-list--large .c-list__item a::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 1%;
    height: 2px;

    background-color: var(--green);

    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;

    transform: perspective(1px) translateZ(0);
    clip-path: inset(0 100% 0 0);
}
.c-list--large .c-list__item:hover a::before {
    content: "";
    width: 100%;
    clip-path: inset(0 0 0 0);
    background-color: var(--green);
}
@media screen and (max-width: 87.4375em){
    .c-list--large .c-list__item{
        font-size:2.375rem;
    }
}
@media screen and (max-width: 74.9375em){
    .c-list--large .c-list__item{
        font-size:1.875rem;
    }
}
@media screen and (max-width: 63.9375em){
    .c-list--large .c-list__item{
        font-size:1.5rem;
    }
}
@media screen and (max-width: 27.4375em){
    .c-list--large .c-list__item{
        font-size:1.125rem;
    }
}
.c-list--large .c-list__item:after{
    content:"/";
    font-weight:100;
    padding:0 5px;
    font-size:37px;
    font-size:2.3125rem;
}
@media screen and (max-width: 87.4375em){
    .c-list--large .c-list__item:after{
        font-size:1.875rem;
    }
}
@media screen and (max-width: 74.9375em){
    .c-list--large .c-list__item:after{
        font-size:1.5625rem;
    }
}
@media screen and (max-width: 63.9375em){
    .c-list--large .c-list__item:after{
        font-size:1.25rem;
    }
}
@media screen and (max-width: 27.4375em){
    .c-list--large .c-list__item:after{
        font-size:1rem;
    }
}
.c-list__item{
    margin-bottom:20px;
}


/* ------------------------ */
/* -------- Banner -------- */
/* ------------------------ */
#hero-banner {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;

    display: flex;
    flex-direction: column;
}
.hero-banner__img,
.hero-banner__video {
    width: 100%;
    position: absolute;
    z-index: 1;
}
.hero-banner__img img.bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.hero-banner__video video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.hero-banner__img::after,
.hero-banner__video::after {
    content: "";
    display: block;
    width: 100%;
    /* height: 100vh; */
    height: 100%;
    padding-bottom: 44.58%;
}


.heroSwiper {
    width: 100%;
    position: relative;
    overflow: hidden;
}
/* .heroSwiper::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 44.58%;
} */
.heroSwiper .swiper-slide {
    width: 100%;
}
.wrap-slide-obj {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.wrap-slide-obj::before {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.1);
}
.wrap-slide-obj::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 44.58%;
}
.wrap-slide-obj .bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

.wrap-slide-obj .line-layer {
    position: absolute;
    width: 100%;
    top: 10%;
    left: 0;
    z-index: 2;
    opacity: 0;
}
.swiper-slide.swiper-slide-active .wrap-slide-obj .line-layer {
    opacity: 1;
    z-index: 2;
}
.swiper-slide.swiper-slide-active .wrap-slide-obj .line-layer .path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 7s linear forwards;
}
@keyframes dash {
    to {
        stroke-dashoffset: -822;
    }
}
.wrap-slide-obj .people-layer {
    position: absolute;
    bottom: 0;
    left: 5%;
    z-index: 3;
    width: 30%;

    transform: translateX(1em);
    transition: transform 4s ease;
}
.wrap-slide-obj .people-layer.pl1 {
    left: 7%;
    width: 32%;
}
.wrap-slide-obj .people-layer.pl2 {
    bottom: -20px;
    left: 43%;
    width: 28%;
}
.wrap-slide-obj .people-layer.pl3 {
    left: -1%;
    width: 41%;
}
.wrap-slide-obj .people-layer.pl4 {
    left: 43%;
    bottom: -5px;
    width: 38%;
}
.wrap-slide-obj .people-layer.pl5 {
    left: 15%;
    width: 35%;
    bottom: -5px;
}
.wrap-slide-obj .people-layer.pl1ex {
    right: 7%;
	width: 40%;
}
.wrap-slide-obj .people-layer.pl2ex {
    left: 3%;
    width: 38.4%;
}
.wrap-slide-obj .people-layer.pl3ex {
    left: 6%;
    width: 39.5%;
    bottom: -5.5%;
}

.swiper-slide.swiper-slide-active .wrap-slide-obj .people-layer {
    transform: translateX(2em);
}
.swiper-slide.swiper-slide-active .wrap-slide-obj .people-layer.pl2 {
    transform: translateX(1.4em);
}

.wrap-slide-obj .txt-layer {
	color: var(--white);
    position: absolute;
    z-index: 4;
    /* width: 50%; */
	width: auto;
	transform: translateY(1em);
    transition: transform 4s ease;
}
.swiper-slide.swiper-slide-active .wrap-slide-obj .txt-layer.desktop__top-right,
.swiper-slide.swiper-slide-active .wrap-slide-obj .txt-layer.desktop__top-left {
    transform: translateY(1.4em);
}
.swiper-slide.swiper-slide-active .wrap-slide-obj .txt-layer.desktop__bottom-right,
.swiper-slide.swiper-slide-active .wrap-slide-obj .txt-layer.desktop__bottom-left {
    transform: translateY(-1.4em);
}
.swiper-slide.swiper-slide-active .wrap-slide-obj .txt-layer.desktop__center {
    transform: translate(-48%, -48%);
}

.wrap-slide-obj .txt-layer .title-banner {
	font-size: 3.75rem;
	line-height: 4.2rem;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 8px;
}
.wrap-slide-obj .txt-layer .sub-title-banner {
	width: 100%;
	letter-spacing: 0.5px;
}
.wrap-slide-obj .txt-layer .sub-title-banner br {
	display: none;
}


#hero-banner .wrap-slide-obj .bg-layer{
	position: static;
	height: auto;
}
#hero-banner .wrap-slide-obj::before {
	display:none;
}
#hero-banner .wrap-slide-obj::after {
	display:none;
}

/* ------------------------ */
/* ----- IT Experience ---- */
/* ------------------------ */
.wrap-tagline {
	width: 75%;
	margin: 0 auto;
	padding: 100px 0;
}
.tagline {
	position: relative;
	margin-bottom: 30px;
}
.home-elem-1 {
	width: 13%;
	position: absolute;
	top: 0;
	right: 0;
}
.home-elem-1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wrap-tagline .col-primary {
	width: 45%;
	font-family: 'better_togetherregular', sans-serif;
}
.wrap-tagline .col-primary p {
	margin-bottom: 20px;
}

.exp-left-desc {
	width: 80%;
	font-size: 1.275rem;
	line-height: 1.4rem;
}
.exp-right-desc {
	font-size: 1.5rem;
    line-height: 2rem;
	font-family: 'objektiv_mk1medium', 'better_togethermedium', sans-serif;
}
.exp-h1 {
	font-family: 'objektiv_mk3medium', 'better_togethermedium', sans-serif;
	font-size: 3.75rem;
    line-height: 4.2rem;
}

.wrap-workspace-companies {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	justify-content: space-between;
}
.wrap-space {
	width: 49.99%;
	overflow: hidden;
    position: relative;
}

.col-workspace {
	width: 100%;
	overflow: hidden;
    position: relative;
}
.col-workspace img,
.col-companies img {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 120%;
    border: 0;

    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
}
.col-workspace::after,
.col-companies::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-bottom: 75.23%;
}

.col-companies {
	width: 49.99%;
	overflow: hidden;
	position: relative;
}

.wrap-text-counter {
	width: 60%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	padding: 0;
}
.wrap-text-counter .bubble1 {
	content: "";
    display: block;
    background-color: var(--green);
    width: 150px;
    height: 165px;
    position: absolute;
    top: -100px;
    right: -70px;
    border-radius: 50%;
	z-index: 1;
}
.wrap-text-counter .bubble2 {
	content: "";
    display: block;
    background-color: var(--green);
    width: 70px;
    height: 76px;
    position: absolute;
    bottom: -50px;
    left: -43px;
    border-radius: 50%;
	z-index: 1;
}
.col-companies p,
.col-workspace p {
	color: var(--white);
	position: relative;
	z-index: 2;
	font-family: 'objektiv_mk1xbold', 'better_togetherbold', sans-serif;
    text-transform: uppercase;
}
.col-companies p.highlight,
.col-workspace p.highlight {
	font-size: 2.6rem;
	line-height: 2.4rem;
	font-family: 'objektiv_mk1xbold', 'better_togetherbold', sans-serif;
}
.col-companies .wrp-counter,
.col-workspace .wrp-counter {
	font-family: "better_togethermedium";
	font-size: 7rem;
    line-height: 6rem;
	color: var(--green);
}

.bg-counter {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.bg-counter::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	padding-bottom: 75.23%;
}
.bg-counter img {
	width: 110%;
	height: 110%;
	object-fit: cover;
}

.col-companies .bg-companies {
	width: 100%;
	position: absolute;
    bottom: 0;
	left: 0;
	top: 0;
	overflow: hidden;
}
.col-companies .bg-companies::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	padding-bottom: 85%;
}
.col-companies .bg-companies img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.space-desc {
	width: 100%;
	padding: 20px 50px 20px 120px;
}
.space-desc h2 {
	font-family: 'objektiv_mk1xbold', 'better_togetherbold', sans-serif;
	text-transform: uppercase;
}
.space-desc h2 span.light {
	font-family: 'better_togetherregular', sans-serif;
}

.space-desc__row {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.space-desc__img {
	width: 20%;
}
.space-desc__img img {
	width: 100%;
	object-fit: contain;
}
.space-desc__detail {
	width: 70%;
}

/* ------------------------ */
/* ------- Workplace ------ */
/* ------------------------ */
#workplace h3 {
	margin-bottom: 0;
}

.accordion {
	width: 100%;
	overflow: hidden;
}
.accordion_intro {
	position: relative;
	cursor: pointer;
}
.accordion_intro .arrow-down {
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.accordion_intro .arrow-down.active {
    background-image:url('../images/arrow-down-green.png');
	transform: rotateZ(-180deg);
}
.accordion_content {
	font-family: 'better_togetherregular', 'objektiv_mk1medium', sans-serif;
	max-height: 0;
	overflow: hidden;
	will-change: max-height;
	transition: all 0.25s ease-out;
	opacity: 0;
	display: none;
	padding-right: 25px;
}
.accordion_active .accordion_content {
	opacity: 1;
	display: block;
}

.accordion_images {
	position: relative;
}
.accordion_images::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-bottom: 75%;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.accordion_images video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
    object-fit: cover;
    object-position: center;

	opacity: 0;
	z-index: 0;
	transform-style:preserve-3d;
	transition: all .3s ease-in;
}
.accordion_images video.active {
	opacity: 1;
	z-index: 2;
}


.acc-img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	perspective: 1000px;
	opacity: 1;
	z-index: 1;
}
.acc-img.active {
	z-index: 10;
}
.acc-img::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    padding-bottom: 75%;

	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.acc-img img.slide-fg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
    object-fit: cover;
    object-position: center;

	opacity: 0;
	transform-origin: center;
	transform-style: preserve-3d;
  	transition: all 0.3s ease-in;
	z-index: 2;
}
.acc-img.active img.slide-fg {
	opacity: 1;
}
.acc-img img.slide-fg.test {
	width: 30%;
    object-fit: contain;
    object-position: center;
}

.acc-img img.slide-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
    object-fit: cover;
    object-position: center;

	opacity: 0;
	transform-style:preserve-3d;
	transition: all 1s ease-in;
}
.acc-img.active img.slide-bg {
	opacity: 1;
	transform: rotateY(-180deg);
	z-index: 1;
}


.eh-item h4{
	margin-right: 20px;
}

/* ------------------------ */
/* ----- BS : Startup ----- */
/* ------------------------ */

#sf-intro {
	width: 100%;
}
.sf-intro__wrp {
	width: 70%;
	margin: 0 auto;
	text-align: center;
	padding: 80px 0;
}
.sf-intro__wrp.first {
	padding-top: 140px;
}
.sf-intro__wrp.second {
	padding-top: 100px;
}

.sf-title__wrp {
	width: 100%;
	margin-top: 50px;
	position: relative;
}
.display-sf {
	margin-top: 20px;
}

.sf-grid__wrp {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 8px;
	row-gap: 8px;
}
.sf-grid {
	cursor: pointer;
	position: relative;
	height: 250px;
}
.sf-grid.sf1 {
	width: 20%;
}
.sf-grid.sf2 {
	width: 31.5%;
}
.sf-grid.sf3 {
	width: 23%;
}
.sf-grid.sf4 {
	width: 23%;
}

.sf-grid.sf5 {
	width: 35%;
	height: 300px;
}
.sf-grid.sf6 {
	width: 40%;
	height: 300px;
}
.sf-grid.sf7 {
	width: 23%;
	height: 300px;
}
.sf-grid img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	object-position: center;
	z-index: 1;
}
.sf-grid.blur img {
	opacity: 0.3;
	-webkit-opacity: 0.3;
	z-index: 2;
}


#bs-banner {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;

    display: flex;
    flex-direction: column;
}
/* #bs-banner::after {
	content: "";
	display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 44.58%;
} */
.headline-banner {
	width: 40%;
    position: absolute;
    left: 60px;
    bottom: 60px;
    color: var(--white);
    z-index: 4;
	text-transform: uppercase;
}
.headline-banner h1 {
	font-family: 'objektiv_mk1xbold', sans-serif;
	margin-bottom: 10px;
}
.sub-headline {
	font-family: 'objektiv_mk1medium', sans-serif;
}

#bs-oureco {
	width: 100%;
	padding: 80px 0;
}

.bs-oureco-wrp {
	width: 100%;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.bs-oureco-wrp h2 {
	font-family: 'objektiv_mk1medium',sans-serif;
	font-size: 4.525rem;
	margin-bottom: 25px;
}

.wrap-ecosystem {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	margin-top: 25px;
}

.item-ecosystem {
	position: relative;
	padding: 25px 0 10px 0;
	border-top: 1px solid var(--black);
	border-right: 1px solid var(--black);
}
.item-ecosystem::before {
	position: absolute;
	z-index: 2;
	top: -15px;
	right: -15px;
	content: "";
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 50%;
	background-color: var(--white);
}
.item-ecosystem:last-child {
	border-right: unset;
}

.wrp-counter {
	display: flex;
    flex-direction: row;
	justify-content: space-around;
}
.counter-desc {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.counter-desc .num-count {
	font-family: 'better_togetherbold',sans-serif;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 24px;
}
.counter-desc .num-count span {
	font-size: 3.8rem;
    line-height: 4.5rem;
    font-weight: 500;
}
.counter-desc .txt-count {
	font-family: 'objektiv_mk1medium',sans-serif;
    font-size: 1.275rem;
    font-weight: 400;
    letter-spacing: 0.32px;
    text-align: center;
    margin: 0;
}

.wrap-row {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.wrap-row.group {
	padding: 50px 0;
}
.col-sidebar {
	width: 25%;
	position: relative;
}
.col-sidebar h2 {
	position: relative;
	z-index: 2;
}
.col-sidebar p {
	padding-right: 40px;
}
.col-primary {
	width: 75%;
}
.sidebar-elem-1 {
	position: absolute;
    width: 100%;
	top: 30px;
    left: -15px;
    display: block;
	z-index: 1;
}
.sidebar-elem-2 {
	position: absolute;
    width: 45%;
    top: 240px;
    left: 0;
    display: block;
	z-index: 1;
}
.sidebar-elem-3 {
	position: absolute;
    width: 45%;
    top: 47px;
    left: 100px;
    display: block;
    z-index: 1;
}

.wrap-row.spc {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.wrap-row.spc .col-sidebar {
	width: 35%;
}
.wrap-row.spc .col-primary {
	width: 50%;
}
.wrap-row.spc .col-primary .box-conten-slide {
	width: 100%;
}

.title-wrap {
	font-size: 3.75rem;
	line-height: 4.2rem;
}

.wrap-startup-connect {
	margin-top: 100px;
}
.wrap-startup-connect h2 {
	font-family: 'objektiv_mk1medium',sans-serif;
	font-size: 3rem;
    line-height: 3.6rem;
}
.grid-startup {
	margin: 100px 0;
}
.item-grid-startup {
	width: 31%;
	border-radius: 25px;
	margin-bottom: 10px;
	float: left;
	position: relative;
	overflow: hidden;
}
.item-grid-startup.box-2 {
	min-height: 270px;
}
.item-grid-startup.box-4 {
	min-height: 290px;
}
.item-grid-startup.box-5 {
	min-height: 256px;
}
.item-grid-startup.blue {
	background-color: #a9ddff;
	background-image: url("../images/03business_services/Ellipse-1.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
.item-grid-startup.pink {
	background-color: #ffaed8;
	background-image: url("../images/03business_services/line-green.png");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
}
.item-grid-startup.purple {
	background-color: #d2b7ff;
	background-image: url("../images/03business_services/line-orange.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: cover;
}
.item-grid-startup.blue2 {
	background-color: #79cfff;
	background-image: url("../images/03business_services/line-1.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.item-grid-startup.gray {
	background-color: #f2f2f2;
}
.box-1 {
	margin-bottom: 0;
}

.startup-desc {
	position: relative;
	z-index: 2;
	width: 100%;
	padding: 25px 20px 20px 20px;
}
.box-1 .startup-desc {
	padding: 40px 20px 140px 20px;
}

.startup-desc img.spc-img-title {
	width: 75px;
	height: 75px;
	position: absolute;
	top: 47px;
	left: 24px;

	object-fit: cover;
}
img.spc-img-bg {
	position: absolute;
    bottom: -18px;
    left: 70px;
    width: 74%;
    height: 100%;
    object-fit: contain;
}
.startup-desc h3 {
	font-family: 'objektiv_mk1xbold',sans-serif;
	text-transform: uppercase;
	font-size: 1.275rem;
	margin-bottom: 5px;
}
.startup-desc h3.startup-spc-title {
	background-color: var(--white);
	padding: 5px 25px 5px 85px;
	border-radius: 35px;
	width: 85%;
	margin-bottom: 20px;
}
.startup-desc .gray {
	color: var(--gray-bs-8e);
}
.startup-desc .orange {
	color: var(--orange-bs);
}
.startup-desc .white {
	color: var(--white);
}
.startup-desc p,
.startup-desc ol li {
	font-family: 'objektiv_mk1medium',sans-serif;
	font-size: 1.131rem;
	line-height: 1.4rem;
}
.startup-desc .spc-txt {
	width: 85%;
	padding-left: 38px;
	color: var(--white);
}
.box-2 .startup-desc h3 {
	margin-top: 30px;
	line-height: 1.4em;
}
.box-2 .startup-desc p{
	margin-top:15px;
	font-size:0.9rem;
}
.box-4 .startup-desc {
	margin-top: 50px;
}
.box-4 .startup-desc p {
	color: var(--gray-bs-74);
}
.box-5 .startup-desc h3,
.box-5 .startup-desc p {
	color: var(--white);
}
.startup-desc ol {
	list-style: decimal;
	padding-left: 18px;
}
.startup-desc ul {
	list-style: disc;
	padding-left: 18px;
}
.startup-desc .fst-box {
	width: 100%;
	height: 100%;
	object-fit: cover;
	margin-bottom: 40px;
}

.startup-connect-list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 150px;
}
.startup-connect-list li {
	width: 100%;
	padding: 25px 0;
	border-bottom: 1px solid var(--black-111);
}
.startup-connect-list li a {
	width: 100%;
	font-size: 3rem;
    line-height: 3.6rem;
	text-transform: uppercase;
	color: var(--gray-4d4c4c);

	display: flex;
	flex-direction: row;
	justify-content: space-between;
}


.bs-list {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin: 100px 0;
}
.bs-item-box {
	width: 25%;
}
.bs-item {
	width: 100%;
	border-radius: 25px;
	position: relative;
    overflow: hidden;
}
.bs-item h4 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	font-family: 'objektiv_mk1medium', sans-serif;
	font-size: 1.7rem;
	line-height: 1.9rem;
	padding: 50px 25px 0 25px;
	color: var(--white);
	font-weight: bold;
}
.bs-item .bg-wrp {
	width: 100%;
	/* height: 80%; */
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
    top: 20px;
    left: 0px;
}
/*
.bs-item.item1 .bg-wrp {
    width: 100%;
    height: 75%;
    position: absolute;
    bottom: -20px;
    left: 0px;
}
.bs-item.item2 .bg-wrp {
	width: 100%;
    height: 96%;
    position: absolute;
    bottom: -67px;
    left: 0px;
}
.bs-item.item3 .bg-wrp {
	width: 104%;
    height: 81%;
    position: absolute;
    bottom: -5px;
    left: -7px;
}
.bs-item.item4 .bg-wrp {
	width: 100%;
    height: 77%;
    position: absolute;
    bottom: 0;
    left: 1px;
}
*/
.bs-item .bg-wrp img {
	width: 100%;
	/* height: 100%;
	object-fit: cover; */
}

.bs-item::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 178.35%;
}
.bs-item.pink {
	background-color: #ff9cd9;
}
.bs-item.purple {
	background-color: #7316f6;
}
.bs-item.green {
	background-color: #92e04f;
}
.bs-item.blue {
	background-color: #84d3f8;
}

.bs-item-desc {
	font-family: 'objektiv_mk1medium', sans-serif;
	padding: 42px 25px 0 25px;
	border-left: 1px solid var(--gray-bs-89);
	min-height: 160px;
	margin-top: -21px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.bs-item-desc p {
	color: var(--gray-4d4c4);
	font-family: 'objektiv_mk1medium', 'better_togethermedium', sans-serif;
}
.bs-item-desc a {
	text-transform: uppercase;
}

/* ------------------------ */
/* - BS : Startup Booster - */
/* ------------------------ */
.row-header {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 100px 0 50px 0;
}
.sub-breadcrumb {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;

	text-transform: uppercase;
	color: var(--black);
	font-family: 'objektiv_mk1medium',sans-serif;
	font-size: 1.485rem;
	line-height: 1.6rem;
	margin-top: 15px;
}
.sub-breadcrumb span {
	margin-right: 15px;
}
.sub-breadcrumb span:last-child {
	margin-right: 0;
}
.sub-breadcrumb .parent-page {
	text-transform: uppercase;
	font-family: 'objektiv_mk3bold', sans-serif;
}

.banner-16-9 {
	width: 100%;
	position: relative;
    z-index: 1;
}
.banner-16-9::after{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%;
	overflow: hidden;
}
.banner-16-9::before {
	position:absolute;
	left:0; 
	top:0;
	z-index: 9999;
}
.banner-16-9 video,
.banner-16-9 img,
.banner-16-9 iframe {
	display:block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    z-index: 1;
}
.banner-yt-embed{ position:relative; }
.banner-yt-embed::after{ content:''; display:block; width:100%; height:100%; position:absolute; top:0; left:0; z-index: 10; }
.parallax {
    display: flex;
    flex: 1 0 auto;
    position: relative;
    height: 100vh;
    transform: translateZ(-1px) scale(2);
    z-index: -1;
}

.wrap-txt-in-banner {
	position: absolute;
	right: 2%;
	top: 36%;
	width: 40%;
	z-index: 2;
}
.wrap-txt-in-banner h1 {
	font-family: 'objektiv_mk1bold', sans-serif;
	font-size: 4.525rem;
	line-height: 4.7rem;
}
.wrap-txt-in-banner p {
	margin-top: 10px;
	font-size: 1.7rem;
	line-height: 2rem;
}
.wrap-txt-in-banner a {
	font-size: 1.7rem;
	line-height: 2rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	text-transform: unset;
	margin-top: 70px;
}

.banner-desc {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 100px 0 50px 0;
	text-transform: uppercase;
}
.banner-desc__space {
	width: 100%;
	margin-bottom: 50px;
}
.banner-desc__space p {
	text-transform: unset;
}

.wrap-program {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 100px 0;
}
/* .wrap-program.fst-year-detail {
	padding: 100px 0 50px 0;
} */
.wrap-program.custom {
	padding: 0 0 50px 0;
}
.program-list {
	width: 100%;
	padding: 50px 0;
	display: flex;
	flex-direction: column;
}
.program-list.first {
	padding: 0 0 50px 0;
}
.program-list.with-video {
	padding: 100px 0;
}
.program-list .program-title {
	text-transform: uppercase;
}
.program-list .program-title.custom {
	text-transform: unset;
	margin-bottom: 25px;
}
.program-list .program-title.custom-client {
	margin-bottom: 25px;
}
.program-list hr {
	width: 100%;
	height: 2px;
	background-color: var(--black);
	margin: 50px 0;
}
.program-list p {
	/* font-size: 1.485rem;
	line-height: 2rem; */
	margin-bottom: 50px;
}
.program-list .program-desc.custom p {
	/* font-size: 1.485rem;
	line-height: 2rem; */
	margin-bottom: 20px;
}
.program-list .program-desc.custom .list-column {
	list-style: disc;
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 10px;

	width: 70%;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
.program-list .program-desc.custom .list-column li {
	margin-bottom: 20px;
}
.program-list .program-desc {
	width: 100%;
	padding-right: 100px;
}
.program-list .program-desc ol {
	list-style: decimal;
	list-style-position: inside;
	padding-left: 10px;
	margin: 0;
}
.program-list .program-desc ol li {
	margin-bottom: 20px;
}
.program-list .program-desc ul {
	list-style: disc;
	list-style-position: inside;
	padding-left: 10px;
	margin: 0;
}
.program-list .program-desc ul li {
	margin-bottom: 20px;
}
.program-list .program-desc p b {
	font-weight: bold;
	color: var(--black);
}
.program-list .program-desc p.txt-container {
	margin-bottom: 20px;
}
.program-list .program-desc .spc-contact {
	color: var(--black);
}
.program-list .program-desc .spc-contact a {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
	flex-wrap: wrap;
}

.program-gallery {
	width: 100%;
	margin-top: 50px;
	overflow: hidden;
	position: relative;
}
.program-gallery.swp {
	margin-top: 0;
}
.program-gallery ul {
	list-style: none;
	padding: 0;
	margin: 0;

	display: flex;
	flex-direction: row;
}
.program-gallery ul li {
	margin-right: 10px;
	position: relative;
}
.program-gallery ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.program-gallery .swiper-slide {
	width: 100%;
	position: relative;
}
.program-gallery .swiper-slide::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 56.25%;
}
.program-gallery .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#core-partners {
	width: 100%;
	margin-top: 100px;
}
.full-width-video {
	width: 100%;
	position: relative;
}
.full-width-video::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 56.25%;
}
.full-width-video::after.img-parallax {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 56.25%;
}
.full-width-video iframe,
.full-width-video video,
.full-width-video img {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	object-fit: cover;
}

/* ------------------------ */
/* ------- BS : LTR ------- */
/* ------------------------ */
#banner-ltr,
#banner-ci,
#banner-ecosystem {
	width: 100%;
	/* margin: 50px 0; */
}
.group-desc {
	width: 100%;
    padding-right: 150px;
}
.group-desc.custom-row {
	display: flex;
	flex-direction: row;
	margin-bottom: 50px;
	padding-right: 0;
}
.group-desc.custom-row .col-left {
	width: 70%;
}
.group-desc.custom-row .col-right {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	text-align: right;
}
.group-desc.custom {
	/* font-size: 1.485rem;
    line-height: 2rem; */
}
.group-desc ul {
	list-style: disc;
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 10px;
}
.group-desc ul li {
	margin-bottom: 15px;
}
.group-desc.custom ul li {
	margin-bottom: 25px;
}
.visa-list {
	width: 100%;
	/* display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between; */
	display: grid;
	grid-template-columns: 1fr;
	column-gap: 0;
	row-gap: 24px;
	margin-top: 100px;
}
.visa-item {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.visa-item .visa-img {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.visa-item .visa-img::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 56.25%;
}
.visa-item .visa-img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.visa-item .visa-desc {
	width: 48%;
	font-family: 'objektiv_mk1medium', 'better_togethermedium', sans-serif;
}
.visa-item .visa-desc ul {
	font-family: 'better_togetherregular', sans-serif;
	list-style: disc;
	list-style-position: outside;
	padding-left: 10px;
	margin-left: 10px;
}
.visa-item .visa-desc ul li {
	margin-bottom: 10px;
}

.group-special-rate .col-sidebar h3 {
	font-family: 'objektiv_mk1medium', sans-serif;
	font-size: 2.265rem;
	line-height: 3rem;
}
.special-rate-desc {
	font-size: 1.485rem;
	line-height: 2rem;
}
.list-number {
	width: 80%;
	margin: 50px 0;
	list-style: decimal;
	list-style-position: outside;
    padding-left: 10px;
    margin-left: 12px;
}
.list-number li {
	margin-bottom: 20px;
}

.special-rate-desc p {
	margin-bottom: 20px;
}
.wrap-include {
	font-family: 'better_togethermedium',sans-serif;
	margin-bottom: 30px;
}
.wrap-include h4 {
	font-size: 1.485rem;
	line-height: 2rem;
	margin-bottom: 20px;
}
.wrap-include ol {
	list-style: decimal;
	list-style-position: inside;
	padding-left: 10px;
}
.wrap-include ol li {
	font-size: 1.275rem;
	line-height: 1.6rem;
	margin-bottom: 5px;
}

.testimonial {
	width: 100%;
	margin: 100px 0;
}
.testimonial .quote {
	width: 80%;
	font-size: 2.265rem;
	line-height: 3rem;
	margin-bottom: 30px;
}
.testimonial .name {
	font-family: 'better_togethermedium','objektiv_mk1medium',sans-serif;
	color: var(--black);
	margin-bottom: 30px;
}
.testimonial-img {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}
.testimonial-img::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 56.25%;
}
.testimonial-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wrp-form {
	width: 100%;
	margin: 50px 0;
}
.wrp-form form {
	margin: 50px 0;
}
.row-form {
	width: 100%;
	margin-bottom: 10px;
	position: relative;
}
.remark {
	display: inline-block;
    font-size: 1.275rem;
    line-height: 2rem;
    color: var(--black);
    margin-top: 10px;
}
.asterisk {
	font-size: 2.75rem;
    position: relative;
    top: 15px;
}
/* .row-form input[type='text'],
.row-form input[type='email'],
.row-form input[type='tel'],
.row-form textarea {
	font-family: 'objektiv_mk1medium', 'better_togetherregular', sans-serif;
	width: 100%;
    font-size: 1.275rem;
	line-height: 2rem;
	color: var(--black);
	border-bottom: 1px solid var(--gray-border);
}
.row-form input[type='text']:focus-visible,
.row-form input[type='email']:focus-visible,
.row-form input[type='tel']:focus-visible,
.row-form textarea:focus-visible {
	border: unset;
    box-shadow: unset;
	outline: none;
	border-bottom: 1px solid var(--gray-border);
}
.row-form.require::after {
	content: "*";
	font-size: 1.4rem;
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	color: var(--black);
}
.row-form input[type='text']::placeholder,
.row-form input[type='email']::placeholder,
.row-form input[type='tel']::placeholder,
.row-form textarea::placeholder {
	color: var(--black);
}

.row-form input[type='text']::-ms-input-placeholder,
.row-form input[type='email']::-ms-input-placeholder,
.row-form input[type='tel']::-ms-input-placeholder,
.row-form textarea::-ms-input-placeholder {
	color: var(--black);
}

.row-form.last {
	display: flex;
    justify-content: flex-end;
}
.row-form button[type='submit'] {
	display: flex;
	flex-direction: row;
	align-items: center;
	text-transform: uppercase;
	color: var(--black);
	font-size: 3.75rem;
    line-height: 4.2rem;
	position: relative;
}
button[type='submit']::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    display: block;
    width: 1%;
    height: 2px;
    background-color: var(--green);
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform: perspective(1px) translateZ(0);
    clip-path: inset(0 100% 0 0);
	animation: rainbow 2s ease-in-out;
}
button[type='submit']:hover::before{
	content: "";
    width: 70%;
    clip-path: inset(0 0 0 0);
    background-color: var(--green);
} */

/* ------------------------ */
/* ---- BS : Corporate ---- */
/* ------------------------ */
#expertise {
	width: 100%;
	margin: 50px 0;
}
.wrap-group {
	margin: 50px 0;
}

.have-obj {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.object-movement {
	width: 95%;
    position: relative;
}
.object-movement::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 100%;
}
.object-movement .mm-1 {
	position: absolute;
    top: 0;
    left: -60px;
    z-index: 1;
    width: 120%;
    height: 60%;
	transform: rotate(-40deg);
}
.object-movement .mm-2 {
	position: absolute;
    top: 0;
    left: 30px;
    z-index: 1;
    width: 90%;
}
.object-movement .mm-3 {
	position: absolute;
    top: 300px;
    left: 150px;
    z-index: 1;
    width: 40%;
}

#our-clients {
	padding: 50px 0;
	background-color: var(--gray-f3f3f3);
}

/* ------------------------ */
/* ---- BS : Ecosystem ---- */
/* ------------------------ */
#ecosystem-video,
#ecosystem-form {
	width: 100%;
	padding: 100px 0 0 0;
}
#ecosystem-video hr,
#ecosystem-form hr {
	margin: 50px 0;
	width: 100%;
	height: 2px;
	background-color: var(--black);
}


/* ------------------------ */
/* --- BS : BS Matching --- */
/* ------------------------ */


/* ------------------------ */
/* - Service & Facilities - */
/* ------------------------ */
#banner-saf {
	width: 100%;
	/* margin: 50px 0 100px 0; */
}
#banner-saf .row-header {
	display: flex;
	flex-direction: column;
}
#banner-saf .row-header h1 {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
#banner-saf .row-header .sub-col {
	width: 80%;
}
.row-intro {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.col-40 {
	width: 40%;
	position: relative;
}
.col-40 h1 {
	display: flex;
	flex-direction: column;
}
.col-50 {
	width: 50%;
	position: relative;
}
.col-60 {
	width: 60%;
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
}
.col-60.custom-space {
	justify-content: space-between;
}
.col-full {
	width: 100%;
	text-align: center;
}
.sub-col {
	width: 50%;
	padding-right: 20px;
}

.freestyle-gallery {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 100px 0;
}

.freestyle-row {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.freestyle-row:last-child {
	min-height: 270px;
}
.freestyle-row .fsg-main-title {
	padding: 40px 0;
	text-transform: unset;
	display: flex;
    flex-direction: column;
    align-items: center;
}
.freestyle-row .fsg-main-title p {
	display: inline-flex;
    flex-direction: row;
    align-items: baseline;
    width: 100%;
    text-align: center;
    justify-content: center;
	font-family: 'objektiv_mk1medium', 'better_togethermedium', sans-serif;
}
.fsg-main-title p .txt-1 {
	width: auto;
	margin-right: 10px;
}

.fsg-elem {
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.fsg-obj-1 {
	width: 84px;
    height: 40px;
	display: block;
	background-image: url('../images/13service_facilities/Layer_206.png');
	margin-right: 10px;
}
.fsg-obj-2 {
	width: 40px;
	height: 40px;
	display: block;
	background-image: url('../images/13service_facilities/Layer_205.png');
	margin-left: 10px;
}
.fsg-obj-3 {
	width: 40px;
	height: 40px;
	display: block;
	background-image: url('../images/13service_facilities/Layer_207.png');
	margin-right: 10px;
}
.fsg-obj-4 {
	width: 80px;
	height: 40px;
	display: block;
	background-image: url('../images/13service_facilities/Layer_208.png');
	margin-left: 10px;
}

.item-fsg {
	position: relative;
}
.item-fsg.fsg-1 {
	width: 35%;
}
.item-fsg.fsg-2 {
	width: 35%;
}
.item-fsg.fsg-3 {
	width: 60%;
}
.item-fsg.fsg-4 {
	width: 30%;
	position: absolute;
    top: -50%;
    left: 0;
}
.item-fsg.fsg-5 {
	width: 30%;
	position: absolute;
    top: 40%;
    left: 25%;
}
.item-fsg.fsg-6 {
	width: 45%;
	position: absolute;
    right: -7%;
    top: 18%;
}
.item-fsg.fsg-7 {
	width: 28%;
	position: absolute;
    top: -15%;
    right: 9%;
}
.item-fsg::after {
	content: "";
    width: 100%;
    height: 100%;
    display: block;
}
.item-fsg.fsg-1::after {
	padding-bottom: 107%;
}
.item-fsg.fsg-2::after {
	padding-bottom: 108.87%;
}
.item-fsg.fsg-3::after {
	padding-bottom: 82.14%;
}
.item-fsg.fsg-4::after {
	padding-bottom: 107.07%;
}
.item-fsg.fsg-5::after {
	padding-bottom: 107.07%;
}
.item-fsg.fsg-6::after {
	padding-bottom: 107.43%;
}
.item-fsg.fsg-7::after {
	padding-bottom: 107.28%;
}

.item-fsg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    transform-style: preserve-3d;
    transition: all 1s;
}
.item-fsg .fsg-title {
	position: absolute;
	right: 0;
	bottom: -26px;
	color: var(--gray-77);
	font-size: 0.99rem;
	font-family: 'objektiv_mk1medium', 'better_togethermedium', sans-serif;
}


.about-lay.freestyle-gallery {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0;
}
.about-lay.freestyle-gallery .fsg-main-title p {
	display: inline-flex;
    flex-direction: row;
    align-items: baseline;
    width: 100%;
    text-align: center;
    justify-content: center;
	flex-wrap: wrap;
	font-family: 'objektiv_mk1medium', 'better_togethermedium', sans-serif;
}

.about-lay-bottom .item-fsg.fsg-1 {
	width: 45%;
}
.about-lay-bottom .item-fsg.fsg-2 {
	width: 45%;
	position: absolute;
    top: -10%;
    right: 0%;
}
.about-lay-bottom .item-fsg.fsg-3 {
	width: 60%;
}
.about-lay-bottom .item-fsg.fsg-4 {
	width: 30%;
	position: absolute;
    top: -50%;
    left: 0;
}
.about-lay-bottom .item-fsg.fsg-5 {
	width: 30%;
	position: absolute;
    top: 40%;
    left: 25%;
}

.about-lay-bottom .item-fsg.fsg-1::after {
	padding-bottom: 100%;
}
.about-lay-bottom .item-fsg.fsg-2::after {
	padding-bottom: 100%;
}
.about-lay-bottom .item-fsg.fsg-3::after {
	padding-bottom: 82.14%;
}
.about-lay-bottom .item-fsg.fsg-4::after {
	padding-bottom: 107.07%;
}
.about-lay-bottom .item-fsg.fsg-5::after {
	padding-bottom: 107.07%;
}


.line-elemment {
	align-items: center !important;
}
.fsg-elem-1 {
	width: 94px;
    height: 41px;
	display: block;
	background-image: url('../images/08About/index/about-elem-2.png');
	margin-left: -95px;
	position: relative;
	z-index: -1;
}
.fsg-elem-2 {
	width: 88px;
    height: 35px;
	display: block;
	background-image: url('../images/08About/index/about-elem-1.png');
	margin-right: 10px;
}
.fsg-elem-3 {
	width: 46px;
    height: 45px;
	display: block;
	background-image: url('../images/08About/index/about-elem-5.png');
	margin-right: 10px;
}
.fsg-elem-4 {
	width: 138px;
    height: 45px;
	display: block;
	background-image: url('../images/08About/index/about-elem-4.png');
	margin-right: -160px;
	position: relative;
	z-index: -1;
}


/* ------------------------ */
/* -- SF : Comu & Service - */
/* ------------------------ */
#comunity-service {
	width: 100%;
	margin: 150px 0 100px 0;
}

.grid-row__custom {
	width: 100%;
    display: grid;
    column-gap: 40px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
}
.grid-col__half {
	width: 100%;
	display: grid;
	column-gap: 40px;
	row-gap: 80px;
	grid-template-columns: 1fr 1fr;
}
.grid-col__half.one {
	grid-template-columns: 1fr;
}

.item-content {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.item-content__img {
	width: 100%;
	position: relative;
}
.item-content__img::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 101.08%;
}
.item-content__img.rectangle::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 56.58%;
}
.item-content__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    transform-style: preserve-3d;
    transition: all 1s;
}

.item-content__desc {
	margin-top: 30px;
}
.item-content__desc .txt-container{ display:none; }
.item-content__desc .txt-container.show{ display:block; }
.headline-desc {
	display: flex;
	flex-direction: row;
	margin-bottom: 20px;
}
.headline-img {
	position: relative;
	width: 85px;
	margin-right: 10px;
	overflow: hidden;
}
.headline-img::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.headline-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    object-position: center;
}

.item-content__desc h3 {
	font-size: 2.265rem;
	line-height: 2.665rem;
}
.item-content__desc p {
	width: 100%;
	font-size: 1.131rem;
	line-height: 2.1rem;
	/* color: var(--gray-77); */
}

.highlight .item-content__desc,
.big .item-content__desc {
	margin-top: 50px;
}
.highlight .item-content__desc h3,
.big .item-content__desc h3  {
	/* margin-bottom: 30px; */
}
.highlight .item-content__desc p {
	padding-right: 50px;
}

/* ------------------------ */
/* --- SF : WS & Service -- */
/* ------------------------ */
#workspace-service {
	width: 100%;
	margin: 150px 0 100px 0;
}
.grid-row__col2 {
	width: 100%;
    display: grid;
    column-gap: 40px;
	row-gap: 80px;
    grid-template-columns: 1fr;
}

/* ------------------------ */
/* - SF : Sustainability -- */
/* ------------------------ */
#sustainability {
	width: 100%;
	margin: 150px 0 150px 0;
}

.sfa-parallax {
	width: 100%;
	position: relative;
}
.sfa-parallax::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 41.79%;
}
.sfa-parallax::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.45);
}
.sfa-parallax img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    transform-style: preserve-3d;
    transition: all 1s;
	z-index: 1;
}

.sfa-parallax__content {
	width: 45%;
	position: absolute;
	top: 200px;
	left: 100px;
	z-index: 2;
	color: var(--white);
}
.sfa-parallax__content h2 {
	font-family: 'objektiv_mk1bold', 'better_togetherbold',sans-serif;
	font-size: 3.75rem;
	line-height: 4.4rem;
	text-transform: uppercase;

	display: flex;
	flex-direction: column;
}
.sfa-parallax__content sub {
	font-size: 1.275rem;
	line-height: 1.485rem;
	margin-bottom: 20px;
}


/* ------------------------ */
/* ------ Recommended ----- */
/* ------------------------ */
#rec-banner {
	width: 100vw;
	margin-bottom: 150px;
	overflow: hidden;
}
#rec-banner .row-intro {
	margin: 100px 0;
}

.rec-gallery {
	width: 150vw;
	height: 80vh;
	overflow: hidden;
}
.rec-gallery__row {
	display: flex;
	margin-bottom: 16px;
}
.rec-gallery__row:first-child {
	margin-left: -100px;
}
.rec-gallery__row:last-child {
	margin-bottom: 0;
	margin-left: -100px;
}

.size-row-st,
.size-row-nd,
.size-row-rd {
	flex: 1;
	position: relative;
	margin-right: 16px;
}
.size-row-st:last-child,
.size-row-nd:last-child,
.size-row-rd:last-child {
	margin-right: 0px;
}
.size-row-st::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	/* padding-bottom: 46.60%; */
	padding-bottom: 56.25%;
}
.size-row-nd::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	/* padding-bottom: 64.27%; */
	padding-bottom: 56.25%;
}
.size-row-rd::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	/* padding-bottom: 56.43%; */
	padding-bottom: 56.25%;
}

.size-row-st img,
.size-row-nd img,
.size-row-rd img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: center;
    transform-style: preserve-3d;
    transition: all 1s;
	z-index: 1;
}

#featured-slider {
	width: 100%;
	margin-bottom: 100px;
}
.row-header__slide {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 50px;
}
.row-header__slide h2 {
	text-transform: uppercase;
}
.wrap-custom-swp__arrow {
	width: 20%;
	position: relative;
}
.swiper-button-prev.custom-swp-arrow i {
	width: 14px;
    height: 25px;
	transform: rotateZ(90deg);
}
.swiper-button-next.custom-swp-arrow i {
	width: 14px;
    height: 25px;
	transform: rotateZ(-90deg);
}
.swiper-button-next.custom-swp-arrow.swiper-button-disabled,
.swiper-button-prev.custom-swp-arrow.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev.custom-swp-arrow[aria-disabled="false"] i {
	transform: rotateZ(90deg);
	background-image:url('../images/arrow-down-green.png');
}
.swiper-button-next.custom-swp-arrow[aria-disabled="false"] i {
	transform: rotateZ(-90deg);
	background-image:url('../images/arrow-down-green.png');
}

.swiper-button-prev.custom-swp-arrow:after,
.swiper-rtl .swiper-button-next.custom-swp-arrow:after {
    content: unset;
}
.swiper-button-next.custom-swp-arrow:after,
.swiper-rtl .swiper-button-prev.custom-swp-arrow:after {
    content: unset;
}

.featured-desc h3 {
	margin: 50px 0 30px 0;
}
.featured-desc .featured-desc__cat,
.featured-desc .featured-desc__p {
	font-size: 1.131rem;
	line-height: 1.6rem;
}

/* ------------------------ */
/* -- Rec : Article main -- */
/* ------------------------ */
.rec-highlight {
	width: 100%;
	margin-bottom: 100px;
}
.wrap-custom-swp__arrow.for-article {
	text-align: right;
}
.wrap-custom-swp__arrow.for-article p {
	text-transform: uppercase;
}

.rec-highlight__grid {
	display: grid;
    column-gap: 40px;
    row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}
.article-item {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.article-item__img {
	width: 100%;
	position: relative;
}
.article-item__img::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	padding-bottom: 56.25%;
}
.article-item__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.article-item__desc {
	width: 100%;
	margin: 50px 0;
}
.article-item__headline {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}
.article-item__headline h3 {
	width: 73%;
}
.article_item_cat {
	width: 27%;
	text-align: right;
	border-left: 1px solid var(--black);
	text-transform: uppercase;
}

.article-item__detail {
	padding-right: 6rem;
	margin-bottom: 2.5rem;
}

/* ------------------------ */
/* ----- Rec : Article ---- */
/* ------------------------ */
.article-page {
	width: 100%;
	overflow: hidden;
}
.article-page h1 {
	padding: 80px 0;
}

.article-gallery {
	width: 150vw;
    height: 95vh;
	transform: translateX(-20%);
	display: block;
    overflow: hidden;
}
.masonry {
	column-count: 4;
  	column-gap: 26px;
	position: relative;
}
.masonry-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: var(--footer-txt);
	opacity: 0;
	-webkit-opacity: 0;
	transition: all 0.5s;
}
.masonry-bg.active {
	opacity: 0.5;
	-webkit-opacity: 0.3;
}

.masonry .brick {
	box-sizing: border-box;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	counter-increment: brick-counter;

	position: relative;
	margin-bottom: 26px;
	opacity: 1;
	transition: all 0.5s;
	z-index: 4;
}
.brick::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 70%;
}
.brick img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	visibility: hidden;
}
.brick.blur-img {
	opacity: 0.3;
	-webkit-opacity: 0.3;
	z-index: 2;
}
.brick:hover .btn-plus {
	visibility: visible;
	opacity: 1;
}

.display-title {
	width: 45%;
	text-align: center;
	word-wrap: break-word;
	font-size: 6rem;
	line-height: 6.6rem;
	position: absolute;
	z-index: 3;
    top: 50%;
    left: 50%;
	transform: translate(-60%, -50%);
	opacity: 0;
	-webkit-opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
	pointer-events: none;

	text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

/* ------------------------ */
/* --- Rec : Article S1 --- */
/* ------------------------ */
#highlight-article {
	width: 100%;
	margin: 150px 0;
}
.article-page .row-header {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0 0 50px 0;
}

.highlight-article-grid {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.main-highlight {
	width: 56%;
}
.second-highlight {
	width: 42%;
}

.item-verti {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.item-verti__img {
	width: 100%;
	position: relative;
}
.item-verti__img::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 66.67%;
}
.item-verti__desc {
	margin-top: 30px;
}
.item-verti__desc h3 {
	margin-bottom: 30px;
}
.item-verti__desc .cat {
	margin-bottom: 10px;
}


.item-hori {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 12px;
}
.item-hori__img {
	width: 42%;
	position: relative;
}
.item-hori__img::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 66.59%;
}
.item-verti__img img,
.item-hori__img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.item-hori__desc {
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.item-hori__desc h3 {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.item-hori__desc p {
	margin-bottom: 5px;
}
.hori__desc {
	width: 100%;
}

/* ------------------------ */
/* --- Rec : Article S2 --- */
/* ------------------------ */
#articles {
	margin-bottom: 100px;
}

/* ------------------------ */
/* ---- About : Awards ---- */
/* ------------------------ */

#awards-banner .intro {
	margin-bottom: 50px;
}
.row-award {
	width: 100%;
	margin: 50px 0 100px 0;
}
.row-award p a {
	text-underline-offset: 2px;
	text-decoration: underline;
}
.award-img {
	width: 100%;
	margin: 50px 0;
}
.award-img img {
	width: 40%;
	object-fit: contain;
}
.award-img.small img {
	width: 20%;
	object-fit: contain;
}
.award-img.medium img {
	width: 35%;
	object-fit: contain;
}

/* ------------------------ */
/* --- About : Partners --- */
/* ------------------------ */
#partners-intro .intro {
	margin-bottom: 50px;
}

#partners {
	width: 100%;
	margin: 100px 0;
}
.grid-logo {
	width: 100%;
	display: grid;
	column-gap: 40px;
    row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 100px;
}
.item-logo {
	width: 100%;
    position: relative;
	border: 1px solid var(--gray-border-partner);
}
.item-logo::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 67.64%;
}
.item-logo img {
	position: absolute;
	top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* ------------------------ */
/* ---- About : Contact --- */
/* ------------------------ */
#contact-info {
	width: 100%;
	margin: 100px 0;
}
.contact-list {
	width: 70%;
}
.contact-list li {
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}
.contact-list li a {
	font-weight: bold;
}
.contact-list .contact-title {
	width: 20%;
}

#form-section {
	width: 100%;
	background-color: var(--gray-border-partner);
}

.gray-form {
	width: 90%;
	margin: 50px 0 80px 0;
}
#form-section .row-form {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
#form-section .row-form label {
	width: 28%;
	color: var(--gray-77);
}
#form-section .row-form input[type='text'],
#form-section .row-form input[type='email'],
#form-section .row-form input[type='tel'],
#form-section .row-form input[type='date'],
#form-section .row-form textarea,
#form-section .row-form .wrp-multi-select {
	font-family: 'objektiv_mk1medium', 'better_togetherregular', sans-serif;
	width: 65%;
    font-size: 1.275rem;
	line-height: 2rem;
	padding: 5px;
	color: var(--gray-77);
	border-bottom: unset;
}
#form-section .row-form .wrp-multi-select {
	padding: 0;
}
#form-section .row-form input[type='text'],
#form-section .row-form input[type='email'],
#form-section .row-form input[type='tel'],
#form-section .row-form input[type='date'] {
	height: 45px;
}
#form-section .row-form input[type='date'] {
	padding: 10px 15px;
}

#form-section .row-form input[type='text']:focus-visible,
#form-section .row-form input[type='email']:focus-visible,
#form-section .row-form input[type='tel']:focus-visible,
#form-section .row-form textarea:focus-visible {
	border: unset;
    box-shadow: unset;
	outline: none;
	border-bottom: unset;
}
#form-section .row-form.require::after {
	content: "*";
	font-size: 1.4rem;
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	color: var(--black);
}
#form-section .row-form input[type='text']::placeholder,
#form-section .row-form input[type='email']::placeholder,
#form-section .row-form input[type='tel']::placeholder,
#form-section .row-form textarea::placeholder {
	color: var(--gray-77);
}

#form-section .row-form input[type='text']::-ms-input-placeholder,
#form-section .row-form input[type='email']::-ms-input-placeholder,
#form-section .row-form input[type='tel']::-ms-input-placeholder,
#form-section .row-form textarea::-ms-input-placeholder {
	color: var(--gray-77);
}

.req-red {
	color: #ff0d0d;
}

.wrp-multi-select {
	display: flex;
	flex-direction: column;
}


.wrp-multi-select label.radio {
	width: 100%;
}
.block {
	width: 100%;
	box-sizing: border-box;

	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}
.block label {
	width: 100% !important;
}

input[type="checkbox"],
input[type="radio"] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.checkbox label:before {
	content: "";
	display: inline-block;
	width: 18px;
    height: 18px;
	margin-right: 0.5em;
	vertical-align: -3px;
	border: 2px solid var(--gray-77);
	padding: 0.12em;
	background-color: transparent;
	background-clip: content-box;
	transition: all 0.2s ease;
}
.checkbox label {
	margin-right: 1em;
	position: relative;
}
.checkbox label:after {
	border-right: 3px solid var(--gray-77);
	border-top: 3px solid var(--gray-77);
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	top: 14px;
	transform: scaleX(-1) rotate(135deg);
	transform-origin: left top;
	width: 7px;
	display: none;
}

.checkbox input:hover + label:before {
	border-color: var(--gray-77);
}

.checkbox input:checked + label:before {
	border-color: var(--gray-77);
}

.checkbox input:disabled + label {
	border-color: #d2d2d2;
	color: #d2d2d2;
}

.checkbox input:disabled + label:before {
	border-color: #d2d2d2;
}

.checkbox input:not([disabled]):checked + label:after {
	-moz-animation: check 0.8s ease 0s running;
	-webkit-animation: check 0.8s ease 0s running;
	animation: check 0.8s ease 0s running;
	display: block;
	width: 7px;
	height: 25px;
	border-color: var(--gray-77);
}

.checkbox input:disabled:checked + label:after {
	border-color: #d2d2d2;
	display: block;
}

.radio label:before {
	content: "";
	display: inline-block;
	width: 18px;
    height: 18px;
	margin-right: 0.5em;
	border-radius: 100%;
	vertical-align: -3px;
	border: 2px solid var(--gray-77);
	padding: 0.13em;
	background-color: transparent;
	background-clip: content-box;
	transition: all 0.2s ease;
}
.radio label {
	margin-right: 1em;
}
.radio input:hover + label:before {
	border-color: var(--gray-77);
}

.radio input:checked + label:before {
	background-color: var(--gray-77);
	border-color: var(--gray-77);
}
.radio input:disabled + label {
	border-color: #d2d2d2;
	color: #d2d2d2;
}
.radio input:disabled + label:before {
	border-color: #d2d2d2;
}
.radio input:disabled:checked + label:before {
	background-color: #d2d2d2;
}

.select {
	position: relative;
	display: inline-block;
	width: 100%;
}

.select select {
	display: inline-block;
	width: 100%;
	padding: 10px 15px;
	cursor: pointer;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-size: 1rem;
}

.select select::-ms-expand {
	display: none;
}

.select select:hover,
.select select:focus {
	color: var(--gray-77);
	background: #e6e6e6;
	border-color: var(--gray-77);
}

.select_arrow {
	position: absolute;
	top: calc(50% - 4px);
	right: 15px;
	width: 0;
	height: 0;
	pointer-events: none;
	border-width: 8px 5px 0 5px;
	border-style: solid;
	border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover + .select_arrow,
.select select:focus + .select_arrow {
	border-top-color: #000;
}

@-moz-keyframes check {
	0% {
		height: 0;
		width: 0;
	}
	25% {
		height: 0;
		width: 7px;
	}
	50% {
		height: 20px;
		width: 7px;
	}
}

@-webkit-keyframes check {
	0% {
		height: 0;
		width: 0;
	}
	25% {
		height: 0;
		width: 7px;
	}
	50% {
		height: 20px;
		width: 7px;
	}
}

@keyframes check {
	0% {
		height: 0;
		width: 0;
	}
	25% {
		height: 0;
		width: 7px;
	}
	50% {
		height: 20px;
		width: 7px;
	}
}

#form-section .row-form.last {
	width: 90%;
	display: flex;
	flex-direction: row;
    justify-content: flex-end;
	margin-top: 30px;
}
#form-section .row-form button[type='submit'] {
	width: 19%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	text-transform: unset;
	color: var(--black);
	position: relative;
}
#form-section .right-arrow-stick.stick {
	margin: 0 0 0 15px;
}


.contact-map {
	width: 100%;
	min-height: 500px;
	position: relative;
}
.contact-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------ */
/* --------- About -------- */
/* ------------------------ */
#about-banner {
	width: 100%;
	padding-top: 100px
}
.about-page .row-header {
	display: flex;
	flex-direction: column;
	padding: 0 0 100px 0;
}
.wrp-right {
	width: 100%;
	display: flex;
	justify-content: end;
}
.wrp-right .row-header {
	width: 50%;
}
.about-page .row-header h1 {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}
.about-page .row-header h1 sub {
    margin-bottom: 15px;
}
.about-page .row-header .intro {
	width: 55%;
}

.about-list {
	width: 100%;
	margin: 50px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.about-list li {
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin-bottom: 0;
}
.about-list li a {
	display: flex;
    align-items: flex-end;
	cursor: pointer;
	text-transform: uppercase;
	color: var(--gray-7f);
	transition: all 0.5s ease;

	position: relative;
	animation: rainbow 2s ease-in-out;
}
.about-list li a::before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    display: block;
    width: 1%;
    height: 4px;
    background-color: var(--green);
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transform: perspective(1px) translateZ(0);
    clip-path: inset(0 100% 0 0);
}
.about-list li:hover a::before,
.about-list li.active a::before {
    content: "";
    width: 100%;
    clip-path: inset(0 0 0 0);
    background-color: var(--green);
}
.about-list li:hover a,
.about-list li.active a {
	color: var(--gray-29);
}

.icon {
	display: block;
	width: 120px;
    height: 80px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.5s;
}
.icon.smart-city {
	width: 80px;
	background-image: url('../images/08About/index/about-icon-1.jpg');
}
.icon.business-opportunity {
	width: 110px;
	background-image: url('../images/08About/index/about-icon-2.jpg');
}
.icon.urban-greenery {
	width: 105px;
	background-image: url('../images/08About/index/about-icon-3.jpg');
}
.icon.vibrant-community {
	width: 135px;
	background-image: url('../images/08About/index/about-icon-4.jpg');
}
.icon.prime-location {
	width: 80px;
	background-image: url('../images/08About/index/about-icon-5.jpg');
}

.about-list li:hover .icon.smart-city,
.icon.smart-city.active {
	background-image: url('../images/08About/index/about-icon-1-hover.jpg');
}
.about-list li:hover .icon.business-opportunity,
.icon.business-opportunity.active {
	background-image: url('../images/08About/index/about-icon-2-hover.jpg');
}
.about-list li:hover .icon.urban-greenery,
.icon.urban-greenery.active {
	background-image: url('../images/08About/index/about-icon-3-hover.jpg');
}
.about-list li:hover .icon.vibrant-community,
.icon.vibrant-community.active {
	background-image: url('../images/08About/index/about-icon-4-hover.jpg');
}
.about-list li:hover .icon.prime-location,
.icon.prime-location.active {
	background-image: url('../images/08About/index/about-icon-5-hover.jpg');
}

/* ------------------------ */
/* ------ About : Acc ----- */
/* ------------------------ */
#about-acc {
	width: 100%;
	margin-top: 100px;
}
#about-acc .col-primary {
	margin-bottom: 30px;
}
#about-acc .accordion {
	margin-bottom: 100px;
	border-bottom: 1px solid var(--footer-txt);
}
#about-acc .accordion_intro {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
#about-acc .accordion_intro .headline-acc {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
}
#about-acc .accordion_intro h2 {
	text-transform: uppercase;
	font-family: 'objektiv_mk1medium', 'better_togethermedium', sans-serif;
}
#about-acc .accordion_intro .icon.smart-city,
#about-acc .accordion_intro .icon.business-opportunity,
#about-acc .accordion_intro .icon.urban-greenery,
#about-acc .accordion_intro .icon.vibrant-community,
#about-acc .accordion_intro .icon.prime-location {
	width: 150px;
}

#about-acc .accordion_content {
	padding: 50px 0;
}

#about-acc .display-title-mobile {
    width: 100%;
	display: none;
    text-align: center;
    word-wrap: break-word;
	position: relative;
    z-index: 10;
}

#about-acc .display-title {
    width: 140%;
    text-align: center;
    word-wrap: break-word;
	position: relative;
    z-index: 10;
    /* top: 40%; */
	top: 16%;
    left: 210%;
    transform: translate(-50%, -50%);
    opacity: 1;
    -webkit-opacity: 1;
	visibility: visible;

	display: flex;
	flex-direction: column;
}
#about-acc .display-title p,
#about-acc .display-title-mobile p {
	width: auto;
	font-size: 2rem;
    line-height: 2.6rem;
	font-family: 'objektiv_mk1medium', 'better_togethermedium', sans-serif;
	position: relative;
	z-index: 2;
}
#about-acc .display-title p::after {
	content: '';
	width: auto;
	height: 35px;
	background-color: var(--white);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.wrap-txt {
	width: 62%;
    text-align: center;
    margin: 50px auto;
}

.box-content {
	width: 100%;
	margin-bottom: 50px;
}
.box-content h3,
.box-content h4 {
	margin-bottom: 30px;
}
.acc-img-content {
	width: 80%;
	margin: 30px 0;
	position: relative;
}
.acc-img-content::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 56.25%;
}
.acc-img-content img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box-conten-slide {
	width: 90%;
}
.box-conten-slide .swiper-slide {
	width: 100%;
	position: relative;
}
.box-conten-slide .swiper-slide::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 56.25%;
}
.box-conten-slide .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box-conten-slide .acc1Swiper .swiper-slide::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	padding-bottom: 100%;
}
.box-conten-slide .acc1Swiper .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.wrap-arrow {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.wrap-arrow .wrap-custom-swp__arrow {
	width: 20%;
	position: relative;
	height: 50px;
}
.swiper-button-prev.custom-swp-arrow1 i,
.swiper-button-prev.custom-swp-arrow2 i,
.swiper-button-prev.custom-swp-arrow3 i,
.swiper-button-prev.custom-swp-arrow-icon i {
	width: 14px;
    height: 25px;
	transform: rotateZ(90deg);
}
.swiper-button-next.custom-swp-arrow1 i,
.swiper-button-next.custom-swp-arrow2 i,
.swiper-button-next.custom-swp-arrow3 i,
.swiper-button-next.custom-swp-arrow-icon i {
	width: 14px;
    height: 25px;
	transform: rotateZ(-90deg);
}
.swiper-button-next.custom-swp-arrow1.swiper-button-disabled,
.swiper-button-prev.custom-swp-arrow1.swiper-button-disabled,
.swiper-button-next.custom-swp-arrow2.swiper-button-disabled,
.swiper-button-prev.custom-swp-arrow2.swiper-button-disabled,
.swiper-button-next.custom-swp-arrow3.swiper-button-disabled,
.swiper-button-prev.custom-swp-arrow3.swiper-button-disabled,
.swiper-button-prev.custom-swp-arrow-icon.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev.custom-swp-arrow1[aria-disabled="false"] i,
.swiper-button-prev.custom-swp-arrow2[aria-disabled="false"] i,
.swiper-button-prev.custom-swp-arrow3[aria-disabled="false"] i,
.swiper-button-prev.custom-swp-arrow-icon[aria-disabled="false"] i {
	transform: rotateZ(90deg);
	background-image:url('../images/arrow-down-green.png');
}
.swiper-button-next.custom-swp-arrow1[aria-disabled="false"] i,
.swiper-button-next.custom-swp-arrow2[aria-disabled="false"] i,
.swiper-button-next.custom-swp-arrow3[aria-disabled="false"] i,
.swiper-button-next.custom-swp-arrow-icon[aria-disabled="false"] i {
	transform: rotateZ(-90deg);
	background-image:url('../images/arrow-down-green.png');
}

.swiper-button-prev.custom-swp-arrow1:after,
.swiper-rtl .swiper-button-next.custom-swp-arrow1:after,
.swiper-button-prev.custom-swp-arrow2:after,
.swiper-rtl .swiper-button-next.custom-swp-arrow2:after,
.swiper-button-prev.custom-swp-arrow3:after,
.swiper-rtl .swiper-button-next.custom-swp-arrow3:after,
.swiper-button-prev.custom-swp-arrow-icon:after,
.swiper-rtl .swiper-button-next.custom-swp-arrow-icon:after {
    content: unset;
}
.swiper-button-next.custom-swp-arrow1:after,
.swiper-rtl .swiper-button-prev.custom-swp-arrow1:after,
.swiper-button-next.custom-swp-arrow2:after,
.swiper-rtl .swiper-button-prev.custom-swp-arrow2:after,
.swiper-button-next.custom-swp-arrow3:after,
.swiper-rtl .swiper-button-prev.custom-swp-arrow3:after,
.swiper-button-next.custom-swp-arrow-icon:after,
.swiper-rtl .swiper-button-prev.custom-swp-arrow-icon:after {
    content: unset;
}

.swiper-tools {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-top: 15px;
}
.swiper-pagination-fraction {
	display: flex;
    flex-direction: row;
    justify-content: start;

	font-size: 2rem;
	line-height: 2.6rem;
	color: var(--gray-77);
}
.swiper-pagination-current {
	color: var(--black);
	margin-right: 10px;
}
.swiper-pagination-total {
	margin-left: 10px;
}

#about-contact {
	width: 100%;
	margin-bottom: 100px;
}
.row-full {
	width: 100%;
	display: flex;
	flex-direction: row;
}
.col-half {
	width: 50%;
}
.col-half p {
	margin-bottom: 30px;
}
.col-half ul {
	width: 100%;
}
.col-half ul li {
	display: flex;
	margin-bottom: 20px;
}
.col-half .title {
	width: 15%;
}

/* ------------------------ */
/* ----- BS : Matching ---- */
/* ------------------------ */
#matching-content h1 {
	text-transform: uppercase;
	margin: 80px 0 50px 0;
}
.matching-footer {
	width: 100%;
	min-height: 300px;
	position: relative;
}
.matching-footer h2 {
	color: var(--gray-4d4c4c);
}
.wrp-matching-elem {
	position: absolute;
	bottom: 0;
	right: 0;

	display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.wrp-matching-elem img {
	width: 50%;
}

/* ------------------------ */
/* ------- Promotions ----- */
/* ------------------------ */
#promotions-banner {
	width: 100%;
	padding: 100px 0;
}
#promotions-banner .row-intro {
	width: 80%;
	margin: 0 auto 100px auto;
}

#promotions-banner .wrap-arrow .wrap-custom-swp__arrow {
	width: 15%;
	position: relative;
	height: 50px;
}

#promotions-list {
	width: 100%;
	margin-bottom: 100px;
}
.row-filters {
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
.row-filters h2 {
	margin-bottom: 30px;
}
.wrp-filters {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 80px;
}
.wrp-filters span {
	margin: 0 10px;
	color: var(--gray-c8);
	text-transform: uppercase;
	cursor: pointer;
}
.wrp-filters span:first-child {
	margin-left: 0;
}
.wrp-filters span:last-child {
	margin-right: 0;
}
.wrp-filters span.separate,
.wrp-filters span.active {
	color: var(--black);
}

/*  Needed for filters */
.hide-content { /* You can play with the seconds to change the "animation" */
	display: none;
	animation: hide .3s ease 0s 1 normal forwards;
	transform-origin: center;
}
.show-content { /* You can play with the seconds to change the "animation" */
	display: flex;
	animation: show .3s ease 0s 1 normal forwards;
	transform-origin: center;
}

@keyframes hide {
	0%{
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes show {
	0%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* ------------------------ */
/* -- Promotion Content --- */
/* ------------------------ */
#promotions-content {
	width: 100%;
	padding: 100px 0;
}
#promotions-content .row-intro {
	width: 100%;
	margin: 0 0 100px 0;
	display: flex;
	flex-direction: column;
}
.wrap-row.spc-top {
	display: flex;
	flex-direction: row;
}
.spc-top .col-sidebar {
	width: 25%;
}
.spc-top .col-primary {
	width: 75%;
}
.content-inner {
	width: 100%;
	padding: 100px 0;
}
.content-inner p.spc {
	margin-bottom: 50px;
}


/* ------------------------ */
/* --- Custom Show More --- */
/* ------------------------ */
.txt-container {
	overflow: hidden;
	position: relative;
	transition: height .5s ease;
}
.wrp-spc-activity .txt-container {
	height: 100px;
	margin-bottom: 30px;
}
#promotions-banner .txt-container {
	height: 100px;
}
.program-list .txt-container {
	height: 70px;
}
.txt-container{ height:100px; }
.wrp-spc-activity .txt-container.show,
#promotions-banner .txt-container.show,
.program-list .txt-container.show,
.txt-container.show{
	height: auto !important;
}

.gradient::before {
	content: '';
	height: 50px;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
	transition: height .25s ease;
}
.show.gradient::before {
	background: none;
}

.show-btn {
	font-size: 0.99rem;
	line-height: 1.4rem;
}
.show-btn .fas {
	transition: all .25s ease;
}
.show-btn.rotate .fas {
	transform: rotate(-90deg);
}

/* ------------------------ */
/* ----- Office Space ----- */
/* ------------------------ */
.sidebar-title {
	position: relative;
}
.sidebar-title h2 {
	position: relative;
	z-index: 2;
}
.elem-sidebar-title {
	position: absolute;
    top: 37%;
    left: 0;
    width: 15%;
	z-index: 1;
}
.elem-sidebar-title2 {
	position: absolute;
    top: -20%;
    left: -53px;
    width: 49%;
	z-index: 1;
}

/* ------------------------ */
/* --------- Form --------- */
/* ------------------------ */
#form-section {
	width: 100%;
	padding: 50px 0;
	background-color: var(--gray-border-partner);
}


/* ------------------------ */
/* -------- Footer -------- */
/* ------------------------ */
#footer {
	position: relative;
	z-index: 10;
}
.nav-footer {
	color: var(--footer-txt);
}
.nav-footer h3 {
	font-size: 0.85rem;
	line-height: 1rem;
}
.nav-footer ul li{ margin-bottom:5px; }

.desc-footer h3,
.desc-footer p {
	font-family: 'better_togetherregular',sans-serif;
	color: var(--footer-txt);
	font-size: 0.99rem;
	line-height: 1.4rem;
}

.btt {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	background-color: var(--footer-bg);
	opacity: 0;
	z-index: 9;
}


/* .excerpt-hidden {
	height: 3.5rem;
	overflow: hidden;
	position: relative;
}
.excerpt-hidden:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 64px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, white 100%);
}
.excerpt-visible {
	height: auto;
	overflow: auto;
} */
