

.tk-proxima-nova {
    font-family: "proxima-nova", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: "proxima-nova", sans-serif !important;
}

body,
html {
    margin: 0;
    height: 100%;
}
@media (min-width: 1200px) {
	.container {
		max-width: 90% !important;
		}
}
header .navbar-nav li.menu-item-4537 a.nav-link {
    background: lightgreen;
    padding: 10px;
}
.input-group.mb-4.hero-cf-1 {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}
tr:nth-child(even) {
    background: #fcf8e4;
}
tr:nth-child(odd) {
    background: #cfd9ef6e;
}
thead tr {
    background: #242759 !important;
    color: white !important;
}

table.has-subtle-pale-pink-background-color.has-background thead tr th {
    padding: 15px 15px;
}


table.has-subtle-pale-pink-background-color.has-background tbody tr td {
    padding: 13px 12px;
}

a#cn-accept-cookie {
    color: white !important;
    font-weight: bold !important;
    background: #1c8a1c !important;
}

a#cn-refuse-cookie {
    background: white !important;
    color: #000000e0 !important;
}

a.newbut3 {
background-color: #28A76C;
}


a.newbut4 {
    background-color: #242759;
}

a.newbut4:hover, .newbut4:hover {
    text-decoration: none;
    color: white !important;
    background-color: grey;
}

.newbut3:hover {
    text-decoration: none;
    color: #fff;
    background-color: #51b5bb;
}


a.newbut3, a.newbut4 {
    font-family: proxima-nova, sans-serif!important;
    text-align: center;
    transition: all .3s;
    box-shadow: none;
    text-decoration: none !important;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0.8px;
    color: #ffffff;
    padding: 10px 26px 10px 26px;
    margin-top: 10px;
    display: inline-block;
    margin-right: 20px;
    min-width: 170px;
    box-shadow: 4px 5px 3px #1f16166b;
}
@media(max-width: 767px) {
    a.newbut3, a.newbut4 {
        display: inline;
        margin-right: 0;
        min-width: auto;
        padding: 10px 15px 10px 18px;
        width: 50%;
    }
}


a.newbut2 {
    background-color: #242759 !important;
}

a.newbut2:hover {
    text-decoration: none;
    color: white !important;
    background-color: grey !important;
}

a.newbut {
background-color: #28A76C;
}

a.newbut, a.newbut2 {
    font-family: proxima-nova, sans-serif!important;
    text-align: center;
    transition: all .3s;
    box-shadow: none;
    text-decoration: none !important;
    font-size: 20px;
    /* font-weight: bold; */
    line-height: 1em;
    letter-spacing: 0.8px;
    color: #ffffff;
    
    /* border-radius: 30px 30px 30px 30px; */
    padding: 10px 26px 10px 26px;
    margin-top: 10px;
    display: inline-block;
    margin-right: 20px;
    min-width: 170px;
}

a.newbut:hover {
    background-color: #307e5a !important;
}

a.newbut.contact {
    display: block;
    margin: 0 auto;
    width: 245px;
}

a.newbut.contact:hover {
    background-color: #307e5a;
}

body.no-block {
    flex-flow: column;
    overflow-x: hidden;
    display: flex;
}

body {
    background: #DEDEDE;
}

.user-avatar,
.user-name {
    display: none;
}

.tags-block {
    display: none !important;
}

.col.logcoin {
    padding-left: 0 !important;
}

.exchsurvey span.wpcf7-list-item {
    display: block !important;
}

.exchsurvey form p {
    background: #f1f1f1;
    margin-bottom: 18px;
    padding-bottom: 8px;
}

h1 {
    line-height: 1.15em;
    letter-spacing: 1.5px;
}

p.readmore {
    text-align: center;
    margin-bottom: 5px !important;
}

a.read-link {
    color: white;
    font-weight: bold;
    font-size: 1.4rem;
}

.read-link svg {
    width: 30px;
    margin-bottom: 7px;
}

a.read-link:hover {
    text-decoration: none;
    color: white !important;
}

.fp-no-block {
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-direction: column;
    cursor: pointer;
    color: #444;
    display: none;
    text-align: center;
    background: #FFF;
    transition: margin 0.25s linear 0.25s;
}

.fp-no-block:hover {
    background: #EFEFEF;
}

.fp-no-block.fp-visible {
    display: flex;
}

.fp-no-sections {
    flex: 2;
}

.fp-no-block p {
    margin: 0;
}

.fp-no-sections p+p {
    font-size: 16px;
    margin-top: 5px;
}

.fdb-block {
    box-shadow: 0;
    margin-bottom: 0;
    transition: margin 0.25s linear 0.25s;
}

.fp-active {
    z-index: 9999;
}

body.fp-add-view [data-block-type],
body.fp-add-view .fp-no-block {
    margin-bottom: 20px;
}

body.fp-add-view [data-block-type] {
    user-select: none;
    position: relative;
}

body.fp-add-view section[data-block-type] {
    cursor: move;
}

body.fp-add-view [data-block-type]:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 10000;
    content: "";
}

.fp-drop-placeholder {
    height: 200px;
    width: 100%;
    border: solid 10px #0098f7;
    background: #FFF;
    margin-bottom: 20px;
}

.fp-dragging {
    display: none;
}

.fr-popup {
    z-index: 10000 !important;
}

img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}

span.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat !important;
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -.1em .1em .1em;
    line-height: 1;
    vertical-align: middle;
}

.sectors {
    background: #242759 !important;
    color: white;
}

.fdb-block img.fdb-icon-1 {
    width: auto;
    width: 17rem;
}

.fdb-block .col-fill-left-1,
.fdb-block .col-fill-right-1 {
    width: 50%;
    top: 0;
    bottom: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.fdb-block .col-fill-left-1 {
    position: absolute;
    left: 0;
    z-index: 1;
}

.sectors {
    background: #242759;
    color: white;
}

.fdb-block img.fdb-icon-1 {
    width: auto;
    width: 17rem;
}

.fdb-block .col-fill-left-1,
.fdb-block .col-fill-right-1 {
    width: 50%;
    top: 0;
    bottom: 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.fdb-block .col-fill-left-1 {
    position: absolute;
    left: 0;
    z-index: 1;
}


/* fraola blocks css */

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

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    color: #252756;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "proxima-nova", sans-serif;
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    font-family: "proxima-nova", sans-serif;
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    font-family: "proxima-nova", sans-serif;
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    font-family: "proxima-nova", sans-serif;
    color: #329ef7;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

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

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 {
    padding: 0;
    border-style: none;
}

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.5;
    color: inherit;
}

h1,
.h1 {
    font-size: 2.75rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.125rem;
}

h4,
.h4 {
    font-size: 1rem;
}

h5,
.h5 {
    font-size: 0.875rem;
}

h6,
.h6 {
    font-size: 0.813rem;
}

.lead {
    font-weight: 400;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

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

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

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 0.25rem);
    padding: 0.375rem 0.75rem;
    font-size: 1em;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    height: calc(1.8125rem + 0.25rem);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(2.875rem + 0.25rem);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size],
select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>.col,
.form-row>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d;
}

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip,
.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    background-color: #71dd8a;
}

.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-label::after,
.custom-file-input.is-valid~.custom-file-label::after {
    border-color: inherit;
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip,
.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.custom-file-label::after,
.custom-file-input.is-invalid~.custom-file-label::after {
    border-color: inherit;
}

.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

.form-inline .form-check {
    width: 100%;
}

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 0.125rem solid transparent;
    padding: 0.375rem 1.625rem;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover,
.btn:focus {
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #329ef7;
    border-color: #329ef7;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0d8df6;
    border-color: #0986ed;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(50, 158, 247, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #329ef7;
    border-color: #329ef7;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0986ed;
    border-color: #097fe0;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(50, 158, 247, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #fe6655;
    border-color: #fe6655;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #fe442f;
    border-color: #fe3822;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 102, 85, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #fe6655;
    border-color: #fe6655;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #fe3822;
    border-color: #fe2d16;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 102, 85, 0.5);
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
    color: #329ef7;
    background-color: transparent;
    background-image: none;
    border-color: #329ef7;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #329ef7;
    border-color: #329ef7;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(50, 158, 247, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #329ef7;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #329ef7;
    border-color: #329ef7;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(50, 158, 247, 0.5);
}

.btn-outline-secondary {
    color: #fe6655;
    background-color: transparent;
    background-image: none;
    border-color: #fe6655;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #fe6655;
    border-color: #fe6655;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 102, 85, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #fe6655;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #fe6655;
    border-color: #fe6655;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(254, 102, 85, 0.5);
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
    font-weight: 400;
    color: #329ef7;
    background-color: transparent;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.btn-lg {
    padding: 0.5rem 1.625rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm {
    padding: 0.25rem 1.625rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0.3rem;
}

p {
    color: #242759;
    font-weight: 400;
}

.rounded {
    overflow: hidden;
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.fdb-block {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.fdb-block .container {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.fdb-block .container.bg-r {
    background-position: right;
}

.fdb-block.fdb-viewport {
    min-height: calc(100% - 2 * 7.5rem);
}

.fdb-block.fdb-viewport .container {
    min-height: calc(100% - 2 * 7.5rem);
}

.fdb-block.fdb-image-bg {
    color: #f2f2f2;
}

.fdb-block .fdb-box {
    background: #252856;
    padding: 3.75rem 2.5rem;
    overflow: hidden;
    color: #444444;
    border-radius: 16px;
    background-image: url("https://www.reclaimcrypto.com/wp-content/uploads/2024/06/cytat.svg");
    background-repeat: no-repeat;
    box-shadow: -35px 25px 0 0 #e6e8ef;
}

.fdb-box p {
    color: #fff !important;
}

.fdb-block .fdb-touch {
    border-top: solid 0.3125rem #329ef7;
    z-index: 2;
}

.fdb-block img+p,
.fdb-block img+h3,
.fdb-block img+h4 {
    margin-top: 1.25rem;
}

.fdb-block img+h1,
.fdb-block img+h2 {
    margin-top: 2.5rem;
}

.fdb-block .col-fill-left {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.fdb-block .col-fill-left+div {
    position: relative;
    z-index: 2;
}

.fdb-block .col-fill-right {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.fdb-block .col-fill-right+div {
    position: relative;
    z-index: 2;
}

.fdb-block img.fdb-icon {
    width: auto;
    width: 3.75rem;
}

.fdb-block img.fdb-icon-round {
    width: auto;
    width: 3.75rem;
}

.fdb-block .row-100 {
    height: 6.25rem;
    width: 100%;
}

.fdb-block .row-50 {
    height: 3.125rem;
    width: 100%;
}

.fdb-block .row-70 {
    height: 4.375rem;
    width: 100%;
}

footer {
    padding: 1.875rem 0 !important;
}

footer.footer-large {
    padding: 6.25rem 0 !important;
}

footer .flex-column .nav-link {
    padding-left: 0;
}

footer.bg-dark {
    background: #2d313c;
    color: #f2f2f2;
}

footer.bg-dark a {
    color: #f2f2f2;
}

footer a {
    color: #242759;
}

header {
    background-color: #FFFFFF;
    font-family: "proxima-nova", sans-serif!important;
}

header .navbar-nav a.nav-link {
    color: #777;
}

header .navbar-nav a.nav-link:hover {
    color: #329ef7;
}

header .navbar-nav .active a.nav-link {
    color: #242759;
}

header .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

header.bg-dark .navbar-nav a.nav-link {
    color: #dcdcdc;
}

header.bg-dark .navbar-nav a.nav-link:hover {
    color: #329ef7;
}

header.bg-dark .navbar-nav .active a.nav-link {
    color: #FFFFFF;
}

header.bg-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#fff' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

header+header {
    border-top: solid 0.0625rem #EEE;
}

.bg-dark {
    background-color: #2d313c;
    color: #f2f2f2;
}

.bg-dark p.lead {
    color: white;
}

.bg-gray {
    background-color: #f4f7fe;
    color: #444444;
}

.navbar {
    padding: 1rem 0;
}

li.current-menu-item a span {
    border-bottom: 4px solid #6c6b6b;
}
li.current-menu-item .dropdown-menu .menu-item a span {
    border-bottom: 0;
}

header .navbar-nav .unclickable a.nav-link {}

header .navbar-nav a.nav-link:hover {
    color: #3b3fb6;
}


header .navbar-nav a.nav-link {
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    color: #242759;
}

a.dropdown-item {
    font-weight: 500 !important;
    color: #242759;
}

#navbarSupportedContent {
    justify-content: flex-end;
}

#menu-main-menu li.menu-item-4537 {
  
    font-weight: 500;
    transition: 0.3s;
  }


.login-stripe {
    background: #e6e8ef;
    padding: 0.5rem 0;
    font-size: 14px;
    color: #242759;
    font-weight: 400;
    text-align: right;
}

.login-stripe a {
    color: #242759;
    transition: 0.3s;
}

.login-stripe a:hover {
    color: #000;
    text-decoration: none;
}

.login-stripe-column {
    padding: 0 1rem;
}

.fdb-block.footer-large {
    background: none;
    background-color: #E6E8EF;
    color: #242759;
}

.fdb-block.footer-large h3 {
    font-family: "proxima-nova", sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
}

footer .flex-column .nav-link {
    color: #242759;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
}

footer .footer-mail {
    transition: 0.3s;
}

footer .footer-mail:hover {
    color: inherit;
    text-decoration: none;
}

.svg-inline--fa {
    width: 30px!important;
    height: auto;
}

footer .lead a:hover {
    color: #f87c56;
    text-decoration: none;
}

h1 {
    font-family: "proxima-nova", sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.15em;
    letter-spacing: 1.5px;
}

h2 {
    font-family: "proxima-nova", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.13em;
    letter-spacing: 0.8px;
}

.color-white {
    color: #fff;
}

.color-navy {
    color: #252756;
}

.border-subtitle {
    margin: 24px 0px 24px 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.88em;
    letter-spacing: 0.6px;
}

.newbut svg {
    height: 10px;
    margin-left: 10px;
    margin-bottom: 7px;
}

.newbut:hover {
    text-decoration: none;
    color: #fff;
    background-color: #307e5a !important;
}

.dotted {
    display: none;
    width: 16px;
    height: 16px;
    line-height: 0;
    border: 1px solid #f87c56;
    background-color: #f87c56;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    vertical-align: middle;
    margin-left: 10px;
}

.standard-spacer {
    display: block;
    margin-top: 50px;
    height: 1px;
}

.title-underline {
    margin: 0 auto;
    width: 200px;
    height: 5px;
    margin-bottom: 30px;
}

.hero-center-light {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 0.6px;
    text-align: center;
}

.rounded-navy-rect {
    border-radius: 10px;
    margin: 0 50px;
}

.centered-subtitle {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.88em;
    letter-spacing: 0.6px;
    text-align: center;
}

.hero-navy-shadow-rect {
    padding: 65px 55px 67px 55px;
}

.hero-navy-shadow-rect img {
    width: 100%;
    margin-bottom: 20px;
}

.hero-navy-shadow-rect p {
    color: #252756;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88em;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
}

.hero-number {
    color: #3b3fb6;
    font-size: 55px;
    font-weight: bold;
    line-height: 1em;
}

.hero-number-text {
    color: #252756;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    letter-spacing: 0.8px;
    max-width:380px;
}

.hero-awards {
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

.hero-awards img {
    height: 70px;
    margin: 1rem;
}

.wpcf7 {
    width: 100%;
}

#table-subscribe {
    margin-bottom: 20px;
}

.hero-cf-1 #table-subscribe div:first-child {
    display: block;
    float: left;
    /*width: 70%;*/
}

.hero-cf-1 #table-subscribe div:first-child input {
    width: 100%;
    padding: 10px;
    border: 2px solid #3b3fb6;
    color: #252756;
    /*font-family: "Proxima Nova", "Proxima Nova";*/
}

.hero-cf-1 #table-subscribe div:nth-child(2) input {
    background: #3B3FB6;
    color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    /*font-family: "Proxima Nova", "Proxima Nova";*/
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1em;
    padding: 15px 40px;
    border: none;
}

#checkbox-subscribe {
    color: #252756;
    /*font-family: "Proxima Nova", "Proxima Nova";*/
    text-align: left;
}

#checkbox-subscribe span.wpcf7-list-item {
    margin: 0;
}

#checkbox-subscribe span.wpcf7-list-item-label {
    margin-left: 6px;
}

@media (max-width: 992px) {
    #navbarSupportedContent {
        padding-top: 10px;
    }
    #menu-main-menu>li {
        border-bottom: 1px solid #aaaaaa;
        padding: 10px 0 10px 25px;
    }
    #menu-main-menu li:nth-last-child(2) {
        border-bottom: none;
    }
    #menu-main-menu>li:last-child {
        width: 150px;
        padding: 5px 24px;
        margin-left: 0;
    }
    .navbar .col {
        padding-left: 0;
    }
    ul.dropdown-menu {
        border: none;
    }
    .dropdown-item {
        width: 100%;
        padding: .5rem .5rem;
        font-weight: 400;
        color: #212529;
        border: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .navbar {
        padding: 2rem 0;
    }
}

@media (max-width: 768px) { 
.column-with-margin-onmobile {
        margin-bottom: 50px;
    }
}


@media (max-width: 560px) {
    .login-stripe {
        padding: 0.5rem 0;
        font-size: 15px;
        color: #242759;
        font-weight: 400;
        text-align: right;
    }
    .login-stripe-column a {
        padding: 0 0.5rem;
    }
    .standard-spacer {
        margin-top: 10px;
    }
    .fdb-block {
        padding: 4rem 0 !important;
    }
    h1 {
        font-size: 34px;
        font-weight: bold;
        line-height: 1.15em;
        letter-spacing: 1.5px;
    }
    h2 {
        font-size: 26px;
        line-height: 1.13em;
        letter-spacing: 0.8px;
    }
    .border-subtitle {
        font-size: 16px;
        line-height: 1.4em;
    }
    .column-with-margin-onmobile {
        margin-bottom: 30px;
    }
    .rounded-navy-rect {
        margin: 0 10px;
        padding: 2rem !important;
    }
    .hero-center-light {
        font-size: 12px;
    }
    .centered-subtitle {
        font-size: 16px;
        line-height: 1.4em;
    }
    .hero-navy-shadow-rect p {
        font-size: 16px;
        line-height: 1.4em;
    }
    .hero-awards img {
        height: 60px;
    }
    .hero-awards div:last-child img {
        margin-bottom: 0;
    }
    .hero-cf-1 #table-subscribe div:first-child {
        width: 100%;
        margin-bottom: 10px;
    }
    #checkbox-subscribe {
        text-align: center;
    }
    .hero-navy-shadow-rect {
        padding: 40px 30px 10px 30px;
    }
    .hero-violet-quote {
        padding: 1rem 0!important;
    }
    .hero-violet-quote .fdb-box {
        padding: 2rem;
        box-shadow: -15px 13px 0 0 #e6e8ef;
    }
    .hero-textandbutton {
        padding: 4rem 2rem;
    }
}

.next-posts {
    padding: 30px 15px;
    background: rgba(230, 232, 239, 0.5);
    color: #252756;
    line-height: 1.13em;
    margin-bottom: 45px;
    position: relative;
}

h3.next-title,
h3.next-title a {
    color: #252756 !important;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 1.13em;
}

.breadcrumbs {
    font-size: 14px;
    font-weight: 400;
    margin: 15px 0 20px;
}

@media(max-width: 767px) {
    .breadcrumbs {
        font-size: 16px;
        margin: 0px 0 30px;
    }
}

.breadcrumbs a {
    color: #252756;
    text-decoration: none;
    text-transform: capitalize;
}

.breadcrumbs a:hover {
    color: #f87c56;
}

.breadcrumbs .kb_sep {
    margin: 0 10px;
}

.breadcrumbs h1 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0;
}

@media(max-width: 767px) {
    .breadcrumbs .kb_sep {
        margin: 0 3px;
    }
}

.h2-big {
    font-family: "proxima-nova", sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.15em;
    letter-spacing: 1.5px;
}

@media(max-width: 560px) {
    .h2-big {
        font-size: 34px;
        font-weight: bold;
        line-height: 1.15em;
        letter-spacing: 1.5px;
    }
}

.h1-small {
    font-family: "proxima-nova", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.13em;
    letter-spacing: 0.8px;
}

@media(max-width: 560px) {
    .h1-small {
        font-size: 26px;
        line-height: 1.13em;
        letter-spacing: 0.8px;
    }
}

.h1-smaller {
    color: #242759;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 45px;
    margin-bottom: 20px;
    padding: 0;
}

#regular-container h1:not(.title-regular) {
    color: #7a7a7a;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.27px;
    line-height: 27px;
}

.trudatum-durable-medium .breadcrumbs {
    display: none !important;
}