* {
box-sizing: border-box;
font-family: "Poppins", sans-serif;
}
body {
padding: 0;
margin: 0 auto;
max-width: 1920px;
height: 100%;
font-family: "Poppins", sans-serif;
color: #459A9D;
overflow-x: hidden;
}
.container {
padding: 0 50px;
margin: 0 auto;
position: relative;
max-width: 1615px;
}
@media (max-width: 1100px) {
.container {
padding: 0 30px;
}
}
@media (max-width: 778px) {
.container {
padding: 0 20px;
}
}
@media (max-width: 500px) {
.container {
padding: 0 13px;
}
}
p, h1, h2, h3, h4, h5, h6 {
margin: 0;
}
.number-section {
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-size: 381px;
font-style: normal;
font-weight: 900;
line-height: 0.8;
letter-spacing: 2.4px;
position: relative;
font-family: "Poppins", sans-serif;
width: max-content;
}
.number-section.animation {
animation: numberAnimation 1s ease 0s 1 normal forwards;
}
@media (max-width: 700px) {
.number-section {
font-size: 190.5px;
}
}
@keyframes numberAnimation {
10% {
transform: rotate(0);
}
40% {
transform: rotate(-15deg);
}
80% {
transform: rotate(15deg);
}
100% {
transform: rotate(0);
}
}
.title-section {
font-size: 48px;
font-style: normal;
font-weight: 900;
line-height: 124.5%; letter-spacing: 2.4px;
font-family: "Poppins", sans-serif;
position: relative;
}
@media (max-width: 700px) {
.title-section {
font-size: 22px;
margin-left: 0;
}
}
@media (max-width: 910px) {
.desktop {
display: none !important;
}
}
.mobile {
display: none !important;
}
@media (max-width: 910px) {
.mobile {
display: flex !important;
width: max-content !important;
}
}
.row-arrow {
display: none;
}
@media (max-width: 910px) {
.row-arrow {
display: flex;
justify-content: center;
margin: 50px 0;
}
}
.pink {
border-color: #BB8F9D !important;
box-shadow: 0px 14px 4px 0px #D39FB0 !important;
}
.pink:before {
background-color: #D39FB0 !important;
}
.green {
border-color: #459A9D !important;
box-shadow: 0px 14px 4px 0px #459A9D !important;
}
.green:before {
background-color: #459A9D !important;
}
.orange {
border-color: #F2B68A !important;
box-shadow: 0px 14px 4px 0px #F2B68A !important;
}
.orange:before {
background-color: #F2B68A !important;
}
p {
font-size: 18px;
}
header {
background-color: #ffffff;
z-index: 9999;
transition: 0.4s;
position: relative;
-webkit-user-select: none; -ms-user-select: none; user-select: none; }
header.fixed {
position: fixed;
top: 0;
max-width: 1920px;
width: 100%;
}
@media (max-width: 560px) {
header.fixed {
position: inherit;
}
}
header.small {
background-color: transparent;
}
header.small.fixed {
top: 5px;
}
header.small .container {
max-width: 800px;
background-color: #ffffff;
padding-top: 5px;
padding-bottom: 3px;
border-radius: 31px;
}
@media (max-width: 900px) {
header.small .container {
flex-wrap: nowrap;
}
}
header.small .container .logo a img {
max-width: 59px;
max-height: 62px;
}
header.small .container .menu {
max-width: 300px;
}
@media (max-width: 900px) {
header.small .container .menu {
order: 2;
margin-top: 0;
}
}
@media (max-width: 750px) {
header.small .container .menu {
max-width: 100%;
width: max-content;
margin: 0 15px;
}
}
header.small .container .menu ul li {
max-width: 33px;
}
@media (max-width: 620px) {
header.small .container .menu ul li {
max-width: 25px;
}
}
header.small .container .menu ul li a {
width: 55px;
height: 55px;
font-size: 35px;
}
@media (max-width: 700px) {
header.small .container .menu ul li a {
width: 45px;
height: 45px;
font-size: 30px;
}
}
@media (max-width: 900px) {
header.small .container .actions {
order: 3;
}
}
header.small .container .actions .action-wrapper {
padding: 0;
}
header.small .container .actions .action-wrapper.share {
margin: 0 20px;
}
header .container {
display: flex;
justify-content: space-between;
transition: 0.4s;
padding-top: 25px;
padding-bottom: 13px;
}
@media (max-width: 900px) {
header .container {
flex-wrap: wrap;
}
}
@media (max-width: 550px) {
header .container {
padding-top: 5px;
padding-bottom: 10px;
width: 100%;
}
}
header .container .logo {
transition: 0.4s;
order: 1;
}
header .container .logo:hover {
transform: scale(1.1);
}
header .container .logo a {
display: block;
height: 100%;
}
header .container .logo a img {
max-width: 124px;
max-height: 129px;
}
@media (max-width: 700px) {
header .container .logo a img {
max-width: 59px;
max-height: 62px;
}
}
header .container .menu {
display: flex;
align-items: center;
justify-content: center;
max-width: 450px;
width: 100%;
margin: 0 20px;
order: 2;
}
@media (max-width: 900px) {
header .container .menu {
order: 3;
max-width: 100%;
margin: 10px 0 0 0;
}
}
header .container .menu ul {
padding: 0;
margin: 0;
display: flex;
}
header .container .menu ul li {
list-style: none;
position: relative;
max-width: 46px;
transition: 0.4s;
}
@media (max-width: 900px) {
header .container .menu ul li {
max-width: 73px;
margin-right: 7px;
}
header .container .menu ul li:last-of-type {
margin-right: 0;
}
}
header .container .menu ul li:hover {
transform: scale(1.2);
}
header .container .menu ul li:nth-of-type(1):hover a {
color: #ffffff;
background-color: #459A9D;
}
header .container .menu ul li:nth-of-type(2) a {
border-color: #BB8F9D;
color: #BB8F9D;
}
header .container .menu ul li:nth-of-type(2):hover a {
color: #ffffff;
background-color: #BB8F9D;
}
header .container .menu ul li:nth-of-type(3) a {
border-color: #DFAA82;
color: #DFAA82;
}
header .container .menu ul li:nth-of-type(3):hover a {
color: #ffffff;
background-color: #DFAA82;
}
header .container .menu ul li:nth-of-type(4) a {
border-color: #95CBCA;
color: #95CBCA;
}
header .container .menu ul li:nth-of-type(4):hover a {
color: #ffffff;
background-color: #95CBCA;
}
header .container .menu ul li:nth-of-type(5) a {
border-color: #459A9D;
color: #459A9D;
}
header .container .menu ul li:nth-of-type(5):hover a {
color: #ffffff;
background-color: #459A9D;
}
header .container .menu ul li:nth-of-type(6) a {
border-color: #BB8F9D;
color: #BB8F9D;
}
header .container .menu ul li:nth-of-type(6):hover a {
color: #ffffff;
background-color: #BB8F9D;
}
header .container .menu ul li:nth-of-type(7) a {
border-color: #DFAA82;
color: #DFAA82;
}
header .container .menu ul li:nth-of-type(7):hover a {
color: #ffffff;
background-color: #DFAA82;
}
header .container .menu ul li:last-of-type {
max-width: 73px;
}
header .container .menu ul li:last-of-type a {
border-color: #95CBCA;
}
header .container .menu ul li:last-of-type:hover a {
color: #ffffff;
background-color: #95CBCA;
}
@media (max-width: 550px) {
header .container .menu ul li:last-of-type:hover svg {
width: 13px;
height: 13px;
}
}
header .container .menu ul li:last-of-type:hover svg path {
fill: #ffffff;
}
header .container .menu ul li a {
display: flex;
align-items: center;
justify-content: center;
color: #459A9D;
text-align: center;
font-size: 40px;
font-style: normal;
font-weight: 700;
border-radius: 50%;
border: 3px solid #459A9D;
background-color: #ffffff;
text-decoration: none;
width: 73px;
height: 73px;
transition: 0.4s;
}
@media (max-width: 700px) {
header .container .menu ul li a {
width: 55px;
height: 55px;
font-size: 35px;
}
}
@media (max-width: 550px) {
header .container .menu ul li a {
width: 33px;
height: 33px;
font-size: 22px;
}
}
header .container .actions {
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
order: 3;
}
@media (max-width: 900px) {
header .container .actions {
order: 2;
align-items: flex-end;
}
}
header .container .actions .row {
display: flex;
align-items: center;
position: relative;
}
header .container .actions .action-wrapper {
padding: 5px 0;
}
header .container .actions .action-wrapper a {
display: block;
color: #459A9D;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 2.4px;
text-decoration: none;
position: relative;
overflow: hidden;
}
header .container .actions .action-wrapper a:before {
content: "";
position: absolute;
bottom: 0;
left: 0;
height: 3px;
width: 100%;
background-color: #459A9D;
transform: translateX(-100%);
transition: 0.4s;
}
header .container .actions .action-wrapper a:hover:before {
transform: translateX(0);
}
header .container .actions .action-wrapper.share {
margin: 0 37px;
}
header .container .actions .action-wrapper .svg {
display: flex;
align-items: center;
}
header .container .actions .action-wrapper svg {
cursor: pointer;
transition: 0.4s;
}
header .container .actions .action-wrapper svg:hover {
transform: scale(1.2);
}
header .container .actions .search-input {
width: 100%;
transform: translateX(100%);
transition: 0.4s;
height: 0;
}
header .container .actions .search-input.active {
transform: translateX(0);
height: auto;
}
header .container .actions .search-input input, header .container .actions .search-input button {
border: none;
padding: 0;
margin: 0;
outline: none;
width: 100%;
}
header .container .actions .search-input input {
border-bottom: 1px solid #DFAA82;
}
header .container .actions .search-input input::placeholder {
font-family: "Poppins", sans-serif;
font-size: 18px;
color: #706f6f;
}
#ghost {
height: 174px;
}
@media (max-width: 900px) {
#ghost {
height: 257px;
}
}
@media (max-width: 700px) {
#ghost {
height: 172px;
}
}
@media (max-width: 560px) {
#ghost {
display: none;
}
}
.editor-wrapper h1 {
font-size: 88px;
font-style: normal;
font-weight: 900;
line-height: 1;
letter-spacing: 2.4px;
font-family: "Poppins", "sans-serif";
}
@media (max-width: 1200px) {
.editor-wrapper h1 {
font-size: 60px;
}
}
@media (max-width: 500px) {
.editor-wrapper h1 {
font-size: 46px;
}
}
.editor-wrapper h2 {
font-size: 48px;
font-style: normal;
font-weight: 900;
line-height: 59.76px;
letter-spacing: 2.4px;
font-family: "Poppins", "sans-serif";
}
@media (max-width: 1200px) {
.editor-wrapper h2 {
line-height: 1;
font-size: 42px;
}
}
.editor-wrapper h3, .editor-wrapper h4 {
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 41.76px;
}
@media (max-width: 1200px) {
.editor-wrapper h3, .editor-wrapper h4 {
line-height: 1;
font-size: 22px;
}
}
.editor-wrapper p {
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 27.248px;
}
.btn-wrapper {
max-width: 100%;
}
@media (max-width: 1130px) {
.btn-wrapper {
max-width: 305px;
}
}
.btn-wrapper a {
display: block;
width: max-content;
width: 100%;
color: #459A9D;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 1;
text-decoration: none;
padding: 20px 15px 15px 15px;
border-radius: 18px;
background: #FFF;
box-shadow: 0px 4px 4px 0px #459A9D;
position: relative;
overflow: hidden;
min-width: 400px;
text-align: center;
}
@media (max-width: 1450px) {
.btn-wrapper a {
font-size: 26px;
padding: 15px 10px 10px 10px;
}
}
@media (max-width: 1200px) {
.btn-wrapper a {
font-size: 24px;
}
}
@media (max-width: 1130px) {
.btn-wrapper a {
width: 100%;
min-width: 305px;
}
}
@media (max-width: 500px) {
.btn-wrapper a {
font-size: 20px;
width: 100%;
padding: 15px 25px 15px 25px;
}
}
@media (max-width: 390px) {
.btn-wrapper a {
min-width: 285px !important;
padding: 15px;
max-width: 100%;
}
}
.btn-wrapper a:hover:before {
transform: translateY(0);
}
.btn-wrapper a:before {
content: "";
position: absolute;
top: 0;
left: 0;
border-radius: 18px;
background-color: #459A9D;
width: 100%;
height: 100%;
transform: translateY(100%);
transition: 0.4s;
opacity: 0.3;
}
footer {
margin: 80px 0 40px 0;
}
footer .container .wrapper p {
text-align: center;
font-weight: bold;
}
.editor-image {
margin-bottom: 119px;
}
@media (max-width: 700px) {
.editor-image {
margin-bottom: 35px;
}
}
.editor-image .container .wrapper {
display: flex;
border-radius: 31px;
background: #95CBCA;
min-height: 578px;
}
@media (max-width: 1024px) {
.editor-image .container .wrapper {
flex-direction: column;
min-height: auto;
}
}
.editor-image .container .wrapper .col {
display: flex;
align-items: center;
position: relative;
padding: 60px 48px;
}
.editor-image .container .wrapper .col:nth-of-type(1) {
max-width: 800px;
width: 100%;
margin-right: 15px;
}
@media (max-width: 1024px) {
.editor-image .container .wrapper .col:nth-of-type(1) {
max-width: 100%;
margin-right: 0;
padding: 35px 20px 20px 20px;
}
}
.editor-image .container .wrapper .col:nth-of-type(2) {
max-width: 700px;
width: 100%;
margin-left: 15px;
border-radius: 31px;
}
@media (max-width: 1024px) {
.editor-image .container .wrapper .col:nth-of-type(2) {
margin-left: 0;
padding: 0;
max-width: 100%;
}
.editor-image .container .wrapper .col:nth-of-type(2) .image-wrapper {
width: 100%;
}
.editor-image .container .wrapper .col:nth-of-type(2) .image-wrapper img {
height: 500px !important;
position: relative;
}
}
.editor-image .container .wrapper .col:nth-of-type(2) .image-wrapper img {
border-radius: 31px;
}
.editor-image .container .wrapper .col .editor-wrapper * {
color: #ffffff;
}
.editor-image .container .wrapper .col .editor-wrapper h4 {
color: #459A9D;
}
.editor-image .container .wrapper .col .editor-wrapper h1, .editor-image .container .wrapper .col .editor-wrapper h2 {
margin-bottom: 30px;
}
.editor-image .container .wrapper .col .editor-wrapper h4, .editor-image .container .wrapper .col .editor-wrapper h5, .editor-image .container .wrapper .col .editor-wrapper p {
margin-bottom: 10px;
}
.editor-image .container .wrapper .col .image-wrapper img {
filter: brightness(60%);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.editor-image .container .wrapper .col .row {
position: absolute;
bottom: 30px;
display: flex;
align-items: flex-end;
}
@media (max-width: 1024px) {
.editor-image .container .wrapper .col .row {
bottom: 20px;
}
.editor-image .container .wrapper .col .row .arrow {
margin-left: 30px;
}
.editor-image .container .wrapper .col .row .arrow svg {
height: 235.803px;
width: 75.932px;
}
}
.editor-image .container .wrapper .col .row .text {
margin-left: 35px;
max-width: 380px;
padding: 10px 10px 0 0;
}
@media (max-width: 1024px) {
.editor-image .container .wrapper .col .row .text {
margin-left: 14px;
max-width: 205px;
}
}
.editor-image .container .wrapper .col .row .text p {
color: #ffffff;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 130.5%; }
@media (max-width: 1024px) {
.editor-image .container .wrapper .col .row .text p {
font-size: 24px;
line-height: 130.5%; }
}
.menu-blocks {
max-width: 100%;
overflow: hidden;
}
@media (max-width: 700px) {
.menu-blocks {
margin-bottom: 40px;
}
}
.menu-blocks .container {
max-width: 1350px;
width: 100%;
display: flex;
justify-content: center;
}
.menu-blocks .container .wrapper {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
@media (max-width: 910px) {
.menu-blocks .container .wrapper {
flex-direction: column;
}
}
.menu-blocks .container .wrapper .box {
display: flex;
max-width: 100%;
}
@media (max-width: 910px) {
.menu-blocks .container .wrapper .box {
flex-wrap: wrap;
margin-bottom: 3px;
}
}
.menu-blocks .container .wrapper .row {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 9px;
}
@media (max-width: 910px) {
.menu-blocks .container .wrapper .row {
margin-bottom: 4px;
}
}
.menu-blocks .container .wrapper .row:last-of-type {
margin-bottom: 0;
}
.menu-blocks .container .wrapper .row.inline-row {
display: inline-block;
}
.menu-blocks .container .wrapper .block {
display: flex;
align-items: center;
border-radius: 31px;
background: #459A9D;
padding: 15px;
flex-shrink: 0;
cursor: pointer;
text-decoration: none;
overflow: hidden;
width: 100%;
}
.menu-blocks .container .wrapper .block:hover {
animation: movement 0.5s linear forwards;
}
@keyframes movement {
0% {
transform: scale(1);
}
50% {
transform: scale(0.9);
}
100% {
transform: scale(1);
}
}
@media (max-width: 910px) {
.menu-blocks .container .wrapper .block {
padding: 7px 15px 15px 15px !important;
}
}
.menu-blocks .container .wrapper .block h1 {
color: #DAEBEB;
font-size: 96px;
font-style: normal;
font-weight: 900;
line-height: 1;
letter-spacing: 2.4px;
margin-right: 15px;
position: relative;
top: -35px;
}
@media (max-width: 910px) {
.menu-blocks .container .wrapper .block h1 {
font-size: 29px;
top: -20px;
margin-right: 10px;
}
}
.menu-blocks .container .wrapper .block h4 {
color: #FFF;
font-size: 33px;
font-style: normal;
font-weight: 900;
line-height: 1;
letter-spacing: 2.4px;
}
@media (max-width: 1360px) {
.menu-blocks .container .wrapper .block h4 {
font-size: 26px;
}
}
@media (max-width: 1160px) {
.menu-blocks .container .wrapper .block h4 {
font-size: 22px;
}
}
@media (max-width: 910px) {
.menu-blocks .container .wrapper .block h4 {
font-size: 15px;
}
}
@media (max-width: 380px) {
.menu-blocks .container .wrapper .block h4 {
font-size: 13px;
}
}
.menu-blocks .container .wrapper .block.one {
flex-direction: column;
align-items: flex-start;
width: 308px;
height: 357px;
margin-right: 9px;
padding-left: 29px;
}
@media (max-width: 1360px) {
.menu-blocks .container .wrapper .block.one {
width: 270px;
}
}
@media (max-width: 1160px) {
.menu-blocks .container .wrapper .block.one {
width: 230px;
}
}
@media (max-width: 910px) {
.menu-blocks .container .wrapper .block.one {
width: 153.303px;
height: 192.024px;
margin-right: 4px;
}
}
@media (max-width: 398px) {
.menu-blocks .container .wrapper .block.one {
width: 143.303px;
}
}
@media (max-width: 378px) {
.menu-blocks .container .wrapper .block.one {
width: 123.303px;
}
}
.menu-blocks .container .wrapper .block.one h1 {
margin-bottom: 40px;
top: 5px;
}
.menu-blocks .container .wrapper .block.two {
border-radius: 25px;
background: #DFAA82;
width: 508px;
height: 174px;
margin-right: 9px;
margin-bottom: 12px;
}
@media (max-width: 1360px) {
.menu-blocks .container .wrapper .block.two {
width: 400px;
}
}
@media (max-width: 1160px) {
.menu-blocks .container .wrapper .block.two {
width: 300px;
}
}
@media (max-width: 910px) {
.menu-blocks .container .wrapper .block.two {
width: 214px;
height: 95px;
margin-bottom: 2px;
margin-right: 0;
}
}
@media (max-width: 398px) {
.menu-blocks .container .wrapper .block.two {
width: 204px;
}
}
@media (max-width: 378px) {
.menu-blocks .container .wrapper .block.two {
width: 184px;
}
}
.menu-blocks .container .wrapper .block.two h1 {
color: #CAE5E5;
}
.menu-blocks .container .wrapper .block.three {
background: #459A9D;
width: 414px;
height: 174px;
margin-bottom: 12px;
}
@media (max-width: 1360px) {
.menu-blocks .container .wrapper .block.three {
width: 370px;
}
}
@media (max-width: 1160px) {
.menu-blocks .container .wrapper .block.three {
width: 300px;
}
}
@media (max-width: 910px) {
.menu-blocks .container .wrapper .block.three {
width: 214px;
height: 95px;
margin-bottom: 0;
}
}
@media (max-width: 398px) {
.menu-blocks .container .wrapper .block.three {
width: 204px;
}
}
@media (max-width: 378px) {
.menu-blocks .container .wrapper .block.three {
width: 184px;
}
}
.menu-blocks .container .wrapper .block.three h1 {
color: #D49FB0;
}
.menu-blocks .container .wrapper .block.four {
background: #9ACACB;
width: 433px;
height: 171px;
margin-right: 10px;
}
@media (max-width: 1360px) {
.menu-blocks .container .wrapper .block.four {
width: 400px;
}
}
@media (max-width: 1160px) {
.menu-blocks .container .wrapper .block.four {
width: 300px;
}
}
@media (max-width: 910px) {
.menu-blocks .container .wrapper .block.four {
width: 203px;
height: 92px;
margin-right: 4px;
}
}
@media (max-width: 398px) {
.menu-blocks .container .wrapper .block.four {
width: 193px;
}
}
@media (max-width: 378px) {
.menu-blocks .container .wrapper .block.four {
width: 173px;
}
}
.menu-blocks .container .wrapper .block.four h1 {
color: #D39FB0;
}
.menu-blocks .container .wrapper .block.five {
background: #BB8F9D;
width: 488px;
height: 171px;
position: relative;
left: -72px;
}
@media (max-width: 1360px) {
.menu-blocks .container .wrapper .block.five {
width: 370px;
left: 0;
}
}
@media (max-width: 1160px) {
.menu-blocks .container .wrapper .block.five {
width: 300px;
}
}
@media (max-width: 910px) {
.menu-blocks .container .wrapper .block.five {
width: 163px;
height: 92px;
background: #CAE5E5;
}
.menu-blocks .container .wrapper .block.five h4 {
color: #459A9D;
}
}
@media (max-width: 398px) {
.menu-blocks .container .wrapper .block.five {
width: 153px;
}
}
@media (max-width: 378px) {
.menu-blocks .container .wrapper .block.five {
width: 133px;
}
}
.menu-blocks .container .wrapper .block.five h1 {
color: #F2B68A;
}
.menu-blocks .container .wrapper .block.six {
background: #BB8F9D;
width: 374px;
height: 168px;
margin-right: 8px;
}
@media (max-width: 1360px) {
.menu-blocks .container .wrapper .block.six {
width: 270px;
}
}
@media (max-width: 1160px) {
.menu-blocks .container .wrapper .block.six {
width: 230px;
}
}
@media (max-width: 910px) {
.menu-blocks .container .wrapper .block.six {
width: 203px;
height: 92px;
margin-right: 0;
}
}
@media (max-width: 398px) {
.menu-blocks .container .wrapper .block.six {
width: 193px;
}
}
@media (max-width: 378px) {
.menu-blocks .container .wrapper .block.six {
width: 173px;
}
}
.menu-blocks .container .wrapper .block.six h1 {
color: #F2B68A;
}
.menu-blocks .container .wrapper .block.seven {
background: #CAE5E5;
width: 562px;
height: 168px;
margin-right: 9px;
}
@media (max-width: 1360px) {
.menu-blocks .container .wrapper .block.seven {
width: 779px;
margin-right: 0;
}
}
@media (max-width: 1160px) {
.menu-blocks .container .wrapper .block.seven {
width: 609px;
}
}
@media (max-width: 910px) {
.menu-blocks .container .wrapper .block.seven {
width: 160px;
height: 203px;
margin-left: 4px;
flex-direction: column;
align-items: flex-start;
}
}
@media (max-width: 398px) {
.menu-blocks .container .wrapper .block.seven {
width: 150px;
}
}
@media (max-width: 378px) {
.menu-blocks .container .wrapper .block.seven {
width: 130px;
}
}
.menu-blocks .container .wrapper .block.seven h1 {
color: #D49FB0;
}
@media (max-width: 910px) {
.menu-blocks .container .wrapper .block.seven h1 {
margin-bottom: 40px;
top: 5px;
}
}
.menu-blocks .container .wrapper .block.seven h4 {
color: #459A9D;
}
.menu-blocks .container .wrapper .block.eight {
background: #459A9D;
width: 144px;
height: 172px;
margin-right: 9px;
justify-content: center;
text-align: center;
position: relative;
padding: 15px !important;
}
@media (max-width: 1360px) {
.menu-blocks .container .wrapper .block.eight {
width: 100%;
max-width: 524.5px;
margin-top: 12px;
}
}
@media (max-width: 1160px) {
.menu-blocks .container .wrapper .block.eight {
max-width: 419.5px;
}
}
@media (max-width: 910px) {
.menu-blocks .container .wrapper .block.eight {
width: 99px;
height: 107px;
margin-top: 4px;
display: inline-block;
align-items: center;
margin-right: 0;
}
.menu-blocks .container .wrapper .block.eight svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 45px;
height: 43px;
vertical-align: middle;
max-width: 100%;
}
}
@media (max-width: 398px) {
.menu-blocks .container .wrapper .block.eight {
width: 94px;
}
}
@media (max-width: 378px) {
.menu-blocks .container .wrapper .block.eight {
width: 84px;
}
}
.menu-blocks .container .wrapper .block.nine {
background: #DFAA82;
width: 144px;
height: 172px;
justify-content: center;
text-align: center;
position: relative;
padding: 15px !important;
}
@media (max-width: 1360px) {
.menu-blocks .container .wrapper .block.nine {
width: 100%;
max-width: 524.5px;
margin-top: 12px;
}
}
@media (max-width: 1160px) {
.menu-blocks .container .wrapper .block.nine {
max-width: 419.5px;
}
}
@media (max-width: 910px) {
.menu-blocks .container .wrapper .block.nine {
display: inline-block;
align-items: center;
width: 99px;
height: 107px;
margin-top: 4px;
}
.menu-blocks .container .wrapper .block.nine svg {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 42px;
height: 51px;
vertical-align: middle;
max-width: 100%;
}
}
@media (max-width: 398px) {
.menu-blocks .container .wrapper .block.nine {
width: 94px;
}
}
@media (max-width: 378px) {
.menu-blocks .container .wrapper .block.nine {
width: 84px;
}
}
.text-video-poster {
margin: 119px 0 115px 0;
}
@media (max-width: 700px) {
.text-video-poster {
margin: 40px 0 85px 0;
}
}
.text-video-poster .container .wrapper {
display: flex;
align-items: center;
}
@media (max-width: 1024px) {
.text-video-poster .container .wrapper {
flex-direction: column;
}
}
.text-video-poster .container .wrapper .col:nth-of-type(1) {
max-width: 700px;
width: 100%;
margin-right: 30px;
}
@media (max-width: 1024px) {
.text-video-poster .container .wrapper .col:nth-of-type(1) {
max-width: 100%;
margin-right: 0;
margin-bottom: 20px;
}
}
.text-video-poster .container .wrapper .col:nth-of-type(2) {
max-width: 800px;
width: 100%;
margin-left: 30px;
}
@media (max-width: 1024px) {
.text-video-poster .container .wrapper .col:nth-of-type(2) {
max-width: 100%;
margin-left: 0;
}
}
.text-video-poster .container .wrapper .col .editor-wrapper {
padding: 30px 0 30px 0;
max-width: 533px;
}
@media (max-width: 1024px) {
.text-video-poster .container .wrapper .col .editor-wrapper {
padding: 0;
max-width: 100%;
}
}
@media (max-width: 700px) {
.text-video-poster .container .wrapper .col .editor-wrapper {
margin-left: 22px;
}
}
@media (max-width: 700px) {
.text-video-poster .container .wrapper .col .editor-wrapper h2, .text-video-poster .container .wrapper .col .editor-wrapper h3 {
font-size: 18px;
}
}
.text-video-poster .container .wrapper .col .poster-wrapper, .text-video-poster .container .wrapper .col .yt-wrapper {
border-radius: 29px;
width: 100%;
height: 360px;
position: relative;
}
@media (max-width: 500px) {
.text-video-poster .container .wrapper .col .poster-wrapper, .text-video-poster .container .wrapper .col .yt-wrapper {
height: 163px;
}
}
.text-video-poster .container .wrapper .col .poster-wrapper .image, .text-video-poster .container .wrapper .col .yt-wrapper .image {
filter: brightness(60%);
}
.text-video-poster .container .wrapper .col .poster-wrapper img, .text-video-poster .container .wrapper .col .yt-wrapper img {
width: 100%;
height: 360px;
object-fit: cover;
border-radius: 29px;
}
@media (max-width: 500px) {
.text-video-poster .container .wrapper .col .poster-wrapper img, .text-video-poster .container .wrapper .col .yt-wrapper img {
height: 163px;
max-width: 100%;
}
}
.text-video-poster .container .wrapper .col .poster-wrapper .play, .text-video-poster .container .wrapper .col .yt-wrapper .play {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.text-video-poster .container .wrapper .col .poster-wrapper .play:hover svg, .text-video-poster .container .wrapper .col .yt-wrapper .play:hover svg {
transform: scale(1.1);
}
.text-video-poster .container .wrapper .col .poster-wrapper .play:hover svg path, .text-video-poster .container .wrapper .col .yt-wrapper .play:hover svg path {
fill: #459A9D;
}
.text-video-poster .container .wrapper .col .poster-wrapper .play svg, .text-video-poster .container .wrapper .col .yt-wrapper .play svg {
transition: 0.4s;
cursor: pointer;
}
@media (max-width: 500px) {
.text-video-poster .container .wrapper .col .poster-wrapper .play svg, .text-video-poster .container .wrapper .col .yt-wrapper .play svg {
width: 42px;
height: 42px;
}
}
.text-video-poster .container .wrapper .col .poster-wrapper .play svg path, .text-video-poster .container .wrapper .col .yt-wrapper .play svg path {
transition: 0.4s;
}
.text-video-poster .container .wrapper .col .yt-wrapper {
display: none;
}
.text-video-poster .container .wrapper .col .yt-wrapper iframe {
border-radius: 29px;
max-width: 100%;
}
@media (max-width: 500px) {
.text-video-poster .container .wrapper .col .yt-wrapper iframe {
height: 163px;
}
}
.section-one {
margin: 124px 0 180px 0;
}
@media (max-width: 700px) {
.section-one {
margin: 85px 0 90px 0;
}
}
.section-one .container .wrapper {
min-height: 470px;
border-radius: 31px;
background: #95CBCA;
position: relative;
display: flex;
}
@media (max-width: 1130px) {
.section-one .container .wrapper {
flex-direction: column;
}
}
.section-one .container .wrapper .col {
width: 100%;
padding: 68px 0 50px 48px;
}
@media (max-width: 700px) {
.section-one .container .wrapper .col {
padding-top: 32px;
padding-left: 23px !important;
padding-right: 22px !important;
}
}
.section-one .container .wrapper .col:nth-of-type(1) {
max-width: 550px;
margin-right: 30px;
}
@media (max-width: 1130px) {
.section-one .container .wrapper .col:nth-of-type(1) {
max-width: 100%;
margin-right: 0;
padding-right: 45px;
}
}
.section-one .container .wrapper .col:nth-of-type(2) {
margin-left: 30px;
padding-left: 0;
padding-right: 45px;
}
@media (max-width: 1130px) {
.section-one .container .wrapper .col:nth-of-type(2) {
max-width: 100%;
margin-left: 0;
margin-top: -190px;
padding-left: 48px;
}
}
@media (max-width: 700px) {
.section-one .container .wrapper .col:nth-of-type(2) {
margin-top: -60px;
}
}
.section-one .container .wrapper .col .row {
display: flex;
}
.section-one .container .wrapper .col .row .number-section {
color: #D39FB0;
top: -120px;
}
@media (max-width: 700px) {
.section-one .container .wrapper .col .row .number-section {
top: -60px;
}
}
.section-one .container .wrapper .col .row .title-section {
color: #ffffff;
}
@media (max-width: 700px) {
.section-one .container .wrapper .col .row .title-section {
margin-left: 10px;
}
}
.section-one .container .wrapper .col .btns-wrapper {
display: flex;
position: absolute;
bottom: 0;
transform: translateY(50%);
right: 20px;
}
.section-one .container .wrapper .col .btns-wrapper.first-btns {
left: 64px;
}
@media (max-width: 1130px) {
.section-one .container .wrapper .col .btns-wrapper.first-btns .btn-wrapper {
margin: 60px 0 45px 0 !important;
}
}
@media (max-width: 1130px) {
.section-one .container .wrapper .col .btns-wrapper.second-btns .btn-wrapper:nth-of-type(1) {
margin-right: 30px;
}
}
@media (max-width: 800px) {
.section-one .container .wrapper .col .btns-wrapper.second-btns .btn-wrapper:nth-of-type(1) {
margin-right: 0;
}
}
.section-one .container .wrapper .col .btns-wrapper.second-btns .btn-wrapper:nth-of-type(1) a {
box-shadow: 0px 4px 4px 0px #D39FB0;
}
.section-one .container .wrapper .col .btns-wrapper.second-btns .btn-wrapper:nth-of-type(1) a:before {
background-color: #D39FB0;
}
.section-one .container .wrapper .col .btns-wrapper.second-btns .btn-wrapper:nth-of-type(2) a {
box-shadow: 0px 4px 4px 0px #F2B68A;
}
.section-one .container .wrapper .col .btns-wrapper.second-btns .btn-wrapper:nth-of-type(2) a:before {
background-color: #F2B68A;
}
@media (max-width: 1130px) {
.section-one .container .wrapper .col .btns-wrapper {
display: flex;
flex-wrap: wrap;
position: relative;
transform: none;
left: 0 !important;
right: 0 !important;
}
}
@media (max-width: 800px) {
.section-one .container .wrapper .col .btns-wrapper {
flex-direction: column;
}
}
.section-one .container .wrapper .col .btns-wrapper .btn-wrapper {
padding-right: 19px;
}
@media (max-width: 1450px) {
.section-one .container .wrapper .col .btns-wrapper .btn-wrapper a {
min-width: 305px;
}
}
@media (max-width: 1130px) {
.section-one .container .wrapper .col .btns-wrapper .btn-wrapper {
margin-top: 20px;
}
}
@media (max-width: 800px) {
.section-one .container .wrapper .col .btns-wrapper .btn-wrapper {
padding-right: 0;
}
}
.section-one .container .wrapper .col .btns-wrapper .btn-wrapper:last-of-type {
padding-right: 0;
}
.section-one .container .wrapper .col .editor-wrapper * {
color: #ffffff;
margin-bottom: 25px;
}
.section-one .container .wrapper .col .editor-wrapper *:last-of-type {
margin-bottom: 0;
}
.section-two {
margin: 180px 0 110px 0;
}
@media (max-width: 700px) {
.section-two {
margin: 90px 0 166px;
}
}
.section-two .container {
max-width: 1530px;
}
.section-two .container .wrapper .row {
display: flex;
margin-bottom: 80px;
}
@media (max-width: 1250px) {
.section-two .container .wrapper .row:first-of-type {
align-items: flex-start;
}
}
@media (max-width: 1120px) {
.section-two .container .wrapper .row:first-of-type {
flex-direction: column;
}
}
@media (max-width: 700px) {
.section-two .container .wrapper .row:first-of-type {
margin-bottom: 40px;
}
}
.section-two .container .wrapper .row:nth-of-type(2) {
margin: 80px 0 70px 0;
}
@media (max-width: 1120px) {
.section-two .container .wrapper .row:nth-of-type(2) {
margin: 40px 0;
}
}
.section-two .container .wrapper .row:nth-of-type(3) {
margin: 70px 0 110px;
}
@media (max-width: 1120px) {
.section-two .container .wrapper .row:nth-of-type(3) {
margin: 40px 0;
}
}
.section-two .container .wrapper .row:nth-of-type(5) {
margin: 110px 0 60px 0;
}
@media (max-width: 1120px) {
.section-two .container .wrapper .row:nth-of-type(5) {
margin: 40px 0;
}
}
@media (max-width: 700px) {
.section-two .container .wrapper .row:nth-of-type(5) {
margin-bottom: 30px;
}
.section-two .container .wrapper .row:nth-of-type(5) .editor-wrapper {
margin: 0 22px;
}
.section-two .container .wrapper .row:nth-of-type(5) .editor-wrapper h2 {
font-size: 22px;
}
}
.section-two .container .wrapper .row.block {
margin: 60px 0 0 0;
max-width: 1350px;
}
@media (max-width: 1130px) {
.section-two .container .wrapper .row.block {
display: block;
}
}
@media (max-width: 700px) {
.section-two .container .wrapper .row.block {
margin-top: 30px;
}
}
.section-two .container .wrapper .row .col {
display: flex;
align-items: flex-end;
width: 100%;
}
.section-two .container .wrapper .row .col:nth-of-type(1) {
max-width: 650px;
margin-right: 25px;
}
@media (max-width: 1120px) {
.section-two .container .wrapper .row .col:nth-of-type(1) {
max-width: 100%;
margin-right: 0;
margin-bottom: 25px;
}
}
.section-two .container .wrapper .row .col:nth-of-type(2) {
margin-left: 25px;
}
@media (max-width: 1120px) {
.section-two .container .wrapper .row .col:nth-of-type(2) {
max-width: 100%;
margin-left: 0;
}
}
.section-two .container .wrapper .row .col .number-section {
color: #F2B68A;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
left: -10px;
}
@media (max-width: 700px) {
.section-two .container .wrapper .row .col .number-section {
left: -5px;
}
}
.section-two .container .wrapper .row .col .title-section {
color: #459A9D;
margin-left: 15px;
}
.section-two .container .wrapper .row .boxes {
display: flex;
justify-content: space-between;
width: 100%;
}
@media (max-width: 1120px) {
.section-two .container .wrapper .row .boxes {
flex-wrap: wrap;
justify-content: flex-start;
}
}
@media (max-width: 600px) {
.section-two .container .wrapper .row .boxes {
justify-content: space-between;
}
}
.section-two .container .wrapper .row .boxes .box {
display: flex;
align-items: center;
flex-direction: column;
max-width: 180px;
width: 100%;
}
@media (max-width: 1120px) {
.section-two .container .wrapper .row .boxes .box {
margin-bottom: 15px;
}
}
@media (max-width: 600px) {
.section-two .container .wrapper .row .boxes .box {
max-width: calc(50% - 20px);
}
.section-two .container .wrapper .row .boxes .box:nth-of-type(odd) {
margin-right: 10px;
}
.section-two .container .wrapper .row .boxes .box:nth-of-type(even) {
margin-left: 10px;
}
}
.section-two .container .wrapper .row .boxes .box.more {
cursor: pointer;
height: max-content;
}
.section-two .container .wrapper .row .boxes .box.more:hover .image svg {
transform: rotate(360deg);
}
.section-two .container .wrapper .row .boxes .box.more:hover .name {
overflow: visible;
}
.section-two .container .wrapper .row .boxes .box.more:hover .name p {
transition: 1s;
}
.section-two .container .wrapper .row .boxes .box.more:hover .more-options {
transform: translateY(0);
}
.section-two .container .wrapper .row .boxes .box.more .image svg {
transition: 1s;
}
.section-two .container .wrapper .row .boxes .box .image {
height: 164px;
max-width: 180px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
transition: 0.4s;
}
@media (max-width: 390px) {
.section-two .container .wrapper .row .boxes .box .image {
max-width: 100%;
}
}
.section-two .container .wrapper .row .boxes .box .image:hover {
transform: scale(1.1);
}
.section-two .container .wrapper .row .boxes .box .image img {
max-width: 180px;
object-fit: contain;
}
@media (max-width: 390px) {
.section-two .container .wrapper .row .boxes .box .image img {
max-width: 100%;
}
}
.section-two .container .wrapper .row .boxes .box .name {
text-align: center;
position: relative;
overflow: hidden;
}
.section-two .container .wrapper .row .boxes .box .name a, .section-two .container .wrapper .row .boxes .box .name p {
color: #459A9D;
font-size: 21px;
font-style: normal;
font-weight: 500;
line-height: 130.5%; cursor: pointer;
}
@media (max-width: 500px) {
.section-two .container .wrapper .row .boxes .box .name a, .section-two .container .wrapper .row .boxes .box .name p {
font-size: 19px;
}
}
.section-two .container .wrapper .row .boxes .box .name p {
display: inline;
}
.section-two .container .wrapper .row .boxes .box .more-options {
position: absolute;
top: 100%;
left: 0;
max-height: 300px;
overflow-y: auto;
transform: translateY(100%);
transition: 0.4s;
background: #ffffff;
padding: 20px 10px 10px 10px;
border-radius: 31px;
max-width: 100%;
}
.section-two .container .wrapper .row .boxes .box .more-options .name {
word-break: break-all;
}
@media (max-width: 500px) {
.section-two .container .wrapper .row .boxes .box .more-options .name {
padding-top: 5px;
}
}
.section-two .container .wrapper .row .boxes .box .more-options .name a {
color: #F2B68A;
}
.section-two .container .wrapper .row .tiles {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
@media (max-width: 1130px) {
.section-two .container .wrapper .row .tiles {
display: none;
}
}
.section-two .container .wrapper .row .tiles.tiles-slider {
display: none;
}
@media (max-width: 1130px) {
.section-two .container .wrapper .row .tiles.tiles-slider {
display: block;
}
}
.section-two .container .wrapper .row .tiles.tiles-slider .tile {
max-width: calc(100% - 50px);
height: 100%;
margin-bottom: 0;
}
@media (max-width: 700px) {
.section-two .container .wrapper .row .tiles.tiles-slider .tile {
max-width: calc(100% - 44px);
margin: 0 22px;
}
}
.section-two .container .wrapper .row .tiles.tiles-slider .slick-track > div {
padding-bottom: 14px;
}
.section-two .container .wrapper .row .tiles.tiles-slider .slick-dots {
bottom: -45px;
}
.section-two .container .wrapper .row .tiles.tiles-slider .slick-dots li button {
width: 6px;
height: 6px;
background-color: #459A9D;
border-radius: 50%;
}
.section-two .container .wrapper .row .tiles.tiles-slider .slick-dots li button:before {
content: none;
}
.section-two .container .wrapper .row .tiles.tiles-slider .slick-dots li.slick-active button {
width: 10px;
height: 10px;
background-color: #BB8F9D;
}
.section-two .container .wrapper .row .tiles .tile {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
margin: 0 25px 60px 25px;
max-width: calc(33.3% - 50px);
width: 100%;
border-radius: 18px;
border: 1px solid #DFAA82;
background: #FFF;
box-shadow: 0px 14px 5px 0px #F2B68A;
padding: 25px 48px 35px 48px;
position: relative;
overflow: hidden;
}
.section-two .container .wrapper .row .tiles .tile:hover:before {
transform: translateY(0);
}
.section-two .container .wrapper .row .tiles .tile:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #F2B68A;
opacity: 0.2;
transition: 0.4s;
transform: translateY(100%);
}
.section-two .container .wrapper .row .tiles .tile:nth-of-type(2) {
border-color: #D39FB0;
box-shadow: 0px 14px 5px 0px #D39FB0;
}
.section-two .container .wrapper .row .tiles .tile:nth-of-type(2):before {
background-color: #D39FB0;
}
.section-two .container .wrapper .row .tiles .tile:nth-of-type(3) {
border-color: #459A9D;
box-shadow: 0px 14px 5px 0px #459A9D;
}
.section-two .container .wrapper .row .tiles .tile:nth-of-type(3):before {
background-color: #459A9D;
}
.section-two .container .wrapper .row .tiles .tile:nth-of-type(4) {
border-color: #9ACACB;
box-shadow: 0px 14px 5px 0px #9ACACB;
}
.section-two .container .wrapper .row .tiles .tile:nth-of-type(4):before {
background-color: #9ACACB;
}
.section-two .container .wrapper .row .tiles .tile:nth-of-type(5) {
border-color: #F2B68A;
box-shadow: 0px 14px 5px 0px #F2B68A;
}
.section-two .container .wrapper .row .tiles .tile:nth-of-type(5):before {
background-color: #F2B68A;
}
.section-two .container .wrapper .row .tiles .tile .icon {
margin-bottom: 20px;
}
@media (max-width: 1120px) {
.section-two .container .wrapper .row .tiles .tile .icon {
display: none;
}
}
.section-two .container .wrapper .row .tiles .tile .icon img {
max-height: 73px;
}
.section-two .container .wrapper .row .tiles .tile .text p {
color: #459A9D;
text-align: center;
font-size: 21px;
font-style: normal;
font-weight: 500;
line-height: 130.5%; }
.section-three {
margin: 110px 0 625px 0;
}
@media (max-width: 700px) {
.section-three {
margin: 166px 0 190px 0;
}
}
.section-three .container .wrapper {
border-radius: 29px;
background: #BB8F9D;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
padding: 110px 48px 170px 48px;
position: relative;
}
@media (max-width: 1130px) {
.section-three .container .wrapper {
padding-bottom: 20px;
}
}
@media (max-width: 700px) {
.section-three .container .wrapper {
padding: 66px 23px 20px 23px;
}
}
.section-three .container .wrapper .row {
display: flex;
margin-bottom: 45px;
}
@media (max-width: 1130px) {
.section-three .container .wrapper .row {
flex-direction: column;
}
}
@media (max-width: 700px) {
.section-three .container .wrapper .row {
margin-bottom: 30px;
}
}
@media (max-width: 1410px) {
.section-three .container .wrapper .row:nth-of-type(2) {
margin-top: 30px;
}
}
.section-three .container .wrapper .row:nth-of-type(3) {
align-items: center;
margin-bottom: 0;
}
@media (max-width: 1150px) {
.section-three .container .wrapper .row:nth-of-type(3) {
flex-direction: column;
}
.section-three .container .wrapper .row:nth-of-type(3) .editor-wrapper {
max-width: 100% !important;
margin-right: 0 !important;
margin-bottom: 25px !important;
}
}
.section-three .container .wrapper .row:nth-of-type(3) .editor-wrapper {
max-width: 900px;
margin-right: 30px;
}
.section-three .container .wrapper .row .col {
display: flex;
max-width: calc(50% - 30px);
width: 100%;
}
.section-three .container .wrapper .row .col:nth-of-type(1) {
margin-right: 30px;
}
@media (max-width: 1130px) {
.section-three .container .wrapper .row .col:nth-of-type(1) {
margin-right: 0;
margin-bottom: 25px;
max-width: 100%;
}
}
.section-three .container .wrapper .row .col:nth-of-type(2) {
margin-left: 30px;
}
@media (max-width: 1130px) {
.section-three .container .wrapper .row .col:nth-of-type(2) {
margin-left: 0;
max-width: 100%;
}
}
.section-three .container .wrapper .row .col .number-section {
color: #CAE5E5;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
margin-top: -200px;
left: -15px;
max-width: 240px;
}
@media (max-width: 700px) {
.section-three .container .wrapper .row .col .number-section {
margin-top: -95px;
left: -10px;
}
}
.section-three .container .wrapper .row .col .title-section {
color: #ffffff;
}
@media (max-width: 700px) {
.section-three .container .wrapper .row .col .title-section {
margin-left: 0;
}
}
.section-three .container .wrapper .row .col .icons-wrapper {
max-width: 100%;
width: 100%;
}
@media (max-width: 910px) {
.section-three .container .wrapper .row .col .icons-wrapper {
flex-wrap: nowrap;
flex-direction: column;
}
}
@media (max-width: 500px) {
.section-three .container .wrapper .row .col .icons-wrapper {
align-items: center;
}
}
.section-three .container .wrapper .row .col .icons-wrapper .icons {
display: flex;
justify-content: center;
flex-wrap: wrap;
width: 100%;
}
@media (max-width: 1130px) {
.section-three .container .wrapper .row .col .icons-wrapper .icons {
justify-content: space-evenly;
}
}
@media (max-width: 910px) {
.section-three .container .wrapper .row .col .icons-wrapper .icons {
display: block;
text-align: center;
}
}
@media (max-width: 500px) {
.section-three .container .wrapper .row .col .icons-wrapper .icons:nth-of-type(2) {
max-width: 200px;
justify-content: center;
}
}
.section-three .container .wrapper .row .col .icons-wrapper .icons:nth-of-type(2) .icon {
max-width: 72px;
margin: 0 3px 6px 3px;
}
.section-three .container .wrapper .row .col .icons-wrapper .icons .slick-dots {
bottom: -25px;
}
.section-three .container .wrapper .row .col .icons-wrapper .icons .slick-dots li button {
width: 6px;
height: 6px;
background-color: #ffffff;
border-radius: 50%;
}
.section-three .container .wrapper .row .col .icons-wrapper .icons .slick-dots li button:before {
content: none;
}
.section-three .container .wrapper .row .col .icons-wrapper .icons .slick-dots li.slick-active button {
width: 10px;
height: 10px;
background-color: #F2B68A;
}
.section-three .container .wrapper .row .col .icons-wrapper .icons .icon {
max-width: 66px;
height: 100%;
margin: 0 10px 24px 10px;
transition: 0.4s;
}
@media (max-width: 910px) {
.section-three .container .wrapper .row .col .icons-wrapper .icons .icon {
max-width: 110px;
}
.section-three .container .wrapper .row .col .icons-wrapper .icons .icon img {
margin: 0 auto !important;
max-width: 110px !important;
}
}
.section-three .container .wrapper .row .col .icons-wrapper .icons .icon:hover {
transform: scale(1.1);
}
.section-three .container .wrapper .row .col .icons-wrapper .icons .icon img {
max-width: 66px;
height: 100%;
}
.section-three .container .wrapper .row .col .editor-wrapper {
color: #ffffff;
}
.section-three .container .wrapper .row .col .box-text-icon-wrapper {
display: flex;
align-items: center;
max-width: 100%;
width: 100%;
border-radius: 31px;
background: #CAE5E5;
padding: 26px 32px 26px 31px;
}
@media (max-width: 700px) {
.section-three .container .wrapper .row .col .box-text-icon-wrapper {
flex-direction: column;
}
.section-three .container .wrapper .row .col .box-text-icon-wrapper .icon {
margin-right: 0 !important;
margin-bottom: 25px !important;
}
}
@media (max-width: 500px) {
.section-three .container .wrapper .row .col .box-text-icon-wrapper {
padding: 24px 9px 40px 11px;
}
}
.section-three .container .wrapper .row .col .box-text-icon-wrapper .icon {
margin-right: 11px;
}
.section-three .container .wrapper .row .col .box-text-icon-wrapper .icon img {
max-width: 178px;
max-height: 179px;
}
@media (max-width: 500px) {
.section-three .container .wrapper .row .col .box-text-icon-wrapper .icon img {
max-width: 127px;
}
}
.section-three .container .wrapper .row .col .box-text-icon-wrapper .editor-wrapper {
color: #459A9D;
}
.section-three .container .wrapper .row .editor-wrapper {
color: #ffffff;
}
@media (max-width: 700px) {
.section-three .container .wrapper .row .editor-wrapper h2 {
font-size: 22px;
}
}
@media (max-width: 1130px) {
.section-three .container .wrapper .row .arrow {
position: absolute;
top: calc(100% - 30px);
}
}
.section-three .container .wrapper .tiles-items {
position: absolute;
bottom: 80px;
left: 0;
transform: translateY(100%);
width: 100%;
display: flex;
}
.section-three .container .wrapper .tiles-items.tiles-items-slider {
display: none;
position: relative;
bottom: 0;
transform: none;
margin-bottom: 105px;
}
@media (max-width: 1130px) {
.section-three .container .wrapper .tiles-items {
display: none;
}
.section-three .container .wrapper .tiles-items.tiles-items-slider {
display: block !important;
}
}
.section-three .container .wrapper .tiles-items .slick-dots {
bottom: -55px;
}
.section-three .container .wrapper .tiles-items .slick-dots li button {
width: 6px;
height: 6px;
background-color: #ffffff;
border-radius: 50%;
}
.section-three .container .wrapper .tiles-items .slick-dots li button:before {
content: none;
}
.section-three .container .wrapper .tiles-items .slick-dots li.slick-active button {
width: 10px;
height: 10px;
background-color: #F2B68A;
}
.section-three .container .wrapper .tiles-items .slick-track > div {
padding-bottom: 14px;
}
.section-three .container .wrapper .tiles-items .tile {
border-radius: 18px;
border: 1px solid #F2B68A;
background: #FFF;
box-shadow: 0px 14px 4px 0px #F2B68A;
padding: 44px 37px 57px 37px;
max-width: 345px;
width: 100%;
height: max-content;
margin: 0 22.5px;
position: relative;
overflow: hidden;
}
@media (max-width: 1400px) {
.section-three .container .wrapper .tiles-items .tile {
margin: 0 11.5px;
padding: 30px 20px 30px 20px;
}
}
@media (max-width: 1130px) {
.section-three .container .wrapper .tiles-items .tile {
max-width: calc(100% - 30px);
margin: 0 15px 0 15px !important;
width: 100%;
}
}
.section-three .container .wrapper .tiles-items .tile:nth-of-type(1) {
margin-left: 0;
}
.section-three .container .wrapper .tiles-items .tile:nth-of-type(2) {
border-color: #BB8F9D;
box-shadow: 0px 14px 4px 0px #D39FB0;
}
.section-three .container .wrapper .tiles-items .tile:nth-of-type(2):before {
background-color: #D39FB0;
}
.section-three .container .wrapper .tiles-items .tile:nth-of-type(3) {
border-color: #459A9D;
box-shadow: 0px 14px 4px 0px #459A9D;
}
.section-three .container .wrapper .tiles-items .tile:nth-of-type(3):before {
background-color: #459A9D;
}
.section-three .container .wrapper .tiles-items .tile:nth-of-type(4) {
margin-right: 0;
border-color: #F2B68A;
box-shadow: 0px 14px 4px 0px #F2B68A;
}
.section-three .container .wrapper .tiles-items .tile:nth-of-type(4):before {
background-color: #F2B68A;
}
.section-three .container .wrapper .tiles-items .tile:hover:before {
transform: translateY(0);
}
.section-three .container .wrapper .tiles-items .tile:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #F2B68A;
opacity: 0.2;
transition: 0.4s;
transform: translateY(100%);
}
.section-three .container .wrapper .tiles-items .tile p {
margin-bottom: 30px;
color: #459A9D;
font-size: 21px;
font-style: normal;
font-weight: 500;
line-height: 130.5%;
}
.section-three .container .wrapper .tiles-items .tile p:last-of-type {
margin-bottom: 0;
}
.section-four {
margin: 300px 0 265px 0;
}
@media (max-width: 700px) {
.section-four {
margin: 190px 0 127px 0;
}
}
.section-four .container .wrapper .banner-text-wrapper {
padding: 104px 64px 45px 64px;
min-height: 650px;
position: relative;
margin-bottom: 70px;
}
@media (max-width: 910px) {
.section-four .container .wrapper .banner-text-wrapper {
margin-bottom: 0;
}
}
@media (max-width: 700px) {
.section-four .container .wrapper .banner-text-wrapper {
padding: 52px 23px 20px 23px;
min-height: 772px;
}
}
.section-four .container .wrapper .banner-text-wrapper .bg {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
}
.section-four .container .wrapper .banner-text-wrapper .bg img {
object-fit: cover;
width: 100%;
height: 100%;
filter: brightness(60%);
border-radius: 31px;
}
.section-four .container .wrapper .banner-text-wrapper .row {
display: flex;
max-width: 690px;
width: 100%;
}
.section-four .container .wrapper .banner-text-wrapper .row .number-section {
color: #BB8F9D;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
margin-top: -190px;
left: -20px;
}
@media (max-width: 700px) {
.section-four .container .wrapper .banner-text-wrapper .row .number-section {
margin-top: -90px;
left: -10px;
}
}
.section-four .container .wrapper .banner-text-wrapper .row .title-section {
color: #ffffff;
}
.section-four .container .wrapper .banner-text-wrapper .row p {
color: #ffffff;
}
.section-four .container .wrapper .banner-text-wrapper .row .editor-wrapper {
position: relative;
margin-top: 80px;
}
@media (max-width: 910px) {
.section-four .container .wrapper .container-slider {
margin-top: -120px;
margin-left: 22px;
margin-right: 22px;
text-align: center;
}
}
.section-four .container .wrapper .boxes-wrapper-slider {
display: none !important;
}
@media (max-width: 910px) {
.section-four .container .wrapper .boxes-wrapper-slider {
display: block !important;
}
}
.section-four .container .wrapper .boxes-wrapper-slider .slick-track > div {
padding-bottom: 14px;
}
.section-four .container .wrapper .boxes-wrapper-slider .slick-dots {
bottom: -35px;
}
.section-four .container .wrapper .boxes-wrapper-slider .slick-dots li button {
width: 6px;
height: 6px;
background-color: #459A9D;
border-radius: 50%;
}
.section-four .container .wrapper .boxes-wrapper-slider .slick-dots li button:before {
content: none;
}
.section-four .container .wrapper .boxes-wrapper-slider .slick-dots li.slick-active button {
width: 10px;
height: 10px;
background-color: #BB8F9D;
}
.section-four .container .wrapper .boxes-wrapper, .section-four .container .wrapper .boxes-wrapper-slider {
display: flex;
flex-wrap: wrap;
margin: 0 -50px;
}
@media (max-width: 1100px) {
.section-four .container .wrapper .boxes-wrapper, .section-four .container .wrapper .boxes-wrapper-slider {
margin: 0 -25px;
}
}
@media (max-width: 910px) {
.section-four .container .wrapper .boxes-wrapper, .section-four .container .wrapper .boxes-wrapper-slider {
display: none;
margin: 0;
}
}
.section-four .container .wrapper .boxes-wrapper .box, .section-four .container .wrapper .boxes-wrapper-slider .box {
padding: 40px 20px 5px 20px;
margin: 0 50px 36px 50px;
max-width: calc(50% - 100px);
width: 100%;
border-radius: 18px;
border: 1px solid #F2B68A;
background: #FFF;
box-shadow: 0px 14px 4px 0px #F2B68A;
position: relative;
overflow: hidden;
}
@media (max-width: 1100px) {
.section-four .container .wrapper .boxes-wrapper .box, .section-four .container .wrapper .boxes-wrapper-slider .box {
max-width: calc(50% - 50px);
margin: 0 25px 36px 25px;
}
}
@media (max-width: 910px) {
.section-four .container .wrapper .boxes-wrapper .box, .section-four .container .wrapper .boxes-wrapper-slider .box {
max-width: calc(100% - 10px);
margin: 0;
}
}
.section-four .container .wrapper .boxes-wrapper .box:hover:before, .section-four .container .wrapper .boxes-wrapper-slider .box:hover:before {
transform: translateY(0);
}
.section-four .container .wrapper .boxes-wrapper .box:before, .section-four .container .wrapper .boxes-wrapper-slider .box:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background-color: #F2B68A;
opacity: 0.2;
transition: 0.4s;
transform: translateY(100%);
}
.section-four .container .wrapper .boxes-wrapper .box:nth-of-type(2), .section-four .container .wrapper .boxes-wrapper-slider .box:nth-of-type(2) {
border-color: #D39FB0;
box-shadow: 0px 14px 4px 0px #D49FB0;
}
.section-four .container .wrapper .boxes-wrapper .box:nth-of-type(2):before, .section-four .container .wrapper .boxes-wrapper-slider .box:nth-of-type(2):before {
background-color: #D49FB0;
}
.section-four .container .wrapper .boxes-wrapper .box:nth-of-type(3), .section-four .container .wrapper .boxes-wrapper-slider .box:nth-of-type(3) {
border-color: #459A9D;
box-shadow: 0px 14px 4px 0px #459A9D;
}
.section-four .container .wrapper .boxes-wrapper .box:nth-of-type(3):before, .section-four .container .wrapper .boxes-wrapper-slider .box:nth-of-type(3):before {
background-color: #459A9D;
}
.section-four .container .wrapper .boxes-wrapper .box:nth-of-type(4), .section-four .container .wrapper .boxes-wrapper-slider .box:nth-of-type(4) {
border-color: #F2B68A;
box-shadow: 0px 14px 4px 0px #F2B68A;
}
.section-four .container .wrapper .boxes-wrapper .box:nth-of-type(4):before, .section-four .container .wrapper .boxes-wrapper-slider .box:nth-of-type(4):before {
background-color: #F2B68A;
}
.section-four .container .wrapper .boxes-wrapper .box .editor-wrapper *, .section-four .container .wrapper .boxes-wrapper-slider .box .editor-wrapper * {
margin-bottom: 30px;
}
.section-five {
margin: 265px 0 240px 0;
}
@media (max-width: 700px) {
.section-five {
margin: 127px 0 100px 0;
}
}
.section-five .container .wrapper {
display: flex;
border-radius: 31px;
background-color: #DFAA82;
}
@media (max-width: 1130px) {
.section-five .container .wrapper {
flex-direction: column;
position: relative;
}
}
.section-five .container .wrapper .col {
position: relative;
width: 100%;
padding: 120px 40px 85px 50px;
max-width: 50%;
}
@media (max-width: 1130px) {
.section-five .container .wrapper .col {
max-width: 100%;
position: initial;
}
.section-five .container .wrapper .col:nth-of-type(2) {
z-index: 1;
padding-top: 17px;
}
}
@media (max-width: 700px) {
.section-five .container .wrapper .col {
padding: 47px 23px 20px 23px;
}
}
.section-five .container .wrapper .col .bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.section-five .container .wrapper .col .bg img {
width: 100%;
height: 100%;
object-fit: cover;
filter: brightness(60%);
border-radius: 31px;
}
@media (max-width: 1130px) {
.section-five .container .wrapper .col .bg img {
min-height: 100%;
}
}
.section-five .container .wrapper .col .number-section {
color: #DFAA82;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
margin-top: -200px;
left: -20px;
}
@media (max-width: 700px) {
.section-five .container .wrapper .col .number-section {
margin-top: -80px;
}
}
.section-five .container .wrapper .col .editor-wrapper * {
color: #ffffff;
}
.section-five .container .wrapper .col .editor-wrapper p {
margin-top: 25px;
}
.section-six {
margin: 240px 0 235px 0;
height: calc(100% - 150px);
}
@media (max-width: 700px) {
.section-six {
margin: 100px 0 160px 0;
}
}
.section-six .container .wrapper {
display: flex;
border-radius: 31px;
background-color: #95CBCA;
position: relative;
}
@media (max-width: 1130px) {
.section-six .container .wrapper {
flex-direction: column;
}
.section-six .container .wrapper .mobile.editor-wrapper {
position: relative;
max-width: 100%;
width: 100%;
z-index: 2;
}
.section-six .container .wrapper .mobile.editor-wrapper p:first-of-type {
margin-top: 0;
}
}
.section-six .container .wrapper .col {
position: relative;
width: 100%;
padding: 120px 40px 85px 50px;
max-width: 50%;
}
@media (max-width: 1400px) {
.section-six .container .wrapper .col {
padding-top: 60px;
}
}
@media (max-width: 1200px) {
.section-six .container .wrapper .col {
padding-bottom: 50px;
}
}
@media (max-width: 1130px) {
.section-six .container .wrapper .col {
max-width: 100%;
}
}
@media (max-width: 1130px) and (max-width: 1130px) {
.section-six .container .wrapper .col:nth-of-type(2) {
min-height: 400px;
}
}
@media (max-width: 700px) {
.section-six .container .wrapper .col {
padding: 52px 23px 20px 23px;
}
}
@media (max-width: 700px) {
.section-six .container .wrapper .col:nth-of-type(2) {
padding: 5px 23px 35px 23px;
}
}
.section-six .container .wrapper .col .row {
display: flex;
color: #ffffff;
}
.section-six .container .wrapper .col .row:nth-of-type(2) {
margin-top: 20px;
}
.section-six .container .wrapper .col .bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.section-six .container .wrapper .col .bg img {
width: 100%;
height: 100%;
object-fit: cover;
filter: brightness(60%);
border-radius: 31px;
}
@media (max-width: 1200px) {
.section-six .container .wrapper .col .title-section {
letter-spacing: 1.4px;
}
}
@media (max-width: 910px) {
.section-six .container .wrapper .col .title-section {
letter-spacing: 2.4px;
}
}
.section-six .container .wrapper .col .number-section {
color: #D39FB0;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
margin-top: -180px;
left: -20px;
}
@media (max-width: 1400px) {
.section-six .container .wrapper .col .number-section {
margin-top: -120px;
}
}
@media (max-width: 700px) {
.section-six .container .wrapper .col .number-section {
margin-top: -80px;
}
}
.section-six .container .wrapper .col .editor-wrapper * {
color: #ffffff;
}
.section-six .container .wrapper .col .editor-wrapper p {
margin-top: 25px;
}
@media (max-width: 1200px) {
.section-six .container .wrapper .col .editor-wrapper p {
font-size: 18px;
}
}
@media (max-width: 910px) {
.section-six .container .wrapper .col .editor-wrapper p {
font-size: 21px;
}
}
.section-six .container .wrapper .btns-wrapper {
display: flex;
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 50%);
width: max-content;
z-index: 3;
}
.section-seven {
margin: 234px 0 160px 0;
height: calc(100% - 150px);
}
@media (max-width: 700px) {
.section-seven {
margin: 160px 0 115px 0;
}
}
.section-seven .container .wrapper {
display: flex;
border-radius: 31px;
background-color: #BB8F9D;
position: relative;
}
@media (max-width: 1130px) {
.section-seven .container .wrapper {
flex-direction: column;
}
}
.section-seven .container .wrapper .col {
position: relative;
width: 100%;
padding: 120px 40px 160px 50px;
max-width: 50%;
}
@media (max-width: 1130px) {
.section-seven .container .wrapper .col {
max-width: 100%;
}
.section-seven .container .wrapper .col:nth-of-type(1) {
padding-top: 50px;
padding-bottom: 0;
}
.section-seven .container .wrapper .col:nth-of-type(2) {
padding-top: 30px;
padding-bottom: 0;
}
}
@media (max-width: 700px) {
.section-seven .container .wrapper .col {
padding: 40px 23px 0 23px;
}
}
.section-seven .container .wrapper .col .bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width: 1130px) {
.section-seven .container .wrapper .col .bg {
display: none;
}
}
.section-seven .container .wrapper .col .bg img {
width: 100%;
height: 100%;
object-fit: cover;
filter: brightness(60%);
border-radius: 31px;
}
.section-seven .container .wrapper .col .number-section {
color: #CAE5E5;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
margin-top: -200px;
}
@media (max-width: 1130px) {
.section-seven .container .wrapper .col .number-section {
margin-top: -120px;
}
}
@media (max-width: 700px) {
.section-seven .container .wrapper .col .number-section {
margin-top: -85px;
}
}
.section-seven .container .wrapper .col .editor-wrapper * {
color: #ffffff;
}
.section-seven .container .wrapper .col .editor-wrapper p {
margin-top: 25px;
}
.section-seven .container .wrapper .center-text-wrapper {
display: flex;
position: absolute;
bottom: 80px;
left: 50%;
transform: translate(-50%, 50%);
max-width: 667px;
width: 100%;
}
@media (max-width: 1130px) {
.section-seven .container .wrapper .center-text-wrapper {
position: relative;
bottom: 0;
left: 0;
transform: none;
padding: 0 40px 0 50px;
margin: 60px auto 90px auto;
}
}
@media (max-width: 700px) {
.section-seven .container .wrapper .center-text-wrapper {
padding: 0 23px 0 23px;
}
}
.section-seven .container .wrapper .center-text-wrapper p {
color: #ffffff;
text-align: center;
font-size: 21px;
font-style: normal;
font-weight: 700;
line-height: 129.75%; }
.section-seven .container .wrapper .btns-wrapper {
display: flex;
position: absolute;
bottom: 0;
left: 50%;
transform: translate(-50%, 50%);
}
@media (max-width: 700px) {
.section-extra {
margin: 115px 0 140px 0;
}
}
.section-extra .container .wrapper .row {
display: flex;
width: 100%;
margin: 0 auto;
}
.section-extra .container .wrapper .row:nth-of-type(1) {
align-items: flex-end;
max-width: 1400px;
margin-bottom: 65px;
}
@media (max-width: 1130px) {
.section-extra .container .wrapper .row:nth-of-type(1) {
flex-wrap: wrap;
}
}
@media (max-width: 700px) {
.section-extra .container .wrapper .row:nth-of-type(1) {
align-items: flex-end;
margin-bottom: 0;
}
}
.section-extra .container .wrapper .row .title {
margin: 100px 0 50px 0;
}
@media (max-width: 700px) {
.section-extra .container .wrapper .row .title {
margin: 40px 0 24px 0;
}
.section-extra .container .wrapper .row .title h2 {
font-size: 22px !important;
line-height: 27.39px !important;
}
}
.section-extra .container .wrapper .row .title h2 {
color: #459A9D;
font-size: 48px;
font-style: normal;
font-weight: 900;
line-height: 59.76px;
letter-spacing: 2.4px;
}
@media (max-width: 700px) {
.section-extra .container .wrapper .row .icon svg {
width: 100px;
height: 100px;
}
}
.section-extra .container .wrapper .row .title-section {
margin: 0 45px;
}
@media (max-width: 1130px) {
.section-extra .container .wrapper .row .title-section {
margin: 0 0 0 30px;
max-width: 400px;
}
}
@media (max-width: 700px) {
.section-extra .container .wrapper .row .title-section {
max-width: calc(100% - 130px);
}
}
@media (max-width: 1130px) {
.section-extra .container .wrapper .row .text {
margin-top: 30px;
max-width: 500px;
}
}
.section-extra .container .wrapper .row .arrow {
margin-left: 25px;
}
@media (max-width: 1130px) {
.section-extra .container .wrapper .row .arrow {
margin-top: 30px;
}
}
@media (max-width: 700px) {
.section-extra .container .wrapper .row .arrow {
margin: 30px auto 0 auto;
}
.section-extra .container .wrapper .row .arrow svg {
width: 132.424px;
height: 85.97px;
}
}
.section-extra .container .wrapper .row .videos-wrapper-slider {
display: none;
}
@media (max-width: 1130px) {
.section-extra .container .wrapper .row .videos-wrapper-slider {
display: grid;
}
}
.section-extra .container .wrapper .row .videos-wrapper-slider .video-wrapper {
text-align: center !important;
}
@media (max-width: 500px) {
.section-extra .container .wrapper .row .videos-wrapper-slider .video-wrapper iframe {
width: 100%;
height: 213px;
}
}
.section-extra .container .wrapper .row .videos-wrapper-slider .video-wrapper iframe {
border-radius: 29px;
}
.section-extra .container .wrapper .row .videos-wrapper-slider .slick-dots {
bottom: -35px;
}
.section-extra .container .wrapper .row .videos-wrapper-slider .slick-dots li button {
width: 6px;
height: 6px;
background-color: #459A9D;
border-radius: 50%;
}
.section-extra .container .wrapper .row .videos-wrapper-slider .slick-dots li button:before {
content: none;
}
.section-extra .container .wrapper .row .videos-wrapper-slider .slick-dots li.slick-active button {
width: 10px;
height: 10px;
background-color: #BB8F9D;
}
.section-extra .container .wrapper .row .videos-wrapper {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr;
grid-template-areas: ". . .";
place-items: center;
align-items: flex-start;
gap: 30px 45px;
width: 100%;
}
@media (max-width: 1130px) {
.section-extra .container .wrapper .row .videos-wrapper {
display: none;
}
}
.section-extra .container .wrapper .row .videos-wrapper .video-wrapper {
max-width: 475px;
width: 100%;
border-radius: 29px;
}
.section-extra .container .wrapper .row .videos-wrapper .video-wrapper .video {
position: relative;
padding-bottom: 56.25%;
height: 0;
}
.section-extra .container .wrapper .row .videos-wrapper .video-wrapper .video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 29px;
background: rgba(0, 0, 0, 0.4);
}
.section-extra .container .wrapper .row .videos-wrapper .video-wrapper .info {
margin-top: 30px;
text-align: center;
}
.section-extra .container .wrapper .row .videos-wrapper .video-wrapper .info h3 {
color: #459A9D;
font-size: 32px;
font-style: normal;
font-weight: 500;
line-height: 39.84px;
letter-spacing: 2.4px;
}
.section-share {
margin: 173px 0 268px 0;
overflow: hidden;
}
@media (max-width: 700px) {
.section-share {
margin: 140px 0 120px 0;
}
}
.section-share .container .wrapper {
max-width: 1400px;
width: 100%;
margin: 0 auto;
}
.section-share .container .wrapper .row {
display: flex;
align-items: flex-end;
width: 100%;
margin: 0 auto 158px auto;
}
@media (max-width: 700px) {
.section-share .container .wrapper .row {
margin-bottom: 60px;
}
}
@media (max-width: 700px) {
.section-share .container .wrapper .row .icon svg {
width: 93px;
height: 126px;
}
}
.section-share .container .wrapper .row:last-of-type {
margin-bottom: 0;
}
.section-share .container .wrapper .row:nth-of-type(2) {
max-width: 1100px;
}
.section-share .container .wrapper .row .title-section {
margin-left: 79px;
max-width: 490px;
}
@media (max-width: 1130px) {
.section-share .container .wrapper .row .title-section {
margin-left: 22px;
max-width: 400px;
}
}
.section-share .container .wrapper .row .socials-wrapper {
display: flex;
width: 100%;
justify-content: space-between;
}
@media (max-width: 1130px) {
.section-share .container .wrapper .row .socials-wrapper {
flex-direction: column;
justify-content: center;
align-items: center;
}
.section-share .container .wrapper .row .socials-wrapper .social {
margin: 0 !important;
}
.section-share .container .wrapper .row .socials-wrapper .social:nth-of-type(2) {
margin-top: 70px !important;
}
}
.section-share .container .wrapper .row .socials-wrapper .social {
max-width: 450px;
width: 100%;
height: 800px;
background: #D9D9D9;
}
@media (max-width: 700px) {
.section-share .container .wrapper .row .socials-wrapper .social {
width: 300px;
height: 450px;
}
}
.section-share .container .wrapper .row .socials-wrapper .social:nth-of-type(1) {
margin-right: 30px;
}
.section-share .container .wrapper .row .socials-wrapper .social:nth-of-type(2) {
margin-left: 30px;
}
.not-found {
display: none;
}
.not-found.active {
display: block;
margin: 50px 0;
}
.not-found .container .wrapper .editor-wrapper {
text-align: center;
animation: grow 1s linear infinite;
}
.not-found .container .wrapper .editor-wrapper p {
font-size: 28px;
}
@keyframes grow {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}