<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero-title-milestone .heading-location-title &gt; span {
display: none;
}
.homepage-hero-cards-item-inner {
cursor: pointer !important;
}
@media(max-width: 767.98px) {
body.page-services .hero__body {
max-width: 100% !important;
}
}
@media(min-width: 1024px) {
.header .navigation {
justify-content: flex-start;
}
.submenu__list {
border-radius: 14px;
box-shadow: 4px 4px 6px 0 rgba(43, 93, 162, 0.06), -2px 2px 6px 0 rgba(43, 93, 162, 0.08);
font-size: 14px;
padding: 18px;
}
.submenu__list &gt; li:not(:last-child) {
margin-bottom: 6px;
}
.submenu__list a:hover {
color: #F0A93B;
}
.navigation__item.dropdown .navigation__link {
display: flex;
gap: 6px;
align-items: center;
}
.navigation__item.dropdown .navigation__link svg {
width: 16px;
height: 16px;
}
.header__logo:not(:last-child) {
margin-right: 34px;
}
}
@media(max-width: 767.98px) {
.header {
background-color: #fff;
}
.navigation .dropdown {
max-height: initial;
}
.navigation .dropdown-menu {
max-height: initial;
}
.navigation .submenu__list {
display: block;
}
.header__inner {
z-index: 50;
position: relative;
}
}
.overlay {
z-index: 10;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
transition: .3s;
}
.overlay:not(.active) {
opacity: 0;
pointer-events: none;
visibility: hidden;
}
.off-canvas {
position: fixed;
top: 0px;
left: 0;
z-index: 20;
width: 100%;
border-radius: 0 0 20px 20px;
background-color: #313c4e;
color: #fff;
padding: 84px 16px 24px;
box-sizing: border-box;
max-height: 100dvh;
overflow-y: auto;
transition: .4s;
}
.off-canvas:not(.active) {
transform: translateY(-103%);
}
.off-canvas-nav {
font-size: 16px;
text-align: center;
}
.off-canvas-nav a {
color: rgba(49, 60, 78, 1);
text-decoration: none;
color: #fff;
}
.off-canvas-nav-list {
}
.off-canvas-nav-list &gt; li {
margin-bottom: 24px;
}
.off-canvas-nav-list &gt; li:last-child {
margin-bottom: 0;
}
.off-canvas-nav-list &gt; li.has-children {
margin-bottom: 24px;
border-bottom: 1px solid rgba(207, 210, 217, 1);
padding-bottom: 24px;
}
.off-canvas-nav .has-children &gt; a {
color: rgba(98, 115, 141, 1);
font-size: 14px;
color: #fff;
}
.off-canvas-nav .sub-menu {
margin-top: 16px;
}
.off-canvas-nav .sub-menu &gt; li:not(:last-child) {
margin-bottom: 8px;
}
@media(min-width: 1025px) {
.off-canvas {
display: none;
}
.overlay {
display: none;
}
}
.burger-button.opened .burger-button__line {
stroke: #fff;
}
.logo__link img:last-child {
display: none;
}
@media(max-width: 767.98px) {
.header__logo.active .logo__link img:last-child {
display: block;
}
.header__logo.active .logo__link img:first-child {
display: none;
}
}
@media(min-width: 768px) {
.footer__nav .submenu__list {
top: auto !important;
bottom: 100% !important;
}
}
.footer__nav .navigation__item.dropdown.showmobile {
max-height: none;
}
.footer__nav .navigation__item.dropdown.showmobile .icon-arrow {
color: #fff;
}
@media(max-width: 767.98px) {
.footer__nav {
padding-top: 26px;
}
.footer__socials {
margin-bottom: -48px;
position: relative;
z-index: 10;
}
.footer__nav .navigation__list {
margin-top: 0;
}
.footer__nav .navigation__link svg {
margin-left: 4px;
}
}
.navigation__item.dropdown.showmobile .submenu__list li:not(:last-child) {
margin-bottom: 14px;
}
.navigation__item.dropdown.showmobile .submenu__list {
background-color: transparent !important;
box-shadow: none !important;
}
.navigation__item.dropdown.showmobile .submenu__list .submenu__link {
color: #fff !important;
}
.form-row {
display: flex;
gap: 10px;
}
.form-row .form__item {
margin-bottom: 0;
}
.form-row .form_contacts__input {
margin-bottom: 0;
height: 54px;
background-color: #E3E6EF;
font-size: 16px !important;
}
.form-row .form__label {
color: #8B8F9E;
}
.form-row .form__input:hover:not(:focus) ~ .form__label {
color: #8B8F9E;
}
@media(max-width: 767.98px) {
.form-row {
display: block;
}
.form-row .form__item:not(:last-child) {
margin-bottom: 10px;
}
.form-row .form_contacts__input {
font-size: 18px !important;
}
}
.modal-redirect .modal__content {
padding: 40px 40px 20px;
}
.modal-redirect .modal__inner {
max-width: 650px;
background-color: #fff;
border-radius: 20px;
overflow: hidden;
}
.modal-redirect .modal__header {
margin-bottom: 30px;
}
.modal-redirect .modal__title {
font-size: 42px;
}
.modal-redirect .modal__subtitle {
font-size: 20px;
}
.modal-redirect .modal__body .btn {
width: 100%;
max-width: 100%;
height: 46px;
padding-top: 0;
padding-bottom: 0;
box-shadow: none;
}
.modal-redirect-bottom {
display: flex;
gap: 10px;
align-items: center;
justify-content: center;
padding: 30px 40px;
box-sizing: border-box;
background-color: #F3F4F7;
color: #2B5DA2;
font-size: 18px;
font-weight: 400;
text-align: center;
}
.modal-redirect-bottom svg {
width: 20px;
height: 20px;
flex-shrink: 0;
-webkit-animation:spin 1s linear infinite;
-moz-animation:spin 1s linear infinite;
animation:spin 1s linear infinite;
}
@-moz-keyframes spin { 
100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
100% { 
-webkit-transform: rotate(360deg); 
transform:rotate(360deg); 
} 
}
@media(max-width: 767.98px) {
.modal-redirect .modal__title {
font-size: 28px;
margin-bottom: 10px;
}
.modal-redirect .modal__subtitle {
font-size: 14px;
}
.modal-redirect .modal__header {
margin-bottom: 20px;
}
.modal-redirect .modal__content {
padding: 20px;
}
.modal-redirect-bottom {
padding: 20px;
font-size: 16px;
}
} .hero__title {
z-index: 2;
}
.heading-location {
line-height: 1.36;
}
.heading-location-title {
display: inline;
}
.heading-location-title &gt; span {
color: currentColor;
}
.heading-location-current {
display: inline-block;
position: relative;
margin-left: 4px;
}
.heading-location-region {
color: #000;
background-color: #fff;
border-radius: 14px 14px 0 0;
color: #2B5DA2;
padding: 0px 12px;
display: inline-flex;
align-items: center;
gap: 12px;
min-width: 340px;
box-sizing: border-box;
text-align: left;
}
.heading-location-region-text {
flex-grow: 1;
}
.heading-location-region svg {
width: 20px;
height: 20px;
flex-shrink: 0;
}
.heading-location-dropdown {
display: none;
position: absolute;
top: calc( 100% - 1px );
left: 0;
background-color: #fff;
width: 100%;
z-index: 2;
font-size: 16px;
font-weight: 400;
color: #62738D;
border-radius: 0 0 14px 14px;
padding-top: 10px;
overflow: hidden;
}
.heading-location-dropdown-list {
max-height: 160px;
overflow-y: auto;
}
.heading-location-dropdown-list::-webkit-scrollbar {
width: 2px;
}
.heading-location-dropdown-list::-webkit-scrollbar-track {
background: #E0E5ED;
}
.heading-location-dropdown-list::-webkit-scrollbar-thumb {
background-color: #2B5DA2;
border-radius: 0px;
border: none;
}
ul.heading-location-dropdown-list li.heading-location-dropdown-item {
margin-bottom: 0;
}
ul.heading-location-dropdown-list a.heading-location-dropdown-link {
display: flex;
height: 40px;
align-items: center;
padding: 0 15px;
color: currentColor;
text-decoration: none;
gap: 8px;
transition: .2s;
}
ul.heading-location-dropdown-list a.heading-location-dropdown-link:hover {
background-color: #f6f6f6;
}
ul.heading-location-dropdown-list a.heading-location-dropdown-link span {
color: currentColor;
}
.heading-location-dropdown-link img {
width: 20px;
height: 20px;
object-fit: contain;
border-radius: 50%;
flex-shrink: 0;
margin-bottom: 0;
}
.heading-location-search {
margin-bottom: 10px;
padding: 0 10px;
box-sizing: border-box;
position: relative;
}
.heading-location-search::after {
content: '';
display: block;
width: 20px;
height: 20px;
pointer-events: none;
position: absolute;
left: 30px;
top: 50%;
transform: translateY(-50%);
background: url(//ipnote.pro/wp-content/themes/ipnote/assets/images/search.svg) center / contain no-repeat;
}
.heading-location-search input {
height: 47px;
background-color: #F3F4F7;
border-radius: 10px;
font-size: 16px !important;
color: #8B8F9E;
line-height: 1.35;
width: 100%;
max-height: 100%;
padding: 0 20px 0 56px;
box-sizing: border-box;
}
.heading-location-search input::placeholder {
color: #8B8F9E;
}
@media(max-width: 767.98px) {
.heading-location-region {
min-width: 270px;
}
.hero__title-mobile-fix {
white-space: normal !important;
width: 100% !important;
max-width: 100% !important;
}
.hero__body {
z-index: 4;
}
}
.heading-location.expanded .heading-location-dropdown {
display: block;
}
.heading-location:not(.expanded) .heading-location-region {
border-radius: 14px;
min-width: 0;
}
.heading-location.expanded .heading-location-region &gt; svg {
transform: scale(1, -1);
}
@media(min-width: 1024px) {
body.service .logots {
padding-top: 80px !important; }	
body.service .partners {
padding-top: 80px !important;
padding-bottom: 80px !important;		
}
}
@media(max-width: 767.98px) {
.heading-location-current {
margin-left: 0 !important;
}
}
.hero__price_container .hero_price__footer {
white-space: normal;
}
.header-language-switcher {
margin-right: 20px;
}
.header-language-switcher .blog-nav-button {
background-color: #f8f8f8;
height: 42px;
border-radius: 8px;
}
.header-language-switcher .blog-nav-button svg {
color: #2B5DA2;
}
.header-language-switcher .blog-nav-dropdown-list {
max-height: 285px;
}
body.service .hero.hero-first {
padding-bottom: 60px;
}
.page-attorneys .btn--orange {
display: inline-flex;
max-width: none;
width: auto;
}
.page-attorneys .hero.hero-first:before {
max-height: 100%;
}
@media(min-width: 768px) {
.header__signup-block &gt; .header-language-switcher {
display: none;
}
}
@media(max-width: 767.98px) {
.header__signup-button {
font-size: 10px;
padding-left: 10px;
padding-right: 10px;
}
.header__sign-in {
width: 24px;
height: 24px;
}
.header__signup-block .header__sign-in {
margin-right: 8px;
}
.header__signup-block .header-language-switcher {
margin-right: 10px;
}
.header__signup-block .header-language-switcher .blog-nav-button {
padding: 0 8px;
height: 38px;
font-size: 14px;
}
.header__signup-block .header-language-switcher .blog-nav-button svg {
width: 16px;
height: 16px;
}
.header__logo:not(:last-child) {
margin-right: 10px;
}
}
body.page-services .contact.contact-padding-fix {
padding-top: 40px;
}
@media(max-width: 767.98px) {
body.page-services .contact.contact-padding-fix {
padding-top: 0px;
}	
}
.ipn-banner {
border-radius: 30px;
color: #fff;
box-sizing: border-box;
width: 100%;
display: flex;
overflow: hidden;
background: rgba(20, 94, 171, 1) url(//ipnote.pro/wp-content/themes/ipnote/assets/images/banner-bg.svg) left center / 50% 100% no-repeat;
}
.post-container article &gt; .ipn-banner {
padding: 40px !important;
margin: 40px 0 !important;
}
.ipn-banner-image {
flex-basis: 50%;
flex-shrink: 0;
position: relative;
}
.ipn-banner-image img {
position: absolute;
top: 0;
left: 20px;
width: 260px !important;
height: auto;
}
.ipn-banner-content {
max-width: 410px;
flex-basis: 50%;
flex-shrink: 0;
}
.ipn-banner-title {
font-size: 32px;
font-weight: 700;
margin-bottom: 10px;
line-height: 1.2;
}
.ipn-banner-text {
font-size: 16px;
line-height: 1.3;
}
.ipn-banner-button {
margin-top: 40px;
}
.ipn-banner-button .btn {
display: inline-flex;
}
.ipn-banner-button .btn--orange {
}
.ipn-banner-button .btn img {
width: 20px;
height: 20px;
}
@media(max-width: 767.98px) {
.ipn-banner-image {
text-align: center;
display: block;
}
.ipn-banner-image img {
position: static;
margin-left: auto !important;
margin-right: auto !important;
margin-bottom: -110px;
}
.post-container article &gt; .ipn-banner {
display: block;
padding-left: 16px !important;
padding-right: 16px !important;
}
.ipn-banner-title {
font-size: 28px;
}
.ipn-banner-button .btn {
width: 100%;
}
.ipn-banner-text {
font-size: 14px;
}
}
.button-wrapper {
display: inline-block;
position: relative;
}
.button-wrapper .btn {
min-width: 276px;
}
.button-wrapper-sale {
display: flex;
position: absolute;
top: 0;
right: 0;
z-index: 6;
transform: translate(50%, -50%);
border-radius: 50%;
overflow: hidden;
}
.button-wrapper-sale svg {
width: 90px;
height: 90px;	
}
.hero-sale::before {
background: #F3F4F7 url(//ipnote.pro/wp-content/themes/ipnote/assets/images/hero-sale-bg-desktop.svg) left top / contain no-repeat;
}
.action-modal-sale {
}
.action-modal-sale #actionModal {
background: url(//ipnote.pro/wp-content/themes/ipnote/assets/images/action-modal-bg.svg) center / cover no-repeat !important;
}
.action-modal-sale #actionModal .title {
color: #fff;
}
.action-modal-sale #actionModal .title span {
color: #F0A93B;
}
.action-modal-sale #actionModal .description{
color: #fff;
font-weight: 700;
font-size: 24px;
}
.action-modal-sale #actionModal .description span {
color: #F0A93B;
}
.action-modal-sale footer p {
margin-top: 15px;
font-size: 14px;
color: #62738D;
margin-bottom: 0;
}
.action-modal-sale #actionModal .transactionsImage {
top: 100px;
right: -55%;
}
.action-modal-sale footer .btn {
min-width: 276px;
}
@media(max-width: 767.98px) {
.button-wrapper-sale {
transform: translate(10px, -50%);
}
body.page-attorneys .hero.hero-sale {
padding-top: 80px !important;
}
.hero-sale::before {
top: 0 !important;
background: #F3F4F7 url(//ipnote.pro/wp-content/themes/ipnote/assets/images/hero-sale-bg-mobile.svg) left top / contain no-repeat;
}	
.button-wrapper-sale svg {
width: 78px;
height: 78px;	
}	
.button-wrapper {
display: block;
}
.button-wrapper .btn {
width: 100%;
max-width: 100%;
}
.action-modal-sale #actionModal .transactionsImage {
top: auto;
bottom: -90px;
right: auto;
left: 20px;
width: 940px !important;
max-width: none !important;
}
#actionModalContainer.action-modal-sale {
max-height: 600px !important;
}
.action-modal-sale #actionModal .description {
text-align: left;
font-size: 16px;
}
.action-modal-sale footer .btn {
min-width: 0px;
}
}
@media(max-width: 767.98px) {
.footer__info-inner {
flex-direction: row;
gap: 16px;
justify-content: flex-start;
}
.footer__info-inner .footer__link:not(:last-child) {
margin-bottom: 0;
}
}
#trp_ald_modal_popup {
max-width: 480px;
background-color: #fff;
border: none;
border-radius: 16px;
padding: 30px;
}
.trp_ald_modal {
}
#trp_ald_popup_text {
font-size: 16px;
}
.trp_ald_select_and_button {
}
#trp_ald_x_button_textarea {
text-decoration: none;
color: rgba(43, 93, 162, 1);
}
#trp_ald_popup_change_language {
border-radius: 8px;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
padding-left: 16px;
padding-right: 16px;
box-sizing: border-box;
background-color: rgba(43, 93, 162, 1);
}
#trp_ald_modal_popup .trp_ald_ls_container {
}
#trp_ald_modal_popup .trp_ald_ls_container .trp-language-switcher-container &gt; div {
border: none;
background-color: rgba(243, 244, 247, 1);
border-radius: 10px;
}
#trp_ald_x_button_and_textarea {
display: inline-flex;
width: auto;
color: rgba(43, 93, 162, 1);
}
#trp_ald_modal_popup .trp_ald_button {
width: auto;
}
#trp_ald_modal_popup .trp-flag-image {
display: none !important;
}
#trp_ald_modal_popup .trp-language-switcher {
height: auto;
}
#trp_ald_modal_popup .trp-ls-shortcode-current-language {
display: flex;
align-items: center;
padding-top: 0;
padding-bottom: 0;
font-size: 16px;
}
@media(max-width: 1023.98px) {
.off-canvas-nav {
text-align: left;
}
}</pre></body></html>