@font-face {
    font-family: 'CircularStd';
    src: url('fonts/circular/CircularStd-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd';
    src: url('fonts/circular/CircularStd-BlackItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'CircularStd';
    src: url('fonts/circular/CircularStd-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd';
    src: url('fonts/circular/CircularStd-BoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'CircularStd';
    src: url('fonts/circular/CircularStd-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd';
    src: url('fonts/circular/CircularStd-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'CircularStd';
    src: url('fonts/circular/CircularStd-Book.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'CircularStd';
    src: url('fonts/circular/CircularStd-BookItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

b, strong {
    font-weight: bolder;
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

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

ul[class], ol[class] {
    padding: 0;
}

body, h1, h2, h3, h4, p, ol[class], li, figure, figcaption, blockquote, dl, dd {
    margin: 0;
}

body {
    min-height: 100vh;
    -webkit-scroll-behavior: smooth;
    -moz-scroll-behavior: smooth;
    -ms-scroll-behavior: smooth;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

ul[class], ol[class] {
    list-style: none;
}

a:not([class]) {
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

article > * + * {
    margin-top: 1em;
}

input, button, textarea, select {
    font: inherit;
}

html, body {
    padding: 0;
    margin: 0;
    min-height: 100%;
    width: 100%;
}

@media only screen and (max-width: 981px) {
    html, body {
        overflow-x: hidden !important;
    }
}

body {
    overflow: auto;
}

p {
    margin: 0;
    padding: 0;
}

#___gatsby {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    background-color: #ffffff;
    color: #000000;
    font-family: "CircularStd";
    line-height: 1.25;
}

div[role="group"][tabindex] {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

* {
    outline: none;
    box-sizing: border-box;
    -webkit-letter-spacing: 0.2px;
    -moz-letter-spacing: 0.2px;
    -ms-letter-spacing: 0.2px;
    letter-spacing: 0.2px;
}

a {
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #000000;
}

/* sc-component-id: Hamburger__Box-sc-b664ed-0 */
.iKKDQm {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 24px;
}

/* sc-component-id: Hamburger__Inner-sc-b664ed-1 */
.kbWPpM {
    -webkit-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    background-color: #000000;
    top: 50%;
    display: block;
    margin-top: -2px;
    position: absolute;
    width: 35px;
    height: 3px;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-property: transform;
    transition-property: transform;
    border-radius: 3px;
    background-color: #000;
}

.kbWPpM:after, .kbWPpM:before {
    position: absolute;
    width: 35px;
    height: 3px;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-property: transform;
    transition-property: transform;
    border-radius: 3px;
    background-color: #000;
}

.kbWPpM::before {
    -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    background-color: #000000;
    display: block;
    content: '';
    top: -10px;
}

.kbWPpM::after {
    -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    background-color: #000000;
    bottom: -10px;
    display: block;
    content: '';
}

/* sc-component-id: Hamburger__HamburgerBody-sc-b664ed-2 */
.epnndh {
    font: inherit;
    display: inline-block;
    overflow: visible;
    height: 55px;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: opacity, filter;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}

.epnndh:hover {
    opacity: 0.7;
}

/* sc-component-id: styled__LogoContainer-sc-w0sq4m-1 */
.dEUuas {
    grid-column: 1 / 2;
    grid-row: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: auto;
    z-index: 10005;
    padding: 0 15px;
}

.dEUuas a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 1024px) {
    .dEUuas {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-top: 0;
        padding: 0 40px;
    }
}

/* sc-component-id: styled__NavigationContainerDesktop-sc-w0sq4m-2 */
.icuVUL {
    padding: 0 40px;
    position: absolute;
    visibility: visible;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    grid-template-rows:auto;
    grid-template-columns:1fr auto 1fr;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10004;
}

@media only screen and (min-width: 1024px) {
    .icuVUL {
        display: grid;
    }
}

/* sc-component-id: styled__NavigationContainerMobile-sc-w0sq4m-3 */
.fvWWIj {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 10002;
    background-color: #ffffff;
    border-bottom: 1px solid #e3ebe9;
}

.fvWWIj > div {
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    opacity: 0;
}

@media only screen and (min-width: 1024px) {
    .fvWWIj {
        display: none;
    }
}

/* sc-component-id: styled__CenterColumn-sc-w0sq4m-4 */
.jKGjDP {
    grid-column: 2 / 3;
    grid-row: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.jKGjDP > div:not(:first-of-type) {
    margin-left: 29px;
}

/* sc-component-id: styled__HeaderBackgroundMobile-sc-w0sq4m-6 */
.kscqQi {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 80px;
    background-color: #ffffff;
    z-index: 10003;
}

@media only screen and (min-width: 1024px) {
    .kscqQi {
        display: none;
    }
}

/* sc-component-id: styled__HeaderContainer-sc-w0sq4m-7 */
.bTpzJl {
    min-height: 90px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.bTpzJl::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e3ebe9;
}

.bTpzJl .Hamburger-sc-b664ed-3 {
    z-index: 10004;
}

@media only screen and (min-width: 1024px) {
    .bTpzJl {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .bTpzJl .Hamburger-sc-b664ed-3 {
        display: none;
    }
}

/* sc-component-id: styled__HeaderWrapper-sc-w0sq4m-8 */
.lduQWX {
    width: 100%;
    background-color: #ffffff;
    z-index: 10000;
}

@media only screen and (min-width: 1024px) {
    .lduQWX {
        position: fixed;
    }
}

/* sc-component-id: NavigationMobile__Container-sc-l3fi04-0 */
.lknqMN {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 95px 40px 0;
    width: 100%;
}

.lknqMN > .styled__StyledLink-sc-w0sq4m-0:last-of-type {
    margin: auto auto 0;
    padding-bottom: 25px;
}

.lknqMN .sign-in {
    font-size: 18px;
    font-weight: 500;
    padding: 11px 0;
    white-space: nowrap;
}

.lknqMN .tracker {
    margin-left: 30px;
    font-size: 18px;
    font-weight: 500;
    padding: 11px 0;
    white-space: nowrap;
}

.lknqMN .MobileDropdown__Container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    -webkit-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.lknqMN .MobileDropdown__Container .Button__BaseButton:hover {
    cursor: pointer;
}

.lknqMN .MobileDropdown__Container.language-selector {
    text-transform: uppercase;
}

.lknqMN .MobileDropdown__Container.language-selector .MobileDropdown__DropdownBox {
    text-transform: uppercase;
}

.lknqMN .MobileDropdown__Container .Button__BaseButton {
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    text-align: center;
    background: transparent;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 0;
}

.lknqMN .MobileDropdown__Container:hover .MobileDropdown__DropdownArrow {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

/* .lknqMN .MobileDropdown__Container:hover .MobileDropdown__DropdownItems {
    height: auto;
    opacity: 1;
} */

.lknqMN .MobileDropdown__MobileText {
    font-size: 18px;
    font-weight: 500;
}

.lknqMN .MobileDropdown__DropdownArrow {
    height: 10px;
    width: 11px;
    -webkit-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.lknqMN .MobileDropdown__DropdownArrow g {
    fill: #00AF85;
}

.lknqMN .MobileDropdown__DropdownItems {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    margin-left: 20px;
    -webkit-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    height: 0;
    opacity: 0;
}

.lknqMN .styled__StyledLink {
    font-size: 18px;
    font-weight: 500;
    padding: 11px 0;
    white-space: nowrap;
}

.lknqMN .hidden {
    display: none !important;
}

/* sc-component-id: NavigationMobile__GetStarted-sc-l3fi04-1 */
.ldVtzg {
    border-radius: 10px;
    background-color: #00AF85;
    color: #ffffff;
    padding: 2px 20px;
    height: 32px;
    font-size: 14px;
    border: 0;
    font-weight: 300;
    line-height: 31px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    margin-right: auto;
    margin-left: 0;
    margin-top: 10px;
}

/* sc-component-id: ShipkooLogo-sc-1klovxx-0 */
.gLpGno {
    height: 30px;
    width: 160px;
}

/* sc-component-id: Header__ResourcesContainerRight-sc-1udqaxl-0 */
.hqamqm {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    margin-left: 30px;
}

.hqamqm .styled__DropdownBody {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000000;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
}

.hqamqm .styled__DropdownBody:hover .styled__DropdownMenu {
    visibility: visible;
    opacity: 1;
}

.hqamqm .styled__DropdownBody:hover .styled__Arrow {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    fill: #ffffff;
}

.hqamqm .styled__Arrow {
    height: 12px;
    width: 14px;
    margin-left: 8px;
    -webkit-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hqamqm .styled__DropdownControl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hqamqm .styled__Arrow g {
    fill: #00AF85;
}

.hqamqm .styled__DropdownBody:hover .styled__DropdownControl .styled__Link {
    color: #00AF85;
}

.hqamqm .styled__DropdownMenu {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -18px;
    left: -22px;
    min-width: calc(100% + 44px);
    padding: 54px 22px 0;
    border-radius: 4px;
    background-color: #000000;
    box-shadow: 0 42px 70px 0 rgba(0, 0, 0, 0.34);
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.hqamqm .styled__DropdownMenu .styled__MenuItem:last-of-type {
    margin-bottom: 22px;
}

.hqamqm .styled__MenuItem {
    display: inline-block;
    margin-top: 8px;
    white-space: nowrap;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
}

.hqamqm .styled__MenuItem:hover {
    opacity: 1;
}

.hqamqm .styled__MenuItem a {
    -webkit-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #ffffff;
}

.hqamqm .styled__MenuItem a:hover {
    color: rgb(0, 175, 133) !important;
}

/* sc-component-id: Header__ResourcesContainer-sc-1udqaxl-1 */
.cyStQx {
    margin-left: auto;
    margin-right: auto;
}

.cyStQx .styled__DropdownBody {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #000000;
    font-size: 15px;
    line-height: 18px;
    margin: 0;
}

.cyStQx .styled__DropdownBody:hover .styled__DropdownMenu {
    visibility: visible;
    opacity: 1;
}

.cyStQx .styled__DropdownBody:hover .styled__Arrow {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    fill: #ffffff;
}

.cyStQx .styled__Arrow {
    height: 12px;
    width: 14px;
    margin-left: 8px;
    -webkit-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.cyStQx .styled__DropdownControl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.cyStQx .styled__Arrow g {
    fill: #00AF85;
}

.cyStQx .styled__DropdownBody:hover .styled__DropdownControl .styled__Link {
    color: #00AF85;
}

.cyStQx .styled__DropdownMenu {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -18px;
    left: -22px;
    min-width: calc(100% + 44px);
    padding: 54px 22px 0;
    border-radius: 4px;
    background-color: #000000;
    box-shadow: 0 42px 70px 0 rgba(0, 0, 0, 0.34);
    -webkit-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cyStQx .styled__DropdownMenu .styled__MenuItem:last-of-type {
    margin-bottom: 22px;
}

.cyStQx .styled__MenuItem {
    display: inline-block;
    margin-top: 8px;
    white-space: nowrap;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.cyStQx .styled__MenuItem:hover {
    opacity: 1;
}

.cyStQx .styled__MenuItem a {
    -webkit-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #ffffff;
}

.cyStQx .styled__MenuItem a:hover {
    color: rgb(0, 175, 133) !important;
}

.cyStQx .hidden {
    display: none !important;
}

/* sc-component-id: Header__GetStarted-sc-1udqaxl-4 */
.nWBPr {
    border-radius: 10px;
    background-color: #00AF85;
    color: #ffffff;
    padding: 2px 20px;
    height: 32px;
    font-size: 14px;
    border: 0;
    font-weight: 300;
    line-height: 31px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    margin-right: auto;
    margin-left: 25px;
}

/* sc-component-id: Header__RightColumn-sc-1udqaxl-5 */
.fquqTY {
    grid-column: 3 / 4;
    grid-row: 1;
    justify-self: end;
    width: 370px;
    text-align: right;
}

/* sc-component-id: typography__BaseP-sc-x9a584-0 */
.Fgsfq {
    font-size: 14px;
    font-weight: 300;
    color: #00AF85;
}

@media only screen and (min-width: 1024px) {
    .Fgsfq {
        font-size: 16px;
    }
}

/* sc-component-id: typography__BaseTransparentP-sc-x9a584-1 */
.jGelrm {
    font-size: 14px;
    font-weight: 300;
    color: #9db1ad;
    line-height: 35px;
}

@media only screen and (min-width: 1024px) {
    .jGelrm {
        font-size: 16px;
    }
}

/* sc-component-id: typography__HeaderMedium-sc-x9a584-4 */
.dtkFNd {
    font-size: 28px;
    font-weight: 500;
}

@media only screen and (min-width: 1024px) {
    .dtkFNd {
        font-size: 36px;
    }
}

/* sc-component-id: typography__HeaderSmall-sc-x9a584-5 */
.bBalQR {
    opacity: 0.9;
    font-size: 21px;
    font-weight: 500;
}

@media only screen and (min-width: 1024px) {
    .bBalQR {
        font-size: 26px;
    }
}

/* sc-component-id: typography__MediumText-sc-x9a584-6 */
.UQfCl {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
}

@media only screen and (min-width: 1024px) {
    .UQfCl {
        font-size: 20px;
        line-height: 35px;
    }
}

/* sc-component-id: styled__Copyright-sc-pho4rr-1 */
.ijRxLV {
    color: #a6b1af;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
}

/* sc-component-id: styled__FooterContainer-sc-pho4rr-2 */
.jtHAgs {
    position: relative;
    width: 100%;
    padding: 0px 85px 0px 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.jtHAgs:after {
    position: absolute;
    content: ' ';
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #ecf2f1;
}

@media only screen and (min-width: 1024px) {
    .jtHAgs {
        padding: 0px;
    }
}

/* sc-component-id: Footer__SocialMedia-sc-1mtdc5j-0 */
.jkNnxs a {
    display: inline-block;
}

.jkNnxs img {
    height: auto;
    width: 85%;
}

.jkNnxs .youtube-logo {
    max-width: 40px;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    margin-top: 0px;
}

/* sc-component-id: Footer__WidthContainer-sc-1mtdc5j-1 */
.hJasUc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1080px;
    width: 100%;
    padding: 0 15px;
    margin: 120px auto 0;
    margin-top: 55px;
    position: initial;
    max-width: 1255px;
}

.hJasUc > div {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hJasUc > div > * {
    margin-bottom: 7px;
}

@media only screen and (min-width: 1024px) {
    .hJasUc {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 50px;
    }

    .hJasUc > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .hJasUc > div > :first-child {
        margin-bottom: 35px;
    }
}

.hJasUc .arrow {
    border: solid #00AF85;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    margin-top: 12px;
    margin-left: 10px;
}

.hJasUc .up {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.hJasUc .down {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.hJasUc .more-contents {
    display: none;
}

.hJasUc .more-contents.active {
    display: block;
}

.hJasUc .contact-p {
    margin-bottom: 20px;
    color: #fff;
}

.hJasUc .links-container {
    max-width: 183px;
}

.hJasUc .tooltip {
    position: relative;
    display: inline-block;
}

.hJasUc .tooltip .tooltiptext {
    visibility: hidden;
    width: 600px;
    background-color: black;
    color: #fff;
    border-radius: 6px;
    padding: 20px 20px 0 20px;
    position: absolute;
    z-index: 1;
    bottom: 120%;
    left: 0;
    margin-left: -270px;
}

.hJasUc .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.hJasUc .tooltip:hover .tooltiptext {
    visibility: visible;
}

@media only screen and (max-width: 981px) {
    .hJasUc .footer-column {
        margin-bottom: 10px !important;
    }
}

.hJasUc .contact-more-items {
    display: none;
}

.hJasUc .contact-info-icon {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .hJasUc .shipkoo-logo {
        margin-bottom: 30px !important;
    }

    .hJasUc .contact-info-icon {
        display: inline-block;
        vertical-align: text-bottom;
        margin-left: 10px;
    }
}

.hJasUc .terms-privacy-link {
    color: #9db1ad;
    font-size: 16px;
    font-weight: 300;
    padding-top: 5px;
}

@media only screen and (max-width: 768px) {
    .hJasUc .terms-privacy-link {
        color: #9db1ad;
        font-size: 14px;
        font-weight: 300;
        padding-top: 5px;
    }

    .hJasUc .more-contents {
        display: block;
    }

    .hJasUc .more-link {
        display: none;
    }

    .hJasUc .links-container {
        margin-top: -7px;
        max-width: 100%;
    }
}

.hJasUc .styled__StyledLink {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
}

.hJasUc .more-contents a {
    margin-bottom: 7px;
    display: block;
}

.hJasUc .hidden {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .hJasUc .styled__StyledLink {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .hJasUc .tooltip .tooltiptext {
        display: none;
    }
}

/* sc-component-id: Footer__WidthContainerBottom-sc-1mtdc5j-2 */
.gDfwWg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1080px;
    width: 100%;
    padding: 0 15px;
    margin: 120px auto 0;
    margin-top: 15px;
    position: initial;
    max-width: 1255px;
}

.gDfwWg > div {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.gDfwWg > div > * {
    margin-bottom: 7px;
}

@media only screen and (min-width: 1024px) {
    .gDfwWg {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 50px;
    }

    .gDfwWg > div {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .gDfwWg > div > :first-child {
        margin-bottom: 35px;
    }
}

.gDfwWg .arrow {
    border: solid #00AF85;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    margin-top: 12px;
    margin-left: 10px;
}

.gDfwWg .up {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.gDfwWg .down {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.gDfwWg .more-contents {
    display: none;
}

.gDfwWg .more-contents.active {
    display: block;
}

.gDfwWg .links-container {
    max-width: 183px;
}

@media only screen and (max-width: 981px) {
    .gDfwWg .footer-column {
        margin-bottom: 10px !important;
    }
}

@media only screen and (min-width: 1024px) {
    .gDfwWg .shipkoo-logo {
        margin-bottom: 30px !important;
    }

    .gDfwWg .address-1 {
        margin-bottom: 7px !important;
    }

    .gDfwWg .contact-footer-container {
        display: none;
    }

    .gDfwWg .terms-privacy-link {
        color: #9db1ad;
        font-size: 16px;
        font-weight: 300;
        padding-top: 5px;
    }

    @media only screen and (max-width: 768px) {
        .gDfwWg .terms-privacy-link {
            color: #9db1ad;
            font-size: 14px;
            font-weight: 300;
            padding-top: 5px;
        }

        .gDfwWg .more-contents {
            display: block;
        }

        .gDfwWg .more-link {
            display: none;
        }

        .gDfwWg .links-container {
            margin-top: -7px;
            max-width: 100%;
        }
    }.gDfwWg .styled__StyledLink {
         font-size: 16px;
         line-height: 25px;
         font-weight: 300;
     }

    .gDfwWg .more-contents a {
        margin-bottom: 7px;
        display: block;
    }

    .gDfwWg .hidden {
        display: none !important;
    }

    @media only screen and (max-width: 768px) {
        .gDfwWg .styled__StyledLink {
            font-size: 16px;
        }
    }
}

/* sc-component-id: Footer__FooterCopyright-sc-1mtdc5j-3 */
.dmJtCw {
    width: 100%;
}

.dmJtCw .site-container {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
    color: #a6b1af;
}

.dmJtCw .terms-privacy-link {
    color: #a6b1af;
}

/* sc-component-id: Footer__SpotButton-sc-1mtdc5j-4 */
.gEVcWD {
    position: fixed;
    bottom: 130px;
    right: 10px;
    z-index: 9999;
}

.gEVcWD .spot {
    border-radius: 10px;
    border: 1px solid #13c939;
    max-width: 115px;
}

/* sc-component-id: Main__MainContainer-sc-1ywwrfd-0 */
.emEQGE {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (min-width: 1024px) {
    .emEQGE {
        margin-top: 90px;
    }
}

/* sc-component-id: ArrowIcon-sc-olucmt-0 */
.kpfBrx {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    height: 21px;
    width: 13px;
}

.kpfBrx g {
    fill: #00AF85;
}

/* sc-component-id: DropLogo-sc-z21adm-0 */
.eYsIlk {
    height: 32px;
    width: 142px;
}

/* sc-component-id: ZulilyLogo-sc-1tqixux-0 */
.bFmwVG {
    height: 62px;
    width: 130px;
}

/* sc-component-id: ReasonCard__HoverContent-sc-7jx4zf-1 */
.juFmqN {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    padding: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.juFmqN .typography__BaseP-sc-x9a584-0 {
    color: #9db1ad;
}

/* sc-component-id: ArrowButton__ButtonBody-sc-9xfkh9-0 */
.fPaExm {
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    text-align: center;
    background: transparent;
    padding: 0;
    min-width: 217px;
    height: 62px;
    object-fit: contain;
    border-radius: 17px;
    padding: 0 27px;
    margin-right: auto;
    background-color: #ffffff;
    color: #000000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.fPaExm:focus {
    outline: none;
}

.fPaExm::-moz-focus-inner {
    border: 0;
}

.fPaExm:not([disabled]) {
    cursor: pointer;
}

.fPaExm .ArrowIcon-sc-olucmt-0 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 28px;
}

.fPaExm:hover {
    background-color: #f2f9f7;
    color: #00AF85;
}

.gcBebU {
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    text-align: center;
    background: transparent;
    padding: 0;
    min-width: 217px;
    height: 62px;
    object-fit: contain;
    border-radius: 17px;
    padding: 0 27px;
    margin-right: auto;
    background-color: #00AF85;
    color: #f2f9f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.gcBebU:focus {
    outline: none;
}

.gcBebU::-moz-focus-inner {
    border: 0;
}

.gcBebU:not([disabled]) {
    cursor: pointer;
}

.gcBebU svg g {
    fill: #ffffff;
}

.gcBebU .ArrowIcon-sc-olucmt-0 {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: 28px;
}

.gcBebU:hover {
    background-color: #f2f9f7;
    color: #00AF85;
}

.gcBebU:hover svg g {
    fill: #00AF85;
}

/* sc-component-id: RelativeWrapper-sc-dk8t7m-0 */
.bNmwgP {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* sc-component-id: WidthWrapper-sc-10ymzvs-0 */
.RznvQ {
    width: 100%;
    max-width: 1255px;
    padding: 0 15px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 6001;
}

.dKEflV {
    width: 100%;
    max-width: 1515px;
    padding: 0 15px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 6001;
}

/* sc-component-id: Input__InputContainer-sc-1fr5n1y-0 */
.gACfLf {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.gACfLf textarea {
    resize: none;
}

/* sc-component-id: Input__Label-sc-1fr5n1y-1 */
.dsVLdj {
    font-size: 14px;
    font-weight: 300;
    opacity: 0.5;
    margin-bottom: 12px;
}

@media only screen and (min-width: 1024px) {
    .dsVLdj {
        font-size: 16px;
    }
}

/* sc-component-id: Input__StyledInput-sc-1fr5n1y-2 */
.bSEmhb {
    position: relative;
    border: none;
    font-size: 21px;
    font-weight: 500;
    line-height: 33px;
    opacity: 0.5;
    border-bottom: 2px solid #ebefee;
}

.bSEmhb::-webkit-input-placeholder {
    opacity: 1;
    color: #000;
}

.bSEmhb::-moz-placeholder {
    opacity: 1;
    color: #000;
}

.bSEmhb:-ms-input-placeholder {
    opacity: 1;
    color: #000;
}

.bSEmhb::placeholder {
    opacity: 1;
    color: #000;
}

.bSEmhb:focus {
    opacity: 1;
}

@media only screen and (min-width: 1024px) {
    .bSEmhb {
        font-size: 26px;
    }
}

/* sc-component-id: Input__LabelWrapper-sc-1fr5n1y-3 */
.eqgqcD {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.eqgqcD label {
    margin-right: 10px;
}

/* sc-component-id: all-in-one__MainWrapper-sc-1mdqjar-4 */
.fmrOoA {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fmrOoA .column {
    float: left;
    width: 51%;
    margin-right: 2%;
    padding: 10px;
}

.fmrOoA .row:after {
    content: "";
    display: table;
    clear: both;
}

.fmrOoA .column.last {
    margin-right: 0 !important;
    width: 47%;
}

.fmrOoA #all-in-one {
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    padding-top: 40px;
    position: relative;
    z-index: 99;
}

.fmrOoA #all-in-one-line:before {
    display: inline-block;
    content: "";
    border-top: 2.5px solid #fff;
    width: calc(50% - 530px);
    position: absolute;
    bottom: 107px;
    left: 0;
}

.fmrOoA #all-in-one-line:after {
    display: inline-block;
    content: "";
    border-top: 2.5px solid #fff;
    width: calc(50% - 527px);
    position: absolute;
    bottom: 107px;
    right: 0;
}

.fmrOoA .aio-btn-container:after {
    display: inline-block;
    content: "";
    border-top: 2.5px solid #fff;
    position: absolute;
    bottom: 28px;
    right: -86px;
    width: 184px;
}

.fmrOoA .aio-btn-container.active:after {
    display: inline-block;
    content: "";
    border-top: 2.5px solid #fff;
    position: absolute;
    bottom: 28px;
    right: -24px;
    width: 121px;
}

.fmrOoA .aio-btn-container:hover {
    cursor: pointer;
}

.fmrOoA #all-in-one .hiw-title {
    font-size: 36px;
    margin-bottom: 35px;
    line-height: 45px;
    font-family: CircularStd;
    margin-left: 60px;
    font-weight: 600;
}

.fmrOoA #all-in-one .hiw-list {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

.fmrOoA #all-in-one .text-desc {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 30px;
}

.fmrOoA #all-in-one .text-desc-container {
    width: 89%;
    display: inline-block;
    float: left;
}

.fmrOoA #all-in-one .img-container {
    display: inline-block;
    width: 9%;
    margin-right: 2%;
    float: left;
}

.fmrOoA #all-in-one .img-container img {
    max-width: 45px;
    width: 100%;
}

.fmrOoA #all-in-one .list-column {
    padding-bottom: 20px;
}

.fmrOoA #shipkoo_video {
    -webkit-box-shadow: 8px 18px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 8px 18px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 8px 18px 30px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin-top: 10px;
    border: 6px solid #888989;
    -webkit-transition: -webkit-transform .5s ease;
    -webkit-transition: transform .5s ease;
    transition: transform .5s ease;
}

.fmrOoA #shipkoo_video:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.fmrOoA .video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.fmrOoA .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fmrOoA #section-background {
    position: absolute;
    width: 100%;
}

.fmrOoA #section-background img {
    width: 100%;
    min-height: 620px;
}

.fmrOoA .section-background-container {
    position: relative;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.fmrOoA .clear {
    clear: both;
}

.fmrOoA #all-in-one {
    padding-bottom: 70px;
}

.fmrOoA #all-in-one-section .background {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fmrOoA #all-in-one-section .aio-image {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.fmrOoA #all-in-one-section .aio-image.order-management {
    bottom: 64px;
}

.fmrOoA #all-in-one-section .aio-image.shipping-management {
    bottom: 77px;
}

.fmrOoA .aio-subheader {
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 500;
}

.fmrOoA .aio-desc {
    color: #fff;
    line-height: 1.5;
    padding-right: 32px;
}

.fmrOoA .aio-btn-container button {
    min-width: 139px;
    max-width: 139px;
    background: transparent;
    border: 2px solid #FFF;
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 600;
    color: #fff;
    margin-right: 8px;
    min-height: 54px;
}

.fmrOoA .aio-btn-container a {
    padding-bottom: 31px;
    padding-top: 10px;
}

.fmrOoA .aio-btn-container button:hover {
    cursor: pointer;
    color: #00af85;
    background: #fff;
}

.fmrOoA .aio-btn-container button.active {
    color: #00AF85;
    background: #fff;
    pointer-events: none;
}

.fmrOoA .aio-btn-container button:hover {
    cursor: pointer;
}

.fmrOoA .aio-btn-container {
    margin-top: 35px;
    position: relative;
}

.fmrOoA .aio-contents {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
    height: 0;
}

.fmrOoA .aio-contents.active {
    visibility: visible;
    opacity: 1;
    height: auto;
}

@media only screen and (min-width: 1450px) {
    .fmrOoA .aio-btn-container button {
        margin-right: 9px;
    }
}

@media only screen and (max-width: 1080px) {
    .fmrOoA .aio-btn-container {
        padding-left: 0;
    }

    .fmrOoA .aio-btn-container:after {
        display: none !important;
    }

    .fmrOoA #all-in-one-section .aio-image {
        display: none !important;
    }

    .fmrOoA .aio-btn-container button {
        margin-bottom: 10px;
    }

    .fmrOoA .aio-subheader {
        margin-bottom: 10px;
    }

    .fmrOoA #all-in-one .hiw-title {
        font-size: 28px !important;
        margin-left: 0 !important;
        text-align: center;
        margin-top: 20px;
    }

    .fmrOoA #all-in-one {
        padding-top: 20px;
        padding-bottom: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .fmrOoA .column {
        width: 100% !important;
        margin-right: 0 !important;
        float: none;
    }

    .fmrOoA #all-in-one .hiw-title {
        font-size: 28px !important;
        margin-left: 0 !important;
        text-align: center;
        margin-top: 20px;
    }

    .fmrOoA #all-in-one {
        padding-top: 15px;
        padding-bottom: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .fmrOoA #section-background {
        display: none;
    }

    .fmrOoA #all-in-one-section {
        margin-top: 0 !important;
        margin-bottom: -60px !important;
    }

    .fmrOoA .aio-btn-container {
        padding-left: 0;
    }

    .fmrOoA #all-in-one-section .aio-image {
        display: none !important;
    }

    .fmrOoA .aio-btn-container button {
        margin-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
        min-width: 0;
    }

    .fmrOoA .aio-subheader {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 425px) {
    .fmrOoA #all-in-one .img-container {
        width: 100% !important;
        margin-bottom: 20px !important;
        margin-right: 0 !important;
        float: none !important;
        display: block !important;
    }

    .fmrOoA #all-in-one .img-container img {
        margin-left: auto;
        margin-right: auto;
    }

    .fmrOoA #all-in-one .text-desc-container {
        text-align: center !important;
        width: 100% !important;
        float: none !important;
        display: block !important;
    }

    .fmrOoA #shipkoo_video {
        width: 100% !important;
        height: auto !important;
    }
}

/* sc-component-id: styled__Content-sc-18mvyk9-0 */
.ipecnS {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0px;
}

@media only screen and (min-width: 1024px) {
    .ipecnS {
        margin-bottom: 60px;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.ipecnS > div:first-of-type {
    background-image: linear-gradient(to bottom, #ffffff 2%, #faf4ff);
}

.ipecnS > div:nth-of-type(2) {
    background-image: linear-gradient(to bottom, #ffffff 2%, #f5faff);
}

/* sc-component-id: styled__CardBody-sc-18mvyk9-1 */
.hUAIvZ {
    position: relative;
    min-height: 635px;
    padding: 55px 72px 71px;
    padding: 47px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #ecf2f1;
}

.hUAIvZ > svg {
    position: absolute;
    left: 55px;
    top: 86px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.hUAIvZ > .typography__HeaderSmall-sc-x9a584-5 {
    margin: 21px 0 40px;
    max-width: 400px;
}

.hUAIvZ > .typography__BaseP-sc-x9a584-0 {
    margin-top: 128px;
}

@media only screen and (max-width: 981px) {
    .hUAIvZ {
        padding: 25px;
    }
}

@media only screen and (min-width: 1024px) {
    .hUAIvZ {
        padding-bottom: 70px;
    }
}

/* sc-component-id: styled__CircleBox-sc-18mvyk9-2 */
.cnlzpL span {
    display: none;
}

/* sc-component-id: styled__AtrributeCard-sc-18mvyk9-3 */
.klWzRy {
    padding: 33px 0 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 230px;
    border-radius: 17px;
    box-shadow: 0 23px 100px 0 rgba(230, 237, 239, 0.6);
    background-color: #ffffff;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.klWzRy .typography__MediumText-sc-x9a584-6 {
    margin: 0 0 13px;
}

@media only screen and (min-width: 1024px) {
    .klWzRy {
        max-width: 200px;
    }
}

/* sc-component-id: styled__AttributesBox-sc-18mvyk9-4 */
.kYrJrm {
    width: 100%;
    display: grid;
    grid-gap: 20px;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .kYrJrm {
        grid-template-columns:repeat(3, 1fr);
    }
}

@media only screen and (max-width: 1024px) {
    .kYrJrm {
        grid-template-columns:repeat(2, 1fr);
    }
}

@media only screen and (max-width: 768px) {
    .kYrJrm {
        grid-template-columns:repeat(1, 1fr);
    }
}

/* sc-component-id: styled__Value-sc-18mvyk9-5 */
.bQNPws {
    position: relative;
    opacity: 0.9;
    font-size: 50px;
    font-weight: 500;
}

/* sc-component-id: styled__ValueUnit-sc-18mvyk9-6 */
.gIwyDk {
    position: absolute;
    top: 22px;
    right: -20px;
    opacity: 0.3;
    font-size: 12px;
}

/* sc-component-id: styled__Arrow-sc-18mvyk9-7 */
.iPUKNu {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    height: 21px;
    width: 13px;
    position: absolute;
    left: -23px;
    top: 20px;
}

.iPUKNu g {
    fill: #00AF85;
}

/* sc-component-id: Partners__BaseTransparentP-sc-1t28mrg-0 */
.jSjbyL {
    font-size: 14px;
    font-weight: 300;
    color: #9db1ad;
    line-height: 35px;
}

@media only screen and (min-width: 1024px) {
    .jSjbyL {
        font-size: 16px;
    }
}

/* sc-component-id: Partners__BaseP-sc-1t28mrg-1 */
.dchlMG {
    margin-top: 65px;
    font-weight: 300;
    font-size: 14px;
    font-weight: 300;
    color: #00AF85;
    display: block;
}

@media only screen and (min-width: 1024px) {
    .dchlMG {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .dchlMG {
        margin-top: 20px;
    }
}

/* sc-component-id: Partners__HeaderSmall-sc-1t28mrg-2 */
.hGKbXb {
    max-width: 400px;
    margin: 21px 0px 40px;
    opacity: 0.9;
    font-size: 21px;
    font-weight: 500;
}

@media only screen and (min-width: 1024px) {
    .hGKbXb {
        font-size: 26px;
    }
}

/* sc-component-id: form-styles__Wrapper-sc-1t8m4e2-0 */
.cMqIPs {
    /*max-width: 810px;*/
    margin: 60px 0 60px -45px;
    padding: 0 15px;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cMqIPs .ArrowButton-sc-9xfkh9-1 {
    margin: 30px auto 0;
}

.cMqIPs .PhoneInputInput {
    height: 49px;
    margin-top: 12px;
}

.cMqIPs .PhoneInputCountry {
    margin-top: 12px;
}

.cMqIPs .textarea-message {
    resize: none;
    width: 100%;
    height: 115px;
}

.cMqIPs textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

.cMqIPs textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.cMqIPs textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

.cMqIPs textarea::placeholder {
    color: #000;
    opacity: 1;
}

@media only screen and (min-width: 1024px) {
    .cMqIPs {
        margin: 120px 0 120px -45px;
    }
}

/* sc-component-id: form-styles__HalfBox-sc-1t8m4e2-1 */
.iDdGZb {
    -webkit-flex: 1 50%;
    -ms-flex: 1 50%;
    flex: 1 50%;
    max-width: 100%;
    margin-bottom: 10px !important;
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (min-width: 1024px) {
    .iDdGZb {
        max-width: 50% !important;
    }
}

/* sc-component-id: form-styles__Box-sc-1t8m4e2-2 */
.cbwAkJ {
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-bottom: 30px;
    max-width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (min-width: 1024px) {
    .cbwAkJ {
        margin-bottom: 60px;
    }
}

.cbwAkJ #hidden_input {
    display: none;
}

/* sc-component-id: form-styles__BoxSelect-sc-1t8m4e2-3 */
.ggzXLP {
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-bottom: 30px;
    max-width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px !important;
}

@media only screen and (min-width: 1024px) {
    .ggzXLP {
        margin-bottom: 0px !important;
    }
}

.ggzXLP #hidden_input {
    display: none;
}

/* sc-component-id: ContactFormV2__ButtonContainer-sc-19xkmcf-0 */
.kfoONU {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.kfoONU button {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 18px;
    height: 55px;
    border-radius: 10px;
    margin-top: 8px !important;
}

.kfoONU svg {
    display: none;
}

.kfoONU .en .zh {
    display: none;
}

.kfoONU .en .kr {
    display: none;
}

.kfoONU .en .ja {
    display: none;
}

.kfoONU .zh .en {
    display: none;
}

.kfoONU .zh .kr {
    display: none;
}

.kfoONU .zh .ja {
    display: none;
}

.kfoONU .kr .en {
    display: none;
}

.kfoONU .kr .zh {
    display: none;
}

.kfoONU .kr .ja {
    display: none;
}

.kfoONU .ja .en {
    display: none;
}

.kfoONU .ja .zh {
    display: none;
}

.kfoONU .ja .kr {
    display: none;
}

/* sc-component-id: ContactFormV2__Select-sc-19xkmcf-1 */
.hzMXO {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid rgb(0, 175, 133);
    text-transform: capitalize;
    padding: 6px 15px;
    border-radius: 10px;
    height: 49px;
    width: 100%;
    margin-bottom: 20px;
}

.hzMXO::-webkit-input-placeholder {
    opacity: 0.3;
}

.hzMXO::-moz-placeholder {
    opacity: 0.3;
}

.hzMXO:-ms-input-placeholder {
    opacity: 0.3;
}

.hzMXO::placeholder {
    opacity: 0.3;
}

.hzMXO:focus {
    opacity: 1;
}

/* sc-component-id: ContactFormV2__HalfBoxSelect-sc-19xkmcf-2 */
.fNitSx {
    -webkit-flex: 1 50%;
    -ms-flex: 1 50%;
    flex: 1 50%;
    max-width: 100%;
    margin-bottom: 0px !important;
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (min-width: 1024px) {
    .fNitSx {
        max-width: 50% !important;
    }
}

/* sc-component-id: styledElements__MainSection-sc-eglvjh-2 */
.sSvmY {
    position: relative;
}

.sSvmY #hero-section {
    padding: 0;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.sSvmY #hero-section .contact-info > div {
    margin-bottom: 30px;
}

.sSvmY #hero-section .contact-info > div > a {
    font-size: 30px;
    color: #000 !important;
}

.sSvmY #hero-section .contact-info {
    margin-top: 20px;
}

.sSvmY #hero-section .column-half {
    width: 50%;
    padding-right: 25px;
    position: relative;
    /*padding-top: 70px;*/
    padding-bottom: 80px;
    padding-left: 8%;
    display: inline-block;
    float: left;
}

.sSvmY #contact-form-container form {
    margin-left: auto;
    margin-right: auto;
}

.sSvmY #contact-form-container form input, .sSvmY #contact-form-container form textarea {
    border: 1px solid rgb(0, 175, 133);
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 16px;
    opacity: 1;
}

.sSvmY #contact-form-container form > div {
    margin-bottom: 20px;
    max-width: 44%;
}

.sSvmY #contact-form-container form > div:last-child {
    max-width: 100%;
}

.sSvmY #contact-form-container form button {
    margin-top: 0;
}

@media only screen and (min-width: 1024px) {
    .sSvmY #contact-form-container form {
        margin: 50px auto 50px auto;
    }
}

.sSvmY #hero-section .column-half.last {
    padding-right: 0;
}

.sSvmY #hero-section .column-whole {
    padding: 120px 0px 135px 0px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.sSvmY #hero-section .content-container {
    position: relative;
    z-index: 2;
}

.sSvmY #hero-section .column-half p {
    padding-right: 60px;
}

.sSvmY #hero-section .column-half.last {
    width: 50%;
    padding-right: 0;
    position: relative;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    float: left;
}

.sSvmY #hero-section .column-half img {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}

.sSvmY .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    float: left;
}

.sSvmY #hero-section .hero-bg-tablet {
    display: none;
}

.sSvmY #hero-section .hero-bg-mobile {
    display: none;
}

@media only screen and (max-width: 1025px) {
    .sSvmY #hero-section .column-whole {
        padding: 150px 0px 150px 240px;
        margin-left: 10%;
    }

    .sSvmY #hero-section .hero-bg {
        object-fit: cover;
    }
}

@media only screen and (max-width: 981px) {
    .sSvmY #hero-section .column-half {
        width: 100%;
        padding: 0;
    }

    .sSvmY #contact-form-container form > div {
        max-width: 100%;
        margin-right: 20px;
        margin-left: 20px;
    }

    .sSvmY #contact-form-container form {
        margin-top: 30px;
    }

    .sSvmY #hero-section .column-half img {
        width: 100%;
        margin-bottom: 0;
        margin-top: 0;
    }

    .sSvmY #hero-section .column-half p {
        padding-right: 0;
    }

    .sSvmY #hero-section .column-half.last {
        width: 100%;
        padding-top: 25px;
    }

    .sSvmY #hero-section {
        padding: 40px 25px;
    }

    .sSvmY #hero-section h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 875px) {
    .sSvmY #hero-section .column-whole {
        padding: 0px 0px 0px 0px;
        margin-left: 0;
    }
}

/* sc-component-id: Intro__Wrapper-sc-1jb37ia-1 */
.eCMqIu {
    padding: 20px 0;
}

.eCMqIu .column {
    float: left;
    width: 45%;
    padding: 10px;
}

.eCMqIu .home-hero-image2 {
    margin-top: 35px;
    max-width: 467px;
}

.eCMqIu .column.last {
    width: 55%;
}

.eCMqIu .row:after {
    content: "";
    display: table;
    clear: both;
}

.eCMqIu h1 {
    color: #000000;
    font-family: "CircularStd";
    line-height: 1.5;
    font-size: 28px;
    font-weight: 500;
    max-width: 490px;
}

.eCMqIu h2 {
    color: #000000;
    font-family: "CircularStd";
    line-height: 1.5;
    font-size: 28px;
    font-weight: 500;
    max-width: 490px;
}

.eCMqIu .typography__HeaderMedium-sc-x9a584-4 {
    max-width: 460px;
}

.eCMqIu .typography__BaseTransparentP-sc-x9a584-1 {
    margin: 20px 0 41px;
    max-width: 490px;
}

.eCMqIu .Intro__ImgGatsbyBackground-sc-1jb37ia-0 {
    display: none;
}

@media only screen and (min-width: 1024px) {
    .eCMqIu {
        padding: 50px 0 50px;
    }

    .eCMqIu:nth-child(2) {
        padding-top: 20px;
    }

    .eCMqIu .Intro__ImgGatsbyBackground-sc-1jb37ia-0 {
        display: initial;
    }

    .eCMqIu h1 {
        font-size: 36px;
    }

    .eCMqIu h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 981px) {
    .eCMqIu {
        padding: 10px 0;
        padding-bottom: 20px;
    }

    .eCMqIu .column {
        width: 100%;
    }

    .eCMqIu .home-hero-image2 {
        margin-top: 0;
    }

    .eCMqIu .column.last {
        width: 100%;
        margin-top: 10px;
    }

    .eCMqIu .typography__BaseTransparentP-sc-x9a584-1 {
        margin: 20px 0 20px;
        max-width: 490px;
    }
}

/* sc-component-id: styled__Wrapper-sc-1e0z33w-1 */
.hyfHsj {
    width: 100%;
    max-width: 1255px;
    padding: 0 15px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 6001;
    position: relative;
    z-index: 6001;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.hyfHsj .typography__BaseP-sc-x9a584-0 {
    line-height: 35px;
    color: #000000;
    font-weight: 600;
}

.hyfHsj .typography__BaseTransparentP-sc-x9a584-1 {
    max-width: 660px;
    color: #000000;
}

.hyfHsj .typography__HeaderLarge-sc-x9a584-3 {
    margin: 140px 0 40px;
    max-width: 1000px;
}

.hyfHsj .ArrowButton-sc-9xfkh9-1 {
    margin: 30px 0 30px;
}

@media only screen and (max-width: 981px) {
    .hyfHsj .ArrowButton-sc-9xfkh9-1 {
        margin-top: 25px;
        margin-bottom: 35px;
    }
}

/* sc-component-id: styled__FullImageBox-sc-1e0z33w-2 */
.hakKVx {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 500px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 6000;
}

@media only screen and (min-width: 1024px) {
    .hakKVx {
        bottom: 30%;
    }
}

/* sc-component-id: Characteristics__Inf1Box-sc-14gj36a-0 */
.dkLffL {
    position: absolute;
    top: 0;
    right: 0;
}

/* sc-component-id: Characteristics__Inf2Box-sc-14gj36a-1 */
.iDqUej {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* sc-component-id: Characteristics__Inf3Box-sc-14gj36a-2 */
.hNIuAr {
    position: absolute;
    top: 0;
    left: 0;
}

/* sc-component-id: Characteristics__CardContent-sc-14gj36a-3 */
.dOgqvA {
    height: 100%;
    padding: 20px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.dOgqvA .typography__BaseTransparentP-sc-x9a584-1 {
    margin-top: 9px;
    line-height: 1.5;
}

.dOgqvA .typography__HeaderSmall-sc-x9a584-5 {
    margin-top: 5px;
}

/* sc-component-id: Characteristics__ImgCard-sc-14gj36a-4 */
.cPBZAn {
    height: 100px;
    padding: 5px;
}

/* sc-component-id: Characteristics__CardBody-sc-14gj36a-5 */
.kjsGuA {
    position: relative;
    border-radius: 17px;
    box-shadow: 0 23px 100px 0 rgba(153, 173, 176, 0.39);
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    overflow: hidden;
}

.kjsGuA .services-link {
    text-align: center;
    font-weight: 300;
    color: #9db1ad;
    line-height: 1.5;
    position: absolute;
    width: 100%;
    bottom: 20px;
    font-size: 16px;
    left: 0;
}

.kjsGuA .services-link:hover {
    color: #00af85;
}

@media only screen and (min-width: 1024px) {
    .kjsGuA .services-link {
        font-size: 18px;
    }

    .kjsGuA:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        z-index: 100000;
        box-shadow: 0 23px 100px 0 rgba(0, 0, 0, 0.39);
    }

    .kjsGuA:hover .Characteristics__CardContent-sc-14gj36a-3 {
        opacity: 0;
        -webkit-transition: all 0.15s ease-out;
        transition: all 0.15s ease-out;
    }

    .kjsGuA:hover .ReasonCard__HoverContent-sc-7jx4zf-1 {
        opacity: 1;
        -webkit-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        display: block;
    }

    .kjsGuA:hover .ReasonCard__HoverContent-sc-7jx4zf-1 .typography__BaseTransparentP-sc-x9a584-1 {
        margin-top: 9px;
        line-height: 1.6 !important;
    }

    @media only screen and (min-width: 1024px) {
        .kjsGuA h3 {
            font-size: 24px;
        }
    }.kjsGuA svg {
         display: none;
     }

    @media only screen and (min-width: 1024px) {
        .kjsGuA {
            height: 315px;
        }

        .kjsGuA svg {
            display: inherit;
        }
    }@media only screen and (max-width: 1024px) {
    .kjsGuA .Characteristics__CardContent-sc-14gj36a-3 {
        height: auto;
        padding: 10px 25px;
    }
}
}

/* sc-component-id: Characteristics__ContainerWrapper-sc-14gj36a-6 */
.hjNyYf {
    max-width: 1415px;
    width: 100%;
    padding: 0 15px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 6001;
}

@media only screen and (min-width: 1024px) {
    .hjNyYf {
        padding-bottom: 0px;
    }
}

/* sc-component-id: Characteristics__Wrapper-sc-14gj36a-7 */
.gvPOsi {
    z-index: 6001;
    margin-bottom: 92px;
    width: 100%;
    display: grid;
    grid-gap: 20px;
}

@media only screen and (min-width: 1024px) {
    .gvPOsi {
        margin-bottom: 55px;
        padding: 30px 0 0;
        grid-template-columns:repeat(3, 1fr);
    }
}

@media only screen and (max-width: 981px) {
    .gvPOsi {
        margin-bottom: 30px;
    }
}

/* sc-component-id: OurPartners__SliderHeader-sc-1eiat90-0 */
.UHNpp {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}

@media only screen and (min-width: 1025px) {
    .UHNpp {
        font-size: 36px;
        margin-bottom: 25px;
    }
}

/* sc-component-id: OurPartners__Container-sc-1eiat90-1 */
.hzWRzD {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* sc-component-id: OurPartners__MainWrapper-sc-1eiat90-2 */
.FoVwY {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
}

@media only screen and (min-width: 1025px) {
    .FoVwY {
        padding-top: 30px;
        padding-bottom: 60px;
    }
}

/* sc-component-id: AboutCompany__HeaderSmall-sc-1t4rzmr-0 */
.dUfQsO {
    opacity: 0.9;
    font-size: 21px;
    font-weight: 500;
}

@media only screen and (min-width: 1024px) {
    .dUfQsO {
        font-size: 26px;
    }
}

/* sc-component-id: AboutCompany__WhyShipkooDiv-sc-1t4rzmr-1 */
.kAUXxX {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 35px;
}

.kAUXxX .column {
    display: inline-block;
    vertical-align: top;
    padding: 15px 20px;
    width: 25%;
}

.kAUXxX .row:after {
    content: "";
    display: table;
    clear: both;
}

.kAUXxX .row {
    display: inline-block !important;
    width: 100%;
    max-width: 1080px;
}

.kAUXxX .AboutCompany__HeaderSmall-sc-1t4rzmr-0 {
    font-size: 18px;
}

.kAUXxX .typography__HeaderMedium-sc-x9a584-4 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 981px) {
    .kAUXxX {
        padding-bottom: 0;
    }

    .kAUXxX .typography__HeaderMedium-sc-x9a584-4 {
        margin-bottom: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .kAUXxX {
        padding-top: 70px;
        padding-bottom: 40px;
    }

    .kAUXxX .typography__HeaderMedium-sc-x9a584-4 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 760px),(min-width: 472px) and (max-width: 1024px) {
    .kAUXxX .column {
        width: 50%;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
    }

    .kAUXxX .column img {
        max-width: 70px;
        height: auto;
    }

    .kAUXxX .column > div {
        font-size: 16px;
    }

    .kAUXxX .row {
        width: 100%;
    }

    .kAUXxX .mt-30-mobile {
        margin-top: 30px;
    }
}

/* sc-component-id: AboutCompany__Images-sc-1t4rzmr-2 */
.fNaytP {
    height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    max-width: 70px;
    height: auto;
}

/* sc-component-id: AboutCompany__HeaderLarge-sc-1t4rzmr-3 */
.bkTPaq {
    font-size: 28px;
    margin: 80px 0 40px;
    max-width: 920px;
    font-weight: 500;
}

@media only screen and (min-width: 1024px) {
    .bkTPaq {
        font-size: 48px;
        line-height: 61px;
    }
}

@media only screen and (max-width: 768px) {
    .bkTPaq {
        margin-top: 30px;
        margin-bottom: 10px;
    }
}

/* sc-component-id: ContactFormSectionHome__Row-sc-x95vre-0 */
.irDlSn {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.irDlSn .forms-container {
    width: 100%;
}

.irDlSn #contact-form-container .contact-form-header {
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
}

.irDlSn .forms-container .contact-form-header {
    color: #000;
    font-size: 28px;
    text-align: center;
    font-weight: 500;
}

.irDlSn #contact-form-container .contact-form-description {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.irDlSn #contact-form-container form > div:last-child {
    margin-bottom: 10px;
}

.irDlSn .contact-column {
    padding: 20px;
}

.irDlSn #contact-form-container form input, .irDlSn #contact-form-container form textarea {
    border: 2px solid rgb(0, 175, 133);
    text-transform: capitalize;
    padding: 6px 15px;
    border-radius: 10px;
}

.irDlSn #contact-form-container form input[type=email], .irDlSn #contact-form-container form textarea {
    text-transform: none;
}

.irDlSn #contact-form-container form {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.irDlSn .box-shadow {
    -webkit-box-shadow: 0px 0px 8px 5px rgba(181, 181, 181, 0.3);
    box-shadow: 0px 0px 8px 5px rgba(181, 181, 181, 0.3);
    padding: 20px 20px;
}

.irDlSn #calendly-form-container img {
    margin-left: auto;
    margin-right: auto;
}

.irDlSn #calendly-form-container h2 {
    font-weight: 500;
    text-align: center;
    font-size: 25px;
    margin-top: 30px;
    line-height: 1.5;
    min-height: 115px;
}

.irDlSn #calendly-form-container a {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    margin-top: 25px;
}

.irDlSn #calendly-form-container .btn-outlined {
    width: 100%;
    height: 55px;
    border-radius: 10px;
    background: transparent;
    color: #00af85;
    font-size: 18px;
    border: 2px solid #00af85;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 9px;
}

.irDlSn #calendly-form-container .btn-outlined:hover {
    cursor: pointer;
    background: #00af85;
    color: #ffffff;
}

.irDlSn form > div {
    margin-left: 0 !important;
}

.irDlSn #contact-form-container form {
    margin-bottom: 0 !important;
}

.irDlSn .forms-container .contact-form-subheader {
    color: #00AF85;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 981px) {
    .irDlSn #contact-form-container form > div {
        margin-left: 0;
        margin-right: 0;
    }

    .irDlSn #calendly-form-container .box-shadow {
        padding: 20px 30px;
    }
}

@media only screen and (min-width: 982px) {
    .irDlSn {
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .irDlSn .contact-column {
        display: inline-block;
        /*width: 50%;*/
        vertical-align: top;
    }

    .irDlSn #calendly-form-container h2 {
        font-size: 35px;
    }

    .irDlSn #calendly-form-container .box-shadow {
        padding-top: 50px;
        height: 100%;
        min-height: 703px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .irDlSn #calendly-form-container a {
        margin-top: 25px;
    }

    .irDlSn .box-shadow {
        padding: 30px 20px;
    }

    .irDlSn .forms-container .contact-form-header {
        font-size: 36px;
        margin-bottom: 20px;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 768px) {
    .irDlSn #contact-form-container .box-shadow {
        padding: 20px 10px;
    }
}

/* sc-component-id: ReachUs__MainWrapper-sc-1cbf6l9-4 */
.kfCOVW {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.kfCOVW .column {
    float: left;
    width: 49%;
    margin-right: 2%;
    padding: 10px;
}

.kfCOVW .row:after {
    content: "";
    display: table;
    clear: both;
}

.kfCOVW .column.last {
    margin-right: 0 !important;
}

.kfCOVW #how-it-works {
    max-width: 1255px;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    padding-top: 0;
    position: relative;
}

.kfCOVW #how-it-works .hiw-title {
    font-size: 36px;
    margin-bottom: 35px;
    line-height: 45px;
    font-family: CircularStd;
    margin-left: 60px;
    font-weight: 500;
    margin-left: 0;
}

.kfCOVW #how-it-works .hiw-list {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

.kfCOVW #how-it-works .text-desc {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 30px;
}

.kfCOVW #how-it-works .text-desc-container {
    width: 89%;
    display: inline-block;
    float: left;
}

.kfCOVW #how-it-works .img-container {
    display: inline-block;
    width: 9%;
    margin-right: 2%;
    float: left;
}

.kfCOVW #how-it-works .img-container img {
    max-width: 45px;
    width: 100%;
}

.kfCOVW #how-it-works .list-column {
    padding-bottom: 20px;
}

.kfCOVW #shipkoo_video {
    -webkit-box-shadow: 8px 18px 30px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 8px 18px 30px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 8px 18px 30px 0px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin-top: 10px;
    border: 6px solid #888989;
    -webkit-transition: -webkit-transform .5s ease;
    -webkit-transition: transform .5s ease;
    transition: transform .5s ease;
}

.kfCOVW #shipkoo_video:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.kfCOVW .video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.kfCOVW .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.kfCOVW #section-background {
    position: absolute;
    width: 100%;
}

.kfCOVW #section-background img {
    max-height: 650px;
    width: 100%;
}

.kfCOVW .section-background-container {
    position: relative;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.kfCOVW .clear {
    clear: both;
}

.kfCOVW #how-it-works-section {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .kfCOVW .column {
        width: 100% !important;
        margin-right: 0 !important;
        float: none;
    }

    .kfCOVW #how-it-works {
        padding-left: 20px;
        padding-right: 20px;
    }

    .kfCOVW #how-it-works .hiw-title {
        font-size: 28px !important;
        margin-left: 0 !important;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .kfCOVW #how-it-works .text-desc {
        margin-bottom: 0;
    }

    .kfCOVW #how-it-works {
        padding-top: 20px;
    }

    .kfCOVW #section-background {
        display: none;
    }

    .kfCOVW #how-it-works-section {
        margin-top: 0 !important;
        margin-bottom: -60px !important;
    }
}

@media only screen and (max-width: 425px) {
    .kfCOVW #how-it-works .img-container {
        width: 100% !important;
        margin-bottom: 20px !important;
        margin-right: 0 !important;
        float: none !important;
        display: block !important;
    }

    .kfCOVW #how-it-works .img-container img {
        margin-left: auto;
        margin-right: auto;
    }

    .kfCOVW #how-it-works .text-desc-container {
        text-align: center !important;
        width: 100% !important;
        float: none !important;
        display: block !important;
    }

    .kfCOVW #shipkoo_video {
        width: 100% !important;
        height: auto !important;
    }
}

/* sc-component-id: EcommerceBrands__SliderHeader-sc-goppnm-0 */
.djUQms {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
}

@media only screen and (min-width: 1025px) {
    .djUQms {
        font-size: 36px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 640px) {
    .djUQms {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* sc-component-id: EcommerceBrands__Container-sc-goppnm-1 */
.beXfpd {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

/* sc-component-id: EcommerceBrands__MainWrapper-sc-goppnm-2 */
.fTbDcI {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
}

@media only screen and (min-width: 1025px) {
    .fTbDcI {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

/* sc-component-id: HomePopup__ButtonContainer-sc-hubu56-0 */
.dIGzWF {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.dIGzWF button {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 18px;
    height: 45px;
    border-radius: 10px;
    margin-top: 8px !important;
    background-color: rgb(0, 175, 133);
    color: #fff;
}

.dIGzWF button:hover {
    background-color: rgb(0, 175, 133);
    color: #fff;
}

.dIGzWF svg {
    display: none;
}

.dIGzWF .en .zh {
    display: none;
}

.dIGzWF .en .kr {
    display: none;
}

.dIGzWF .en .ja {
    display: none;
}

.dIGzWF .zh .en {
    display: none;
}

.dIGzWF .zh .kr {
    display: none;
}

.dIGzWF .zh .ja {
    display: none;
}

.dIGzWF .kr .en {
    display: none;
}

.dIGzWF .kr .zh {
    display: none;
}

.dIGzWF .kr .ja {
    display: none;
}

.dIGzWF .ja .en {
    display: none;
}

.dIGzWF .ja .zh {
    display: none;
}

.dIGzWF .ja .kr {
    display: none;
}

@media only screen and (max-width: 640px) {
    .dIGzWF {
        padding-left: 0;
        padding-right: 0;
        margin-top: 20px;
    }
}

/* sc-component-id: HomePopup__Select-sc-hubu56-1 */
.kNHDzQ {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    border: 3px solid #EFF0F2;
    text-transform: capitalize;
    padding: 6px 15px;
    border-radius: 5px;
    height: 35px;
    width: 100%;
    margin-bottom: 10px;
}

.kNHDzQ::-webkit-input-placeholder {
    opacity: 0.3;
}

.kNHDzQ::-moz-placeholder {
    opacity: 0.3;
}

.kNHDzQ:-ms-input-placeholder {
    opacity: 0.3;
}

.kNHDzQ::placeholder {
    opacity: 0.3;
}

.kNHDzQ:focus {
    opacity: 1;
}

/* sc-component-id: HomePopup__BoxSelectDiv-sc-hubu56-2 */
.lothNd {
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-bottom: 30px;
    max-width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (min-width: 1024px) {
    .lothNd {
        margin-bottom: 10px !important;
    }
}

.lothNd #hidden_input {
    display: none;
}

@media only screen and (max-width: 640px) {
    .lothNd {
        padding-left: 0;
        padding-right: 0;
    }
}

/* sc-component-id: HomePopup__Modal-sc-hubu56-3 */
.dMpZmY {
    width: 100%;
    max-width: 624px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 999999;
    background: #fff;
    border-radius: 5px;
    padding: 30px 20px;
}

.dMpZmY::-webkit-scrollbar {
    width: 8px;
    height: 10px;
}

.dMpZmY::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #c2c9d2;
}

@media only screen and (min-width: 1536px) {
    .dMpZmY {
        height: 720px;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 1396.36px) {
    .dMpZmY {
        height: 615px;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 1024px) {
    .dMpZmY {
        height: 550px;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 1280px) {
    .dMpZmY {
        height: 550px;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 500px) {
    .dMpZmY {
        max-width: 340px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 845px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .dMpZmY {
        height: 250px;
    }
}

/* sc-component-id: HomePopup__BoxDiv-sc-hubu56-4 */
.iHBcr {
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-bottom: 10px;
    max-width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
}

.iHBcr #hidden_input {
    display: none;
}

@media only screen and (max-width: 640px) {
    .iHBcr {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }
}

/* sc-component-id: HomePopup__HalfBoxDiv-sc-hubu56-5 */
.dqROGQ {
    -webkit-flex: 1 50%;
    -ms-flex: 1 50%;
    flex: 1 50%;
    max-width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (min-width: 1024px) {
    .dqROGQ {
        max-width: 50% !important;
    }
}

@media only screen and (max-width: 640px) {
    .dqROGQ {
        padding-left: 0;
        padding-right: 0;
    }
}

/* sc-component-id: HomePopup__ModalHeader-sc-hubu56-7 */
.kxPgOy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.kxPgOy h2 {
    color: rgb(0, 175, 133);
    margin-bottom: 15px;
    margin-left: 10px;
}

.kxPgOy button {
    background: transparent;
    border: none;
    color: #fff;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    .kxPgOy h2 {
        font-size: 18px;
        margin-bottom: 20px;
        margin-left: 0px;
    }
}

/* sc-component-id: HomePopup__ModalWrapper-sc-hubu56-8 */
.kxitIv {
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .8);
    z-index: 99999;
    height: 100%;
    top: 0;
    bottom: 0;
}

/* sc-component-id: HomePopup__FormWrapper-sc-hubu56-9 */
.hfeGKa {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hfeGKa input {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    border: 3px solid #EFF0F2;
    padding: 6px 15px;
    border-radius: 5px;
    height: 35px;
    width: 100%;
    background: transparent;
    margin-bottom: 10px;
    opacity: 1;
}

.hfeGKa textarea {
    width: 100%;
    height: 110px;
    border: 3px solid #EFF0F2;
    padding: 6px 15px;
    border-radius: 5px;
}

.hfeGKa textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
}

.hfeGKa textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.hfeGKa textarea:-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

.hfeGKa textarea::placeholder {
    color: #000;
    opacity: 1;
}

.hfeGKa .kIPotU {
    margin-bottom: 0px !important;
}

.hfeGKa Input__LabelWrapper-sc-1fr5n1y-3 eqgqcD {
    display: none;
}

@media only screen and (max-width: 640px) {
    .hfeGKa {
        display: block;
    }
}

/* sc-component-id: ecommerce-brands-slider__SliderContainer-sc-etv0cs-0 */
.bwZor .slider-content {
    padding: 20px;
}

.bwZor .slider-content .gatsby-image-wrapper {
    max-width: 110px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 981px) {
    .bwZor .slider-content {
        padding-top: 10px;
    }
}

/* sc-component-id: our-partners-slider__SliderContainer-sc-1lmyq9b-0 */
.jauyDD .slider-content {
    padding: 20px;
}

.jauyDD .slider-content .gatsby-image-wrapper {
    max-width: 110px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 981px) {
    .jauyDD .slider-content {
        padding-top: 0;
    }
}

[data-v-af9c58b6] {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

.simple-home[data-v-af9c58b6] {
    color: #333;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: 1.6
}

.container[data-v-af9c58b6] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

.section-header[data-v-af9c58b6] {
    text-align: center;
    margin-bottom: 50px
}

.section-header h2[data-v-af9c58b6] {
    font-size: 36px;
    margin-bottom: 20px;
    color: #00AF85;
    font-weight: 700
}

.section-subheading[data-v-af9c58b6] {
    font-size: 18px;
    color: #555;
    margin-top: 10px
}

.divider[data-v-af9c58b6] {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: relative
}

.divider span[data-v-af9c58b6] {
    display: inline-block;
    width: 60px;
    height: 3px;
    background-color: orange
}

.banner-section[data-v-af9c58b6] {
    position: relative;
    margin-top: -80px;
    z-index: 1
}

.el-carousel[data-v-af9c58b6] {
    width: 100%
}

.el-carousel__container[data-v-af9c58b6] {
    height: 600px
}

.banner-slide[data-v-af9c58b6] {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50%;
    position: relative
}

.banner-overlay[data-v-af9c58b6] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4)
}

.banner-content[data-v-af9c58b6] {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 80%;
    max-width: 800px;
    z-index: 2;
    padding-top: 80px
}

.banner-content h1[data-v-af9c58b6] {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .3)
}

.banner-content p[data-v-af9c58b6] {
    font-size: 22px;
    margin-bottom: 30px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .3)
}

.banner-btn[data-v-af9c58b6] {
    padding: 12px 30px;
    font-size: 18px
}

.core-services[data-v-af9c58b6] {
    padding: 80px 0;
    background-color: #00395b;
    background-image: linear-gradient(90deg, #00395b, #005b8a);
    color: #fff
}

.core-services .section-header h2[data-v-af9c58b6] {
    color: #fff
}

.services-grid[data-v-af9c58b6] {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.service-item[data-v-af9c58b6] {
    flex: 0 0 calc(33.333% - 30px);
    text-align: center;
    padding: 40px 30px;
    background: hsla(0, 0%, 100%, .05);
    border-radius: 8px;
    transition: all .4s ease;
    margin-bottom: 30px
}

.service-item[data-v-af9c58b6]:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
    background: hsla(0, 0%, 100%, .1)
}

.service-icon[data-v-af9c58b6] {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    background-color: #ffc107;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(255, 193, 7, .3);
    transition: all .4s ease
}

.service-item:hover .service-icon[data-v-af9c58b6] {
    transform: rotateY(180deg)
}

.service-icon i[data-v-af9c58b6] {
    font-size: 45px;
    color: #fff
}

.service-item h3[data-v-af9c58b6] {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fff
}

.service-item p[data-v-af9c58b6] {
    color: hsla(0, 0%, 100%, .85);
    font-size: 16px;
    line-height: 1.7
}

.international-transport[data-v-af9c58b6] {
    padding: 80px 0;
    background-color: #f5f5f5
}

.transport-grid[data-v-af9c58b6] {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.transport-item[data-v-af9c58b6] {
    flex: 0 0 25%;
    padding: 0 15px;
    margin-bottom: 30px
}

.transport-image[data-v-af9c58b6] {
    position: relative;
    height: 280px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.transport-image img[data-v-af9c58b6] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .5s ease
}

.transport-item:hover .transport-image img[data-v-af9c58b6] {
    transform: scale(1.05)
}

.transport-overlay[data-v-af9c58b6] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .8), transparent);
    color: #fff;
    padding: 30px 20px;
    transition: all .3s ease
}

.transport-item:hover .transport-overlay[data-v-af9c58b6] {
    padding-bottom: 40px
}

.overlay-content h3[data-v-af9c58b6] {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 600
}

.overlay-content p[data-v-af9c58b6] {
    margin: 0;
    opacity: .8;
    font-size: 15px
}

.service-process[data-v-af9c58b6] {
    padding: 80px 0;
    background-color: #fff;
    position: relative
}

.service-process .container[data-v-af9c58b6], .service-process .section-header[data-v-af9c58b6] {
    position: relative;
    z-index: 5
}

.process-timeline[data-v-af9c58b6] {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px
}

.timeline[data-v-af9c58b6] {
    position: relative
}

.timeline[data-v-af9c58b6]:before {
    bottom: 0;
    background-color: #f0f0f0
}

.timeline[data-v-af9c58b6]:after, .timeline[data-v-af9c58b6]:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    transform: translateX(-50%);
    z-index: 1
}

.timeline[data-v-af9c58b6]:after {
    height: 0;
    background-color: orange;
    transition: height 1.5s ease;
    opacity: .6
}

.timeline-animated[data-v-af9c58b6]:after {
    height: 100%
}

.timeline-node[data-v-af9c58b6] {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 10
}

.timeline-node[data-v-af9c58b6]:nth-child(odd) {
    flex-direction: row-reverse
}

.timeline-node[data-v-af9c58b6]:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 2px;
    background-color: #f0f0f0;
    z-index: 1;
    transition: width .8s ease
}

.timeline-node[data-v-af9c58b6]:nth-child(2n):before {
    left: 70px;
    right: auto
}

.timeline-node[data-v-af9c58b6]:nth-child(odd):before {
    right: 70px;
    left: auto
}

.timeline-node.connected[data-v-af9c58b6]:before {
    width: calc(50% - 85px)
}

.node-icon[data-v-af9c58b6] {
    width: 70px;
    height: 70px;
    background-color: orange;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    box-shadow: 0 5px 15px rgba(255, 165, 0, .3);
    transition: all .6s cubic-bezier(.68, -.55, .27, 1.55);
    transform: scale(.8);
    opacity: .7
}

.node-icon.animated[data-v-af9c58b6] {
    transform: scale(1) rotate(1turn);
    opacity: 1
}

.node-icon i[data-v-af9c58b6] {
    font-size: 30px;
    color: #fff;
    transition: all .6s ease
}

.node-content[data-v-af9c58b6] {
    width: 45%;
    padding: 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
    transition: all .5s ease;
    opacity: 0;
    transform: translateX(20px);
    position: relative;
    z-index: 10
}

.timeline-node:nth-child(odd) .node-content[data-v-af9c58b6] {
    transform: translateX(-20px)
}

.node-content.animated[data-v-af9c58b6] {
    opacity: 1;
    transform: translateX(0)
}

.node-content h4[data-v-af9c58b6] {
    margin: 0 0 10px;
    font-size: 20px;
    color: #00AF85
}

.node-content p[data-v-af9c58b6] {
    margin: 0;
    color: #666
}

.news-section[data-v-af9c58b6] {
    padding: 40px 0;
    background-color: #f5f5f5
}

.news-grid[data-v-af9c58b6] {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.news-item[data-v-af9c58b6] {
    flex: 0 0 calc(33.333% - 30px);
    margin: 0 15px 30px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    transition: all .3s ease
}
@media (max-width: 768px){
    .news-item[data-v-af9c58b6]{
        margin: 0 !important;
    }
}

.news-item[data-v-af9c58b6]:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.news-image[data-v-af9c58b6] {
    height: 220px;
    position: relative;
    overflow: hidden
}

.news-image img[data-v-af9c58b6] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform .5s ease
}

.news-item:hover .news-image img[data-v-af9c58b6] {
    transform: scale(1.05)
}

.news-date[data-v-af9c58b6] {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 70px;
    background-color: #00AF85;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.news-date .day[data-v-af9c58b6] {
    font-size: 24px;
    font-weight: 700;
    line-height: 1
}

.news-date .month[data-v-af9c58b6] {
    font-size: 14px;
    margin-top: 5px
}

.news-content[data-v-af9c58b6] {
    padding: 25px
}

.news-content h3[data-v-af9c58b6] {
    font-size: 18px;
    margin: 0 0 15px;
    line-height: 1.4;
    color: #333;
    transition: color .3s ease
}

.news-item:hover .news-content h3[data-v-af9c58b6] {
    color: #00AF85
}

.news-content p[data-v-af9c58b6] {
    color: #666;
    margin-bottom: 20px;
    font-size: 14px
}

.read-more[data-v-af9c58b6] {
    color: #00AF85;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    display: inline-flex;
    align-items: center
}

.read-more i[data-v-af9c58b6] {
    margin-left: 5px;
    transition: transform .3s ease
}

.read-more:hover i[data-v-af9c58b6] {
    transform: translateX(3px)
}

.partners-section[data-v-af9c58b6] {
    padding: 80px 0;
    background-color: #fff;
    overflow: hidden
}

.partners-slider[data-v-af9c58b6] {
    position: relative
}

.partners-row[data-v-af9c58b6] {
    display: flex;
    animation: slide-af9c58b6 20s linear infinite;
    width: 3000px
}

.partners-row[data-v-af9c58b6]:hover {
    animation-play-state: paused
}

@keyframes slide-af9c58b6 {
    0% {
        transform: translateX(0)
    }

    to {
        transform: translateX(-1500px)
    }
}

.partner-item[data-v-af9c58b6] {
    min-width: 250px;
    padding: 0 15px
}

.partner-logo[data-v-af9c58b6] {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
    padding: 20px;
    transition: all .3s ease
}

.partner-logo[data-v-af9c58b6]:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .1)
}

.partner-logo img[data-v-af9c58b6] {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    opacity: 1;
    transition: all .3s ease
}

@media (max-width: 992px) {
    .partner-item[data-v-af9c58b6] {
        min-width: 200px
    }

    .partners-row[data-v-af9c58b6] {
        width: 2400px
    }

    @keyframes slide-af9c58b6 {
        0% {
            transform: translateX(0)
        }

        to {
            transform: translateX(-1200px)
        }
    }
}

@media (max-width: 768px) {
    .partner-item[data-v-af9c58b6] {
        min-width: 160px
    }

    .partners-row[data-v-af9c58b6] {
        width: 1920px
    }

    @keyframes slide-af9c58b6 {
        0% {
            transform: translateX(0)
        }

        to {
            transform: translateX(-960px)
        }
    }

    .partner-logo[data-v-af9c58b6] {
        height: 140px
    }
}

.cta-section[data-v-af9c58b6] {
    padding: 80px 0;
    background-color: #00AF85;
    color: #fff
}

.cta-content[data-v-af9c58b6] {
    text-align: center
}

.cta-content h2[data-v-af9c58b6] {
    font-size: 36px;
    margin-bottom: 20px
}

.cta-content p[data-v-af9c58b6] {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: .9
}

.cta-btn[data-v-af9c58b6] {
    padding: 12px 30px;
    font-size: 18px
}

@media (max-width: 1200px) {
    .news-item[data-v-af9c58b6], .service-item[data-v-af9c58b6] {
        flex: 0 0 calc(50% - 30px)
    }

    .transport-item[data-v-af9c58b6] {
        flex: 0 0 50%
    }
}

@media (max-width: 768px) {
    .news-item[data-v-af9c58b6], .service-item[data-v-af9c58b6], .transport-item[data-v-af9c58b6] {
        flex: 0 0 100%
    }

    .banner-content h1[data-v-af9c58b6] {
        font-size: 36px
    }

    .banner-content p[data-v-af9c58b6] {
        font-size: 18px
    }

    .section-header h2[data-v-af9c58b6] {
        font-size: 30px
    }

    .timeline[data-v-af9c58b6]:before {
        left: 30px
    }

    .timeline-node[data-v-af9c58b6], .timeline-node[data-v-af9c58b6]:nth-child(odd) {
        flex-direction: row
    }

    .node-content[data-v-af9c58b6] {
        width: calc(100% - 80px);
        margin-left: 20px
    }
}

.international-transport .section-header .divider[data-v-af9c58b6], .international-transport .section-header h2[data-v-af9c58b6], .international-transport .section-subheading[data-v-af9c58b6] {
    opacity: 0;
    transform: translateY(20px);
    transition: all .8s ease
}

.international-transport .transport-item[data-v-af9c58b6] {
    opacity: 0;
    transform: translateY(30px);
    transition: all .6s ease
}

.service-process .section-header .divider[data-v-af9c58b6], .service-process .section-header h2[data-v-af9c58b6] {
    opacity: 0;
    transform: translateY(20px);
    transition: all .8s ease
}

.service-process .timeline-node[data-v-af9c58b6] {
    opacity: 0;
    transform: translateY(30px);
    transition: all .6s ease
}

.news-section .section-header .divider[data-v-af9c58b6], .news-section .section-header h2[data-v-af9c58b6] {
    opacity: 0;
    transform: translateY(20px);
    transition: all .8s ease
}

.news-section .news-item[data-v-af9c58b6] {
    opacity: 0;
    transform: translateY(30px);
    transition: all .6s ease
}

.partners-section .section-header .divider[data-v-af9c58b6], .partners-section .section-header h2[data-v-af9c58b6] {
    opacity: 0;
    transform: translateY(20px);
    transition: all .8s ease
}

.cta-section .cta-content[data-v-af9c58b6], .partners-section .partners-slider[data-v-af9c58b6] {
    opacity: 0;
    transform: translateY(30px);
    transition: all .8s ease
}

.animate-in[data-v-af9c58b6] {
    opacity: 1 !important;
    transform: translateY(0) !important
}
