/*!
Theme Name: mymollet
Theme URI: https://mymollet.com/
Author: mymollet
Author URI: https://mymollet.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mymollet
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mymollet is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url('assets/fonts/stylesheet.css');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@300;400;500;600;700&display=swap');

html {
    font-family: 'Futura PT', sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Futura PT', sans-serif;
    margin: 0;
    height: 100%;
}

/*#main-scrollbar {*/
/*	position: fixed;*/
/*	top: 0;*/
/*	right: 0;*/
/*	bottom: 0;*/
/*	left: 0;*/
/*}*/
/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
    overflow-x: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #351B4F;
    font-family: 'Futura PT', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background-color: #F4F6F9;
}

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

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #4169e1;
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link,
a:visited {
    color: #818181;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 0em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*margin-bottom: 1.5em;*/
}

/* end wp css */

/* overlay resp menu ================================================================= */
/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 0%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 5; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0); /* Black fallback color */
    background-color: rgba(0, 0, 0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 0px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: -20ssspx;
    right: 7px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/* end overlay */


.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #351B4F;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #5946D5;
}

.btn-purple, a.btn-purple {
    color: #FFFFFF;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
}

.btn-login, .btn-signup, .btn-purple {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-transform: capitalize;
    color: #FFFFFF;
    width: 100px;
    background: #5946D5;
    border: 2px solid #5946D5;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-login:hover, .btn-signup:hover, .btn-purple:hover, a.btn-purple:hover {
    border: 2px solid #5946D5;
    color: #5946D5;
    background-color: transparent;
}

a.btn-pink,
.btn-pink {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    color: #FFFFFF;
    width: 100px;
    background: #EF89AD;
    border: 2px solid #EF89AD;
    border-radius: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-pink:hover, a.btn-pink:hover {
    border: 2px solid #EF89AD;
    color: #EF89AD;
    background-color: transparent;
}

header {
    padding-top: 20px;
    position: relative;
    z-index: 2;
}

.section-title {
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 53px;
    color: #1F102F;
    padding-bottom: 30px;
}

.section-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(39, 7, 80, 0.7);
    margin-bottom: 60px;
}

.main-section {
    padding-top: 160px;
}

.main-section .content-wrapper {
    max-width: 500px;
}

.section-form > div {
    padding-bottom: 8px;
}

.section-form input {
    border: 1px solid #C5BACC;
    border-radius: 32px;
    max-height: 47px;
    padding-left: 16px;
    background-color: transparent;
}

.section-form input::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #7E7688;
}

.section-form button {
    min-width: 175px;
    height: 47px;
    line-height: 26px;
}

.main-section.front-page {
    height: 890px;
}

.main-section.front-page .image img {
    position: absolute;
    top: -90px;
    right: 0;
    z-index: -1;
}

.swiper, .currenciesSwiper {
    width: 100%;
    height: 100%;
}
.currenciesSwiper .image img {
    width: 50px;
}
.header-drop {
    padding-top: 5px;
    padding-left: 15px;
}

.header-drop a {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #351B4F;
    text-decoration: none;
}

.currency-drop span {
    padding-right: 40px;
}

.currency-drop a {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #351B4F;
    text-decoration: none;
}

.currenciesSwiper {
    padding: 60px 0px;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #C5BACC;
    margin-bottom: 20px;
}

.all-currency i {
    padding-left: 10px;
}

.all-currency a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #FA9419;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.dropdown-toggle::after {
    border: 0;
    width: 8px;
    height: 6px;
    background-image: url(assets/images/icons/down.svg);
    position: relative;
    top: 1px;
}

.abr {
    font-size: 13px;
    line-height: 15px;
}

.percents {
    font-size: 13px;
    line-height: 15px;
}

.percents.down i {
    color: #DD4B64;
}

.percents.up i {
    color: green;
}

.slider-currencies {
    padding-bottom: 60px;
}

.solution-section {
    padding-top: 120px;
    padding-bottom: 160px;
}


.navbar-toggler {
    padding: 0;
    border: 0;
    margin-left: auto;
    padding-top: 2px;
}

.solution-section .solutions .item {
    display: flex;
    padding-bottom: 20px;
}

.solution-section .solutions .item .title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 24px;
    color: #351B4F;
    padding-bottom: 15px;
    padding-top: 15px;
}

.solution-section .solutions .item .description {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(39, 7, 80, 0.7);
    padding-bottom: 30px;
}

.solution-section .solutions .item .icon {
    min-width: 60px;
}

.solution-section .solutions .item .desc {
    padding-left: 30px;
}

.solution-section .solutions .item a.read_more {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #FA9419;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.solution-section .solutions .item a.read_more i {
    padding-left: 10px;
}

.get_started {
    width: 175px;
    height: 52px;
}

.spectro-section {
    padding-bottom: 90px;
}

.exchange-section {
    padding-top: 0px;
    padding-bottom: 0px;
}

.exchange-section .section-title {
    padding-top: 90px;
}

.spectro-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1A36A9;
    background-image: url(assets/images/icons/star.svg);
    background-repeat: no-repeat;
    background-position: 105% -50px;
    border-radius: 40px;
    padding-right: 100px;
}

.spectro-block .title {
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 53px;
    color: #FFFFFF;
    padding-bottom: 30px;
}

.spectro-block .content-wrapper {
    max-width: 495px;
}

.spectro-block .desc {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
    padding-bottom: 60px;
}

.spectro-block .btn-pink {
    width: 175px;
    height: 52px;
}

.bussines-section .section-title {
    padding-top: 160px;
}

.bussines-section .item {
    max-width: 509px;
}

.bussines-section {
    padding-bottom: 155px;
}

.about_us {
    padding: 100px 100px 60px 100px;
    background: #FFFFFF;
    border-radius: 40px;
}

.about_us .icon {
    padding-bottom: 20px;
}

.about_us .num {
    font-weight: 600;
    font-size: 32px;
    line-height: 24px;
    color: #351B4F;
    padding-bottom: 15px;
}

.about_us .desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(39, 7, 80, 0.7);
}

.about-section {
    padding-bottom: 180px;
}

.about-section .section-title {
    padding-bottom: 60px;
}

.wallet-section {
    padding: 100px;
    background-color: #F089AE;
    background-image: url(assets/images/icons/bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.wallet-section .section-title {
    padding-bottom: 60px;
}

.wallet-section .action-buttons span {
    padding: 0 20px;
}

.wallet-section .btn-purple {
    width: 188px;
    display: inline-block;
}

.list-style-none {
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}

footer {
    background-color: #FDFBFF;
    padding: 60px 0;
}

footer .heading {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 36px;
    color: #351B4F;
    padding-bottom: 20px;
}

footer .menu a {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: rgba(53, 27, 79, 0.7);
    text-decoration: none;
}

a {
    text-decoration: none;
}

footer .menu li {
    padding-bottom: 20px;
}

footer .our-contacts b {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    padding-right: 20px;
}

footer .our-contacts a {
    padding-right: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: rgba(53, 27, 79, 0.7);
}
footer .our-contacts a:hover {
    color: #5946D5;
}
footer .our-contacts i {
    padding-right: 10px;
    color: #5946D5;
}

footer .copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(113, 94, 132, 0.7);
}

footer .footer-logo {
    padding-bottom: 20px;
}

footer .social-media a {
    padding-left: 32px;
    transition: 0.5s;
}
footer .social-media a:hover i {
    transform: scale(1.1);
}
footer .social-media i {
    font-size: 27px;
    color: #5946D5;
    transition: 0.2s;
}
footer .menu a:hover {
    color: #5946D5;
}
footer .social-media p {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #351B4F;
}

/*.menu0 ul > li:last-child a:after {*/
/*    content: "new";*/
/*    font-style: normal;*/
/*    font-weight: 500;*/
/*    font-size: 10px;*/
/*    line-height: 12px;*/
/*    background: #5946D5;*/
/*    border-radius: 12px;*/
/*    color: white;*/
/*    padding: 2px 4px;*/
/*    margin-left: 15px;*/
/*    text-transform: uppercase;*/
/*}*/

/*Wallet*/
.main-section.wallet-page {
    height: 840px;
    padding-bottom: 110px;
}

.main-section.wallet-page .image img {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: -1;
}

.about-section.wallet-page {
    padding-top: 110px;
}

.about-section .about_us .item {
    padding-bottom: 40px;
}

.about-section.wallet-page .about_us {
    padding-bottom: 60px;
}

.personal-iban {
    padding-top: 100px;
}

.wallet-faq {
    padding-top: 180px;
}

.wallet-faq .section-title {
    padding-top: 0px;
}

a.read_more {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #FA9419;
    text-decoration: none;
    display: flex;
    align-items: center;
}

a.read_more i {
    padding-left: 10px;
}

.page-type-2 {
    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 250px;
}

.page-type-2 .get_started {
    margin: 0 auto;
}

.page-type-2 .image-left img {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: -1;
}

.page-type-2 .image-right img {
    position: absolute;
    top: 30px;
    right: -11%;
    z-index: -1;
}

.about-section.card-page .item {
    max-width: 300px;
    margin: 0 auto;
}

.card-page .container {
    max-width: 1000px;
}

.fees-items {
    padding: 32px;
    background: #FFFFFF;
    border-radius: 40px;
    margin-top: 30px;
    margin-bottom: 32px;
}

.fees-items > .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 64px 18px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.fees-items > .item:last-child {
    border-bottom: 0;
}

.fees-section {
    padding-bottom: 150px;
}

.small-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: rgba(39, 7, 80, 0.7);
}

.small-text-2 {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(39, 7, 80, 0.4);
}

.limits-section .fees-items {
    margin-bottom: 20px;
}

.limits-section {
    padding-bottom: 160px;
}

.page-type-2.convert-page .image-right img {
    position: absolute;
    top: -130px;
    right: -9%;
    z-index: -1;
}

.page-type-2.convert-page .image-left img {
    position: absolute;
    top: -30px;
    left: -10%;
    z-index: -1;
}

.page-type-2.convert-page {
    padding-top: 150px;
    padding-bottom: 270px;
}

.a-currencies-section,
.deposit-section {
    padding-bottom: 180px;
}

.a-currencies-section .item .icon,
.deposit-section .item .icon {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: 10px;
}

.a-currencies-section .item,
.deposit-section .item {
    font-family: 'Red Hat Text';
    text-align: center;
    background: #FFFFFF;
    border-radius: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #102D6F;
    transition: .2s;
}
.get_started,
.action-buttons a,
.btn-purple {
    display: inline-block;
    transition: .2s;
}
.a-currencies-section .item:hover,
.deposit-section .item:hover,
.action-buttons a:hover,
.get_started:hover,
.btn-purple:hover {
    transform: scale(1.03);
}


.a-currencies-section .item .title,
.deposit-section .item .title {
    padding-bottom: 20px;
}

.a-currencies-section .section-title,
.deposit-section .section-title {
    padding-bottom: 82px;
}

.page-type-3 {
    padding-top: 150px;
    padding-bottom: 180px;
}

.page-type-3 .content {
    max-width: 495px;
    margin: 0 auto;
}

.page-type-3 .image-left img {
    position: absolute;
    top: -39%;
    left: -2%;
    z-index: -1;
}

.page-type-3 .image-right img {
    position: absolute;
    right: 2%;
    top: -39%;
    z-index: -1;
}

/**/
.loans-form {
    position: relative;
}

.calculator-form .vodiapicker {
    display: none;
}

.calculator-form #a {
    padding-left: 0px;
    margin: 10px 15px;
    background: white;
    position: relative;
    z-index: 9;
}

.calculator-form #a img, .btn-select img {
    width: 25px;
}

.calculator-form #a li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}

.calculator-form #a li:hover {
    background-color: #F4F3F3;
}

.calculator-form #a li img {
    margin: 5px;
}

.calculator-form #a li span, .btn-select li span {
    margin-left: 15px;
}

/* item list */

.calculator-form .b {
    display: none;
    width: 100%;
    max-width: 350px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 5px;
    position: absolute;
    z-index: 99;
    background: white;
}

.calculator-form .open {
    display: inline-block !important;
}

.calculator-form .btn-select {
    width: 140px;
    max-width: 350px;
    height: 49px;
    background: white;
    border: 1px solid #C5BACC;
    border-radius: 32px;
    padding: 0px 15px;
}

.calculator-form .btn-select:after {
    content: " ";
    background-image: url(assets/images/loans/arrow.svg);
    width: 21px;
    height: 21px;
    display: inline-block;
    position: relative;
    left: 15px;
    top: 3px;
}

.calculator-form .btn-select li {
    list-style: none;
    float: left;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
}

.calculator-form .btn-select:hover li {
    margin-left: 0px;
}

.calculator-form .btn-select:hover {
    background-color: #F4F3F3;
    border: 1px solid transparent;
    box-shadow: inset 0 0px 0px 1px #ccc;


}

.calculator-form .btn-select:focus {
    outline: none;
}

/**/

.calculator-form {
    padding: 30px 40px;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(89, 66, 113, 0.15);
    border-radius: 24px;
    max-width: 974px;
    margin: 0 auto;
    min-height: 437px;
}

.calculator-form input:not([type="checkbox"]) {
    padding: 0 16px;
    height: 49px;
    border: 1px solid #C5BACC;
    border-radius: 32px;
    width: 117px;
}

.form-result {
    background: #F4F6F9;
    border-radius: 40px;
    padding: 30px 60px;
}

.form-result .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 22px;
}

.form-result .item b {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #5946D5;
}

.form-result .item b.big {
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
}

.form-result .item span {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
}

.form-result .item a {
    padding-left: 10px;
    position: relative;
    top: -2px;
}

.form-result .item b + b,
.form-result .item span + span {
    width: 90px;
    text-align: left;
}

.calculator-form .wo-item {
    padding-bottom: 16px;
}

.calculator-form .btn-submit {
    padding-top: 40px;
}

.calculator-form .wo-item label {
    width: 145px
}

.calculator-form .wo-item .input-select > div + div {
    padding-left: 15px;
}

.calculator-form .wo-item select {
    width: 274px;
    height: 49px;
    border: 1px solid #C5BACC;
    border-radius: 32px;
    padding-left: 16px;
}

.input-select {
    width: 100%;
}

.input-select > div + div {
    position: relative;
}

.input-select > div + div:after {
    content: " ";
    background-image: url(assets/images/loans/arrow.svg);
    width: 21px;
    height: 21px;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 11;
}

.btn-submit .btn-purple {
    width: 134px;
}

.calculator-form .form-check-input {
    height: 24px;
    width: 40px;
}

.calculator-form .form-check-input:checked {
    background-color: #5946D5;
    border-color: #5946D5;
}

.calculator-form .form-result {
    padding: 30px 30px;
}

.how_it_works .items .item {
    display: flex;
    padding-bottom: 20px;
}

.how_it_works .items .item .icon {
    min-width: 60px;
    max-height: 60px;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    background: #DBB6FF;
    border-radius: 100%;
}

.how_it_works .items .item .desc {
    padding-left: 30px;
}

.how_it_works .items .item .title {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 24px;
    color: #351B4F;
    padding-bottom: 15px;
    padding-top: 15px;
}

.how_it_works .items .item .description {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(39, 7, 80, 0.7);
    padding-bottom: 30px;
}

.how_it_works {
    padding-bottom: 140px;
}

.rates {
    background: #FFFFFF;
    border-radius: 40px;
    padding: 26px 40px 60px 40px;
}

.rates .items {
    font-size: 12px;
    line-height: 19px;

}

.rates .rate-headings .items > div > p:first-child {
    margin-bottom: 3px;
}

.rates .rate-headings .items {
    text-align: left;
}

.rates .rate-headings .head {
    padding-top: 195px;
}

.rates .item.rates-block {
    text-align: center;
    padding-top: 27px;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 40px;
    background: #F4F6F9;
}

.rates .item.rates-block.one {
    background: #F4F6F9;
}

.rates .item.rates-block.two {
    background: rgba(219, 182, 255, 0.24);
}

.rates .item.rates-block .head p {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 17px;
}

.rates .item.rates-block .head .big {
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    color: #5946D5;
}

.rates .item.rates-block .head {
    padding-bottom: 27px;
    border-bottom: 1px solid #FFFFFF;
}

.rates .item.rates-block .head small {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #5946D5;
    padding-bottom: 11px;
    display: inline-block;
}

.rates .item.rates-block .items > div:nth-child(1),
.rates .item.rates-block .items > div:nth-child(2),
.rates .item.rates-block .items > div:nth-child(3) {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    padding: 20px;
    border-bottom: 1px solid #FFFFFF;
}

.rates .item.rates-block .items > div:nth-child(4) {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 10px;
}

.rates .item.rates-block .items > div:nth-child(5) {
    border-bottom: 1px solid #FFFFFF;
}

.rates .item.rates-block .items > div:nth-child(6) {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 20px;
}

.rates .item.rates-block .items > div:nth-child(6) {
    padding-top: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.rates .item.rates-block .items > div:nth-child(7) {
    padding: 20px;
}

.rates .item.rates-block .items > div:nth-child(7) a {
    margin: 0 auto;
}

.crypto-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 176px;
    margin: 0 auto;
    padding-top: 20px;
}

.crypto-block .title {
    font-weight: 400;
    font-size: 8px;
    line-height: 19px;
    margin-bottom: 10px;
}

.crypto-block > div {
    margin: 0 10px;
}

.crypto-block .icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px auto;
}

.rate-headings .items > div p + p {
    margin-bottom: 0;
}

.rate-headings .items > div {
    border-bottom: 1px solid #F4F6F9;
    padding: 9px 0 8px 30px;
}

.rate-headings .items > div:nth-child(4) {
    padding: 31px 0 32px 30px;
}

.rate-headings .items > div:nth-child(5) {
    padding: 54px 0px 58px 30px;
}

.rate-headings .items > div:nth-child(6) {
    padding: 10px 0 8px 30px;
}

.rates .swiper-wrapper > .swiper-slide:not(:nth-child(2)) {
    padding-top: 46px;
}

.rates .swiper-wrapper > .swiper-slide:not(:first-child) {
    min-width: 318px;
}

.rates .swiper-wrapper > .swiper-slide:first-child {
    max-width: 185px;
}

.rates-section {
    padding-bottom: 67px;
}

.rates-section .section-title {
    padding-bottom: 60px;
}

.holders-section {
    padding-bottom: 90px;
}

.holders-section .title {
    font-weight: 600;
    font-size: 56px;
    line-height: 53px;
    padding-top: 60px;
    padding-bottom: 30px;
}

.holders-section .item {
    padding-bottom: 100px;
    max-width: 517px;
}

.holders-section .desc {
    font-weight: 400;
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
}

.rate-settings {
    display: flex;
    justify-content: space-between;
    width: 210px;
    align-items: center;
    padding-bottom: 22px;
}

.rate-settings > div > span {
    padding-left: 10px;
}

.rate-settings .form-check {
    padding-bottom: 0;
    margin-bottom: 0;
}

.form-check-input:checked {
    background-color: #5946D5;
    border-color: #5946D5;
}

.blog-main .card-title {
    font-weight: 450;
    font-size: 46px;
    line-height: 53px;
}

.blog-main .card-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    max-width: 488px;
}
.blog-main {
    padding-top: 100px;
    padding-bottom: 150px;
}
.blog-main .big-post .card-body {
    padding-left: 60px;
}
.blog-main .small-post .card-body {
    padding: 60px 32px 40px 32px;
}

.blog-main .card {
    border-radius: 40px;
    margin-bottom: 64px;
    overflow: hidden;
}
.blog-main .meta {
    padding-bottom: 16px;
}
.blog-main .post_status {
    padding: 7px 15px;
    background: rgba(89, 70, 213, 0.2);
    border-radius: 24px;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    color: #5946D5;
    margin-right: 16px;
}

.blog-main .post_date {
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: right;
    color: rgba(39, 7, 80, 0.7);
}

.pagination {
    justify-content: center;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: #fff;
    background-color: #5946D5;
    border-color: #5946D5;
}
.pagination li {
    margin: 0 5px;
}
.pagination .page-link {
    border-radius: 40px!important;
    font-size: 16px;
    padding: 0 7.5px;
}

.pagination a.page-link {
    background-color: transparent;
    border-color: transparent;
}

.pagination a.page-link i {
    font-size: 9px;
    position: relative;
    top: -2px;
}

.single-content {
    padding: 40px 60px;
    background: #FFFFFF;
    border-radius: 40px;
}

.single-content h1 {
    font-weight: 700;
    font-size: 46px;
    line-height: 56px;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 0;
    margin-top: 0;
}
.single-content header {
    padding-top: 0px;
}
.single-content .entry-meta {
    padding-bottom: 40px;
}
.single-content .entry-meta time {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #685184;
}

.single-content img {
    border-radius: 40px;
    margin: 0 auto;
    display: block;
}

#single-post {
    padding-top: 80px;
    padding-bottom: 180px;
}

.recent_posts h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 20px;
}

.rposts .item {
    padding: 30px;
    background: #FFFFFF;
    border-radius: 40px;
    margin-bottom: 24px;
}

.rposts .item .category {
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #5946D5;
    padding-bottom: 18px;
}

.rposts .item .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #1F102F;
    padding-bottom: 35px;
}
.rposts .item .date {
    text-align: right;
}
.rposts .item .post-categories {
    margin: 0;
    padding: 0;
    list-style: none;
}
.rposts .item .post-categories a {
    text-transform: uppercase;
}

#blog .post-thumbnail img {
    width: 100%;
}
.wpglobus_language_name {
    padding-left: 0!important;
}
.wpglobus_flag {
    text-transform: uppercase;
    background-image: none!important;
}
#menu-lang {
    padding-left: 0;
    margin-left: 10px;
    position: relative;
    top: 2px;
}
#menu-lang .nav-link {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-nav .dropdown-menu {
    position: absolute;
    max-width: 50px;
    width: 50px;
    min-width: 50px;
}
.card {
    transition: .2s;
}
.card:hover {
    transform: scale(1.05);
}

.rates .item.rates-block {
    transition: .2s;
}

.rates .item.rates-block:hover {
    transform: scale(1.03);
}

.rates-section .swiper {
    padding-bottom: 10px;
}

.contacts-block {
    border-radius: 40px;
    background: #FFF;
    max-width: 860px;
    margin: 80px auto;
    padding: 64px 15px 80px 15px;
}
.contacts-block > div {
    max-width: 480px;
    margin: 0 auto;
}
.contacts-block .title {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
}
.contacts-block .title p {
    margin-bottom: 15px;
}
.contacts-block label {
    width: 100%;
}
.contacts-block .desc {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
    color: #667085;
}
.contacts-block input:not([type="submit"])::placeholder{
    color: #667085;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.contacts-block input:not([type="submit"]):not([type="checkbox"]) {
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    height: 48px;
    padding: 0 15px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    width: 100%;
}

.contacts-block input.wpcf7-phonetext {
    padding-left: 52px!important;
}
.contacts-block .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
.contacts-block .wpcf7-list-item .wpcf7-list-item-label {
    padding-left: 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.contacts-block textarea {
    height: 128px;
}
.contacts-block .wpcf7-submit {
    border-radius: 32px;
    border: 0;
    background: #5946D5;
    color: white;
    height: 48px;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.contacts-block a {
    padding-left: 5px;
    display: inline-block;
    text-decoration: underline!important;
    cursor: pointer;
}

.page-about-us {
    text-align: center;
    padding-top: 90px;
}
 .mini-title {
    color:  #6941C6;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 0px;
}
.page-about-us .about-company {
    padding-bottom: 96px;
}
.page-about-us .about-company h2 {
    color: #101828;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; /* 125% */
    letter-spacing: -0.96px;
    padding-bottom: 20px;
}
.page-about-us .about-company .desc {
    max-width: 790px;
    margin: auto;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.page-about-us .our-values h3 {
    color:  #101828;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal; /* 122.222% */
    letter-spacing: -0.72px;
    max-width: 768px;
    margin: auto;
    padding-bottom: 20px;
}
.page-about-us .our-values .desc {
    color: #475467;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
}
.page-about-us .our-values .items {
    padding-top: 64px;
}
.page-about-us .our-values .items .item {
    margin-bottom: 80px;
}
.page-about-us .our-values .items .item .icon {
    padding-bottom: 20px;
}

.page-about-us .our-values .items .item .title {
    color: #101828;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 150% */
}
.page-about-us .our-values .items .item .desc {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.have-questions {
    text-align: center;
    margin-top: 52px;
    background: white;
    padding: 40px 32px;
    margin-bottom: 96px;
}
.have-questions a {
    width: 130px;
    display: inline-block;
    margin-top: 30px;
}
.have-questions .title {
    padding-top: 32px;
    color:  #101828;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}
.have-question .desc {
    color:  #667085;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-top: 8px;
}
.faq-block {
    padding: 96px 0;
}
.faq-block h1 {
    color: #101828;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.96px;
}
.faq-block .desc {
    color: #667085;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    padding-bottom: 64px;
}
.faq-block .accordion {
    max-width: 630px;
    margin: 0 auto;
}
.faq-block .accordion-item {
    border-radius: 16px;
    background: #FFF;
    overflow: hidden;
    margin-bottom: 10px;
    border: 0;
}
.faq-block .accordion-item button {
    color: #101828;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    padding-left: 40px;
    padding-right: 40px;
}
.faq-block .accordion-item .accordion-body {
    color: #667085;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    padding: 10px 40px 40px 40px;
}
.faq-block .accordion-button:not(.collapsed) {
    color: #101828;
    background: white;
    border: 0;
    box-shadow: none;
}
.faq-block .accordion-button::after {
    border: 1px solid #685184;
    color: #685184!important;
    border-color: #685184!important;
    padding: 16px;
    background-position: center;
    border-radius: 100%;
    background-size: 14px;
}
.page-tech {
    padding-bottom: 150px;
}
.page-tech .our-values .items {
    padding-top: 64px
}

.page-tech .our-values .items .item {
    margin-bottom: 80px
}

.page-tech .our-values .items .item .icon {
    padding-bottom: 20px
}

.page-tech .our-values .items .item .title {
    color: #101828;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px
}

.page-tech .our-values .items .item .desc {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.tech-page .section-desc {
    max-width: 768px;
    margin: 0 auto 0px auto;
    padding-bottom: 40px;
}

.page-type-2.tech-page .image-left img {
    position: absolute;
    top: 40px;
    left: -15%;
    z-index: -1;
}

.page-type-2.tech-page .image-right img {
    position: absolute;
    top: -73px;
    right: -12%;
    z-index: -1;
}

.coming_soon {
    margin-top: 60px;
    background-color: #5946D5;
    background-image: url("./assets/images/coming_soon.png");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 53px;
    padding: 70px 0;
    margin-bottom: -60px;
}

.error-404 .text404 {
    color: #101828;
    text-align: center;
    font-size: 96px;
    font-style: normal;
    font-weight: 600;
    line-height: 100px;
    margin-bottom: 0;
    padding-bottom: 0;
    letter-spacing: -1.92px;
}
.error-404 p {
    color: #475467;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
}
.error-404 .btn-purple {
    width: 198px;
}
.error-404 {
    padding-bottom: 100px;
}
.error-404 + .wallet-section {
    display: none;
}
.unlock-page {
    padding: 100px 0;
}
.unlock-page .content {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.companion-section {
    background: #Fff;
    padding: 64px 0;
    position: relative;
    border-radius: 40px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
}
.companion-section .section-desc {
    position: relative;
    z-index: 3;
}
.companion-section .image {
    position: absolute;
    right: 0;
    top: -100px;
    z-index: -1;
}
.resource-section {
    padding: 100px 0;
}

.resource-section .item {
    padding-top: 50px;
}

.crypto-terms-section {
    background-color: #fff;
    padding: 64px 0;
    border-radius: 40px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
}

.crypto-terms-section__title {
    font-size: 56px;
    line-height: 56px;
    color: rgba(31, 16, 47, 1);
}

.crypto-terms-section__text {
    font-size: 20px;
    color: rgba(71, 84, 103, 1);
}

.crypto-terms-section__item-title {
    font-size: 32px;
    font-weight: 700;
    color: #2d0c41;
}

.crypto-terms-section__item-text {
    font-size: 20px;
    color: rgba(71, 84, 103, 1);
}

.crypto-terms-section__number-circle {
    min-width: 60px;
    height: 60px;
    font-size: 32px;
    background-color: rgba(219, 182, 255, 1);
    color: rgba(0, 0, 0, 1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.education-crypto-section {
    padding: 100px 0;
}

.education-crypto-section__title {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0;
    vertical-align: middle;
    color: rgba(31, 16, 47, 1);
    margin-bottom: 64px;
}

.education-crypto-section__card {
    background-color: #fefefe;
    overflow: hidden;
    padding: 258px 60px 60px 60px;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 40px;
}

.education-crypto-section__card.one {
    background-position: center -100px;
}

.education-crypto-section__card.two {
    background-position: center -200px;
}

.education-crypto-section__card-title {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0;
    vertical-align: middle;
    color: rgba(31, 16, 47, 1);
    margin-bottom: 30px;
}

.education-crypto-section__card-text {
    font-size: 20px;
    color: rgba(71, 84, 103, 1);
}

.education-crypto-section__decor {
    position: absolute;
    width: 80px;
    height: 80px;
    z-index: 0;
}
.bitcoin-page {
    padding: 100px 0;
}
.unlock-page .mini-title {
    margin-bottom: 12px;
}
.bitcoin-page .mini-title {
    text-align: left;
    margin-bottom: 12px;
}

.why-btc-section {
    background: #Fff;
    padding: 64px 0;
    position: relative;
    border-radius: 40px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
}
.buy-bitcoin-section {
    border-radius: 40px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
}
.why-btc-section .image {
    position: absolute;
    right: 0;
    top: -100px;
    z-index: -1;
}

.bitcoin-place-section {
    padding: 100px 0 40px 0;
    text-align: center;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.buy-bitcoin-section {
    background-color: #ffffff;
    padding: 64px 0;
}

.buy-bitcoin-section__title {
    font-size: 2rem;
    color: #2d0c41;
}

.buy-bitcoin-section__subtitle {
    font-weight: 400;
    font-size: 32px;
    line-height: 50px;
    letter-spacing: 0;
}

.buy-bitcoin-section__step-circle {
    width: 60px;
    height: 60px;
    background-color: rgba(219, 182, 255, 1);
    color: rgba(0, 0, 0, 1);
    border-radius: 50%;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 32px;
}
.buy-bitcoin-section__step--title{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: rgba(16, 24, 40, 1);
    margin-bottom: 8px;

}
.buy-bitcoin-section__step-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
}

.buy-bitcoin-section__footer-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: rgba(71, 84, 103, 1);
}

.btc-on-the-go-section {
    padding: 100px 0;
}

.btc-on-the-go-section__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
}

.usdt-section {
    padding-bottom: 100px;
}

.usdt-section .content-wrapper {
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}
.usdt-section .item {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
}


.no-wrap {
    white-space: nowrap;
}

.buy-usdt-section {
    border-radius: 40px;
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
}

.buy-usdt-section {
    background-color: #ffffff;
    padding: 64px 0;
}

.buy-usdt-section__subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
}

.buy-usdt-section__step-circle {
    width: 60px;
    height: 60px;
    background-color: rgba(219, 182, 255, 1);
    color: rgba(0, 0, 0, 1);
    border-radius: 50%;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 32px;
}
.buy-usdt-section__step--title{
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: rgba(16, 24, 40, 1);
    margin-bottom: 8px;

}
.buy-usdt-section__step-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
    color: rgba(71, 84, 103, 1);
}
.app-usdt-section,
.ustd-fees {
    padding: 100px 0;
}
.ustd-fees .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: rgba(71, 84, 103, 1);
    max-width: 620px;
}

.solana-page {
    padding: 100px 0;
}

.buy-solana-section {
    padding: 90px 0;
    position: relative;
}
.buy-solana-section .item > div + div {
    width: 70%;
}
.buy-solana-section h6  {
    font-size: 32px;
    color: rgba(53, 27, 79, 1);
    margin-bottom: 16px;
}

.buy-solana-section__subtitle {
    font-size: 20px;
    color: rgba(71, 84, 103, 1);
    max-width: 770px;
    margin: 0 auto;
}

.buy-solana-section__steps-intro {
    font-size: 20px;
    color: rgba(71, 84, 103, 1);
}

.buy-solana-section__step-circle {
    width: 60px;
    height: 60px;
    background-color: #e4d1fb;
    color: rgba(0, 0, 0, 1);
    border-radius: 50%;
    font-weight: 700;
    display: flex;
    font-size: 32px;
    align-items: center;
    justify-content: center;
}

.buy-solana-section__text {
    font-size: 18px;
    color: rgba(39, 7, 80, 0.7);
}

.app-advantages-section {
    padding: 90px 0;
}

.app-advantages-section .btn {
    width: 280px;
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 15px;
}
.app-advantages-section .btn:hover path,
.buy-eth-section .btn:hover path {
    fill: #5946D5;
}

.solana-image-left img {
    position: absolute;
    top: 0;
    left: -180px;
    z-index: -1;
}

.solana-image-right img {
    position: absolute;
    top: 0;
    right: -100px;
    z-index: -1;
}

.solana-image-bottom img {
    position: absolute;
    bottom: -5%;
    right: -80px;
    z-index: -1;
}

.ethereum-page {
    padding: 100px 0;
}

.eth-benefits-section {
    padding: 90px 0;
}
.white-bg {
    width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
    padding: 100px 0 60px 0;
    background-color: #ffffff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    margin-bottom: 24px;
}
.eth-benefits-section__title {
    font-size: 2rem;
    color: #2d0c41;
}

.eth-benefits-section__subtitle {
    font-size: 1rem;
    color: #4b4b60;
}

.eth-benefits-section__icon-circle {
    width: 60px;
    height: 60px;
    background-color: #e4d1fb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}
.eth-benefits-section h6 {
    font-size: 32px;
    color: rgba(53, 27, 79, 1);
    margin-bottom: 16px;
    min-height: 64px;
    line-height: 32px;
}
.eth-benefits-section__text {
    font-size: 18px;
    font-weight: 400;
    color: rgba(39, 7, 80, 0.7);
}

.eth-benefits-section__footer-text {
    color: #6a4fde;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    max-width: 810px;
    margin: 0 auto;
}

.buy-eth-section .btn {
    width: 280px;
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 15px;
}

.buy-ethereum-section {
    padding: 90px 0;
    position: relative;
}
.buy-ethereum-section .items {
    margin: 0 auto;
    max-width: 860px;
}
.buy-ethereum-section .item > div + div {
    width: 70%;
}
.buy-ethereum-section h6  {
    font-size: 32px;
    color: rgba(53, 27, 79, 1);
    margin-bottom: 16px;
}

.buy-ethereum-section__subtitle {
    font-size: 20px;
    color: rgba(71, 84, 103, 1);
    max-width: 770px;
    margin: 0 auto;
}

.buy-ethereum-section__steps-intro {
    font-size: 20px;
    color: rgba(71, 84, 103, 1);
}

.buy-ethereum-section__step-circle {
    width: 60px;
    height: 60px;
    background-color: #e4d1fb;
    color: rgba(0, 0, 0, 1);
    border-radius: 50%;
    font-weight: 700;
    display: flex;
    font-size: 32px;
    align-items: center;
    justify-content: center;
}

.buy-ethereum-section__text {
    font-size: 18px;
    color: rgba(39, 7, 80, 0.7);
}

.ethereum-image-left img {
    position: absolute;
    top: 0;
    left: -180px;
    z-index: -1;
}

.ethereum-image-right img {
    position: absolute;
    top: 0;
    right: -100px;
    z-index: -1;
}

.ethereum-image-bottom img {
    position: absolute;
    bottom: -5%;
    right: -80px;
    z-index: -1;
}

.eth-benefits-section .btn {
    width: 280px;
}