#primary {
  position: relative;
  overflow: hidden;
}

section {
  position: relative;
  width: 100%;
  max-width: 100%;
}

@media all and (min-width: 620px) {
  .visible-mob {
    display: none;
  }
}

@media all and (max-width: 619px) {
  .hidden-mob {
    display: none;
  }
}

.mobile-dropdown-form {
  display: none;
}

.partner-primary-color-text {
  color: var(--partner-page-primary-color);
}

.partner-secondary-color-text {
  color: var(--partner-page-secondary-color);
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.d-flex {
  display: flex;
}

.align-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.container {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
  z-index: 2;
  position: relative;
}
@media all and (min-width: 1023px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 1200px) {
  .container {
    max-width: 1210px;
  }
}

@media all and (min-width: 1200px) {
  body:not(.home) .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
  padding: 0 15px;
}

.col {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}

.col-1 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media all and (min-width: 620px) {
  .col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
}

.col-2 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media all and (min-width: 1025px) {
  .col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

.col-3 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media all and (min-width: 620px) {
  .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all and (min-width: 1025px) {
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.col-4 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media all and (min-width: 768px) {
  .col-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all and (min-width: 1025px) {
  .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

.col-5 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media all and (min-width: 1025px) {
  .col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}

.col-6 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media all and (min-width: 620px) {
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.col-7 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media all and (min-width: 1025px) {
  .col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

.col-8 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media all and (min-width: 992px) {
  .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

.col-9 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media all and (min-width: 1025px) {
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.col-10 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}
@media all and (min-width: 1025px) {
  .col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
  padding: 0 15px;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
}

.offset-1 {
  margin-left: 0%;
}
@media all and (min-width: 1025px) {
  .offset-1 {
    margin-left: 8.333333%;
  }
}

.offset-2 {
  margin-left: 0%;
}
@media all and (min-width: 1025px) {
  .offset-2 {
    margin-left: 16.666666%;
  }
}

.offset-3 {
  margin-left: 0%;
}
@media all and (min-width: 1025px) {
  .offset-3 {
    margin-left: 25%;
  }
}

.offset-4 {
  margin-left: 0%;
}
@media all and (min-width: 1025px) {
  .offset-4 {
    margin-left: 33.3332%;
  }
}

section {
  position: relative;
  width: 100%;
}

@media all and (min-width: 620px) {
  .wp-block-column {
    padding: 0 15px;
  }
}

body {
  font-family: "Merriweather Sans", serif;
  background: #fff;
}

p {
  font-family: "Merriweather Sans", serif;
  color: var(--text-color);
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 30px;
}

h1 {
  font-family: "Merriweather Sans", serif;
  font-size: 38px;
  line-height: 40px;
  font-weight: 800;
}
@media all and (min-width: 1025px) {
  h1 {
    font-size: 55px;
    line-height: 60px;
  }
}
h1.wp-block-heading {
  font-size: 60px;
  line-height: 62px;
}

h2 {
  font-family: "Merriweather Sans", serif;
  color: var(--primary-color);
  font-size: 32px;
  line-height: 38px;
  font-weight: 800;
}
h2.wp-block-heading {
  color: var(--primary-color);
  font-size: 36px;
  line-height: 38px;
}
h2.section-title, h2.section-title-small {
  font-size: 30px;
  line-height: 35px;
}
@media all and (min-width: 1025px) {
  h2.section-title, h2.section-title-small {
    font-size: 30px;
    line-height: 20px;
  }
}

.home h2.section-title {
  font-size: 36px;
  line-height: 40px;
}

h3 {
  font-family: "Merriweather Sans", serif;
  color: var(--primary-color);
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
}
h3.wp-block-heading {
  color: var(--primary-color);
  font-size: 30px;
  line-height: 32px;
}

h4 {
  color: var(--primary-color);
  font-size: 20px;
  line-height: 20px;
}
h4.wp-block-heading {
  font-size: 28px;
  line-height: 30px;
}

h5 {
  color: var(--primary-color);
  font-size: 18px;
  line-height: 25px;
}
h5.wp-block-heading {
  font-size: 24px;
  line-height: 26px;
}

h6 {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 22px;
}
h6.wp-block-heading {
  font-size: 22px;
  line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather Sans", serif;
  margin: 0 0;
  font-style: 800;
}

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

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

figure {
  margin-bottom: 0;
}

:where(.wp-block-columns) {
  margin-bottom: 0;
}

.section-title, .description {
  text-align: center;
}
@media all and (min-width: 768px) {
  .section-title, .description {
    text-align: inherit;
  }
}

.contact-page-info {
  padding-top: 42px;
  padding-bottom: 32px;
  flex-direction: column-reverse;
}
@media all and (min-width: 1025px) {
  .contact-page-info {
    flex-direction: row;
    padding: 122px 0 225px 0;
  }
}
.contact-page-info .gfield--type-html p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #8C8C8C;
  margin: 0 0;
}
.contact-page-info .gform_button {
  min-width: 100% !important;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) !important;
}
@media all and (min-width: 1025px) {
  .contact-page-info .gform_button {
    min-width: 275px !important;
  }
}
.contact-page-info .contact-info {
  text-align: center;
}
@media all and (min-width: 1025px) {
  .contact-page-info .contact-info {
    text-align: left;
  }
}
.contact-page-info .contact-info h3 {
  margin-bottom: 27px;
}
.contact-page-info .contact-info p {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 52px;
}

body .section-author-page {
  background: var(--light-color);
  padding-top: 61px;
  padding-bottom: 59px;
}
@media all and (min-width: 1025px) {
  body .section-author-page {
    padding: 72px 0 300px 0;
  }
}
body .section-author-page .col-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media all and (min-width: 768px) {
  body .section-author-page .col-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media all and (min-width: 1025px) {
  body .section-author-page .col-4 {
    flex: 0 0 29.2%;
    max-width: 29.2%;
  }
}
body .section-author-page .col-8 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media all and (min-width: 1025px) {
  body .section-author-page .col-8 {
    flex: 0 0 65.2%;
    max-width: 65.2%;
    margin-left: 5.6%;
  }
}
body .section-author-page .author-content-wrap {
  padding: 34px 38px 44px 38px;
  background: var(--light-color);
  position: relative;
  border-radius: 10px;
  border: 1px solid rgba(0, 42, 49, 0.2);
}
body .section-author-page .author-content-wrap .linkedin-icon-link {
  position: absolute;
  top: 16px;
  right: 16px;
}
body .section-author-page .author-content-wrap .linkedin-icon-link:hover img {
  filter: brightness(0) saturate(100%) invert(70%) sepia(51%) saturate(837%) hue-rotate(350deg) brightness(105%) contrast(100%);
}
body .section-author-page .author-content-wrap .button {
  width: 100%;
  min-width: unset;
}
body .section-author-page .author-content-wrap .author-avatar-img {
  margin-bottom: 23px;
  background: var(--primary-color);
  border-radius: 50%;
}
body .section-author-page .author-content-wrap .author-name {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 0;
}
body .section-author-page .author-content-wrap .author-position {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 3px;
}
body .section-author-page .author-content-wrap .telephone-number {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 28px;
  margin-top: 0;
}
body .section-author-page .biography h2 {
  margin-bottom: 27px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
}
@media all and (min-width: 1025px) {
  body .section-author-page .biography h2 {
    margin-bottom: 51px;
  }
}
body .section-author-page .biography p {
  margin-bottom: 18px;
}
body .section-author-page .author-content-row {
  row-gap: 64px;
  justify-content: center;
}

.section-meet-the-team {
  background: var(--light-color);
  padding-top: 65px;
  padding-bottom: 107px;
}
@media all and (min-width: 1025px) {
  .section-meet-the-team {
    padding: 88px 0 301px 0;
  }
}
.section-meet-the-team .buttons-row-team {
  justify-content: center;
  column-gap: 3px;
}
@media all and (min-width: 1025px) {
  .section-meet-the-team .buttons-row-team {
    column-gap: 6px;
  }
}
.section-meet-the-team .buttons-row-team .button {
  min-width: unset !important;
  padding: 13px 39px !important;
}
.section-meet-the-team .members {
  margin-top: 72px;
  row-gap: 54px;
}
@media all and (min-width: 1025px) {
  .section-meet-the-team .members {
    justify-content: center;
    margin-top: 107px;
  }
}
.section-meet-the-team .members .linkedin-icon-link img {
  margin-top: 16px;
}
.section-meet-the-team .members .linkedin-icon-link:hover img {
  filter: brightness(0) saturate(100%) invert(70%) sepia(51%) saturate(837%) hue-rotate(350deg) brightness(105%) contrast(100%);
}
.section-meet-the-team .members .team-member-href {
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease-out;
}
.section-meet-the-team .members .team-member-href .team-member-avatar-photo {
  margin-bottom: 15px;
}
.section-meet-the-team .members .team-member-href .team-member-avatar-photo img {
  background: var(--primary-color);
  border-radius: 50%;
  transition: 0.3s ease-out;
}
.section-meet-the-team .members .team-member-href:hover .team-member-avatar-photo img {
  background: var(--secondary-color);
  transition: 0.3s ease-out;
}
.section-meet-the-team .members .team-member-href .team-member-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 3px 0;
}
.section-meet-the-team .members .team-member-href .team-member-position {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0;
}

.single .entry-content {
  max-width: 1215px;
  margin: 30px auto 50px;
  padding: 0 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #353535;
}
@media all and (min-width: 620px) {
  .single .entry-content {
    margin: 70px auto 150px;
  }
}
.single .entry-content > *:first-child {
  margin-top: 0;
}

strong {
  font-weight: 700;
}

#wpadminbar + .site header {
  top: 32px;
}

.partner-text-heading + .section-partner-logos {
  padding: 0px 0 66px 0;
}

.is-partner-page .section-interesting-facts {
  padding: 62px 0 80px 0;
}

.is-partner-page .section-countries {
  padding: 82px 0 75px 0;
}

button.menu-toggle {
  padding: 35px 0px;
  position: relative;
  background: transparent;
  border: none;
  max-width: 50px;
  line-height: 0;
  right: 25px;
  top: -1px;
  order: 3;
}
button.menu-toggle .line {
  width: 35px;
  display: inline-block;
  height: 4px;
  background: #fff;
  border-radius: 4px;
  margin: 2.5px 0;
  transition: 0.5s transform ease;
}
button.menu-toggle .line:first-child {
  margin-top: 0;
}
button.menu-toggle .line:nth-child(2) {
  transition: 0.5s opacity ease;
}
button.menu-toggle .line:last-child {
  margin-bottom: 0;
}
button.menu-toggle.btn-menu-opened .line {
  background-color: var(--secondary-color);
}
button.menu-toggle.btn-menu-opened .line:first-child {
  transform: translateY(5px) rotate(45deg);
}
button.menu-toggle.btn-menu-opened .line:nth-child(2) {
  opacity: 0;
}
button.menu-toggle.btn-menu-opened .line:last-child {
  transform: translateY(-12.5px) rotate(-45deg);
}

ul.menu {
  padding: 0;
  margin: 0;
  column-gap: 0;
}

.menu-toggled .menu-toggle .line:first-child {
  transform: translate(0, 9px) rotate(-45deg);
}
.menu-toggled .menu-toggle .line:nth-child(2) {
  opacity: 0;
}
.menu-toggled .menu-toggle .line:last-child {
  transform: translate(0, -9px) rotate(45deg);
}

@media all and (min-width: 1037px) {
  .mobile-cta {
    display: none !important;
  }
}

@media all and (max-width: 1037px) {
  a.mobile-cta {
    display: flex;
    align-items: center;
    border: 1px solid #8fa8be;
    border: 1px solid var(--c-border);
    border-radius: 55px;
    display: flex;
    flex-wrap: wrap;
    font-size: 15px;
    font-weight: 700;
    justify-content: center;
    margin: 10px 10px;
    padding: 15px 20px;
    text-decoration: none;
  }
  a.mobile-cta .number {
    color: #f60;
    padding-left: 5px;
  }
  body.menu-toggled {
    overflow: hidden;
  }
  header.site-header .header-right {
    order: 2;
  }
  header.site-header .header-right .header-search {
    margin-right: 0;
    margin-left: 53px;
  }
}
@media all and (max-width: 1037px) and (max-width: 1037px) {
  header.site-header .header-right .header-search {
    position: absolute;
    right: 70px;
  }
}
@media all and (max-width: 1037px) {
  header.site-header nav.main-navigation {
    display: none;
    background: rgba(0, 42, 49, 0.9803921569);
    position: absolute;
    top: 92px;
    height: calc(100vh - 92px);
    width: 100%;
    left: 0;
    overflow: auto;
  }
  header.site-header nav.main-navigation.toggled {
    display: block;
  }
  header.site-header nav.main-navigation .menu-header-menu-container > ul > li:first-child {
    border-top: 1px solid #8fa8be;
    border-top: 1px solid var(--c-border);
  }
  header.site-header nav.main-navigation .menu-header-menu-container ul {
    width: 100%;
    padding: 0 15px;
  }
  header.site-header nav.main-navigation .menu-header-menu-container ul li {
    width: 100%;
    padding: 15px 0;
    height: auto;
    border-bottom: 1px solid #8fa8be;
    border-bottom: 1px solid var(--c-border);
    display: flex;
    flex-direction: column;
  }
  header.site-header nav.main-navigation .menu-header-menu-container ul li.menu-item-has-children {
    position: relative;
  }
  header.site-header nav.main-navigation .menu-header-menu-container ul li.menu-item-has-children span.menu-arrow {
    position: absolute;
    width: 27px;
    height: 27px;
  }
  header.site-header nav.main-navigation .menu-header-menu-container ul li.menu-item-has-children span.menu-arrow:after {
    border-color: #002856;
    top: 7px;
    right: 3px;
    width: 11px;
    height: 11px;
    transform: rotate(-45deg);
    transition: all 0.2s ease;
    border-width: 0 3px 3px 0;
  }
  header.site-header nav.main-navigation .menu-header-menu-container ul li.menu-item-has-children.focus span.menu-arrow:after {
    transform: rotate(45deg);
  }
  header.site-header nav.main-navigation .menu-header-menu-container ul li a, header.site-header nav.main-navigation .menu-header-menu-container ul li span {
    cursor: pointer;
    color: #002856;
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
  }
  header.site-header nav.main-navigation .menu-header-menu-container ul.sub-menu {
    position: relative;
    width: 100%;
    top: 15px;
    box-shadow: none;
    background: transparent;
    display: none;
    padding: 0 40px;
  }
  header.site-header nav.main-navigation .menu-header-menu-container ul li.focus .sub-menu {
    display: block;
  }
}
@media all and (max-width: 550px) {
  header.site-header .header-right .header-cta a {
    background: transparent !important;
    border: none;
    padding: 0 !important;
  }
  header.site-header .header-right .header-cta span {
    display: none;
  }
  header.site-header #primary-menu li:last-child {
    display: flex;
  }
}
@media all and (max-width: 410px) {
  header.site-header .header-right .header-cta {
    margin-left: 0;
  }
}
header {
  border-top: 4px solid var(--secondary-color);
  background: var(--primary-section-color);
  bottom: 0;
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 99;
  border-bottom: 1px solid rgba(255, 255, 255, 0.21);
  height: 107px;
  align-items: center;
  display: flex;
}
header .site-branding, header .header-right {
  padding: 0 15px;
}
header .custom-logo-link {
  align-items: center;
  display: flex;
}
header .custom-logo-link picture {
  line-height: 0;
}
header .custom-logo-link img {
  width: 142px;
  display: block;
}
@media screen and (min-width: 1024px) {
  header .custom-logo-link img {
    width: 162px;
  }
}
header .row {
  justify-content: space-between;
  align-items: center;
}
header nav.main-navigation {
  width: auto;
}
header nav.main-navigation .menu-header-menu-container > ul li,
header nav.main-navigation .menu-main-menu-header-container > ul li {
  height: 92px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1350px) {
  header nav.main-navigation .menu-header-menu-container > ul li,
  header nav.main-navigation .menu-main-menu-header-container > ul li {
    gap: 30px;
  }
}
header nav.main-navigation .menu-header-menu-container > ul li:hover > span, header nav.main-navigation .menu-header-menu-container > ul li:hover > a,
header nav.main-navigation .menu-main-menu-header-container > ul li:hover > span,
header nav.main-navigation .menu-main-menu-header-container > ul li:hover > a {
  color: var(--secondary-color);
}
header nav.main-navigation .menu-header-menu-container > ul li.menu-item-has-children:hover > .sub-menu, header nav.main-navigation .menu-header-menu-container > ul li.menu-item-has-children.focus > .sub-menu,
header nav.main-navigation .menu-main-menu-header-container > ul li.menu-item-has-children:hover > .sub-menu,
header nav.main-navigation .menu-main-menu-header-container > ul li.menu-item-has-children.focus > .sub-menu {
  display: block;
}
header nav.main-navigation .menu-header-menu-container > ul li.menu-item-has-children.focus,
header nav.main-navigation .menu-main-menu-header-container > ul li.menu-item-has-children.focus {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
}
header nav.main-navigation .menu-header-menu-container > ul li.menu-item-has-children.focus > .sub-menu,
header nav.main-navigation .menu-main-menu-header-container > ul li.menu-item-has-children.focus > .sub-menu {
  position: initial;
  box-shadow: none;
  width: 100%;
}
header nav.main-navigation .menu-header-menu-container > ul li.menu-item-has-children.focus > .sub-menu > li:not(:last-child),
header nav.main-navigation .menu-main-menu-header-container > ul li.menu-item-has-children.focus > .sub-menu > li:not(:last-child) {
  border-bottom: 1px solid #000;
}
header nav.main-navigation .menu-header-menu-container > ul li.menu-item-has-children span.menu-arrow,
header nav.main-navigation .menu-main-menu-header-container > ul li.menu-item-has-children span.menu-arrow {
  cursor: pointer;
  width: 27px;
  height: 27px;
  position: absolute;
  right: 0;
  top: 8px;
}
header nav.main-navigation .menu-header-menu-container > ul li.menu-item-has-children span.menu-arrow:after,
header nav.main-navigation .menu-main-menu-header-container > ul li.menu-item-has-children span.menu-arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  border-color: var(--secondary-color);
  border-width: 0 2px 2px 0;
  border-style: solid;
  height: 8px;
  right: 1px;
  top: 8px;
  transform: rotate(45deg);
  width: 8px;
  z-index: 999999;
}
header nav.main-navigation .menu-header-menu-container > ul li.menu-item-has-children:hover span.menu-arrow:after,
header nav.main-navigation .menu-main-menu-header-container > ul li.menu-item-has-children:hover span.menu-arrow:after {
  border-width: 2px 0 0 2px;
  top: 12px;
}
header nav.main-navigation ul li {
  margin-bottom: 0;
}
header nav.main-navigation ul li .sub-menu {
  background: #fff;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  padding: 10px 20px;
  transition: all 0.3s ease;
  width: 100%;
  display: none;
}
@media (min-width: 1024px) {
  header nav.main-navigation ul li .sub-menu {
    position: absolute;
    top: 95px;
    width: 347px;
    left: -50%;
    transform: translateX(-25%);
  }
}
header nav.main-navigation ul li .sub-menu li {
  border-bottom: 1px solid #8fa8be;
  line-height: 1.3;
  margin: 0;
  height: auto;
  padding-left: 0;
}
header nav.main-navigation ul li .sub-menu li:last-of-type {
  border-bottom: none;
}
header nav.main-navigation ul li .sub-menu li:hover a, header nav.main-navigation ul li .sub-menu li:hover span {
  color: var(--secondary-color);
}
header nav.main-navigation ul li .sub-menu li a, header nav.main-navigation ul li .sub-menu li span {
  color: #444;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 0;
  transition: all 0.3s ease;
}
header nav.main-navigation ul li .sub-menu li:last-child a {
  padding-bottom: 0;
}
header nav.main-navigation ul li a {
  position: relative;
}
header nav.main-navigation ul li a, header nav.main-navigation ul li span {
  font-family: "Merriweather Sans", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 25px;
  line-height: 45px;
  text-decoration: none;
  text-transform: capitalize;
  color: #fff;
  padding: 0px 15px 30px 15px;
  transition: 0.5s ease;
  text-align: center;
}
@media all and (min-width: 768px) {
  header nav.main-navigation ul li a, header nav.main-navigation ul li span {
    font-size: 28px;
    padding: 20px 15px 20px 15px;
  }
}
@media all and (min-width: 1038px) {
  header nav.main-navigation ul li a, header nav.main-navigation ul li span {
    font-size: 15px;
    color: #fff;
    text-align: unset;
    padding: 0px 15px 0px 15px;
  }
}
header nav.main-navigation ul li a:hover, header nav.main-navigation ul li span:hover {
  color: var(--secondary-color);
}
header nav.main-navigation.toggled ul:not(.sub-menu) {
  margin: 0;
  padding: 0;
}
@media all and (min-width: 1038px) {
  header nav.main-navigation.toggled ul:not(.sub-menu) {
    padding: 0;
    display: flex;
  }
}
header nav.main-navigation.toggled ul:not(.sub-menu) > li {
  height: auto;
  padding: 5px 0;
  justify-content: center;
}
header nav.main-navigation.toggled ul:not(.sub-menu) > li.menu-item-has-children.focus {
  align-items: center;
}
header nav.main-navigation.toggled ul:not(.sub-menu) > li.menu-item-has-children.focus ul.sub-menu {
  margin: 0;
  align-items: center;
  display: flex;
  flex-direction: column;
}
header nav.main-navigation.toggled ul:not(.sub-menu) > li.menu-item-has-children.focus ul.sub-menu li {
  border-bottom: none;
}
header nav.main-navigation.toggled ul:not(.sub-menu) > li.menu-item-has-children.focus ul.sub-menu li a {
  color: #959595;
  padding: 0;
}
header .header-right {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  min-width: auto;
  height: 92px;
}
header .header-right .button {
  font-size: 12px !important;
  padding: 10px 41px !important;
  display: inline-block;
  border-radius: 5px;
}

.home header:not(.sticky) {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  position: fixed;
}

body:not(.home) header .container {
  max-width: 100%;
}

.section-subheader {
  position: relative;
  padding: 27px 0 80px;
}
.section-subheader .hero-subheader {
  background: var(--primary-section-color);
  height: 296px;
  margin-top: -27px;
  padding-top: 29px;
  position: relative;
}
@media (max-width: 1024px) {
  .section-subheader .hero-subheader {
    margin-top: -30px;
  }
}
.section-subheader .hero-subheader::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 296px; /* Adjust wave height */
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 3000 310.98"><path fill="%23ffffff" d="M0,237.18c314.58,44.72,709.4,80.29,1165.3,72.8,144.77-2.38,373.89-6.77,667.48-42.31,308.19-37.31,709.43-111.6,1167.22-267.67v309.98H0v-72.8Z"/></svg>');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 30% 100%;
}
@media (max-width: 768px) {
  .section-subheader .hero-subheader::after {
    bottom: -3px;
  }
}
@media (max-width: 768px) {
  .section-subheader .hero-subheader {
    height: 200px;
  }
  .section-subheader .hero-subheader::after {
    height: 200px;
  }
}
.section-subheader .bg-image {
  position: absolute;
  top: -59%;
  left: 6%;
  width: 29%;
  height: 203%;
  opacity: 0.04;
  z-index: 2;
}
@media (max-width: 768px) {
  .section-subheader .bg-image {
    max-width: 94%;
    width: auto;
  }
}
.section-subheader.send-money .hero-subheader, .section-subheader.exchange-rates .hero-subheader {
  height: 323px;
}
@media (max-width: 768px) {
  .section-subheader.send-money .hero-subheader, .section-subheader.exchange-rates .hero-subheader {
    height: 200px;
  }
  .section-subheader.send-money .hero-subheader::after, .section-subheader.exchange-rates .hero-subheader::after {
    height: 200px;
    background-position: bottom;
  }
}
@media (max-width: 620px) {
  .section-subheader.send-money .hero-subheader, .section-subheader.exchange-rates .hero-subheader {
    height: 188px;
  }
  .section-subheader.send-money .hero-subheader::after, .section-subheader.exchange-rates .hero-subheader::after {
    height: 188px;
    background-position: bottom;
  }
}
@media (max-width: 440px) {
  .section-subheader.send-money .hero-subheader, .section-subheader.exchange-rates .hero-subheader {
    height: 120px;
  }
  .section-subheader.send-money .hero-subheader::after, .section-subheader.exchange-rates .hero-subheader::after {
    height: 120px;
    background-position: bottom;
  }
}
.section-subheader.blur .subheader-bg-image {
  opacity: 1;
}
@media all and (max-width: 619px) {
  .section-subheader:not(.blur) .subheader-bg-image {
    height: 100%;
  }
}
.section-subheader .subheader-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  object-fit: fill;
}
@media all and (min-width: 620px) {
  .section-subheader .subheader-bg-image {
    height: 85%;
  }
}
@media all and (min-width: 1025px) {
  .section-subheader .subheader-bg-image {
    height: 100%;
  }
}
.section-subheader .breadcrumbs {
  color: var(--light-color);
}
.section-subheader .breadcrumbs span {
  font-size: 14px;
}
.section-subheader .breadcrumbs .breadcrumb_last {
  font-weight: 300;
  color: var(--secondary-color);
}
.section-subheader .breadcrumbs a {
  color: var(--light-color);
  text-decoration: none;
}
.section-subheader .page-title {
  margin-top: 44px;
  font-size: 13px;
  line-height: 19px;
  color: var(--light-color);
}
@media all and (min-width: 405px) {
  .section-subheader .page-title {
    font-size: 15px;
    line-height: 20px;
  }
}
@media all and (min-width: 640px) {
  .section-subheader .page-title {
    font-size: 17px;
    line-height: 30px;
  }
}
@media all and (min-width: 680px) {
  .section-subheader .page-title {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 768px) {
  .section-subheader .page-title {
    margin-bottom: 0;
  }
}
.section-subheader .main-form-search {
  box-shadow: 0 9px 25px 0 rgba(173, 173, 173, 0.25);
  margin-top: 23px;
}
.section-subheader .main-form-search form .form-element .inner-fancy-dropdown select {
  width: 62%;
}
.section-subheader .main-form-search form .form-element .inner-fancy-dropdown select + select {
  width: 20%;
}
.section-subheader .main-form-search form .form-element .inner-fancy-dropdown .fancy-divider {
  left: 67%;
}
@media all and (min-width: 620px) {
  .section-subheader .main-form-search form .form-element .inner-fancy-dropdown .fancy-divider {
    left: 64%;
  }
}
@media all and (min-width: 1025px) {
  .section-subheader .main-form-search form .form-element .inner-fancy-dropdown .fancy-divider {
    left: 68%;
  }
}
@media all and (min-width: 1280px) {
  .section-subheader .main-form-search form .form-element .inner-fancy-dropdown .fancy-divider {
    left: 68%;
  }
}
.section-subheader .main-form-search form .form-element .inner-fancy-dropdown:after {
  left: 57%;
}
.section-subheader .main-form-search form .form-element.divider-banner:before {
  display: none;
}

body .section-subheader.title-and-form {
  padding: 27px 0 60px;
  margin-bottom: 210px;
  position: relative;
}
@media all and (min-width: 680px) {
  body .section-subheader.title-and-form {
    margin-bottom: 317px;
  }
}
@media all and (min-width: 769px) {
  body .section-subheader.title-and-form {
    margin-bottom: 210px;
  }
}
@media all and (min-width: 992px) {
  body .section-subheader.title-and-form {
    padding: 27px 0 0;
  }
}
@media all and (min-width: 1025px) {
  body .section-subheader.title-and-form {
    margin-bottom: 0;
  }
}
body .section-subheader.title-and-form .page-title {
  margin-top: 6px;
  margin-bottom: 64px;
}
@media all and (min-width: 405px) {
  body .section-subheader.title-and-form .page-title {
    margin-top: 15px;
    margin-bottom: 64px;
  }
}
@media all and (min-width: 620px) {
  body .section-subheader.title-and-form .page-title {
    margin-top: 23px;
    margin-bottom: 40px;
  }
}
@media all and (min-width: 768px) {
  body .section-subheader.title-and-form .page-title {
    margin-bottom: 64px;
  }
}
@media all and (max-width: 400px) {
  body .section-subheader.title-and-form .main-form-search {
    position: absolute;
    top: 40px;
    left: 33px;
    width: calc(100% - 66px) !important;
  }
}
@media all and (max-width: 619px) {
  body .section-subheader.title-and-form .main-form-search {
    position: absolute;
    top: 50px;
    left: 33px;
    width: calc(100% - 66px) !important;
  }
}
body .section-subheader.title-and-form .subheader-bg-image {
  height: unset;
}
@media all and (min-width: 1024px) {
  body .section-subheader.title-and-form .subheader-bg-image {
    height: 100%;
  }
}

body.page-id-125 .section-subheader.only-title, body.page-id-136 .section-subheader.only-title, body.page-id-141 .section-subheader.only-title, body.author .section-subheader.only-title {
  padding: 27px 0 76px;
}
@media all and (min-width: 1025px) {
  body.page-id-125 .section-subheader.only-title, body.page-id-136 .section-subheader.only-title, body.page-id-141 .section-subheader.only-title, body.author .section-subheader.only-title {
    padding: 27px 0 0;
  }
}
body.page-id-125 .section-subheader.only-title .page-title, body.page-id-136 .section-subheader.only-title .page-title, body.page-id-141 .section-subheader.only-title .page-title, body.author .section-subheader.only-title .page-title {
  margin-top: 34px;
}

body .section-subheader.only-title {
  padding: 27px 0 76px;
}
@media all and (min-width: 1025px) {
  body .section-subheader.only-title {
    padding: 27px 0 148px;
  }
}
body .section-subheader.only-title .page-title {
  margin-top: 45px;
}
@media all and (min-width: 768px) {
  body .section-subheader.only-title .page-title {
    margin-top: 65px;
  }
}

body .section-subheader.only-form {
  padding: 30px 0 210px;
  position: relative;
}
@media all and (min-width: 1025px) {
  body .section-subheader.only-form {
    padding: 27px 0 5px;
  }
}
@media (max-width: 640px) {
  body .section-subheader.only-form {
    z-index: 4;
  }
}
body .section-subheader.only-form .main-form-search {
  position: absolute;
  top: 0px;
  left: 33px;
  width: calc(100% - 66px) !important;
}
@media all and (min-width: 620px) {
  body .section-subheader.only-form .main-form-search {
    position: absolute;
    top: 30px;
    left: 33px;
    width: calc(100% - 66px) !important;
  }
}
@media all and (min-width: 1024px) {
  body .section-subheader.only-form .main-form-search {
    position: unset;
    top: unset;
    left: unset;
    width: unset !important;
  }
}

body:has(nav.main-navigation.toggled) header {
  background: #002A31;
}

.header-cta {
  margin-left: 29px;
}

@media all and (min-width: 1024px) {
  body:not(.home) header {
    padding: 0 45px;
  }
}

@media all and (min-width: 1038px) {
  .menu-item-hide-on-desktop {
    display: none !important;
  }
}

body .section-subheader.only-title,
body .section-subheader.money-transfer-providers-reviews.only-title {
  padding: 27px 0 38px;
}

@media (max-width: 550px) {
  body.is-partner-page .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
body.is-partner-page button.menu-toggle {
  display: none;
}
body.is-partner-page .site-branding {
  display: flex;
  align-items: center;
  gap: 15px;
}
body.is-partner-page .site-branding a {
  display: flex;
}
body.is-partner-page .site-branding .partner-logo {
  width: 88px;
}
body.is-partner-page .site-branding .black-logo {
  width: 161.25px;
}
@media (max-width: 580px) {
  body.is-partner-page .site-branding .partner-logo {
    width: 57px;
  }
  body.is-partner-page .site-branding .black-logo {
    width: 105px;
  }
  body.is-partner-page .site-branding .header-right {
    display: none;
  }
}
@media (max-width: 372px) {
  body.is-partner-page .site-branding .partner-logo {
    width: 47px;
  }
  body.is-partner-page .site-branding .black-logo {
    width: 95px;
  }
}
body.is-partner-page header.site-header {
  background: #ffffff;
  border-top: none;
}
body.is-partner-page header.site-header nav {
  display: none;
}
@media (max-width: 550px) {
  body.is-partner-page header.site-header .header-right {
    height: unset;
    padding-left: 0;
  }
}
body.is-partner-page header.site-header .header-right .header-cta a {
  background: var(--partner-page-primary-color) !important;
  color: #ffffff !important;
  border-radius: 80px;
  border: none;
  font-size: 14px;
  font-weight: 900;
  text-transform: capitalize !important;
}
body.is-partner-page header.site-header .header-right .header-cta a:hover {
  background: var(--partner-page-primary-color-hover) !important;
}
body.is-partner-page header.site-header .header-right .header-cta a span {
  display: block;
}
@media (max-width: 550px) {
  body.is-partner-page header.site-header .header-right .header-cta a {
    background: var(--partner-page-primary-color) !important;
    padding: 13.5px 15.5px !important;
  }
}

footer {
  background: var(--primary-section-color);
  padding: 50px 0 37px 0;
  text-align: center;
}
@media all and (min-width: 768px) {
  footer {
    text-align: unset;
  }
}
footer .logo-and-icons {
  margin-bottom: 49px;
}
footer .social-icons {
  list-style: none;
  margin: 0 0;
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
@media all and (min-width: 768px) {
  footer .social-icons {
    justify-content: end;
    padding: 0 0;
  }
}
footer .social-icons li a {
  color: transparent;
  padding-right: 20px;
}
footer .social-icons li a:hover img {
  filter: brightness(0) saturate(100%) invert(81%) sepia(20%) saturate(2837%) hue-rotate(347deg) brightness(99%) contrast(103%);
}
footer .widget-title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid rgba(250, 250, 250, 0.5);
  padding-bottom: 10px;
  margin-bottom: 36px;
}
footer .menu {
  display: block !important;
  padding-left: 0;
  padding-right: 15px;
  margin-left: 0;
  list-style: none;
}
footer .menu li {
  padding: 0 0;
  margin: 0 0 14px 0;
}
footer .menu li a {
  font-size: 16px;
  color: var(--light-color);
  font-weight: 300;
  text-decoration: none;
  transition: 0.5s ease;
}
footer .menu li a:hover {
  color: var(--secondary-color);
}
footer .site-branding {
  line-height: 1;
}
footer .site-branding img {
  width: 155px;
}
footer .footer_disclaimer {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid rgba(250, 250, 250, 0.5);
}
footer .footer_disclaimer p {
  color: var(--light-color);
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 20px;
}

body.is-partner-page footer {
  background: #ffffff;
  color: #061824;
  box-shadow: 0 -3px 10px 0 rgba(0, 0, 0, 0.1);
}
body.is-partner-page footer .logo-and-icons {
  margin-bottom: 43px;
}
body.is-partner-page footer .container {
  width: clamp(300px, 100%, 1181px);
  max-width: 100%;
}
body.is-partner-page footer .col-12 {
  padding-left: 0;
}
body.is-partner-page footer .row {
  margin-right: 0;
  margin-left: 0;
}
body.is-partner-page footer .row .col-4 {
  max-width: 29.333333%;
}
body.is-partner-page footer .row .col-4:last-child {
  max-width: 40%;
  flex: 0 0 40%;
}
@media (max-width: 980px) {
  body.is-partner-page footer .row .col-4 {
    max-width: 100%;
    margin-bottom: 30px;
  }
  body.is-partner-page footer .row .col-4:last-child {
    max-width: 100%;
    flex: 0 0 100%;
    border-top: 1px solid rgba(6, 24, 36, 0.5);
    padding-top: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.is-partner-page footer .row .col-4:first-child {
    border-bottom: 1px solid rgba(6, 24, 36, 0.5);
    padding-bottom: 30px;
  }
}
@media (max-width: 980px) {
  body.is-partner-page footer .ce-widget-text {
    text-align: left;
  }
}
body.is-partner-page footer .ce-widget-text p {
  margin: 0;
  color: #061824;
  font-size: 16px;
  font-weight: 400;
}
body.is-partner-page footer .ce-widget-text p:first-child {
  margin-bottom: 15px;
}
body.is-partner-page footer .ce-widget-heading {
  font-weight: 700;
  margin-bottom: 15px;
  color: #061824;
  font-size: 16px;
}
@media (max-width: 980px) {
  body.is-partner-page footer .ce-widget-heading {
    text-align: left;
  }
}
body.is-partner-page footer .footer-privacy-nav a {
  color: #061824;
  font-size: 16px;
}
body.is-partner-page footer .ce-email {
  display: flex;
  gap: 5px;
  align-items: center;
}
body.is-partner-page footer .ce-email a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #061824;
}
body.is-partner-page footer .ce-email svg path {
  fill: var(--partner-page-primary-color);
}
body.is-partner-page footer .partner-ce-disclaimer {
  padding-bottom: 26px;
  margin-top: -12px;
}
body.is-partner-page footer .partner-ce-disclaimer p {
  font-size: 12px;
  font-weight: 400;
  color: rgba(6, 24, 36, 0.7);
  text-align: left !important;
  line-height: 20px;
  margin-bottom: 18px;
}
body.is-partner-page footer .social-icons {
  justify-content: start;
  margin: 30px 0;
  gap: 5px;
}
@media (max-width: 980px) {
  body.is-partner-page footer .social-icons {
    margin: 10px 0;
  }
}
body.is-partner-page footer .social-icons a {
  padding-right: 0;
}
body.is-partner-page footer .social-icons a:hover img {
  filter: unset;
}
body.is-partner-page footer .social-icons img {
  width: 24px;
}
body.is-partner-page footer .col-4 {
  padding-left: 0;
  padding-right: 0;
}
body.is-partner-page footer .row.copyright {
  border-top: 1px solid rgba(6, 24, 36, 0.3);
  padding-top: 20px;
}
@media (max-width: 980px) {
  body.is-partner-page footer .row.copyright {
    padding-top: 30px;
  }
}
body.is-partner-page footer .row.copyright .col-12 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 980px) {
  body.is-partner-page footer .row.copyright .col-12 {
    flex-direction: column-reverse;
    align-items: start;
    gap: 10px;
  }
}
body.is-partner-page footer .row.copyright .col-12 .c-left {
  font-size: 12px;
  font-weight: 400;
}
body.is-partner-page footer .row.copyright .col-12 .c-right ul {
  display: flex !important;
  gap: 10px;
  padding-right: 0;
}
body.is-partner-page footer .row.copyright .col-12 .c-right li:not(:last-child) {
  border-right: 1px solid rgba(6, 24, 36, 0.5);
  padding-right: 10px;
}
body.is-partner-page footer .row.copyright .col-12 .c-right a {
  color: #061824;
  font-size: 12px;
  font-weight: 400;
}

:root {
  --c-black: #000;
  --primary-color: #00191D;
  --primary-section-color: #002A31;
  --secondary-color: #FFC704;
  --secondary-color-rgb: 255, 199, 4;
  --secondary-color-hover: #FFE204;
  --text-color: #00191D;
  --light-color: #fff;
  --grey-color: #F8F9FD;
  --fs-h1: 38px;
  --fs-h2: 30px;
  --fs-h3: 26px;
  --fs-h4: 20px;
  --fs-h5: 18px;
  --fs-p: 17px;
  --fs-nav: 15.3px;
  --fs-bread: 14.5px;
  --fw-thin: 100;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-bold: 700;
  --fw-black: 900;
  --container-width: 1260px;
  --site-width: 1260px;
}

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

.text-right {
  text-align: center;
}
@media all and (min-width: 1025px) {
  .text-right {
    text-align: right;
  }
}

@media all and (min-width: 1025px) {
  .padding-top-58 {
    padding-top: 58px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.secondary-color-text {
  color: var(--secondary-color);
}

body .comparison-method-section {
  padding-top: 52px;
  padding-bottom: 20px;
}
@media all and (min-width: 1025px) {
  body .comparison-method-section {
    padding: 146px 0 35px 0;
  }
}
body .comparison-method-section .section-title {
  margin-bottom: 20px;
}

.who-are-section {
  padding-top: 62px;
  padding-bottom: 2px;
  align-items: end !important;
}
@media all and (min-width: 1025px) {
  .who-are-section {
    padding-top: 36px;
    padding-bottom: 0px;
  }
}
.who-are-section h2 {
  color: var(--primary-color);
  margin-bottom: 30px;
  text-align: left;
}
.who-are-section p {
  width: 94%;
}
@media all and (min-width: 1025px) {
  .who-are-section p {
    padding-bottom: 0px;
  }
}
@media all and (min-width: 1025px) {
  .who-are-section p:last-of-type {
    padding-bottom: 53px;
  }
}
.who-are-section .wp-block-image {
  display: none;
}
@media all and (min-width: 782px) {
  .who-are-section .wp-block-image {
    display: block;
  }
}
.who-are-section img {
  display: none;
}
@media all and (min-width: 782px) {
  .who-are-section img {
    display: block;
  }
}

.what-we-do-section {
  background: var(--primary-section-color);
  padding-top: 63px;
  padding-bottom: 50px;
}
@media all and (min-width: 1025px) {
  .what-we-do-section {
    padding: 62px 0 103px 0;
  }
}
.what-we-do-section h2 {
  margin-bottom: 47px;
}
@media all and (min-width: 1025px) {
  .what-we-do-section h2 {
    margin-bottom: 70px;
  }
}
.what-we-do-section .wp-block-column p {
  color: var(--light-color);
  margin-bottom: 10px;
}
.what-we-do-section h2 {
  color: var(--light-color);
}

.how-to-make-money-section {
  padding-top: 72px;
  padding-bottom: 32px;
}
@media all and (min-width: 1025px) {
  .how-to-make-money-section {
    padding: 125px 0 131px 0;
    align-items: center !important;
  }
}
.how-to-make-money-section h2 {
  color: var(--primary-color);
  margin-bottom: 47px;
  text-align: left;
}
@media all and (min-width: 1025px) {
  .how-to-make-money-section h2 {
    margin-bottom: 32px;
  }
}
.how-to-make-money-section .wp-block-image {
  display: none;
}
@media all and (min-width: 782px) {
  .how-to-make-money-section .wp-block-image {
    display: block;
  }
}
.how-to-make-money-section img {
  display: none;
}
@media all and (min-width: 782px) {
  .how-to-make-money-section img {
    display: block;
  }
}

.wp-block-columns + .section-understanding-mid-market {
  margin-top: 49px;
}

body .eur-live-exchange-rate-section {
  padding-top: 52px;
  padding-bottom: 62px;
}
@media all and (min-width: 1025px) {
  body .eur-live-exchange-rate-section {
    padding-top: 88px;
    padding-bottom: 104px;
  }
}
body .eur-live-exchange-rate-section .section-title {
  margin-bottom: 34px;
}
@media all and (min-width: 1025px) {
  body .eur-live-exchange-rate-section .section-title {
    margin-bottom: 64px;
  }
}
body .eur-live-exchange-rate-section .description {
  margin-bottom: 52px;
}
@media all and (min-width: 1025px) {
  body .eur-live-exchange-rate-section .description {
    margin-bottom: 85px;
    width: 86%;
  }
}

.mobile-hide {
  display: none;
}
@media all and (min-width: 620px) {
  .mobile-hide {
    display: block;
  }
}

@media all and (min-width: 620px) {
  .desktop-hide {
    display: none;
  }
}

.has-text-align-center {
  text-align: left !important;
}
@media all and (min-width: 1025px) {
  .has-text-align-center {
    text-align: center !important;
  }
}

.compare-results-page.section-countries {
  padding-top: 43px;
  padding-bottom: 88px;
}
@media all and (min-width: 1025px) {
  .compare-results-page.section-countries {
    padding: 82px 0 112px 0;
  }
}

h1.wp-block-heading {
  color: #3042DA;
  margin-bottom: 21px;
}

.wp-block-columns p {
  margin-bottom: 30px;
}

@media all and (min-width: 1025px) {
  .entry-content .section-countries:first-child {
    padding: 72px 0 50px 0;
  }
}
.entry-content .section-countries:first-child .countries {
  row-gap: 28px;
}

@media all and (min-width: 1025px) {
  .section-image-and-content.row-direction-content-left-image-right.explore-exchange-rate-page {
    padding: 51px 0 110px 0;
  }
}
.section-image-and-content.row-direction-content-left-image-right.explore-exchange-rate-page .section-title {
  margin-bottom: 34px;
}
@media all and (min-width: 620px) {
  .section-image-and-content.row-direction-content-left-image-right.explore-exchange-rate-page .section-title {
    margin-bottom: 56px;
  }
}
.section-image-and-content.row-direction-content-left-image-right.explore-exchange-rate-page .description {
  margin-bottom: 52px;
}
@media all and (min-width: 620px) {
  .section-image-and-content.row-direction-content-left-image-right.explore-exchange-rate-page .description {
    margin-bottom: 74px;
  }
}
@media all and (min-width: 1025px) {
  .section-image-and-content.row-direction-content-left-image-right.explore-exchange-rate-page .col-6:nth-child(2) {
    padding-left: 130px !important;
    flex: 0 0 56% !important;
    max-width: 56% !important;
  }
}
@media all and (min-width: 1025px) {
  .section-image-and-content.row-direction-content-left-image-right.explore-exchange-rate-page .col-6:first-of-type {
    flex: 0 0 44% !important;
    max-width: 44% !important;
    text-align: left !important;
  }
}

@media all and (min-width: 1025px) {
  .section-image-and-content.row-direction-content-left-image-right.explore-exchange-rate-page.padding-top {
    padding: 93px 0 110px 0;
  }
}

@media all and (min-width: 620px) {
  .api-template-default .wp-block-image {
    margin: 70px 0;
  }
}

@media all and (min-width: 620px) {
  .single-api .entry-content {
    margin-bottom: 161px;
  }
}

.grey-bg {
  background: var(--grey-color);
}

.yellow-border-bottom {
  border-bottom: 3px solid var(--secondary-color);
}

.button, body .gform_button {
  font-family: "Merriweather Sans", serif;
  font-size: 14px !important;
  padding: 13.5px 40px !important;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid;
  background: var(--secondary-color) !important;
  border-color: var(--secondary-color) !important;
  color: var(--primary-color) !important;
  text-decoration: none;
  text-align: center;
  min-width: 100%;
  font-weight: 800;
  transition: 0.5s ease;
  text-transform: uppercase !important;
}
@media all and (min-width: 1025px) {
  .button, body .gform_button {
    min-width: 265px;
  }
}
.button:hover, body .gform_button:hover {
  background: var(--secondary-color-hover) !important;
  border-color: var(--secondary-color-hover) !important;
  color: var(--primary-color);
}
.button.btn-small, body .gform_button.btn-small {
  padding: 13px 40px !important;
  font-size: 15px !important;
}

.btn-secondary {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--primary-color);
}
.btn-secondary:hover {
  background: var(--secondary-color-hover) !important;
  border-color: var(--secondary-color-hover) !important;
  color: var(--primary-color);
}

.btn-primary {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--light-color);
}
.btn-primary:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--primary-color);
}

.btn-tertiary {
  background: var(--light-color);
  border-color: #959595;
  color: var(--c-black);
}
.btn-tertiary:hover {
  background: var(--primary-color);
  color: var(--light-color);
}

header .button {
  min-width: unset !important;
}
header .button:hover {
  background: var(--secondary-color-hover);
  border-color: var(--secondary-color-hover);
  color: var(--primary-color);
}

.gform_wrapper.gform-theme--foundation form .gform_body .gform_fields {
  column-gap: 10px;
  grid-row-gap: 21px;
}
.gform_wrapper.gform-theme--foundation form .gform_body .gform_fields input, .gform_wrapper.gform-theme--foundation form .gform_body .gform_fields textarea {
  border: 0.5px solid #929292;
  padding: 16px 19px;
  color: #000;
  font-size: 17px;
  font-weight: 300;
  height: 55px;
  box-shadow: inset 0px 3px 5px 0 rgba(146, 146, 146, 0.4);
  border-radius: 5px;
}
.gform_wrapper.gform-theme--foundation form .gform_body .gform_fields input ::placeholder, .gform_wrapper.gform-theme--foundation form .gform_body .gform_fields textarea ::placeholder {
  color: #000;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
}
.gform_wrapper.gform-theme--foundation form .gform_body .gform_fields input:focus, .gform_wrapper.gform-theme--foundation form .gform_body .gform_fields textarea:focus {
  border-color: var(--secondary-color);
  box-shadow: inset 0px 3px 5px 0 rgba(32, 76, 229, 0.2);
}
.gform_wrapper.gform-theme--foundation form .gform_body .gform_fields textarea {
  min-block-size: 150px !important;
}

/*# sourceMappingURL=style.css.map */
