<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
Theme Name: Match-Trade Landing Page
Theme URI: http://www.match-trade.com
Version: 1.0.0

/*--------------------------------------------------------------
# Body
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body, button, input, select, optgroup, textarea {
    background: #fff;
    color: #1a305d;
    font-family: 'Exo', sans-serif;
    font-display: auto;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
.main-container {
    overflow-x: hidden;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    clear: both;
}

h1, h2 {
    font-size: 49px;
    font-weight: 700;
    margin: 0;
    letter-spacing: -1.7px;
    color: #1a305d;
    width: 100%;
    line-height: 1.16em;
    margin-bottom: 35px;
}

h3 {
    color: #080822;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.4em;
    margin: 30px 0 30px 0px;
}

h4 {
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 600;
    border-bottom: 1px solid rgba(199, 199, 199, 0.3607843137254902);
    margin: 40px 0 30px 0px;
    color: #23c6f6;
}

p {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 1.5em;
    letter-spacing: -0.5px;
    width: 70%;
}

span.color {
    color: #00c5ff;
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
ol {
    list-style: decimal;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 0 0px;
}

.entry-content ul li {
    padding-left: 20px;
    position: relative;
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 600;
}

/*--------------------------------------------------------------
# Main elements
--------------------------------------------------------------*/
dfn, em, i {
    font-style: italic;
}

blockquote {
    margin: 0;
    border-left: 2px solid #ccc;
    padding-left: 11px;
}

blockquote p {
    display: inline;
}

blockquote cite {
    font-style: initial;
    margin-top: 11px;
    margin-left: 6px;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

img {
    height: auto;
    max-width: 100%;
}

table {
    margin: 0 0 1.5em;
    width: 100% !important;
    border-collapse: collapse;
    border-spacing: 0;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a {
    color: #080822;
    text-decoration: none;
}

a:hover {
    color: #080822;
    text-shadow: none;
}

a:visited {
    color: #080822;
}

a:hover, a:focus, a:active {
    outline: 0 none;
}

/*--------------------------------------------------------------
# Scrollbar
--------------------------------------------------------------*/
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #c1c1c1;
}

::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}

/*--------------------------------------------------------------
# Inputs
--------------------------------------------------------------*/
input[type="submit"] {
    border: 0 none;
    border-radius: 30px;
    background: #00c5ff;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    line-height: 59px;
    padding: 0;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: all 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: all 0.1s ease-in, background 0.1s ease-in;
    -o-transition: all 0.1s ease-in, background 0.1s ease-in;
    transition: all 0.1s ease-in, background 0.1s ease-in;
    -webkit-box-shadow: 0px 21px 60px 0px rgba(8, 8, 34, 0.21);
    -moz-box-shadow: 0px 21px 60px 0px rgba(8, 8, 34, 0.21);
    box-shadow: 0px 21px 60px 0px rgba(8, 8, 34, 0.21);
    max-width: initial;
    margin-top: 14px;
}

input[type="submit"]:hover {
    background-color: #080822;
    color: #fff;
}

input {
    border-radius: 30px;
    padding: 0px 6px 0px 16%;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    width: 100%;
    background: #f2f3f3;
    line-height: 61px;
    max-width: 83%;
}

input:focus::placeholder, textarea:focus::placeholder {
    color: #ccc;
}

:focus {
    outline: 0 none;
    border-bottom-color: #3fc5e9 !important;
}

::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #909096;
    letter-spacing: 1px;
}

textarea {
    width: 100%;
    resize: none;
    line-height: 1.8em;
    height: 84px;
    padding-top: 55px;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn {
    border-radius: 30px;
    background: #080822;
    -webkit-transition: all 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: all 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: all 0.1s ease-in, background 0.1s ease-in;
    -o-transition: all 0.1s ease-in, background 0.1s ease-in;
    transition: all 0.1s ease-in, background 0.1s ease-in;
    -webkit-box-shadow: 0px 21px 60px 0px rgba(255, 255, 255, 0.04);
    -moz-box-shadow: 0px 21px 60px 0px rgba(255, 255, 255, 0.04);
    box-shadow: 0px 21px 60px 0px rgba(255, 255, 255, 0.04);
    color: #fff !important;
    padding: 20px 30px 20px 0px !important;
    font-size: 16px !important;
    text-align: center;
    min-width: 218px !important;
    display: block;
    margin-right: 30px;
    position: relative;
    left: 0 !important;
    line-height: 20px !important;
}

/*--------------------------------------------------------------
# Logo
--------------------------------------------------------------*/
.site-branding {
    margin-top: 31px;
}

.site-branding img.custom-logo {
    max-width: 180px;
}

/*--------------------------------------------------------------
# Main Content
--------------------------------------------------------------*/
#page {
    position: relative;
    width: 80%;
    padding: 0 10%;
    max-width: 1470px;
    margin: 0 auto;
    box-sizing: content-box;
}

.content {
    padding: 0 12px;
}

header#masthead {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

header#masthead .language-switcher {
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 5;
}

header#masthead .language-switcher ul {
    display: flex;
    flex-direction: row;
}

header#masthead .language-switcher ul li {
    margin-left: 20px;
}

div#content {
    max-width: 1920px;
    margin: 0 auto;
}

/*--------------------------------------------------------------
# Header left
--------------------------------------------------------------*/

section#header {
    padding-top: 6px;
    position: relative;
    display: flex;
}

section#header .left {
    width: 58%;
    padding-top: 154px;
    position: relative;
}

section#header .left:before {
    content: '';
    position: absolute;
    width: 104%;
    height: 100%;
    background-image: url(images/bg-map.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    left: -9%;
    top: 71px;
}

section#header h1 {
    width: 92%;
}

section#header .boxes {
    display: flex;
    flex-wrap: wrap;
    padding-top: 21px;
    flex-basis: 100%;
    background-color: #fff;
    border-radius: 30px;
    padding: 0px 0px 0px 33px;
    box-shadow: 0px 15px 136px 0px rgba(0, 0, 0, .23);
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 57px 78px 43px -20px;
    position: relative;
    z-index: 1;
    min-width: 769px;
    min-height: 263px;
}

section#header .boxes .box {
    flex-basis: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    z-index: 1;
    min-width: 223px;
    padding: 27px 0;
}

section#header .boxes .box:nth-child(2), section#header .boxes .box:nth-child(4) {
    margin-right: 0;
    flex-basis: 44%;
    margin-left: 4%;
}

section#header .boxes:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    border-radius: 30px;
    z-index: 1;
}

section#header .boxes:after {
    content: '';
    background-color: #00c5ff;
    position: absolute;
    width: 41%;
    height: 70px;
    left: 5px;
    bottom: -9px;
    border-radius: 30px;
    z-index: 0;
}

section#header .boxes .box .icon {
    width: 49px;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}

section#header .boxes .box .txt {
    width: 93%;
    position: relative;
    z-index: 1;
}

section#header .boxes .box .txt p {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0px;
    width: initial;
    margin: 0;
    color: #1a305d;
    text-align: left;
    padding-top: 3px;
    max-width: 170px;
}

section#header .boxes .box .price {
    position: relative;
    z-index: 1;
}

section#header .boxes .box .price p {
    font-family: 'Exo 2', sans-serif;
    font-size: 82px;
    font-weight: 700;
    margin: 0;
    line-height: 0;
    color: #2bcb71;
    text-shadow: none;
    position: absolute;
    right: 92px;
    top: -10px;
}

section#header .boxes .box .price p span.small {
    font-size: 43px;
    position: absolute;
    right: -76px;
    bottom: -16px;
}

/*--------------------------------------------------------------
# Header right
--------------------------------------------------------------*/
section#header .contact-box {
    position: absolute;
    z-index: 10;
    width: 412px;
    top: 18%;
    right: 0;
    -webkit-filter: drop-shadow(6px 6px 50px rgba(255, 255, 255, 0.23));
    filter: drop-shadow(6px 6px 50px rgba(255, 255, 255, 0.23));
}

#header:before {
    content: '';
    background-image: url(images/right-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    height: 2045px;
    width: 2019px;
    position: absolute;
    top: -956px;
    right: -1220px;
    z-index: 1;
}

section#header .contact-box textarea {
    border-radius: 30px;
    padding: 20px 6px 0px 16%;
    border: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    width: 100%;
    background: #f2f3f3;
    line-height: 21px;
    max-width: 83%;
    background-image: url(images/icon-msg.png);
    background-repeat: no-repeat;
    background-position: 20px 18px;
}

section#header .contact-box .top {
    background-image: url(images/contact-box-top.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 100%;
    height: 56px;
    position: absolute;
    top: -54px;
    left: 0;
    z-index: 50;
}

section#header .contact-box .top::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 28%;
    height: 54px;
    background-color: #fff;
    border-top-left-radius: 38px;
}

section#header .contact-box .top::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0px;
    width: 26%;
    height: 54px;
    background-color: #fff;
    border-top-right-radius: 38px;
}

section#header .contact-box .content {
    padding: 0px 31px 0px 31px;
    background-color: #fff;
    border-radius: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
}

section#header .contact-box .content p {
    margin: 0;
    text-align: center;
    width: 100%;
    padding-top: 27px;
    line-height: 1.3em;
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 30px;
    color: #1a305d;
}

section#header .contact-box .content::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    top: -112px;
    left: 50%;
    margin-left: -36px;
    background-color: #fff;
    background-image: url(images/icon-contact.jpg);
    background-repeat: no-repeat;
    background-position: 10px center;
    border-radius: 50%;
    z-index: 6;
}

section#header .contact-box .content::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    top: -127px;
    left: 50%;
    margin-left: -51px;
    background-color: rgba(0, 189, 244, 0.2);
    border-radius: 50%;
}

section#header .contact-box .content h3 {
    text-align: center;
    color: #1a305d;
    padding-top: 20px;
    line-height: 1.5em;
    font-size: 24px;
    font-weight: 600;
}

section#header .contact-box .content .row {
    position: relative;
    width: 100%;
    margin-bottom: 28px;
}

section#header .contact-box .content .row.hidden {
    display: none;
}

section#header .contact-box .content .row.msg {
    margin-bottom: 0px;
}

section#header .contact-box .content .row.limited {
    text-align: center;
    margin-top: -23px;
    padding-bottom: 24px;
    font-weight: 700;
    color: #00c5ff;
}

section#header .contact-box .content .row.name input {
    background-image: url(images/icon-name.png);
    background-repeat: no-repeat;
    background-position: 19px 17px;
}

section#header .contact-box .content .row.mail input {
    background-image: url(images/icon-mail.png);
    background-repeat: no-repeat;
    background-position: 20px 18px;
}

section#header .contact-box .content .row.country input {
    background-image: url(images/icon-country.png);
    background-repeat: no-repeat;
    background-position: 20px 18px;
}

section#header .contact-box .content .row.phone input {
    background-image: url(images/icon-phone.png);
    background-repeat: no-repeat;
    background-position: 20px 18px;
}

section#header .contact-box .content .row input.wpcf7-not-valid {
    border: 1px dotted #ff000059;
}

span.wpcf7-form-control-wrap.textarea-995 span.wpcf7-not-valid-tip {
    top: -2px;
    position: relative;
    text-align: right;
    width: 100%;
    display: block;
}

section#header .contact-box textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px dotted #ff000059 !important;
}

/*--------------------------------------------------------------
# Section Start Business
--------------------------------------------------------------*/
section#start-business {
    display: flex;
    position: relative;
    width: 100%;
    margin: 140px 0 170px;
    flex-direction: row;
}

section#start-business .left {
    width: 49%;
    min-width: 740px;
    display: flex;
    align-items: center;
}

section#start-business .right {
    width: 100%;
}

section#start-business .left p {
    margin-top: -20px;
}

section#start-business .right .boxes {
    flex-direction: row;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

section#start-business .right .boxes .box {
    background-color: #fff;
    border-radius: 30px;
    padding: 33px 22px 28px 37px;
    box-shadow: 0px 15px 136px 0px rgba(0, 0, 0, .23);
    display: flex;
    flex-direction: row;
    margin: 0 43px 43px 0;
    position: relative;
    z-index: 1;
    min-width: 500px;
}

section#start-business .right .boxes .box::after {
    content: '';
    background-color: #00c5ff;
    position: absolute;
    width: 41%;
    height: 70px;
    left: 5px;
    bottom: -9px;
    border-radius: 30px;
    z-index: 0;
}

section#start-business .right .boxes .box::before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    border-radius: 30px;
    z-index: 1;
}

section#start-business .right .boxes .box .icon {
    width: 50%;
    min-width: 210px;
    position: relative;
    z-index: 2;
}

section#start-business .right .boxes .box .icon img {
    width: 100%;
}

section#start-business .right .boxes .box .txt {
    width: 100%;
}

.right-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin: 0 70px 0 38px;
    position: relative;
    z-index: 2;
}

.right-content .description p {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
    line-height: 1.5em;
    width: initial;
    display: flex;
}

.right-content .txt p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0;
    width: 100%;
    margin: 0;
}

.description ul li::before {
    content: "\2022";
    color: #00c5ff;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 21px;
}

a.download-button {
    border-radius: 30px;
    background: #00c5ff;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    line-height: 59px;
    width: 100%;
    max-width: 300px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: all 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: all 0.1s ease-in, background 0.1s ease-in;
    -o-transition: all 0.1s ease-in, background 0.1s ease-in;
    transition: all 0.1s ease-in, background 0.1s ease-in;
    -webkit-box-shadow: 0px 21px 60px 0px rgba(8, 8, 34, 0.21);
    -moz-box-shadow: 0px 21px 60px 0px rgba(8, 8, 34, 0.21);
    box-shadow: 0px 21px 60px 0px rgba(8, 8, 34, 0.21);
    display: block;
    text-align: center;
    padding: 0 16px;
    margin: 0 auto;
}

a.download-button:hover {
    background-color: #080822;
    color: #fff;
}


/*--------------------------------------------------------------
# Section Why Transfer / Why we offer
--------------------------------------------------------------*/
section#why-transfer {
    display: flex;
    position: relative;
}

section#why-transfer:before {
    content: '';
    position: absolute;
    background-image: url(images/slupki-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: -12%;
    top: 0;
}

section#why-transfer:after {
    content: '';
    width: 628px;
    height: 2252px;
    border-radius: 460px;
    background-color: #f9f9f9;
    position: absolute;
    top: -80%;
    left: -19%;
    z-index: -1;
    transform: rotate(-49deg);
}

section#what-we-offer {
    display: flex;
    flex-direction: column;
    margin-bottom: 102px;
    position: relative;
}

section#what-we-offer:before {
    content: '';
    width: 628px;
    height: 2252px;
    border-radius: 460px;
    background-color: #f9f9f9;
    position: absolute;
    top: -220%;
    right: -20%;
    z-index: -1;
    transform: rotate(-49deg);
}

section#why-transfer .left {
    width: 49%;
    min-width: 740px;
    /* max-width: 740px; */
}

section#what-we-offer .left {
    width: 100%;
}

section#why-transfer .left h2, section#what-we-offer .left h2 {
    margin-bottom: 0;
}

section#why-transfer .right {
    width: 100%;
    max-width: 740px;
}

section#why-transfer .right .boxes, section#what-we-offer .right .boxes {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    min-width: 680px;
    max-width: 1160px;
}

section#why-transfer .right .boxes .box, section#what-we-offer .right .boxes .box {
    flex-basis: 50%;
    background-color: #fff;
    border-radius: 30px;
    padding: 33px 22px 28px 37px;
    box-shadow: 0px 15px 136px 0px rgba(0, 0, 0, .23);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 248px;
    margin: 0 43px 43px 0;
    position: relative;
    z-index: 1;
    width: 210px;
}

section#why-transfer .right .boxes .box:after, section#what-we-offer .right .boxes .box:after {
    content: '';
    background-color: #00c5ff;
    position: absolute;
    width: 41%;
    height: 70px;
    left: 5px;
    bottom: -9px;
    border-radius: 30px;
    z-index: 0;
}

section#why-transfer .right .boxes .box:before, section#what-we-offer .right .boxes .box:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    border-radius: 30px;
    z-index: 1;
}

section#what-we-offer .right .boxes .box {
    margin-right: 59px;
    height: 240px;
}

section#why-transfer .right .boxes .box:nth-child(3) {
    margin-top: -150px;
}

section#why-transfer .right .boxes .box:nth-child(2) {
    margin-top: 150px;
    margin-right: 0;
}

section#why-transfer .right .boxes .box:nth-child(4) {
    margin-right: 0;
}

section#what-we-offer .right .boxes .box:nth-child(6) {
    margin-right: 0;
    display: block;
}

section#why-transfer .right .boxes .box .icon, section#what-we-offer .right .boxes .box .icon {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 23px;
}

section#why-transfer .right .boxes .box .txt, section#what-we-offer .right .boxes .box .txt {
    width: 100%;
    position: relative;
    z-index: 1;
}

section#why-transfer .right .boxes .box .txt p, section#what-we-offer .right .boxes .box .txt p {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0;
    width: 100%;
    margin: 0;
}

section#why-transfer .right .boxes .box .description, section#what-we-offer .right .boxes .box .description {
    width: 100%;
    position: relative;
    z-index: 1;
}

section#why-transfer .right .boxes .box .description p, section#what-we-offer .right .boxes .box .description p {
    font-size: 16px;
    font-weight: 400;
    width: 90%;
    margin: 10px 0;
    line-height: 1.5em;
}

/*--------------------------------------------------------------
# Section Steps
--------------------------------------------------------------*/
section#transfer-steps {
    width: 93%;
    margin-bottom: 102px;
    position: relative;
    z-index: 8;
}

section#transfer-steps h2 {
    text-align: center;
    margin-bottom: 59px;
}

section#transfer-steps .right .boxes {
    display: flex;
    justify-content: center;
    background-image: url(images/steps-line.png);
    background-repeat: no-repeat;
    background-position: center 25%;
}

section#transfer-steps .right .boxes .box {
    max-width: 200px;
    display: flex;
    flex-direction: column;
    margin-right: 38px;
    align-items: center;
}

section#transfer-steps .right .boxes .box:nth-child(1), section#transfer-steps .right .boxes .box:nth-child(3), section#transfer-steps .right .boxes .box:nth-child(5) {
    margin-top: 120px;
}

section#transfer-steps .right .boxes .box:nth-child(5) {
    margin-right: 0;
}

section#transfer-steps .right .boxes .icon {
    background-color: #fff;
    border-radius: 30px;
    padding: 38px 32px;
    box-shadow: 0px 15px 136px 0px rgba(0, 0, 0, .23);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    margin-bottom: 27px;
    max-width: 90px;
}

section#transfer-steps .right .boxes .icon img {
    position: relative;
    z-index: 2;
}

section#transfer-steps .right .boxes .icon:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0px;
    border-radius: 30px;
    z-index: 1;
}

section#transfer-steps .right .boxes .icon:after {
    content: '';
    background-color: #00c5ff;
    position: absolute;
    width: 70%;
    height: 70px;
    left: 14%;
    bottom: -9px;
    border-radius: 30px;
    z-index: 0;
}

section#transfer-steps .right .boxes .box .txt {
    width: 100%;
    position: relative;
    z-index: 1;
}

section#transfer-steps .right .boxes .box .txt p {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0;
    width: 100%;
    margin: 0;
    text-align: center;
}

section#transfer-steps .right .boxes .box .description p {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    margin: 10px 0;
    line-height: 1.5em;
    text-align: center;
}

section#transfer-steps #days {
    width: 100%;
    margin-top: 30px;
}

section#transfer-steps #days .number-of-days p {
    width: initial;
    padding: 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0;
    margin: 0;
    text-align: center;
    width: 10%;
    background-color: #fff;
    min-width: 84px;
}

section#transfer-steps #days .number-of-days {
    display: flex;
    align-items: center;
}

section#transfer-steps #days .number-of-days:before {
    content: '';
    width: 45%;
    height: 2px;
    background-image: url(images/days-line.png);
    background-repeat: no-repeat;
    background-position: right center;
}

section#transfer-steps #days .number-of-days:after {
    content: '';
    width: 45%;
    height: 2px;
    background-image: url(images/days-line.png);
    background-repeat: no-repeat;
    background-position: right center;
    transform: rotateY(180deg);
}

/*--------------------------------------------------------------
# Section Quotation
--------------------------------------------------------------*/
section#quotation {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 400px;
    z-index: 5;
}

section#quotation .left {
    width: 100%;
}

section#quotation .left h2 {
    margin-bottom: 0;
}

section#quotation .right .box {
    flex-basis: 100%;
    background-color: #fff;
    border-radius: 30px;
    padding: 60px 70px 50px;
    box-shadow: 0px 15px 56px 0px rgba(0, 0, 0, .23);
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    text-align: left;
    margin: 210px;
    flex-direction: row;
    flex-wrap: nowrap;
}

section#quotation .right .box p {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0px;
    margin: 0;
    color: #1a305d;
    text-align: left;
    width: 100%;
    line-height: 1.5em;
    position: relative;
}

section#quotation .right .box p:first-child::before {
    content: '';
    background-image: url(images/quote-icon.png);
    width: 25px;
    height: 25px;
    background-size: cover;
    position: absolute;
    left: -42px;
    top: 5px;
}

section#quotation .right .box span.signature {
    text-align: right;
    font-size: 19px;
    letter-spacing: 0px;
    margin: 0;
    color: #1a305d;
    width: 100%;
    font-weight: 800;
    display: block;
    margin-top: 30px;
}
.testimonial_rotator_wrap {
    margin: -210px;
}

.testimonial_rotator_next {
    right: initial !important;
    top: 49% !important;
    left: 87% !important;
}

.testimonial_rotator_prev {
    left: initial !important;
    right: 87% !important;
    top: 49% !important;
}
.txt {
    flex-basis: 77%;
    font-size: 16px;
    font-weight: 400;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-container {
    position: relative;
    padding-top: 461px;
    margin-top: -686px;
    z-index: 2;
    width: 100%;
    overflow: hidden;
}

footer#colophon {
    width: 95%;
    background-color: #080822;
    display: flex;
    align-items: center;
    padding: 40px 0;
    justify-content: center;
    position: relative;
}

footer#colophon .top {
    background-image: url(images/footer-top-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    width: 100%;
    height: 70px;
    position: absolute;
    top: -30px;
    left: 0%;
}

footer#colophon p {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    margin: 10px 0;
    line-height: 1.5em;
    text-align: center;
    width: 53%;
    margin: 0 auto;
    color: #fff;
    padding-top: 40px;
}

footer#colophon::before {
    content: '';
    width: 628px;
    height: 1122px;
    border-radius: 460px;
    background-color: #ffffff;
    position: absolute;
    top: -229px;
    right: -415px;
    z-index: 5;
    transform: rotate(33deg);
    box-shadow: 0px 15px 136px 0px rgba(0, 0, 0, 0.3);
}

footer#colophon::after {
    content: '';
    width: 628px;
    height: 1122px;
    border-radius: 460px;
    background-color: #ffffff;
    position: absolute;
    top: -256px;
    left: -631px;
    z-index: 6;
    transform: rotate(33deg);
    box-shadow: 0px 15px 136px 0px rgba(0, 0, 0, 0.23);
}

footer#colophon #container {
    flex-basis: 35%;
    color: #fff;
    text-align: center;
    text-shadow: 0 0 9px black;
}

.copyright {
    background-color: #07071b;
    color: #0086ae;
    text-align: center;
    padding: 18px 0;
    font-size: 14px;
    position: relative;
    z-index: 4;
    width: 95%;
}

div.wpcf7-mail-sent-ok {
    border: 0 none !important;
    color: #2bcb71 !important;
}

.grecaptcha-badge {
    right: -99999px !important;
}

div.wpcf7-response-output {
    font-size: 14px !important;
    font-weight: 800 !important;
    text-align: center !important;
    padding: 0 50px !important;
    margin-top: -35px !important;
    padding-bottom: 20px !important;
}

fieldset.hidden-fields-container {
    display: none;
}

/*--------------------------------------------------------------
# Media queries
--------------------------------------------------------------*/
@media (max-width: 1790px) {
    section#what-we-offer .right .boxes {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        min-width: initial;
        justify-content: space-around;
    }

    section#what-we-offer .right .boxes .box {
        margin-right: 0px;
        max-width: 232px;
    }
}

@media (max-width: 1570px) {
    #page {
        width: 90%;
        padding: 0 5%;
    }

    section#why-transfer .left {
        width: 36%;
        min-width: 640px;
    }

    section#why-transfer .left p {
        width: 100%;
    }

    section#why-transfer .right {
        width: 70%;
    }

    section#header h1 {
        width: 80%;
    }
}

@media (max-width: 1440px) {
    #header:before {
        right: -1250px;
        top: -1110px;
    }

    section#header .boxes {
        margin-top: 0px;
    }

    section#header .contact-box {
        top: 4%;
    }

    section#header .left {
        padding-top: 70px;
    }

    section#why-transfer .left {
        width: 36%;
        min-width: 540px;
    }

    section#start-business .left {
        width: 50%;
        min-width: 540px;
    }
}

@media (max-width: 1280px) {
    .site-branding {
        text-align: center;
    }

    section#header .left {
        width: 100%;
        padding-top: 154px;
    }

    #header:before {
        right: -350px;
        top: 25%;
        transform: rotate(44.5deg);
    }

    section#header .contact-box {
        position: relative !important;
        margin: 0 auto;
        margin-top: 25%;
        margin-bottom: 140px;
    }

    section#header {
        flex-direction: column;
        margin-bottom: 4px;
    }

    section#header h1 {
        width: 60%;
        text-align: center;
        margin: 0 auto;
        margin-bottom: 40px;
    }

    section#header p {
        text-align: center;
        width: 60%;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    section#header .boxes {
        align-items: center;
        max-width: 802px;
        padding: 0px 0px 0px 33px;
        margin: 0 auto;
    }

    section#header .boxes .box {
        flex-basis: 50%;
        min-width: 223px;
        padding: 27px 0;
    }

    section#header .boxes .box:nth-child(2), section#header .boxes .box:nth-child(4) {
        margin-right: 0;
        flex-basis: 44%;
        margin-left: 4%;
    }

    section#why-transfer {
        flex-direction: column;
        margin-bottom: 80px;
        align-items: center;
    }

    section#why-transfer .left {
        width: 100%;
        min-width: initial;
        margin-bottom: 40px;
    }

    section#why-transfer .right {
        width: 100%;
        margin-top: 0;
    }

    section#why-transfer .left h2, section#what-we-offer .left h2 {
        text-align: center;
    }

    section#why-transfer .left p {
        width: 100%;
        text-align: center;
    }

    section#why-transfer .right .boxes .box:nth-child(2), section#why-transfer .right .boxes .box:nth-child(3) {
        margin-top: 0px;
        margin-right: 0;
    }

    section#why-transfer .right .boxes .box, section#what-we-offer .right .boxes .box {
        height: initial;
        min-height: 230px;
        max-width: initial;
        width: 80%;
        margin: 50px auto !important;
    }

    section#why-transfer .right .boxes, section#what-we-offer .right .boxes {
        flex-direction: column;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        min-width: initial;
        justify-content: space-around;
    }

    section#what-we-offer .left p {
        text-align: center;
        width: 100%;
    }

    section#transfer-steps {
        width: 100%;
    }

    footer#colophon::before, footer#colophon::after {
        display: none;
    }

    footer#colophon, .copyright {
        width: 100%;
    }

    section#start-business .left {
        width: 50%;
        min-width: 540px;
    }

    section#start-business .left {
        width: 100%;
    }

    section#start-business {
        flex-direction: column;
        text-align: center;
        margin-top: 0;
    }

    section#start-business .left p {
        margin: -20px auto 40px;
        width: 100%;
    }

    section#start-business .right {
        display: flex;
        justify-content: center;
    }

    section#start-business .right .boxes .box {
        flex-direction: column;
        align-items: center;
        margin: 0;
    }

    section#start-business .right .boxes .box .icon {
        width: 100%;
    }

    section#start-business .right .boxes .box .icon img {
        max-width: 250px;
    }

    .right-content {
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 1390px) {
    section#header .boxes {
        min-width: initial;
        flex-basis: initial;
        padding: 20px 33px;
        max-width: 410px;
    }

    section#header .boxes .box {
        flex-basis: 100%;
        min-width: initial;
        padding: 37px 0;
    }

    section#header .boxes .box:nth-child(2), section#header .boxes .box:nth-child(4) {
        margin-left: 0;
        flex-basis: 100%;
        min-width: initial;
    }
}

@media (max-width: 1166px) {
    section#transfer-steps .right .boxes {
        background-size: 72%;
    }
}

@media (max-width: 966px) {
    section#header .boxes {
        min-width: initial;
        flex-basis: initial;
        padding: 20px 33px;
        max-width: 410px;
        margin-bottom: 70px;
    }

    section#header .boxes .box {
        flex-basis: 100%;
        min-width: initial;
        padding: 37px 0;
    }

    section#header .boxes .box:nth-child(2), section#header .boxes .box:nth-child(4) {
        margin-left: 0;
        flex-basis: 100%;
        min-width: initial;
    }

    section#transfer-steps .right .boxes {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    section#transfer-steps .right .boxes {
        background: none;
    }

    section#transfer-steps .right .boxes .box, section#transfer-steps .right .boxes .box:nth-child(1), section#transfer-steps .right .boxes .box:nth-child(3), section#transfer-steps .right .boxes .box:nth-child(5) {
        margin: 0;
        margin-bottom: 20px;
    }

    section#transfer-steps {
        width: 100%;
    }

    section#transfer-steps .right {
        position: relative;
    }

    section#transfer-steps #days {
        position: absolute;
        right: 0;
        bottom: 101.6%;
    }

    section#quotation .right .box {
        max-width: 100%;
        flex-direction: column;
        align-items: center;
    }

    section#quotation .right .box p {
        text-align: left;
    }

    section#quotation .right .box span.signature {
        text-align: center;
        margin: 0;
    }

    section#quotation .left h2 {
        text-align: center;
    }

    section#quotation .left p {
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 755px) {
    #header before {
        right: -350px;
        top: initial;
        transform: rotate(44.5deg);
        bottom: 60%;
    }

    section#start-business .left {
        min-width: initial;
    }

    section#header h1 {
        width: 90%;
        font-size: 35px;
        margin-top: -80px;
    }

    section#header p {
        width: 90%;
        margin: 0 auto;
        font-size: 20px;
        margin-bottom: 25px;
    }

    section#header .boxes {
        margin-top: 50px;
    }

    section#header .contact-box {
        width: initial;
        margin-top: 36%;
    }

    section#why-transfer .left h2, section#what-we-offer .left h2 {
        width: 100%;
        font-size: 35px;
    }

    section#why-transfer .left p {
        font-size: 20px;
    }

    section#what-we-offer .left p {
        font-size: 20px;
    }

    footer#colophon p {
        width: 90%
    }

    section#transfer-steps h2 {
        font-size: 35px;
    }

    section#quotation .right .box img {
        margin: -60px 0 -60px 0;
    }

    section#quotation .right .box .txt {
        text-align: center;
    }
}

@media (max-width: 709px) {
    #header:before {
        top: 520px;
    }

    section#header .boxes .box .price p {
        position: relative;
        width: initial;
        top: -10px;
        right: 20px;
        padding-left: 20px;
    }

    section#header .boxes .box .icon {
        margin-right: 10px;
    }

    section#header .boxes .box .price p span.small {
        right: -25px;
    }

    section#header .contact-box {
        margin-top: 310px;
    }

    section#start-business .right .content {
        width: 100%;
    }

    section#start-business .right .boxes .box {
        width: 100%;
        min-width: initial;
        padding: 0 12% !important;
    }
}

@media (max-width: 450px) {
    section#header .boxes .box .price p {
        font-size: 60px;
        right: 0px;
    }

    #page:before {
        top: 6%;
    }

    section#header .boxes .box .price p span.small {
        font-size: 25px;
        right: -15px;
    }

    section#header .contact-box .top::before, section#header .contact-box .top::after {
        width: 23%;
    }

    input {
        padding: 0px 6px 0px 50px;
        max-width: 78%;
    }

    .content {
        padding: 0 0;
    }

    section#header .contact-box {
        margin-top: 210px;
    }

    section#quotation .right .box {
        margin: 210px 170px;
        padding: 5%;
    }
}

@media (max-width: 360px) {
    section#header .contact-box .top::before, section#header .contact-box .top::after {
        width: 16%;
    }

    section#header .contact-box .content {
        padding: 0px 25px 0px 19px;
    }

    #page:before {
        top: 7%;
    }
}
</pre></body></html>