@charset "UTF-8";
                                                                                           section {   }
section.branchepage {
padding: 10vw 0;
}
section.branchepage .pages {
position: relative;            }
section.branchepage .pages.icons {
margin: 0;
}
section.branchepage .pages.icons .pages__icons__item {
flex-basis: 100%;
margin: 0em 0 0.5em;
padding: 1em;
background-color: var(--wp--preset--color--white, default);
border: 3px solid #D6EFEE;
}
section.branchepage .pages.icons .pages__icons__item > a {
display: block;
}
section.branchepage .pages.icons .pages__icons__item__inner {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
height: 100%;
color: var(--wp--preset--color--primary);
}
section.branchepage .pages.icons .pages__icons__item__icon {
text-align: center;
--icon-color: var(--wp--preset--color--black);
--icon-size: 48px;
position: relative;
}
section.branchepage .pages.icons .pages__icons__item__icon:before {
content: "";
display: block;
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 0;
width: 2.625em;
height: 2.625em;
border-radius: 100em;
background-color: #D6EFEE;
}
section.branchepage .pages.icons .pages__icons__item__icon img {
width: auto;
height: 2.75rem;
position: relative;
z-index: 2;
}
section.branchepage .pages.icons .pages__icons__item__icon svg {
position: relative;
z-index: 2;
}
section.branchepage .pages.icons .pages__icons__item__title {
font-size: 0.9375rem;
line-height: 1;
font-family: var(--wp--preset--font-family--primary, Arial, sans-serif);
color: var(--wp--preset--color--tertiary);
text-align: left;
text-transform: none;
font-weight: 600;
font-style: normal;
}
section.branchepage .pages.icons .pages__icons__item__title h2,
section.branchepage .pages.icons .pages__icons__item__title h3 {
color: inherit;
font-weight: inherit;
font-size: inherit;
font-family: inherit;
margin: 0;
font-style: normal;
margin-left: 1em;
}
section.branchepage .pages.icons .pages__icons__item__excerpt {
margin-top: 1em;
width: 100%;
text-align: center;
font-size: 0.875rem;
font-weight: 300;
}
section.branchepage .pages.icons .pages__icons__item__button {
width: 100%;
margin-top: 1em;
text-align: center;
}
section.branchepage .pages.icons .pages__icons__item__button .btn {
width: 100%;
}
section.branchepage .pages.icons .pages__icons__contact {
position: relative;
padding: 1em 2em;
background-color: var(--wp--preset--color--primary);
border-radius: 3.375em 0 0 0;
}
section.branchepage .pages.icons .pages__icons__contact:before {
content: "";
display: block;
position: absolute;
z-index: 0;
top: 0;
bottom: 0;
width: 100%;
left: 99%;
background-color: var(--wp--preset--color--primary);
}
section.branchepage .pages.icons .pages__icons__contact__btn {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
font-size: 1em;
--icon-size: 4em;
--icon-color: var(--light);
}
section.branchepage .pages.icons .pages__icons__contact__btn span {
padding-left: 1em;
color: var(--light);
font-style: italic;
}
section.branchepage .pages.grid .pages__grid__item {
position: relative;
margin-bottom: 0.5em;
}
section.branchepage .pages.grid .pages__grid__item__inner {
position: relative;
}
section.branchepage .pages.grid .pages__grid__item__image {
position: relative;
width: 100%;
height: 0;
padding-top: 75%;
overflow: hidden;
}
section.branchepage .pages.grid .pages__grid__item__image img {
display: block;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
section.branchepage .pages.grid .pages__grid__item__image:after {
content: "";
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
right: 0;
height: 33%;
background: rgb(0, 0, 0);
background: linear-gradient(0deg, rgba(0, 0, 0, 0.37) 40%, rgba(0, 0, 0, 0) 100%);
}
section.branchepage .pages.grid .pages__grid__item__content {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
z-index: 5;
padding: 2em;
}
section.branchepage .pages.grid .pages__grid__item__title {
position: relative;
z-index: 6;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: flex-end;
align-items: stretch;
width: 100%;
height: 100%;
border: 3px solid var(--wp--preset--color--white);
padding: 1em 0.25em;
}
section.branchepage .pages.grid .pages__grid__item__title h3 {
display: block;
text-align: center;
font-weight: 900;
color: #ffffff;
text-transform: uppercase;
transition: all 0.4s ease-out;
margin-bottom: 0em;
font-size: 1.5em;
}
section.branchepage .pages.grid .pages__grid__item__button {
text-align: center;
}
section.branchepage .pages.grid .pages__grid__item__button svg {
--icon-size: 68px;
--icon-color: $light;
}
section.branchepage .pages.grid .pages__grid__item__button:after {
content: "";
display: block;
margin: 2em auto 0;
width: 2px;
height: 4.25rem;
background-color: #ffffff;
}
section.branchepage .pages.grid .pages__grid__item:hover .pages__grid__item__title {
color: var(--wp--preset--color--secondary);
}
section.branchepage .pages.list .pages__list__item {
position: relative;
margin-bottom: 0.5em;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
section.branchepage .pages.list .pages__list__item__image {
position: relative;
width: 25%;
height: 0;
padding-top: 25%;
overflow: hidden;
}
section.branchepage .pages.list .pages__list__item__image:before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 3;
background-color: rgba(var(--wp--preset--color--primary), 0.4);
}
section.branchepage .pages.list .pages__list__item__image img {
position: absolute;
top: 0;
left: 0;
display: block;
z-index: 1;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
section.branchepage .pages.list .pages__list__item__content {
width: 75%;
padding-left: 1em;
}
section.branchepage .pages.list .pages__list__item__title {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: flex-start;
height: 100%;
padding-right: 5em;
}
section.branchepage .pages.list .pages__list__item__title h3 {
display: block;
text-align: left;
font-weight: bold;
color: var(--wp--preset--color--primary);
text-transform: uppercase;
transition: all 0.4s ease-out;
margin: 0;
letter-spacing: 3.1px;
}
section.branchepage .pages.list .pages__list__item__button {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
text-align: center;
}
section.branchepage .pages.list .pages__list__item__button svg {
--icon-size: 32px;
--icon-color: $dark;
}
section.branchepage .pages.list .pages__list__item__button:after {
content: "";
display: inline-block;
vertical-align: middle;
margin: 0;
width: 2rem;
height: 0.0625rem;
background-color: #000000;
}
section.branchepage .pages.list .pages__list__item:hover .pages__grid__item__title {
color: var(--wp--preset--color--secondary);
}
section.branchepage .pages.slider .pages__slider__slider__dots {
position: static;
margin: 2em 0 0 0;
list-style: none;
text-align: center;
}
section.branchepage .pages.slider .pages__slider__slider__dots li {
display: inline-block;
vertical-align: top;
width: auto;
height: auto;
}
section.branchepage .pages.slider .pages__slider__slider__dots li button {
position: relative;
width: 1em;
height: 1em;
background-color: var(--wp--preset--color--primary);
border-radius: 100em;
padding: 0;
font-size: 1em;
margin: 2px;
border: none;
text-indent: -9999px;
}
section.branchepage .pages.slider .pages__slider__slider__dots li button:after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 0.75em;
height: 0.75em;
background-color: var(--wp--preset--color--white);
border-radius: 100em;
transition: all 0.4s ease-out;
}
section.branchepage .pages.slider .pages__slider__slider__dots li.slick-active button:after {
width: 0.25em;
height: 0.25em;
}
section.branchepage .pages.slider .pages__slider__slider .slick-arrow {
--icon-size: 71px;
--icon-color: var(--wp--preset--color--primary);
width: auto;
height: auto;
background: none;
border: none;
}
section.branchepage .pages.slider .pages__slider__slider .slick-arrow:before {
display: none;
}
section.branchepage .pages.slider .pages__slider__title__container .section_title {
color: #7e91a4;
font-size: 3.875em;
font-family: var(--wp--preset--font-family--tertiary, Arial, sans-serif);
margin: 0;
}
section.branchepage .pages.slider .pages__slider__title__container .section_title:after {
display: none;
}
section.branchepage .pages.slider .pages__slider__title__container .section_subtitle {
color: var(--wp--preset--color--primary);
font-family: var(--wp--preset--font-family--secondary, Arial, sans-serif);
font-size: 2em;
margin-bottom: 0;
text-align: right;
}
section.branchepage .pages.slider .pages__slider__item {
position: relative;
margin-bottom: 0.5em;
border-radius: 1.25em;
overflow: hidden;
border: 1px solid rgba(2, 54, 107, 0.42);
}
section.branchepage .pages.slider .pages__slider__item__image {
position: relative;
width: 100%;
height: 0;
padding-top: 100%;
overflow: hidden;
}
section.branchepage .pages.slider .pages__slider__item__image:before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 3;
background-color: rgba(var(--wp--preset--color--primary), 0.4);
}
section.branchepage .pages.slider .pages__slider__item__image img {
position: absolute;
top: 0;
left: 0;
display: block;
z-index: 1;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
section.branchepage .pages.slider .pages__slider__item__content {
padding: 2em;
}
section.branchepage .pages.slider .pages__slider__item__title h3 {
display: block;
text-align: left;
font-weight: normal;
color: var(--wp--preset--color--white);
}
section.branchepage .pages.slider .pages__slider__item__excerpt {
color: var(--wp--preset--color--tertiary);
line-height: 1.25;
}
section.branchepage .pages.slider .pages__slider__item__excerpt p {
color: inherit;
line-height: 1.25;
}
section.branchepage .pages.slider .pages__slider__item__excerpt li {
color: inherit;
}
section.branchepage .pages.slider .pages__slider__item__button {
text-align: left;
margin-top: 1em;
}
section.branchepage .pages.slider .pages__slider__item__button .bullet {
display: inline-block;
vertical-align: middle;
width: 0.625em;
height: 0.625em;
border-radius: 100em;
margin-right: 0.5em;
color: var(--wp--preset--color--tertiary);
background: var(--wp--preset--color--secondary);
}
section.branchepage .pages.slider .pages__slider__item__button span {
color: var(--wp--preset--color--primary);
text-transform: uppercase;
font-weight: bold;
margin-left: 0.5em;
}
section.branchepage .pages.slider .pages__slider__item:hover .pages__grid__item__title {
color: var(--wp--preset--color--secondary);
}
section.branchepage .pages.slider .pages__slider__link {
margin-top: 2em;
text-align: center;
}
section.branchepage .pages.slider .pages__slider .slick-dots {
position: static;
}
section.branchepage .pages.slider-home {
padding: 0em 1em;
}
section.branchepage .pages.slider-home .pages__slider__slider__dots {
position: static;
margin: 2em 0 0 0;
list-style: none;
text-align: center;
}
section.branchepage .pages.slider-home .pages__slider__slider__dots li {
display: inline-block;
vertical-align: top;
width: auto;
height: auto;
}
section.branchepage .pages.slider-home .pages__slider__slider__dots li button {
position: relative;
width: 1em;
height: 1em;
background-color: var(--wp--preset--color--primary);
border-radius: 100em;
padding: 0;
font-size: 1em;
margin: 2px;
border: none;
text-indent: -9999px;
}
section.branchepage .pages.slider-home .pages__slider__slider__dots li button:after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 0.75em;
height: 0.75em;
background-color: var(--wp--preset--color--white);
border-radius: 100em;
transition: all 0.4s ease-out;
}
section.branchepage .pages.slider-home .pages__slider__slider__dots li.slick-active button:after {
width: 0.25em;
height: 0.25em;
}
section.branchepage .pages.slider-home .pages__slider__slider__arrows {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
background-color: #ffffff;
border-radius: 0.625em;
margin-left: 0.5em;
overflow: hidden;
}
section.branchepage .pages.slider-home .pages__slider__slider__arrow {
--icon-size: 16px;
--icon-color: var(--wp--preset--color--tertiary);
width: auto;
height: auto;
background: none;
border: none;
font-size: 1em;
position: relative;
top: 0;
left: 0;
right: 0;
transform: none;
padding: 0.5em;
}
section.branchepage .pages.slider-home .pages__slider__slider__arrow:first-child {
position: relative;
}
section.branchepage .pages.slider-home .pages__slider__slider__arrow:first-child:after {
content: "";
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
width: 1px;
height: 60%;
background-color: rgba(90, 90, 90, 0.33);
}
section.branchepage .pages.slider-home .pages__slider__slider__arrow:before {
display: none;
}
section.branchepage .pages.slider-home .pages__slider__title__container .section_title {
color: #7e91a4;
font-size: 3.875em;
font-family: var(--wp--preset--font-family--tertiary, Arial, sans-serif);
margin: 0;
}
section.branchepage .pages.slider-home .pages__slider__title__container .section_title:after {
display: none;
}
section.branchepage .pages.slider-home .pages__slider__title__container .section_subtitle {
color: var(--wp--preset--color--primary);
font-family: var(--wp--preset--font-family--secondary, Arial, sans-serif);
font-size: 2em;
margin-bottom: 0;
text-align: right;
}
section.branchepage .pages.slider-home .pages__slider__item {
position: relative;
margin-bottom: 0.5em;
border-radius: 0em;
overflow: hidden;
}
section.branchepage .pages.slider-home .pages__slider__item__image {
position: relative;
width: 100%;
height: 0;
padding-top: 100vh;
overflow: hidden;
}
section.branchepage .pages.slider-home .pages__slider__item__image:before {
content: "";
display: block;
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 3;
background: rgb(0, 0, 0);
background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
}
section.branchepage .pages.slider-home .pages__slider__item__image img {
position: absolute;
top: 0;
left: 0;
display: block;
z-index: 1;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
section.branchepage .pages.slider-home .pages__slider__item__content {
position: absolute;
top: 0;
left: 50%;
right: 0;
bottom: 0;
z-index: 4;
width: var(--width-default);
transform: translateX(-50%);
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: flex-start;
padding: 0em;
padding-right: 0;
}
section.branchepage .pages.slider-home .pages__slider__item__title h3 {
display: block;
text-align: left;
font-weight: normal;
color: var(--wp--preset--color--white);
text-shadow: 0 3px 4px rgba(0, 0, 0, 0.98);
}
section.branchepage .pages.slider-home .pages__slider__item__excerpt {
color: var(--wp--preset--color--white);
line-height: 1.25;
text-shadow: 0 3px 4px rgba(0, 0, 0, 0.98);
}
section.branchepage .pages.slider-home .pages__slider__item__excerpt p {
color: inherit;
line-height: 1.25;
}
section.branchepage .pages.slider-home .pages__slider__item__excerpt li {
color: inherit;
}
section.branchepage .pages.slider-home .pages__slider__item__button {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
margin-top: 1em;
position: relative;
}
section.branchepage .pages.slider-home .pages__slider__item:hover .pages__grid__item__title {
color: var(--wp--preset--color--secondary);
}
section.branchepage .pages.slider-home .pages__slider__link {
margin-top: 2em;
text-align: center;
}
section.branchepage .pages.slider-home .pages__slider .slick-dots {
position: static;
}
section.branchepage .pages.tourism {
padding: 0em 1em;
position: relative;
overflow: hidden;
}
section.branchepage .pages.tourism .pages__tourism__background {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
section.branchepage .pages.tourism .pages__tourism__background img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
section.branchepage .pages.tourism .pages__tourism__background:after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
}
section.branchepage .pages.tourism .pages__tourism {
border-radius: 1.875em;
overflow: hidden;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
background-attachment: fixed;
position: relative;
}
section.branchepage .pages.tourism .pages__tourism__row {
position: relative;
z-index: 2;
}
section.branchepage .pages.tourism .pages__tourism .items {
order: 1;
padding-right: 0;
}
section.branchepage .pages.tourism .pages__tourism .title {
order: 2;
}
section.branchepage .pages.tourism .pages__tourism .section_title {
padding: 0em;
text-align: center;
color: var(--wp--preset--color--light, #fff);
margin-bottom: 0;
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
-webkit-margin-before: 0;
margin-block-start: 0;
-webkit-margin-after: 0;
margin-block-end: 0;
}
section.branchepage .pages.tourism .pages__tourism .section_title:after {
display: none;
}
section.branchepage .pages.tourism .pages__tourism .section_subtitle {
font-family: var(--wp--preset--font-family--tertiary);
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
text-align: center;
font-size: 3em;
color: var(--wp--preset--color--light, #fff);
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
-webkit-margin-before: 0;
margin-block-start: 0;
-webkit-margin-after: 0;
margin-block-end: 0;
}
section.branchepage .pages.tourism .pages__tourism__title__container {
padding: 2em 0;
}
section.branchepage .pages.tourism .pages__tourism__link {
text-align: center;
margin-bottom: 0;
}
section.branchepage .pages.tourism .pages__tourism__items {
padding: 2em 0em;
text-align: right;
}
section.branchepage .pages.tourism .pages__tourism__item {
padding-bottom: 2em;
}
section.branchepage .pages.tourism .pages__tourism__item a {
font-size: 1.25em;
font-weight: 600;
color: var(--wp--preset--color--light, #fff);
text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
text-transform: uppercase;
}
section.branchepage .pages.tourism .pages__tourism__item a:after {
content: "";
display: inline-block;
vertical-align: middle;
width: 3.125em;
height: 0.1875em;
background-color: var(--wp--preset--color--light, #fff);
margin-left: 1em;
transition: var(--trans);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}        @media (min-width: 576px) {
section {  }
section.branchepage {
padding: 4vw 0;
}
section.branchepage .pages {      }
section.branchepage .pages.grid .pages__grid__items {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: stretch;
width: 100%;
}
section.branchepage .pages.grid .pages__grid__item {
flex-basis: 33.3333333333%;
padding: 0.25em;
margin-bottom: 0;
}
section.branchepage .pages.grid .pages__grid__item__image {
padding-top: 154%;
}
section.branchepage .pages.grid .pages__grid__item__content {
padding: 1em;
}
section.branchepage .pages.grid .pages__grid__item__title h3 {
font-size: 1em;
}
section.branchepage .pages.slider .pages__slider__title__container {
position: relative;
}
section.branchepage .pages.slider .pages__slider__title__container .section_title {
line-height: 1;
margin: 0;
}
section.branchepage .pages.slider .pages__slider__title__container .section_subtitle {
text-align: left;
padding-left: 1.9375em;
line-height: 1;
position: relative;
top: -0.5em;
}
}   @media (min-width: 768px) {
section {  }
section.branchepage .pages {      }
section.branchepage .pages.icons .pages__icons__item__inner {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
}
section.branchepage .pages.icons .pages__icons__item__content {
padding-left: 1em;
}
section.branchepage .pages.icons .pages__icons__item__icon {
--icon-size: 60px;
}
section.branchepage .pages.icons .pages__icons__item__icon:before {
width: 3.25em;
height: 3.25em;
}
section.branchepage .pages.icons .pages__icons__item__title {
text-align: left;
font-size: 1.125em;
}
section.branchepage .pages.icons .pages__icons__item__title h2, section.branchepage .pages.icons .pages__icons__item__title h3 {
margin-bottom: 0;
}
section.branchepage .pages.tourism {
padding: 0em 2em;
}
section.branchepage .pages.tourism .pages__tourism__row {
align-items: flex-end;
}
section.branchepage .pages.tourism .pages__tourism__row .title {
order: 1;
}
section.branchepage .pages.tourism .pages__tourism__row .items {
order: 2;
}
section.branchepage .pages.tourism .pages__tourism__title__container {
padding: 0 0 2em 2em;
}
section.branchepage .pages.tourism .pages__tourism .section_title {
font-size: 2.125rem;
text-align: left;
}
section.branchepage .pages.tourism .pages__tourism .section_subtitle {
font-size: 3.625rem;
margin-bottom: 1em;
text-align: left;
}
section.branchepage .pages.tourism .pages__tourism__link {
text-align: left;
}
section.branchepage .pages.slider .pages__slider__title__container .section_title {
font-size: 4.5em;
}
section.branchepage .pages.slider .pages__slider__title__container .section_subtitle {
font-size: 2.25em;
}
section.branchepage .pages.slider .pages__slider__item {
margin: 0;
border-radius: 2.5em;
}
section.branchepage .pages.slider .pages__slider__item__inner {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
}
section.branchepage .pages.slider .pages__slider__item__image {
width: 55%;
padding-top: 55%;
}
section.branchepage .pages.slider .pages__slider__item__content {
width: 45%;
padding: 3em;
background-color: transparent;
}
section.branchepage .pages.slider .pages__slider__slider .slick-arrow.slick-prev, section.branchepage .pages.slider .pages__slider__slider .slick-arrow.slick-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
section.branchepage .pages.slider .pages__slider__slider .slick-arrow.slick-prev {
left: -1em;
transform: translate(-100%, -50%);
}
section.branchepage .pages.slider .pages__slider__slider .slick-arrow.slick-next {
right: -1em;
transform: translate(100%, -50%);
}
section.branchepage .pages.slider-home .pages__slider__item__excerpt {
font-size: 1.125em;
}
section.branchepage .pages.grid .pages__grid__items {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: stretch;
}
}   @media (min-width: 992px) {
section.branchepage {
overflow: visible;
padding: 3.125em 0;
}
section.branchepage .pages {          }
section.branchepage .pages.icons .pages__icons__item {
border-width: 4px;
margin: 0;
height: 100%;
}
section.branchepage .pages.icons .pages__icons__item__inner {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: flex-start;
align-items: center;
}
section.branchepage .pages.icons .pages__icons__item__content {
padding-left: 0;
}
section.branchepage .pages.icons .pages__icons__item__title {
text-align: center;
margin-top: 0.5em;
}
section.branchepage .pages.icons .pages__icons__item__title h2,
section.branchepage .pages.icons .pages__icons__item__title h3 {
margin-left: 0;
}
section.branchepage .pages.icons .pages__icons__item__icon {
--icon-size: 70px;
}
section.branchepage .pages.icons .pages__icons__item__icon:before {
width: 3.875em;
height: 3.875em;
}
section.branchepage .pages.grid.pages-1 .pages__grid__item {
flex-basis: calc(100% / 1);
}
section.branchepage .pages.grid.pages-2 .pages__grid__item {
flex-basis: calc(100% / 2);
}
section.branchepage .pages.grid.pages-3 .pages__grid__item {
flex-basis: calc(100% / 3);
}
section.branchepage .pages.grid.pages-4 .pages__grid__item {
flex-basis: calc(100% / 4);
}
section.branchepage .pages.grid.pages-5 .pages__grid__item {
flex-basis: calc(100% / 5);
}
section.branchepage .pages.grid.pages-6 .pages__grid__item {
flex-basis: calc(100% / 6);
}
section.branchepage .pages.grid .pages__grid__items {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: stretch;
}
section.branchepage .pages.tourism .dots {
transform: translate(-100%, -100%);
}
section.branchepage .pages.tourism .pages__tourism__row {
align-items: flex-end;
}
section.branchepage .pages.tourism .pages__tourism .section_title {
text-align: left;
font-size: 3.125em;
}
section.branchepage .pages.tourism .pages__tourism .section_subtitle {
text-align: left;
font-size: 5.125em;
}
section.branchepage .pages.tourism .pages__tourism__title__container {
padding-bottom: 6em;
}
section.branchepage .pages.tourism .pages__tourism__items {
padding: 6em 0;
}
section.branchepage .pages.tourism .pages__tourism__item {
padding-bottom: 3em;
}
section.branchepage .pages.slider .dots.dots.dots-top-right {
transform: translate(-100%, -100%);
}
section.branchepage .pages.slider .dots.dots.dots-bottom-left {
transform: translate(0%, -100%);
}
section.branchepage .pages.slider .pages__slider__title__container .section_title {
font-size: 5.125em;
}
section.branchepage .pages.slider .pages__slider__title__container .section_subtitle {
font-size: 2.625em;
}
section.branchepage .pages.slider .pages__slider__slider .slick-arrow:hover .wzcm-svg-icon {
--icon-color: var(--wp--preset--color--secondary);
}
section.branchepage .pages.slider-home .pages__slider__item__image {
padding-top: 43.2%;
}
section.branchepage .pages.slider-home .pages__slider__item__excerpt {
font-size: 1.25em;
}
section.branchepage .pages.slider-home .pages__slider__item__button {
margin-top: 2em;
}
}   @media (min-width: 1200px) {
section.branchepage {
padding: 5em 0;
}
section.branchepage .pages {    }
section.branchepage .pages.icons {
padding: 4em 0;
}
section.branchepage .pages.icons .pages__icons {
position: relative;
z-index: 4;
}
section.branchepage .pages.icons .pages__icons__item {
background-color: transparent;
border-width: 6px;
transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93);
}
section.branchepage .pages.icons .pages__icons__item__icon {
--icon-size: 90px;
}
section.branchepage .pages.icons .pages__icons__item__icon:before {
width: 5.125em;
height: 5.125em;
transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93);
}
section.branchepage .pages.icons .pages__icons__item__title {
transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93);
}
section.branchepage .pages.icons .pages__icons__item:hover {
border-color: var(--wp--preset--color--primary);
}
section.branchepage .pages.icons .pages__icons__item:hover .pages__icons__item > a {
color: inherit;
}
section.branchepage .pages.icons .pages__icons__item:hover .pages__icons__item__icon:before {
width: 4.375em;
height: 4.375em;
background: var(--wp--preset--color--primary);
}
section.branchepage .pages.icons .pages__icons__item:hover .pages__icons__item__title {
color: var(--wp--preset--color--primary);
}
section.branchepage .pages.icons .pages__icons__contact {
padding: 2em 0 2em 3em;
margin-top: 3em;
z-index: 2;
}
section.branchepage .pages.icons .pages__icons__contact__btn {
font-size: 1.125em;
}
section.branchepage .pages.icons .pages__icons__contact__btn:hover .wzcm-svg-icon {
--icon-color: var(--wp--preset--color--col-4);
}
section.branchepage .pages.slider .pages__slider__slider .slick-arrow {
display: block;
}
section.branchepage .pages.slider .pages__slider__slider .slick-arrow:hover, section.branchepage .pages.slider .pages__slider__slider .slick-arrow:focus {
--icon-color: var(--wp--preset--color--secondary);
}
section.branchepage .pages.slider-home {
padding: 0em 2em;
}
section.branchepage .pages.slider-home .pages__slider__slider__arrow {
transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93);
padding: 1em;
}
section.branchepage .pages.slider-home .pages__slider__slider__arrow:hover {
background: var(--wp--preset--color--secondary);
--icon-color: var(--wp--preset--color--white);
}
section.branchepage .pages.grid .pages__grid__title h3 {
margin-bottom: 2rem;
}
section.branchepage .pages.grid .pages__grid__item__inner {
overflow: hidden;
}
section.branchepage .pages.grid .pages__grid__item__image {
transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93);
}
section.branchepage .pages.grid .pages__grid__item__image:after {
transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93);
}
section.branchepage .pages.grid .pages__grid__item__content {
padding: 2em;
}
section.branchepage .pages.grid .pages__grid__item__content:after {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
border: 3px solid var(--wp--preset--color--white);
transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93);
opacity: 0;
}
section.branchepage .pages.grid .pages__grid__item__button:after {
transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93);
}
section.branchepage .pages.grid .pages__grid__item:hover .pages__grid__item__image {
transform: scale(1.15);
}
section.branchepage .pages.grid .pages__grid__item:hover .pages__grid__item__image:after {
height: 100%;
}
section.branchepage .pages.grid .pages__grid__item:hover .pages__grid__item__content:after {
top: 2em;
left: 2em;
right: 2em;
bottom: 2em;
opacity: 1;
}
section.branchepage .pages.grid .pages__grid__item:hover .pages__grid__item__title {
animation: jello-horizontal 0.8s both;
}
section.branchepage .pages.grid .pages__grid__item:hover .pages__grid__item__button .wzcm-svg-icon {
--icon-color: var(--light);
transform: rotate(360deg);
}
section.branchepage .pages.grid .pages__grid__item:hover .pages__grid__item__button:after {
height: 5rem;
}
section.branchepage .pages.tourism {
padding: 0em 3em;
}
section.branchepage .pages.tourism .pages__tourism__row {
align-items: flex-end;
}
section.branchepage .pages.tourism .pages__tourism__title__container {
padding-left: 4em;
}
section.branchepage .pages.tourism .pages__tourism__item a:hover {
color: var(--wp--preset--color--secondary);
}
section.branchepage .pages.tourism .pages__tourism__item a:hover:after {
background-color: var(--wp--preset--color--secondary);
width: 6.25em;
}
section.branchepage .pages.slider-home .pages__slider__item__image {
padding-top: 43.2%;
}
section.branchepage .pages.slider-home .pages__slider__item__excerpt {
font-size: 1.5625em;
}
section.branchepage .pages.slider-home .pages__slider__item__button {
margin-top: 3em;
}
section.branchepage .pages.slider-home .pages__slider__item__title h3 {
margin-bottom: 1.5em;
}
}   @media (min-width: 1650px) {
section.branchepage .pages {        }
section.branchepage .pages.grid .pages__grid__item__content {
padding: 3em;
}
section.branchepage .pages.grid .pages__grid__item__title h3 {
font-size: 1.375em;
}
section.branchepage .pages.grid .pages__grid__item:hover .pages__grid__item__content:after {
top: 3em;
left: 3em;
right: 3em;
bottom: 3em;
}
section.branchepage .pages.grid .pages__grid__title {
display: flex;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: stretch;
height: 100%;
padding-left: 5em;
}
section.branchepage .pages.icons .pages__icons__item {
border-width: 8px;
}
section.branchepage .pages.icons .pages__icons__item__title {
font-size: 1.375em;
}
section.branchepage .pages.icons .pages__icons__contact:before {
width: 50vw;
}
section.branchepage .pages.slider .pages__slider__title__container .section_title {
font-size: 5.75em;
}
section.branchepage .pages.slider .pages__slider__title__container .section_subtitle {
font-size: 3em;
}
section.branchepage .pages.slider-home {
padding: 0em 3em;
}
section.branchepage .pages.tourism .pages__tourism__items {
padding: 6em 0;
}
section.branchepage .pages.tourism .pages__tourism__item {
padding-bottom: 5em;
}
section.branchepage .pages.tourism .pages__tourism__title__container {
padding-left: 5em;
padding-bottom: 5em;
}
}