<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.about-hero {
background-color: #145FAC;
padding-top: calc( 70px + 100px );
padding-bottom: 70px;
color: #fff;
background: url(//ipnote.pro/wp-content/themes/ipnote/assets/images/about/hero-bg.png) center/cover no-repeat;
}
.about-hero-inner {    
}
.about-hero-breadcrumbs {
margin-bottom: 30px;
}
.about-hero-breadcrumbs-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
align-items: center;
gap: 10px;
font-size: 16px;
line-height: 1.35;
}
.about-hero-breadcrumbs-list li {
margin: 0;
display: flex;
align-items: center;
gap: 10px;
}
.about-hero-breadcrumbs-list li:not(:last-child)::after {
content: '';
display: inline-block;
flex-shrink: 0;
width: 24px;
height: 24px;
background: url(//ipnote.pro/wp-content/themes/ipnote/assets/images/about/breadcrumbs-arrow.svg) center/contain no-repeat;
}
.about-hero-breadcrumbs-list li a {
color: #fff;
text-decoration: none;
}
.about-hero-breadcrumbs-list li a:hover {
color: #fff;
text-decoration: underline;
}
.about-hero-row {
display: flex;
align-items: center;
}
.about-hero-col {
width: 50%;
flex-basis: 50%;
}
.about-hero-content {
}
.about-hero-title {
margin-top: 0;
font-size: 60px;
font-weight: 700;
line-height: 1.3;
} 
.about-hero-title span {
color: #fff;
position: relative;
z-index: 1;
white-space: nowrap; }
.about-hero-title span::before {
content: '';
display: block;
background-color: #0C4F95;
border-radius: 8px;
padding: 2px 12px 4px;
width: 100%;
height: 100%;
position: absolute;
top: 53%;
left: 50%;
transform: translate(-50%,-50%);
z-index: -1;
box-sizing: content-box;
}
.about-hero-text {
font-size: 24px;
font-weight: 400;
line-height: 1.35;
margin-top: 35px;
}
.about-hero-button {
margin-top: 55px;
}
.about-hero-button .btn {
display: inline-flex;
}
@media (max-width: 768px) {
.about-hero-row {
flex-direction: column-reverse;
}
.about-hero-col {
width: 100%;
flex-basis: auto;
}
.about-hero-title {
font-size: 38px;
}
.about-hero-text {
font-size: 18px;
}   
}
.about-hero .prul-marquee-line {
margin-top: 60px;
position: relative;
overflow: hidden;
display: flex;
}
.about-hero .prul-marquee-line img {
-webkit-animation: marquee 19s linear infinite;
animation: marquee 19s linear infinite;
width: 2984px;
}
@-webkit-keyframes marquee {
from {
transform: translateX(0%);
}
to {
transform: translateX(-100%);
}
}
@keyframes marquee {
from {
transform: translateX(0%);
}
to {
transform: translateX(-100%);
}
}
@media (max-width: 768px) {
.about-hero {
padding-top: calc( 94px + 30px );
padding-bottom: 30px;
} .about-hero .about-hero-breadcrumbs {
margin-bottom: 0;
}
.about-hero .prul-marquee-line img {
width: 1200px;
max-width: none;
}
.about-hero-button {
margin-top: 30px;
display: grid;
}
}
.about-hero-image {
max-width: 800px;
margin: 0 auto;
}
.about-hero-image-wrapper {
position: relative;
padding-bottom: 100%;
overflow: hidden;
}
.about-hero-image-wrapper img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
}
.site-container {
max-width: 1200px;
padding-left: 20px;
padding-right: 20px;
margin-left: auto;
margin-right: auto;
}
.site-section {
margin-top: 130px;
margin-bottom: 130px;
}
.site-section-bg {
padding-top: 120px;
padding-bottom: 120px;
}
.site-section-bg-01 {
background-image: linear-gradient(to right, #FFFFFF 0%, #F3F4F7 63%, #F3F4F7 100%);
}
.site-section-bg-grey {
background-color: #F3F4F7;
}
.site-section-bg-blue {
background-color: #145FAC;
color: #fff;
}
.site-section-header {
margin-bottom: 30px;
}
.site-section-header:last-child {
margin-bottom: 0;
}
.site-section-title {
font-size: 60px;
font-weight: 700;
line-height: 1.3;
margin-top: 0;
margin-bottom: 0;
}
.site-section-row {
display: flex;
}
.site-section-row-center {
align-items: center;
}
.site-section-col {
flex-basis: 50%;
}
.site-section-col.site-section-col-60 {
flex-basis: 60%;
}
.site-section-col.site-section-col-40 {
flex-basis: 40%;
}
.site-section-image {
text-align: center;
}
.site-section-image img {
max-width: 100%;
position: relative;
z-index: 2;
}
.about-image-bg {
position: relative;
}
.about-image-bg-image {
content: '';
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
}
.about-image-bg-image img {
object-fit: contain;
object-position: center;
max-width: none;
}
.site-section-content {
position: relative;
z-index: 2;
font-size: 16px;
}
.about-numbers {
background: linear-gradient(to right, #1D75C9, #145FAC);
border-radius: 30px;
margin-left: 20px;
margin-right: 20px;
padding-top: 50px;
padding-bottom: 50px;
color: #fff;
position: relative;
z-index: 4;
}
.about-numbers-row {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.about-numbers-col {
flex-basis: calc( (100% - 20px * 4) / 5 );
position: relative;
}
.about-numbers-col:not(:last-child)::after {
content: '';
height: 45px;
width: 1px;
background-color: #C5CCDF;
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: -10px;
}
.about-numbers-item {
text-align: center;
}
.about-numbers-value {
font-size: 44px;
font-weight: 700;
line-height: 1.3;
margin-bottom: 10px;
}
.about-numbers-label {
font-size: 16px;
font-weight: 400;
line-height: 1.3;
}
.about-features {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.about-features-item {
flex-basis: calc( (100% - 20px * 3) / 4 * 2 );
background-color: #F3F4F7;
border-radius: 14px;
min-height: 380px;
padding: 30px;
box-sizing: border-box;
flex-shrink: 0;
flex-grow: 1;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.about-features-item-1-4 {
flex-basis: calc( (100% - 20px * 3) / 4);
}
.about-features-item-1-3 {
flex-basis: calc( (100% - 20px * 2) / 3);
}
.about-features-item-2-3 {
flex-basis: calc( (100% - 20px * 1) / 3 * 2);
background-position: right center;
}
.about-features-title {
font-size: 36px;
font-weight: 700;
line-height: 1.3;
margin-bottom: 10px;
}
.about-features-text {
font-size: 16px;
font-weight: 400;
line-height: 1.35;
color: #62738D;
}
.about-features-item-1-4 .about-features-title {
font-size: 24px;
}
.about-features-item-1-3 .about-features-title {
font-size: 24px;
}
.about-features-item-2-3 .about-features-text {
max-width: 410px;
}
.about-features-image {
display: none;
}
.site-section-image-right {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
width: 50%;
z-index: 1;
max-height: 100%;
height: 100%;
}
.site-section-image-right img {
position: absolute;
top: 0;
right: 0;
height: 100%;
object-fit: contain;
object-position: right;
display: block;
max-width: 100%;
}
.site-section-overflow-hidden {
overflow: hidden;
}
.about-timeline-slider {
position: relative;
}
.about-timeline-slider .swiper {
overflow: visible;
}
.about-timeline-slider::before {
content: '';
position: absolute;
top: 102px;
left: 50%;
transform: translateX(-50%);
width: 100vw;
height: 3px;
background-color: #145FAC;
}
.about-timeline-item {
text-align: center;
position: relative;
padding-top: 70px;
}
.about-timeline-dot {
width: 50px;
height: 50px;
background-color: #fff;
border-radius: 50%;
display: block;
position: relative;
border: 3px solid #145FAC;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
transition: all 0.3s ease;
box-shadow: 0 3px 24px 0 rgba(49, 60, 78, 0.2);
}
.about-timeline-dot::after {
content: '';  
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 32px;
height: 32px;
background-color: #145FAC;
border-radius: 50%;
transition: all 0.3s ease;
}
.about-timeline-item-title {
font-size: 60px;
font-weight: 700;
line-height: 1.3;
margin-bottom: 20px;
color: #145FAC;
line-height: 60px;
transition: all 0.3s ease;
} 
.about-timeline-item-text {
font-size: 16px;
font-weight: 400;
line-height: 1.35;
color: #62738D;
transition: all 0.3s ease;
}
.about-timeline-slider-nav {
display: flex;
gap: 10px;
justify-content: flex-end;
align-items: center;
margin-bottom: 50px;
}
.about-timeline-slider-nav-button {
width: 50px;
height: 26px;
color: #145FAC;
}
.about-timeline-slider-nav-button.swiper-button-disabled {
color: #D1D7E0;
}
.about-timeline-slider-nav-button svg {
width: 50px;
height: 26px;
}
.about-timeline-slider .swiper {
padding-bottom: 40px;
}
.about-timeline-slider .swiper-slide:not(.swiper-slide-active) .about-timeline-dot {
width: 30px;
height: 30px;
top: 10px;
box-shadow: none;
}
.about-timeline-slider .swiper-slide:not(.swiper-slide-active) .about-timeline-dot::after {
opacity: 0;
}
.about-timeline-slider .swiper-slide:not(.swiper-slide-active) .about-timeline-item-title {
color: #313C4E;
font-size: 24px;
line-height: 60px;
} @media(min-width: 768px) {
.about-timeline-slider .swiper-slide-active  .about-timeline-item-text { transform: scale(1.15) translateY(5px);
color: #313C4E;
}
}
@media(max-width: 767.98px) {
.about-timeline-item-text {
color: #313C4E;
}
}
.about-founder {
background-size: 100% 400px;
background-position: top;
background-repeat: no-repeat;
}
.about-founder-image {
transform: translateX(-100px);
position: relative;
}
.about-founder-info {
position: absolute;
bottom: 0;
right: 30px;
padding: 16px 20px;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(14px);
-webkit-backdrop-filter: blur(14px);
}
.about-founder-info-name {
font-size: 24px;
font-weight: 700;
line-height: 1.3;
margin-bottom: 4px;
color: #313C4E;
} 
.about-founder-info-position {
font-size: 20px;
font-weight: 400;
line-height: 1.3;
color: #313C4E;
}
.about-founder-row {
display: flex;
align-items: center;
}
.about-founder-right {
display: none;
}
.about-founder-content {
font-size: 24px;
}
@media(max-width: 767.98px) {
.about-founder-content {
font-size: 16px;
}
}
.site-section-content-text {
font-size: 24px;
}
@media(max-width: 767.98px) {
.site-section-content-text {
font-size: 16px;
}
}
.about-team {
margin-top: -70px;
}
.about-team-item {
}
.about-team-image {
position: relative;
padding-bottom: 126%;
overflow: hidden;
}
.about-team-image img {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
border-radius: 8px;
}
.about-team-content {
padding-top: 20px;
}
.about-team-name {
font-size: 24px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 4px;
}
.about-team-position {
font-size: 16px;
font-weight: 400;
line-height: 1.35;
color: #313C4E;
}
.about-ideology {
margin-top: 24px;
}
.about-ideology-inner {
display: flex;
gap: 30px;
}
.about-ideology-row {
flex-grow: 1;
display: flex;
flex-wrap: wrap;
gap: 34px 30px;
}
.about-ideology-row .about-ideology-item {
flex-basis: calc( (100% - 30px * 1) / 2 );
}
.about-ideology-side {
flex-basis: calc( (100% - 60px * 2) / 3 );
flex-shrink: 0;
}
.about-ideology-header {
margin-bottom: 20px;
}
.about-ideology-number {
font-size: 120px;
font-weight: 400;
line-height: 1;
margin-bottom: 10px;
background-image: linear-gradient(to bottom, #313C4E, rgba(113, 138, 180, 0.6));
-webkit-background-clip: text;
background-clip: text;
color: transparent;
opacity: 0.25;
margin-bottom: -36px;
}
.about-ideology-item-title {
font-size: 24px;
font-weight: 700;
line-height: 1.3;
} 
.about-ideology-item-text {
font-size: 16px;
font-weight: 400;
line-height: 1.35;
color: #62738D;
}
.site-section-image-right-alt {
position: absolute;
top: 100px;
right: -40px;
width: 50%;
}
@media(min-width: 1025px) {
.about-timeline-slider .swiper-slide  {
width: 25%;
}
.about-hero-row {
margin-top: -60px;
}
.about-hero-image-wrapper {
transform: scale(1.2);
}
}
@media(min-width: 768px) {
.about-ideology-side {
align-self: stretch;
}
.about-ideology-side .about-ideology-item {
padding: 30px;
border-radius: 8px;  height: 100%;
display: flex;
flex-direction: column;
background: #F3F4F7; }
.about-ideology-side .about-ideology-header {
flex-grow: 1;
display: flex;
flex-direction: column;
}
.about-ideology-side .about-ideology-number {
flex-grow: 1;  }
.about-ideology-side .about-ideology-item-title { }
.about-ideology-side .about-ideology-item-text { }
.desktop-hidden {
display: none;
}
}
@media (max-width: 1024px) {
.about-numbers {
padding: 32px;
}
.about-numbers-col {
flex-basis: calc( (100% - 20px * 2) / 3 );
}
.about-numbers-col:nth-child(3n)::after {
display: none;
}
.about-features-item {
padding: 16px;
}
.about-founder .site-section-row {
display: block;
}
.about-founder-right {
display: block;
padding-top: 200px;
padding-bottom: 200px;
}
.about-founder .site-section-header {
display: none;
}
.about-founder {
padding-top: 0;
}
.about-ideology-inner {
flex-wrap: wrap;
}
.about-ideology-row {
flex-basis: 100%;
}
.about-ideology-side {
flex-basis: 100%;
}
}
@media (min-width: 769px) and (max-width: 1024px) {
.about-founder-left .about-founder-image {
width: 500px;
height: 500px;
}
.about-founder-left {
margin-right: -80px;
}
.about-founder-right .site-section-title {
font-size: 50px;
}
.about-ideology-side .about-ideology-item {
position: relative;
}
.about-ideology-side .about-ideology-item .about-ideology-number {
position: absolute;
top: 0;
left: 10px;
}
.about-ideology-side .about-ideology-item .about-ideology-item-title {
width: calc(50% - 30px);
margin-left: auto;
}
.about-ideology-side .about-ideology-item .about-ideology-item-text {
width: calc(50% - 30px);
margin-left: auto;
}
}
@media (max-width: 768px) {
.site-section {
margin-top: 50px;
margin-bottom: 50px;
}
.site-section-title {
font-size: 38px;
} 
.site-section-row {
display: block;
}
.site-section-col:not(:last-child) {
margin-bottom: 30px;
}
.site-section-content {
font-size: 16px;
}
.about-numbers {
padding: 20px 0;
}
.about-numbers-row {
gap: 30px;
}
.about-numbers-col {
flex-basis: 100%;
}
.about-numbers-col::after {
display: none !important;
}
.about-numbers-value {
font-size: 32px;
}
.about-numbers-label {
font-size: 16px;
}
.about-features {
gap: 10px;
}
.about-features-item {
flex-basis: 100% !important;
background-position: bottom;
overflow: hidden;
}
.about-features-title {
font-size: 24px !important;
}
.about-features-item-2-3 {
background-image: none !important;
min-height: 0;
}
.about-features-image {
display: block;
max-width: calc(100% + 32px);
width: calc(100% + 32px);
margin-bottom: 10px;
margin-top: -16px;
margin-left: -16px;
margin-right: -16px;
}
.about-features-image img {
width: 100%;
}
.about-features-item-1-2 {
min-height: 420px;
}
.about-features-item:nth-child(2) {
background: #F3F4F7 url(//ipnote.pro/wp-content/themes/ipnote/assets/images/about/about-features-02-mob-2.png) left 10px bottom -40px /381px 217px no-repeat !important;
}
.site-section-image-right {
position: static;
width: 100%;
transform: translateX(20px);
}
.site-section-bg {
padding-top: 64px;
padding-bottom: 64px;
}
.site-section-image-right img {
position: static;
width: 100%;
height: auto;
}
.about-founder-image {
transform: translateX(0);
}
.about-founder-info {
right: 0;
bottom: -20px;
}
.about-founder-right {
display: none;
}
.about-founder .site-section-header {
display: block;
}
.about-ideology-inner {
row-gap: 46px;
}
.about-ideology-row {
row-gap: 46px;
}
.about-ideology-row .about-ideology-item {
flex-basis: 100%;
}
.about-ideology-header {
display: flex;
flex-direction: row-reverse;
gap: 8px;
justify-content: space-between;
align-items: flex-end;
}
.about-ideology-number {
margin-bottom: 0;
}
.about-ideology-item-text {
font-size: 16px;
}
.site-section-about-ideology .site-section-content {
font-size: 20px;
}
.site-section-image-right-alt {
position: static;
width: 485px;
transform: translateX(-15px);
margin-bottom: -130px;
}
.about-team {
margin-top: -90px;
}
.about-hero-image-wrapper {
transform: scale(1.24);
}
.about-hero-image {
margin-top: 12px;
margin-bottom: 54px;
}
.about-timeline {
margin-top: -64px;
}
.about-timeline-item-title {
font-size: 40px;
line-height: 1;
}
.site-section-image-right img {
max-width: 100vw;
width: 100vw;
transform: translateX(-34px);
}
.about-team .swiper {
overflow: visible;
}
}
.site-section-sub-title {
font-size: 24px;
}
@media(max-width: 767.98px) {
.site-section-sub-title {
font-size: 20px;
}
}
@media(min-width: 1024px) {
.about-founder-image {
padding-top: 80px;
}
}</pre></body></html>