2694 lines
39 KiB
CSS
2694 lines
39 KiB
CSS
.container {
|
|
margin: 0 auto;
|
|
width: 1280px;
|
|
position: relative;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.container {
|
|
width: 1720px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.container {
|
|
width: 1120px;
|
|
max-width: 88vw;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.container {
|
|
width: 640px;
|
|
max-width: 100vw;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.container {
|
|
margin: 0 16px;
|
|
width: auto;
|
|
}
|
|
}
|
|
|
|
:root {
|
|
--color-primary: #FF613A;
|
|
--color-white: #FFFFFF;
|
|
--color-black: #000000;
|
|
--color-black2: #272424;
|
|
--color-grey: #F1F1F1;
|
|
--color-grey2: #7A7979;
|
|
--color-orange: #FF613A;
|
|
--box-shadow-primary: -1px 4px 10px 0 rgba(198, 199, 203, 0.20),
|
|
0 -1px 10px 0 rgba(198, 199, 203, 0.20);
|
|
text-align: center;
|
|
color: var(--color-black2);
|
|
}
|
|
|
|
body {
|
|
overflow-x: hidden;
|
|
padding-top: 129px;
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
body {
|
|
padding-top: 126px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
body {
|
|
padding-top: 85px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
body {
|
|
padding-top: 57px;
|
|
}
|
|
}
|
|
|
|
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
|
|
font-weight: 700;
|
|
}
|
|
|
|
h1, .h1 {
|
|
font-size: 44px;
|
|
line-height: 52px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
h1, .h1 {
|
|
font-size: 48px;
|
|
line-height: 52px;
|
|
}
|
|
}
|
|
|
|
h2, .h2 {
|
|
font-size: 24px;
|
|
line-height: 36px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
h2, .h2 {
|
|
font-size: 28px;
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
h3, .h3 {
|
|
font-size: 20px;
|
|
line-height: 28px;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
h3, .h3 {
|
|
margin-bottom: 13px;
|
|
}
|
|
}
|
|
|
|
h4, .h4 {
|
|
font-size: 18px;
|
|
line-height: 26px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
p {
|
|
line-height: 22px;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
p {
|
|
font-size: 20px;
|
|
line-height: 26px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
p {
|
|
margin-bottom: 18px;
|
|
}
|
|
}
|
|
|
|
b {
|
|
font-weight: 500;
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
b {
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
}
|
|
}
|
|
|
|
.btn {
|
|
display: inline-flex;
|
|
text-decoration: none;
|
|
color: black;
|
|
line-height: 22px;
|
|
border-radius: 10px;
|
|
padding: 20px 76px 18px;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin: 0 3px;
|
|
letter-spacing: 0.2px;
|
|
font-size: 18px;
|
|
}
|
|
|
|
.btn--primary {
|
|
background: var(--color-primary);
|
|
color: var(--color-white);
|
|
}
|
|
|
|
.title {
|
|
font-size: 44px;
|
|
font-weight: 700;
|
|
line-height: 52px;
|
|
margin-bottom: 13px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.title {
|
|
font-size: 48px;
|
|
margin-bottom: 22px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.title {
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.title {
|
|
font-size: 32px;
|
|
line-height: 38.73px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.title {
|
|
margin-bottom: 14px;
|
|
}
|
|
}
|
|
|
|
.subtitle {
|
|
margin-bottom: 81px;
|
|
line-height: 22px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.subtitle {
|
|
font-size: 20px;
|
|
margin-bottom: 105px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.subtitle {
|
|
margin-bottom: 71px;
|
|
}
|
|
}
|
|
|
|
.hide {
|
|
display: none;
|
|
}
|
|
|
|
.hide__xxl {
|
|
display: inline-flex;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.hide__xxl {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.hide__md {
|
|
display: inline-flex;
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.hide__md {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.show__xxl {
|
|
display: none;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.show__xxl {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.show__md {
|
|
display: none;
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.show__md {
|
|
display: initial;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1440px) {
|
|
.br--xxl {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.br--md {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.br--sm {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1440px) {
|
|
.is-container.wrapper_main {
|
|
max-width: initial;
|
|
}
|
|
}
|
|
|
|
.is-container.wrapper_main > .container {
|
|
position: relative;
|
|
left: 15px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.is-container.wrapper_main > .container {
|
|
left: 17px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.is-container.wrapper_main > .container {
|
|
left: 0;
|
|
}
|
|
}
|
|
|
|
.header {
|
|
margin-top: 0;
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100vw;
|
|
padding: 40px 5px;
|
|
transition: all 0.1s ease-in-out;
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.header {
|
|
padding-top: 37px;
|
|
padding-bottom: 41px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.header {
|
|
padding-top: 19px;
|
|
padding-bottom: 19px;
|
|
}
|
|
}
|
|
|
|
.header.scrolled {
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
box-shadow: var(--box-shadow-primary);
|
|
border-bottom: 1px solid var(--color-grey);
|
|
}
|
|
|
|
.header__grid, .header__list {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.header__logo {
|
|
width: 48px;
|
|
height: 48px;
|
|
position: relative;
|
|
left: 5px;
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.header__logo {
|
|
left: 6px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.header__logo {
|
|
left: 0;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.header__logo {
|
|
left: -3px;
|
|
}
|
|
}
|
|
|
|
.header__nav {
|
|
flex-grow: 1;
|
|
max-width: 41%;
|
|
margin-left: auto;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.header__nav {
|
|
max-width: 34%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.header__nav {
|
|
max-width: 46.5%;
|
|
}
|
|
}
|
|
|
|
.header__link {
|
|
color: var(--color-black2);
|
|
text-decoration: none;
|
|
}
|
|
|
|
.header__btn {
|
|
padding: 8px 0 6px;
|
|
font-size: 16px;
|
|
margin-left: 61px;
|
|
margin-right: -3px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.header__btn {
|
|
margin-left: 81px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.header__btn {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.header__btn {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.header .dropdown {
|
|
left: -4px;
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.header .dropdown {
|
|
left: -8px;
|
|
}
|
|
}
|
|
|
|
.header .dropdown-content {
|
|
right: 0;
|
|
height: initial;
|
|
}
|
|
|
|
.header .dropdown img {
|
|
width: 25px;
|
|
height: 25px;
|
|
}
|
|
|
|
.presentation {
|
|
margin: 12px -65px 140px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.presentation {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
margin-bottom: 160px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.presentation {
|
|
margin-bottom: 118px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.presentation {
|
|
margin-bottom: 105px;
|
|
}
|
|
}
|
|
|
|
.presentation__top {
|
|
position: relative;
|
|
min-height: 270px;
|
|
margin: 0 auto 116px;
|
|
padding: 29px 0 40px;
|
|
background-image: url(/static/img/png/Box9.png), url(/static/img/png/Box10.png), url(/static/img/png/Box11.png), url(/static/img/png/Box12.png);
|
|
background-position: top -4px left 46px, top -30px right -14px, bottom 73px left 278px, bottom 71px right 276px;
|
|
background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
|
|
background-size: 17.5%, 21.8%, 8.5%, 8.8%;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.presentation__top {
|
|
background-size: 18.5%, 22%, 9%, 10.1%;
|
|
background-position: top -47px left 58px, top -31px right 20px, bottom 8px left 347px, bottom -5px right 352px;
|
|
padding-top: 95px;
|
|
margin-bottom: 176px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.presentation__top {
|
|
background-size: 16%, 20%, 9.5%, 10.1%;
|
|
background-position: top -2.8% left 6.5%, top -19% right 3.5%, bottom 32% left 23%, bottom 29% right 22.6%;
|
|
margin-bottom: 96px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.presentation__top {
|
|
background-size: 14.5%, 17%, 8.3%, 9.1%;
|
|
background-position: top 9% left 7%, top 5% right 6%, bottom 51% left 14.8%, bottom 47.5% right 13.8%;
|
|
padding-top: 31px;
|
|
margin-bottom: 76px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.presentation__top {
|
|
margin-bottom: 77px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.presentation__bottom .subtitle {
|
|
max-width: 40%;
|
|
margin: 0 auto 30px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.presentation__bottom .subtitle {
|
|
max-width: 65%;
|
|
margin-bottom: 21px;
|
|
}
|
|
}
|
|
|
|
.presentation__title {
|
|
margin-bottom: 23px;
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.presentation__title {
|
|
max-width: 75%;
|
|
margin: 0 auto 19px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.presentation__title {
|
|
margin-bottom: 15px;
|
|
}
|
|
}
|
|
|
|
.presentation__subtitle {
|
|
margin-bottom: 41px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.presentation__subtitle {
|
|
max-width: 55%;
|
|
margin: 0 auto 40px;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.presentation__subtitle {
|
|
margin-bottom: 30px;
|
|
max-width: 77%;
|
|
}
|
|
}
|
|
|
|
.presentation__btn {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.presentation__btn {
|
|
padding-left: 82px;
|
|
padding-right: 82px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.presentation__btn {
|
|
margin-bottom: 30px;
|
|
}
|
|
}
|
|
|
|
.presentation__next {
|
|
font-weight: 500;
|
|
line-height: 22px;
|
|
padding-right: 5px;
|
|
}
|
|
|
|
.presentation__arrows {
|
|
padding-top: 2px;
|
|
animation: jump 2s ease-in-out infinite;
|
|
}
|
|
|
|
.presentation__cards {
|
|
max-width: 1300px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.presentation__cards {
|
|
max-width: initial;
|
|
margin-left: -10px;
|
|
margin-right: -10px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.presentation__cards {
|
|
max-width: 1140px;
|
|
}
|
|
}
|
|
|
|
.presentation__bottom .presentation__title {
|
|
margin-bottom: 13px;
|
|
}
|
|
|
|
@keyframes jump {
|
|
0% {
|
|
transform: translateY(0px);
|
|
}
|
|
50% {
|
|
transform: translateY(-5px);
|
|
}
|
|
60% {
|
|
transform: translateY(20px);
|
|
}
|
|
70% {
|
|
transform: translateY(0px);
|
|
}
|
|
80% {
|
|
transform: translateY(20px);
|
|
}
|
|
100% {
|
|
transform: translateY(0px);
|
|
}
|
|
}
|
|
|
|
.cards__list {
|
|
display: grid;
|
|
grid-template-columns: repeat(4, 1fr);
|
|
}
|
|
|
|
.cards__item {
|
|
position: relative;
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.cards__item {
|
|
max-width: 270px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.cards__item {
|
|
max-width: 251px;
|
|
margin-right: 18px;
|
|
}
|
|
}
|
|
|
|
.cards__img {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.cards__img {
|
|
width: 100%;
|
|
margin-bottom: 15px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.cards__img {
|
|
margin-bottom: 8px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.cards__img {
|
|
margin-bottom: 8px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.cards__img {
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
.cards__img:hover {
|
|
scale: 1.05;
|
|
transition: scale 0.15s linear;
|
|
}
|
|
|
|
.cards__desc {
|
|
font-weight: 500;
|
|
line-height: 22px;
|
|
overflow: hidden;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 7;
|
|
/* number of lines to show */
|
|
line-clamp: 7;
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.cards__desc {
|
|
font-size: 20px;
|
|
line-height: 26px;
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1279.98px) {
|
|
.cards__desc {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
margin-bottom: 3px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.cards__desc {
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
}
|
|
}
|
|
|
|
.slick-active .cards__desc {
|
|
-webkit-line-clamp: initial;
|
|
/* number of lines to show */
|
|
line-clamp: initial;
|
|
}
|
|
|
|
.cards__desc a {
|
|
color: var(--color-orange);
|
|
}
|
|
|
|
.cards__arrow {
|
|
width: 62px;
|
|
height: 20px;
|
|
position: absolute;
|
|
right: -30px;
|
|
top: -21px;
|
|
background-image: url("/static/img/svg/Arrow23.svg");
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.cards__arrow {
|
|
right: -45px;
|
|
top: -29px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.cards__arrow {
|
|
top: -8%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.cards__arrow {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.cards .slick-list {
|
|
overflow: visible;
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.cards .slick-list {
|
|
margin-bottom: 1px;
|
|
padding-left: 58px;
|
|
}
|
|
}
|
|
|
|
.cards .slick-dots {
|
|
display: flex;
|
|
justify-content: center;
|
|
margin: 0;
|
|
padding: 1rem 0;
|
|
list-style-type: none;
|
|
}
|
|
|
|
.cards .slick-dots li {
|
|
margin: 0 0.25rem;
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.cards .slick-dots li {
|
|
margin: 0 0.31rem;
|
|
}
|
|
}
|
|
|
|
.cards .slick-dots button {
|
|
display: block;
|
|
width: 8px;
|
|
height: 8px;
|
|
padding: 0;
|
|
border: none;
|
|
border-radius: 100%;
|
|
background-color: #D9D9D9;
|
|
text-indent: -9999px;
|
|
}
|
|
|
|
.cards .slick-dots li.slick-active button {
|
|
background-color: var(--color-orange);
|
|
}
|
|
|
|
.easy {
|
|
margin-bottom: 162px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.easy {
|
|
margin-bottom: 180px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.easy {
|
|
margin-bottom: 140px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.easy {
|
|
margin-bottom: 121px;
|
|
}
|
|
}
|
|
|
|
.easy .title {
|
|
max-width: 55%;
|
|
margin-bottom: 21px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.easy .title {
|
|
max-width: 45%;
|
|
margin-bottom: 23px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.easy .title {
|
|
max-width: 75%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.easy .title {
|
|
max-width: 95%;
|
|
margin-bottom: 30px;
|
|
}
|
|
}
|
|
|
|
.easy .subtitle {
|
|
margin-bottom: 41px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.easy .subtitle {
|
|
margin-bottom: 59px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.easy .subtitle {
|
|
max-width: 90%;
|
|
margin: 0 auto 23px;
|
|
}
|
|
}
|
|
|
|
.easy__grid {
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
grid-template-rows: repeat(2, minmax(186px, auto));
|
|
grid-template-areas: 'a b' 'a c';
|
|
grid-column-gap: 20px;
|
|
grid-row-gap: 80px;
|
|
margin-bottom: 46px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.easy__grid {
|
|
grid-column-gap: 147px;
|
|
grid-template-rows: repeat(2, minmax(245px, auto));
|
|
grid-row-gap: 136px;
|
|
margin-bottom: 63px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.easy__grid {
|
|
grid-column-gap: 69px;
|
|
grid-template-rows: repeat(2, minmax(172px, auto));
|
|
margin-bottom: 41px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.easy__grid {
|
|
display: block;
|
|
margin-bottom: 37px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.easy__grid {
|
|
margin-bottom: 40px;
|
|
}
|
|
}
|
|
|
|
.easy__item {
|
|
border-radius: 30px;
|
|
background-color: var(--color-grey);
|
|
/*background-color: #a72525;*/
|
|
text-align: left;
|
|
padding: 21px;
|
|
box-shadow: var(--box-shadow-primary);
|
|
}
|
|
|
|
.easy__item--fir {
|
|
grid-area: a;
|
|
margin-right: 60px;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.easy__item--fir {
|
|
margin-right: -10px;
|
|
padding-top: 31px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.easy__item--fir {
|
|
margin-right: 13px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.easy__item--fir {
|
|
padding-top: 17px;
|
|
margin-right: 0;
|
|
margin-bottom: 49px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.easy__item--fir {
|
|
margin-bottom: 42px;
|
|
}
|
|
}
|
|
|
|
.easy__item--fir p {
|
|
width: 93%;
|
|
margin-bottom: 29px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.easy__item--fir p {
|
|
width: 89%;
|
|
margin-bottom: 53px;
|
|
}
|
|
}
|
|
|
|
.easy__item--sec {
|
|
grid-area: b;
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-bottom: 0;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.easy__item--sec {
|
|
padding-left: 15px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.easy__item--sec {
|
|
padding-top: 35px;
|
|
padding-bottom: 37px;
|
|
margin-bottom: 46px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.easy__item--sec {
|
|
display: block;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
margin-bottom: 49px;
|
|
}
|
|
}
|
|
|
|
.easy__item--sec img {
|
|
margin-bottom: -10px;
|
|
margin-right: -5px;
|
|
max-width: 50.1%;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.easy__item--sec img {
|
|
max-width: 53%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.easy__item--sec img {
|
|
max-width: 42%;
|
|
margin-bottom: -4px;
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.easy__item--sec img {
|
|
margin-right: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.easy__item--sec img {
|
|
max-width: 104%;
|
|
position: relative;
|
|
left: -6px;
|
|
top: -4px;
|
|
}
|
|
}
|
|
|
|
.easy__item--sec p {
|
|
margin-bottom: 0;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.easy__item--sec p {
|
|
margin-bottom: 22px;
|
|
}
|
|
}
|
|
|
|
.easy__item--thr {
|
|
grid-area: c;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-bottom: 0;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.easy__item--thr {
|
|
padding-left: 15px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.easy__item--thr {
|
|
padding-top: 42px;
|
|
padding-bottom: 46px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.easy__item--thr {
|
|
display: block;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.easy__item--thr .img {
|
|
margin-bottom: -10px;
|
|
margin-right: 24px;
|
|
max-width: 80%;
|
|
}
|
|
|
|
@media (max-width: 1279.98px) {
|
|
.easy__item--thr .img {
|
|
max-width: 35%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.easy__item--thr .img {
|
|
margin-right: 2px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.easy__item--thr .img {
|
|
margin-right: 0;
|
|
max-width: 34%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.easy__item--thr .img img {
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
}
|
|
|
|
.easy__item--thr p {
|
|
max-width: 50%;
|
|
margin-bottom: 0;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.easy__item--thr p {
|
|
max-width: 60%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.easy__item--thr p {
|
|
margin-bottom: 22px;
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
|
|
.easy__arrow {
|
|
width: 68px;
|
|
height: 18px;
|
|
background-image: url("/static/img/svg/Arrow08.svg");
|
|
position: absolute;
|
|
z-index: 1;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.easy__arrow {
|
|
scale: 1.4;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.easy__arrow {
|
|
scale: 0.8;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.easy__arrow {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.easy__arrow--fir {
|
|
top: 46%;
|
|
right: 101%;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.easy__arrow--fir {
|
|
right: 105%;
|
|
top: 34%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.easy__arrow--fir {
|
|
top: 48%;
|
|
}
|
|
}
|
|
|
|
.easy__arrow--sec {
|
|
top: 117%;
|
|
left: 30%;
|
|
transform: rotate(90deg);
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.easy__arrow--sec {
|
|
left: 45%;
|
|
top: 124%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.easy__arrow--sec {
|
|
left: 38%;
|
|
}
|
|
}
|
|
|
|
.easy__btn {
|
|
margin-top: -21px;
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.easy__btn {
|
|
margin-top: -20px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.easy__btn {
|
|
margin-top: -19px;
|
|
padding-left: 54px;
|
|
padding-right: 54px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.easy__btn {
|
|
padding-left: 50px;
|
|
padding-right: 50px;
|
|
margin-top: -8px;
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
|
|
.chatterbox {
|
|
margin-bottom: 160px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.chatterbox {
|
|
margin-bottom: 180px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.chatterbox {
|
|
margin-bottom: 142px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.chatterbox {
|
|
margin-left: -50vw;
|
|
margin-right: -50vw;
|
|
margin-bottom: 122px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.chatterbox {
|
|
max-width: 100vw;
|
|
margin: 0 auto 100px;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
.chatterbox__slider {
|
|
max-width: 1200px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.chatterbox__slider {
|
|
max-width: 1640px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.chatterbox__slider {
|
|
max-width: 1100px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.chatterbox__slider {
|
|
max-width: 720px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.chatterbox__slider {
|
|
width: 720px;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
}
|
|
}
|
|
|
|
@media (max-width: 479.98px) {
|
|
.chatterbox__slider {
|
|
width: 830px;
|
|
max-width: initial;
|
|
}
|
|
}
|
|
|
|
.chatterbox__slide {
|
|
width: 335px;
|
|
height: 615px;
|
|
background: url("/static/img/webp/phone-border.webp") center no-repeat;
|
|
transition: scale 0.2s ease-in-out;
|
|
margin: auto;
|
|
position: relative;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.chatterbox__slide {
|
|
width: 456px;
|
|
height: 836px;
|
|
background-size: 456px 836px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.chatterbox__slide {
|
|
width: 308px;
|
|
height: 565px;
|
|
background-size: 308px 565px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.chatterbox__slide {
|
|
width: 206px;
|
|
height: 377px;
|
|
background-size: 206px 377px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.chatterbox__slide {
|
|
width: 234px;
|
|
height: 429px;
|
|
background-size: 234px 429px;
|
|
}
|
|
}
|
|
|
|
.chatterbox__slide.loaded video {
|
|
opacity: 1;
|
|
}
|
|
|
|
.chatterbox__slide.loaded img {
|
|
z-index: -10;
|
|
}
|
|
|
|
.chatterbox__slide video {
|
|
max-width: 100%;
|
|
opacity: 0;
|
|
transition: opacity 0.2s ease-in-out;
|
|
pointer-events: none;
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.chatterbox__slide video {
|
|
position: relative;
|
|
top: -4px;
|
|
}
|
|
}
|
|
|
|
.chatterbox__slide img {
|
|
position: absolute;
|
|
scale: 1.32;
|
|
top: 11%;
|
|
}
|
|
|
|
.chatterbox__wrap {
|
|
position: absolute;
|
|
left: 8px;
|
|
right: 8px;
|
|
top: 8px;
|
|
bottom: 8px;
|
|
border-radius: 25px;
|
|
background-color: grey;
|
|
overflow: hidden;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.chatterbox__wrap {
|
|
border-radius: 50px;
|
|
}
|
|
}
|
|
|
|
.chatterbox__vbtn {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
opacity: 0;
|
|
transition: opacity 0.2s ease-in-out;
|
|
pointer-events: none;
|
|
}
|
|
|
|
.loaded .chatterbox__vbtn {
|
|
display: none;
|
|
}
|
|
|
|
.chatterbox__vbtn::before {
|
|
width: 80px;
|
|
height: 80px;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: var(--color-primary);
|
|
border: 0;
|
|
border-radius: 50%;
|
|
transition: opacity 100ms linear;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.chatterbox__vbtn::before {
|
|
width: 109px;
|
|
height: 109px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.chatterbox__vbtn::before {
|
|
width: 48px;
|
|
height: 48px;
|
|
}
|
|
}
|
|
|
|
.chatterbox__vbtn::before, .chatterbox__vbtn::after {
|
|
content: "";
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
cursor: pointer;
|
|
}
|
|
|
|
.chatterbox__vbtn::after {
|
|
border-color: transparent transparent transparent #ffffff;
|
|
border-style: solid;
|
|
border-width: 15px 0 15px 25px;
|
|
display: inline-block;
|
|
margin-left: 2px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.chatterbox__vbtn::after {
|
|
border-width: 23px 0 23px 35px;
|
|
margin-left: 4px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.chatterbox__vbtn::after {
|
|
border-width: 10px 0 10px 14px;
|
|
}
|
|
}
|
|
|
|
.chatterbox__vbox {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 600px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.chatterbox__vbox {
|
|
height: 827px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.chatterbox__vbox {
|
|
height: 530px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.chatterbox__vbox {
|
|
height: 370px;
|
|
}
|
|
}
|
|
|
|
.chatterbox__mbtns {
|
|
position: absolute;
|
|
top: 58%;
|
|
transform: translateY(-50%);
|
|
left: 0;
|
|
right: 0;
|
|
}
|
|
|
|
@media (max-width: 479.98px) {
|
|
.chatterbox__mbtns {
|
|
top: 61%;
|
|
}
|
|
}
|
|
|
|
.chatterbox .title {
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.chatterbox .title {
|
|
margin-bottom: 39px;
|
|
}
|
|
}
|
|
|
|
.chatterbox .slick-next {
|
|
right: -40px;
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.chatterbox .slick-next {
|
|
right: -10px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.chatterbox .slick-next {
|
|
width: 40px;
|
|
height: 40px;
|
|
background-size: 32%;
|
|
right: 5%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 479.98px) {
|
|
.chatterbox .slick-next {
|
|
right: 0;
|
|
}
|
|
}
|
|
|
|
.chatterbox .slick-prev {
|
|
left: -40px;
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.chatterbox .slick-prev {
|
|
left: -10px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.chatterbox .slick-prev {
|
|
width: 40px;
|
|
height: 40px;
|
|
background-size: 32%;
|
|
left: 5%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 479.98px) {
|
|
.chatterbox .slick-prev {
|
|
left: 0;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.chatterbox .slick-list {
|
|
overflow: visible;
|
|
}
|
|
}
|
|
|
|
.slick-slide:not(.slick-center) .chatterbox__slide {
|
|
scale: 0.72;
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.slick-slide:not(.slick-center) .chatterbox__slide {
|
|
scale: 0.69;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.slick-slide:not(.slick-center) .chatterbox__slide {
|
|
scale: 0.8;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 479.98px) {
|
|
.slick-slide:not(.slick-center) .chatterbox__slide {
|
|
scale: 0.85;
|
|
}
|
|
}
|
|
|
|
.slick-center .chatterbox__vbtn {
|
|
opacity: 1;
|
|
pointer-events: initial;
|
|
z-index: 1;
|
|
}
|
|
|
|
.slick-center .chatterbox__vbox video {
|
|
pointer-events: initial;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.use {
|
|
margin-bottom: 123px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.use {
|
|
margin-bottom: 184px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.use {
|
|
margin-bottom: 142px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.use {
|
|
margin-bottom: 121px;
|
|
}
|
|
}
|
|
|
|
.use__img {
|
|
width: 67.5%;
|
|
margin-left: 16px;
|
|
margin-bottom: 31px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.use__img {
|
|
width: 50.2%;
|
|
margin-left: 15px;
|
|
margin-bottom: 46px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.use__img {
|
|
width: 77%;
|
|
margin-left: 10px;
|
|
margin-bottom: 34px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.use__img {
|
|
margin-left: 0;
|
|
width: 100%;
|
|
margin-bottom: 40px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.use__img {
|
|
margin-bottom: 30px;
|
|
}
|
|
}
|
|
|
|
.use__btn {
|
|
margin-bottom: 11px;
|
|
text-align: center;
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.use__btn {
|
|
max-width: 100%;
|
|
padding-left: 50px;
|
|
padding-right: 50px;
|
|
}
|
|
}
|
|
|
|
.use__link {
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
line-height: 26px;
|
|
color: var(--color-grey2);
|
|
}
|
|
|
|
.use .title {
|
|
max-width: 80%;
|
|
margin-bottom: 49px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.use .title {
|
|
max-width: 40%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.use .title {
|
|
margin-bottom: 40px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.use .title {
|
|
max-width: 100%;
|
|
margin-bottom: 29px;
|
|
}
|
|
}
|
|
|
|
.use--lett {
|
|
margin-bottom: 120px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.use--lett {
|
|
margin-bottom: 126px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.use--lett {
|
|
margin-bottom: 106px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.use--lett {
|
|
margin-bottom: 79px;
|
|
}
|
|
}
|
|
|
|
.use--lett .title {
|
|
margin-bottom: 51px;
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.use--lett .title {
|
|
margin-bottom: 39px;
|
|
}
|
|
}
|
|
|
|
.use--lett .use__img {
|
|
margin-left: -5px;
|
|
margin-right: -5px;
|
|
max-width: 110%;
|
|
width: 1290px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.use--lett .use__img {
|
|
width: initial;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.use--lett .use__img {
|
|
margin-left: 0;
|
|
margin-right: 0;
|
|
max-width: 100%;
|
|
width: 1120px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.use .h3 {
|
|
max-width: 75%;
|
|
margin: 0 auto 22px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.use .h3 {
|
|
max-width: 100%;
|
|
margin-bottom: 16px;
|
|
}
|
|
}
|
|
|
|
.diff {
|
|
margin-bottom: 179px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.diff {
|
|
margin-bottom: 172px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.diff {
|
|
margin-bottom: 140px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.diff {
|
|
margin-bottom: 125px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.diff {
|
|
margin-bottom: 139px;
|
|
}
|
|
}
|
|
|
|
.diff .title {
|
|
width: 60%;
|
|
margin-bottom: 65px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.diff .title {
|
|
width: 49%;
|
|
margin-bottom: 60px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.diff .title {
|
|
width: 73%;
|
|
margin-bottom: 40px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.diff .title {
|
|
width: 90%;
|
|
margin-bottom: 40px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.diff .title {
|
|
width: 100%;
|
|
margin-bottom: 30px;
|
|
}
|
|
}
|
|
|
|
.diff__grid {
|
|
display: flex;
|
|
position: relative;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.diff__grid::before {
|
|
content: '';
|
|
position: absolute;
|
|
height: 96%;
|
|
width: 5px;
|
|
border-radius: 5px;
|
|
background-color: #EDEDED;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
bottom: 0;
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.diff__grid::before {
|
|
height: 90%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.diff__grid::before {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.diff__grid {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.diff__coll {
|
|
width: 50%;
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.diff__coll {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.diff__coll.left {
|
|
margin-right: 29px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.diff__coll.left {
|
|
margin-right: 12px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.diff__coll.left {
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.diff__coll.left {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
|
|
.diff__coll.left .diff__coll-title {
|
|
padding-left: 39px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.diff__coll.left .diff__coll-title {
|
|
padding-left: 2px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.diff__coll.left .diff__coll-title {
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.diff__coll.left .diff__coll-title {
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
|
|
.diff__coll.right {
|
|
margin-left: 29px;
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.diff__coll.right {
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.diff__coll.right {
|
|
margin-left: 0;
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
.diff__coll.right .diff__coll-title {
|
|
padding-right: 39px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.diff__coll.right .diff__coll-title {
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.diff__coll.right .diff__coll-title {
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.diff__coll.right .diff__coll-title {
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
|
|
.diff__coll-title {
|
|
margin-bottom: 38px;
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.diff__coll-title {
|
|
margin-bottom: 18px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.diff__coll-title {
|
|
margin-bottom: 19px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.diff__coll-title {
|
|
margin-bottom: 29px;
|
|
}
|
|
}
|
|
|
|
.diff__item {
|
|
position: relative;
|
|
text-align: left;
|
|
padding-left: 10px;
|
|
padding-top: 11px;
|
|
padding-bottom: 11px;
|
|
display: flex;
|
|
gap: 11px;
|
|
align-items: center;
|
|
background-color: #FFFFFF;
|
|
border-radius: 15px;
|
|
font-weight: 500;
|
|
font-size: 20px;
|
|
line-height: 28px;
|
|
margin-bottom: 35px;
|
|
cursor: default;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.diff__item {
|
|
padding: 20px;
|
|
gap: 20px;
|
|
margin-bottom: 40px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.diff__item {
|
|
margin-bottom: 18px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.diff__item {
|
|
font-size: 18px;
|
|
margin-bottom: 25px;
|
|
padding-bottom: 9px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.diff__item {
|
|
font-size: 16px;
|
|
line-height: 19.36px;
|
|
padding-right: 15px;
|
|
margin-bottom: 14px;
|
|
}
|
|
}
|
|
|
|
.diff__item:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.diff__item:hover .diff__status::before {
|
|
scale: 1.2;
|
|
}
|
|
|
|
.diff__status {
|
|
position: relative;
|
|
height: 48px;
|
|
width: 48px;
|
|
border-radius: 5px;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.diff__status {
|
|
border-radius: 12px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.diff__status {
|
|
border-radius: 13px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.diff__status {
|
|
border-radius: 11px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.diff__status {
|
|
width: 35px;
|
|
height: 35px;
|
|
}
|
|
}
|
|
|
|
.diff__status::before {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
transform-origin: 0% 15%;
|
|
}
|
|
|
|
.diff__status::before {
|
|
content: '';
|
|
width: 36px;
|
|
height: 36px;
|
|
}
|
|
|
|
.diff__item--done .diff__status {
|
|
background-color: #CCF9D9;
|
|
}
|
|
|
|
.diff__item--done .diff__status::before {
|
|
width: 26px;
|
|
height: 26px;
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI0IDJMOS4zMzMzMyAyNEwyIDEzLjAwMDUiIHN0cm9rZT0iIzQ1QzIyNiIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.diff__item--done .diff__status::before {
|
|
scale: 0.7;
|
|
}
|
|
}
|
|
|
|
.diff__item--error .diff__status {
|
|
background-color: #F9CCCC;
|
|
}
|
|
|
|
.diff__item--error .diff__status::before {
|
|
width: 36px;
|
|
height: 36px;
|
|
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI4LjEyNSA3Ljg3NUw3Ljg3NSAyOC4xMjUiIHN0cm9rZT0iI0ZGMDAwMCIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHBhdGggZD0iTTI4LjEyNSAyOC4xMjVMNy44NzUgNy44NzUiIHN0cm9rZT0iI0ZGMDAwMCIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
|
|
}
|
|
|
|
@media (max-width: 767.98px) {
|
|
.diff__item--error .diff__status::before {
|
|
scale: 0.7;
|
|
}
|
|
}
|
|
|
|
.animate {
|
|
padding: 60px 40px 49px;
|
|
opacity: 0;
|
|
background-color: var(--color-black2);
|
|
border-radius: 30px;
|
|
color: white;
|
|
margin-bottom: 160px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.animate {
|
|
padding-top: 100px;
|
|
padding-bottom: 89px;
|
|
margin-bottom: 180px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.animate {
|
|
margin-bottom: 141px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.animate {
|
|
padding-top: 40px;
|
|
padding-bottom: 29px;
|
|
margin-bottom: 121px;
|
|
}
|
|
}
|
|
|
|
.animate.left {
|
|
transform: translateX(-180px);
|
|
}
|
|
|
|
.animate.right {
|
|
transform: translateX(180px);
|
|
}
|
|
|
|
.animate.right .title {
|
|
margin-bottom: 17px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.animate.right .title {
|
|
max-width: 80%;
|
|
margin-bottom: 40px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.animate.right .title {
|
|
margin-bottom: 25px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.animate.right .title {
|
|
margin-bottom: 31px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.animate.right .subtitle {
|
|
margin-bottom: 31px;
|
|
}
|
|
}
|
|
|
|
.animate__link {
|
|
color: var(--color-orange);
|
|
text-decoration: underline !important;
|
|
}
|
|
|
|
.animate .title {
|
|
margin-bottom: 25px;
|
|
max-width: 87%;
|
|
/*width: 90%;*/
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.animate .title {
|
|
margin-bottom: 40px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.animate .title {
|
|
max-width: 99%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.animate .title {
|
|
max-width: 85%;
|
|
font-size: 24px;
|
|
line-height: 29.05px;
|
|
}
|
|
}
|
|
|
|
.animate .subtitle {
|
|
width: 47%;
|
|
margin: 0 auto 23px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.animate .subtitle {
|
|
line-height: 26px;
|
|
letter-spacing: 0.1px;
|
|
margin-bottom: 40px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.animate .subtitle {
|
|
width: 54%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.animate .subtitle {
|
|
width: 102%;
|
|
margin-bottom: 26px;
|
|
}
|
|
}
|
|
|
|
.about {
|
|
margin-bottom: 168px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.about {
|
|
margin-bottom: 188px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.about {
|
|
margin-bottom: 138px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.about {
|
|
margin-bottom: 110px;
|
|
}
|
|
}
|
|
|
|
.about .title {
|
|
margin-bottom: 60px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.about .title {
|
|
margin-bottom: 49px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.about .title {
|
|
margin-bottom: 39px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.about .title {
|
|
margin-bottom: 48px;
|
|
}
|
|
}
|
|
|
|
.about__grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(2, 1fr);
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.about__grid {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.about__img {
|
|
box-shadow: inset 18.19px 1.21px 18.19px 0 #FFFFFFCC, inset -18.19px -1.21px 18.19px 0 #4052801A, 48.5px 36.38px 36.38px 0 #6B7F9933;
|
|
border-radius: 31px;
|
|
margin-left: -20px;
|
|
margin-top: 8px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.about__img {
|
|
margin-top: 19px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.about__img {
|
|
margin-left: -10px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.about__img {
|
|
margin-left: 0;
|
|
margin-bottom: 49px;
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.about__right {
|
|
text-align: left;
|
|
padding-top: 43px;
|
|
padding-left: 50px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.about__right {
|
|
padding-top: 90px;
|
|
padding-left: 21px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.about__right {
|
|
padding-left: 11px;
|
|
padding-top: 19px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.about__right {
|
|
padding: 0 8px;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
.about__right::after {
|
|
content: '';
|
|
display: block;
|
|
clear: both;
|
|
}
|
|
|
|
.about__half {
|
|
max-width: 50%;
|
|
float: left;
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.about__half {
|
|
max-width: initial;
|
|
}
|
|
}
|
|
|
|
.about__half:last-child {
|
|
padding-left: 16px;
|
|
max-width: 47%;
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.about__half:last-child {
|
|
max-width: initial;
|
|
padding-left: 0;
|
|
}
|
|
}
|
|
|
|
.about b {
|
|
letter-spacing: 0.4px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.about b {
|
|
font-weight: 700;
|
|
letter-spacing: 0;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.about p {
|
|
margin-bottom: 39px;
|
|
}
|
|
}
|
|
|
|
.benefits {
|
|
margin-bottom: 132px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.benefits {
|
|
margin-bottom: 147px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.benefits {
|
|
margin-bottom: 101px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.benefits {
|
|
margin-bottom: 93px;
|
|
}
|
|
}
|
|
|
|
.benefits__grid {
|
|
text-align: left;
|
|
display: grid;
|
|
grid-template-columns: 1.5fr 3fr 1.5fr;
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.benefits__grid {
|
|
grid-template-columns: 1fr 1fr;
|
|
}
|
|
}
|
|
|
|
.benefits__item {
|
|
min-height: 122px;
|
|
padding-right: 7px;
|
|
margin-bottom: 22px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.benefits__item {
|
|
min-height: 145px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.benefits__item {
|
|
padding-right: 25px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.benefits__second {
|
|
grid-column: 1 / 3;
|
|
order: -1;
|
|
margin-bottom: 56px;
|
|
}
|
|
}
|
|
|
|
.benefits__third {
|
|
padding-left: 16px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.benefits__third {
|
|
padding-left: 31px;
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.benefits__third {
|
|
padding-left: 11px;
|
|
}
|
|
}
|
|
|
|
.benefits .title {
|
|
margin-bottom: 76px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.benefits .title {
|
|
margin-bottom: 93px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.benefits .title {
|
|
margin-bottom: 19px;
|
|
}
|
|
}
|
|
|
|
.benefits img {
|
|
position: relative;
|
|
top: 14px;
|
|
right: -11px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.benefits img {
|
|
top: -33px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.benefits img {
|
|
top: 20px;
|
|
right: 0;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.benefits h2 {
|
|
margin-bottom: 10px;
|
|
}
|
|
}
|
|
|
|
.uses {
|
|
margin-bottom: 120px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.uses {
|
|
margin-bottom: 136px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.uses {
|
|
margin-bottom: 125px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.uses {
|
|
margin-bottom: 100px;
|
|
}
|
|
}
|
|
|
|
.uses__grid {
|
|
text-align: left;
|
|
display: grid;
|
|
grid-template-columns: repeat(3, 1fr);
|
|
/* max-width: 101.5%; */
|
|
/* width: 101.5%; */
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.uses__grid {
|
|
grid-template-columns: 1fr 1fr;
|
|
column-gap: 15px;
|
|
}
|
|
}
|
|
|
|
.uses__item {
|
|
min-height: 50px;
|
|
margin-bottom: 19px;
|
|
padding: 0 50px 0 2px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.uses__item {
|
|
margin-bottom: 22px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.uses__item {
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.uses__item p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
.uses__icon {
|
|
margin-bottom: 11px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.uses__icon {
|
|
width: 147px;
|
|
height: 147px;
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
.uses .title {
|
|
max-width: 50%;
|
|
margin: 0 auto 60px;
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.uses .title {
|
|
max-width: 70%;
|
|
margin-bottom: 39px;
|
|
}
|
|
}
|
|
|
|
.sore {
|
|
margin-bottom: 160px;
|
|
margin-top: 1px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.sore {
|
|
margin-bottom: 178px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.sore {
|
|
margin-bottom: 140px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.sore {
|
|
margin-bottom: 60px;
|
|
}
|
|
}
|
|
|
|
.sore__img {
|
|
margin: 0 auto 13px;
|
|
position: relative;
|
|
left: -17px;
|
|
top: -13px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.sore__img {
|
|
margin-bottom: 40px;
|
|
top: -5px;
|
|
left: -21px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.sore__img {
|
|
left: 2px;
|
|
top: -22px;
|
|
margin-bottom: 4px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.sore__img {
|
|
top: -8px;
|
|
left: -15px;
|
|
margin-bottom: 18px;
|
|
}
|
|
}
|
|
|
|
.sore .title {
|
|
margin-bottom: 40px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.sore .title {
|
|
margin-bottom: 61px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.sore .title {
|
|
margin-bottom: 20px;
|
|
}
|
|
}
|
|
|
|
.sore .subtitle {
|
|
max-width: 62%;
|
|
margin: 0 auto 10px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.sore .subtitle {
|
|
line-height: 26px;
|
|
max-width: 60%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.sore .subtitle {
|
|
max-width: 65%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.sore .subtitle {
|
|
max-width: 85%;
|
|
}
|
|
}
|
|
|
|
.sore .h3 {
|
|
max-width: 47%;
|
|
margin: 0 auto 19px;
|
|
}
|
|
|
|
@media (min-width: 1720px) {
|
|
.sore .h3 {
|
|
max-width: 38%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1304.98px) {
|
|
.sore .h3 {
|
|
max-width: 50%;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991.98px) {
|
|
.sore .h3 {
|
|
max-width: 65%;
|
|
margin-bottom: 21px;
|
|
}
|
|
}
|