/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

 html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 90%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 768px) {
  .container {
    width: 90%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}

/* Variables
 –––––––––––––––––––––––––––––––––––––––––––––––––– */
 :root {
  --primary-font-color: #151515;
  --primary-color: #1E34FF;
  --secondary-color:#FF8800;
  --white: #ffffff;
  --black: #000000;
  --grey:#E5E4DE;
  --dark-grey:#676551;
  --section-padding: 9.6rem 0;
  --section-bg:#f6faff;
  --gradient: linear-gradient(99deg, var(--primary-color) 0%, var(--secondary-color) 100%);
  --body-font: "Inter", serif;
  --heading-font: "Noto Serif JP",ui-serif,Georgia,Cambria,Times New Roman,Times,serif;
  --border-radius:0.4rem;
}

@media (max-width:767px){
  :root {
    --section-padding: 5.6rem 0;
  }
}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.8;
  font-weight: 400;
  font-family: var(--body-font);
  color: var(--primary-font-color); }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; 
font-family:var(--heading-font);}
h1 { font-size: 4.0rem; line-height: 1.2; }
h1 .small{ font-size:2.4rem;display:block;margin-bottom:3.2rem;margin-top:1.2rem;}
h2 { font-size: 3.2rem; line-height: 1.25;}
h3 { font-size: 2.4rem; line-height: 1.3; }
h4 { font-size: 2.4rem; line-height: 1.35;}
h5 { font-size: 1.8rem; line-height: 1.5; }
h6 { font-size: 1.5rem; line-height: 1.6;}

/* Larger than phablet */
@media (min-width: 768px) {
  h1 { font-size: 7.6rem; }
  h1 .small{ font-size:3.0rem;margin-top:2.4rem;}
  h2 { font-size: 4.0rem; }
  h3 { font-size: 3.0rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: var(--primary-font-color); 
  text-decoration: none;
  cursor: pointer;
  display:inline-block;
}
a:hover {
  color: var(--primary-color); }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.btn, .submitted-message a{
  display: inline-flex;
  align-items: center;
  font-size:1.6rem;
  font-weight:600;
  border-radius: var(--border-radius);
  text-decoration: none;
  gap: 0.7rem; /* Space between arrow and text */
}

.btn-primary, .submitted-message a{
  background-color: var(--primary-color);
  color:var(--white);
  padding: 1rem 4rem;
}
.btn-primary:hover, .submitted-message a:hover,.btn-primary:focus, .submitted-message a:focus{
  color:var(--white);
  background-color:#0013c1;
  text-decoration: none;
}
.btn-primary.arrow::after {
  content: url(https://info.versapay.com/hubfs/Marketbridge/VER0001/images/mb-icon-arrow-white.png);
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}
.btn-primary.arrow:hover::after {
  transform: translateX(8px); /* Move arrow to the right */
}
.btn-secondary {
  color: var(--primary-font-color);
  background-color: transparent;
  border: 1px solid var(--primary-font-color);
  transition: color 0.3s ease, border-color 0.3s ease;
  padding: 1rem 1.6rem;
}

.btn-secondary::after {
  content: url(https://info.versapay.com/hubfs/Marketbridge/VER0001/images/mb-icon-arrow.png);
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}

.btn-secondary:hover {
  color: var(--primary-color); /* Change text color */
  border-color: var(--primary-color); /* Change border color */
}

.btn-secondary:hover::after {
  content: url(https://info.versapay.com/hubfs/Marketbridge/VER0001/images/mb-icon-arrow-hi.png);
  transform: translateX(8px); /* Move arrow to the right */
}

.btn-tertiary{
  font-weight:700;
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
}

.btn-tertiary::after {
  content: url(https://info.versapay.com/hubfs/Marketbridge/VER0001/images/mb-icon-arrow.png);
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
  margin-left:0.7rem;
}

.btn-tertiary:hover::after {
  content: url(https://info.versapay.com/hubfs/Marketbridge/VER0001/images/mb-icon-arrow-hi.png);
  transform: translateX(8px); /* Move arrow to the right */
}


@media (max-width:550px){
  .btn{
    display:flex;
    justify-content: center;
    font-size:1.4rem;
  }
}


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }
  img{
    height:auto;
    max-width:100%;
  }
  .bg-color{
    background:var(--section-bg);
  }

  @media (max-width:767px){
    .hide-on-mobile{
      display:none;
    }
  }

  @media (min-width:768px){
    .hide-on-desktop{
      display:none;
    }
  }
 
  *{
    box-sizing: border-box;
  }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Flexbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flex-container{
  display:flex;
}
.space-between{
  justify-content: space-between;
}

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

.flex-wrap{
  flex-wrap: wrap;
}

/* Logo Bar
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.mod-logobar{
  padding:2.6rem 0;
  position: sticky;
  top: 0; 
  background:var(--white);
  z-index:9;
}

.mod-logobar{
  line-height:1;
}

#hs_cos_wrapper_module_17382555232001{
  position: sticky;
  top: 0; 
  background:var(--white);
  z-index:9;
}

/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header.asset{
  background:rgba(30, 52, 255, 0.05);
  background-image:url(https://info.versapay.com/hubfs/Marketbridge/VER0001/images/mb-ver0001-hero-bg.png);
  background-size:cover;
  background-repeat:no-repeat;
}
header.asset .column{
  margin-left:0;
}
header.asset p{
  margin-bottom:3.2rem;
}

header.asset .copy{
  padding:9.4rem 0;
}
@media (min-width:768px){
  header.asset .column.one-half{
    width:50%;
  }
}

.blocker{
  z-index:10;
}

.modal a.close-modal{
  background-image:url(https://info.versapay.com/hubfs/Marketbridge/VER0001/images/mb-icon-close.png);
  width:24px;
  height:24px;
  top:20px;
  right:20px;
}

.modal{
  max-width:792px;
  border-radius: 0;
}

.modal .form-container{
  box-shadow: none;
}

@media (max-width:767px){
  header.asset .copy{
    padding:0 0 5.6rem 0;
  }
}

header.form{
  padding:var(--section-padding);
}

header.form .form-container{
  background:#FFF9F2;
  margin-bottom:3.2rem;
}

header.form .below-form{
  padding:0 3.2rem;
}

/* Module 1 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.module__1{
  padding:var(--section-padding);
}

.module__1 .stat{
  font-size:4.8rem;
  font-family:var(--heading-font);
  flex:1;
}

.module__1 .stat span{
  display:block;
  font-size:1.6rem;
}

.module__1 .stat-container{
  gap:3.2rem;
}

@media (max-width:550px){
  .module__1 .stat-container{
    flex-direction: column;
  }
}

.module__1 .btn-primary{
  margin-top:4.4rem;
}


/* Module 2
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.module__2{
  padding:var(--section-padding);
}

.module__2 .image{
  margin-bottom:3.2rem;
}

@media (max-width:550px){
  .module__2 .container{
    width:100%;
    padding:0;
  }
  .module__2 .copy{
    width:90%;
    margin:auto;
  }

  .module__2 .column:first-child{
    margin-bottom:2.4rem;
  }
}

/* Module 3
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.module__3{
  padding:var(--section-padding);
}

.module__3 h2{
  margin-bottom:9.4rem;
}

@media (max-width:767px){
  .module__3 h2{
    margin-bottom:4.8rem;
  }
}

.accordion-item {
  position:relative;
  border-radius:var(--border-radius);
  border:2px solid var(--grey);
  z-index:1;
  margin-bottom:3.6rem;
}

.accordion-item.active::before{
  content: "";
  position: absolute;
  inset:-2px;
  background:var(--gradient);
  z-index:-1;
  border-radius: var(--border-radius);
}


.accordion-header {
  width: 100%;
  padding: 3.2rem 2.4rem;
  text-align: left;
  border: none;
  font-size: 2.2rem;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  transition: color 0.3s ease;
  background:#ffffff;
  color:#3D3D3F;
  display: flex;
  justify-content: space-between;
  font-family: var(--heading-font);
}

.accordion-header::after {
  content: '+';
  padding-left:12px;
}

.accordion-header[aria-expanded="true"]{
  padding-bottom:2.4rem;
}


.accordion-header[aria-expanded="true"]::after {
  content: '-';
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 2.4rem;
  background: #fff;
  transition: max-height 0.3s ease;
  font-size:16px;
}

.accordion-content p {
  margin-bottom: 48px;
}

@media (max-width:767px){
  .module__3 .flex-container{
    flex-direction: column;
  }
}

/* Module 4
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.module__4{
  padding:var(--section-padding);
  padding-bottom:4.8rem;
}

.module__4 h1, .module__4 .row{
  text-align: center;
  margin:auto;
}

.module__4 .card-container{
  gap:2.4rem;
  margin:3.6rem auto 5.6rem;
}

.module__4 .card-container .card{
  background:var(--white);
  padding:2.4rem;
  border-radius:var(--border-radius);
  flex:1;
  border-radius:var(--border-radius);
  border:1px solid var(--grey);
  position: relative;
}

.module__4 .card-container .card:hover::before{
  content: "";
  position: absolute;
  inset:-2px;
  background:var(--gradient);
  z-index:-1;
  border-radius: var(--border-radius);
}

.module__4 .card-container .card h3{
  margin-top:1.6rem;
}

.module__4 p{
  margin-bottom:0;
  margin-top:2.5rem;
}


@media (max-width:767px){
  .card-container{
    flex-direction: column;
  }
  .module__4 .card-container.shorter{
    margin-bottom:2.4rem; 
  }
  .module__4 .card-container{
    flex-direction: column;
  }
}

/* Module 5
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.module__5{
  padding:4rem 0;
}

.module__5 .content-bg{
  background-color:var(--primary-color);
  border-radius: 8.0rem 0;
  padding:8.8rem 10rem;
  color:var(--white);
}

.module__5 h2, .module__5 p{
  color:var(--white);
}

@media (max-width:767px){
  .module__5 .content-bg{
    flex-direction: column;
    padding:8.8rem 3.6rem;
  }
}

/* Contact Module
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.module__contact{
  padding:var(--section-padding);
}

.form-container{
  padding:3.6rem 2.4rem;
  background:var(--white);
  box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.10), 0px 2px 4px -2px rgba(0, 0, 0, 0.10);
}

.form-container h2, .form-container p{
  text-align: center;
}

.form-container label{
  display:block;
  font-size:1.6rem;
  color:var(--primary-font-color);
}

.form-container .required{
  color:#D53F34;
  font-size:1.4rem;
}

.form-container input, textarea, select{
  width:100%;
  border-radius:var(--border-radius);
  border:1px solid var(--grey);
  min-height: 46px;
  padding:0 1.2rem;
}

textarea{
  height: 70px;
}

input[type="submit"]{
  display: inline-flex !important;
  align-items: center !important;
  font-size:1.6rem !important;
  font-weight:600 !important;
  border-radius: var(--border-radius) !important;
  text-decoration: none !important;
  gap: 0.7rem !important; /* Space between arrow and text */
  background-color: var(--primary-color) !important;
  color:var(--white) !important;
  padding: 1rem 4rem !important;
  width:auto !important;
  text-shadow: none  !important;
}
input[type="submit"]:hover{
  color:var(--white) !important;
  background-color:#0013c1 !important;
}

.form-container form p{
  color:var(--dark-grey);
  text-align: left;
  font-size:1.2rem;
}


/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

footer{
  background:#F6F6F4;
  padding:4rem 0;
  font-size:1.4rem;
}

footer .icons{
  gap:8rem;
}

footer .first-row{
  border-bottom:1px solid var(--dark-grey);
  padding-bottom:4rem;
  margin-bottom:4rem;
}

footer .column{
  color:var(--dark-grey);
  margin-bottom:4rem;
}

footer ul{
  gap:12rem;
  list-style: none;
  margin-left:0;
  padding-left:0;
}

@media (max-width:767px){
  footer .flex-container{
    flex-direction: column;
    align-items: flex-start;
  }
  footer ul{
    gap:2.4rem;
  }
  footer .icons{
    gap:3.6rem;
    margin-top:3.6rem;
  }
}