.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  list-style-type: none;
}

li {
  margin-left: 0px;
  padding-bottom: 6px;
  padding-left: 26px;
  background-image: url('../images/ico-bullet-list.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-decoration: none;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  width: 510px;
  margin-top: 30px;
  margin-bottom: 30px;
  opacity: 1;
  font-size: 18px;
  line-height: 25px;
  text-align: left;
}

.product-name-text {
  font-size: 20px;
  line-height: 34px;
  font-weight: 500;
  text-transform: uppercase;
}

.product-name-text.cc-name-text-cart {
  font-size: 14px;
  line-height: 26px;
}

.cart-quantity {
  display: block;
  height: auto;
  min-width: auto;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0px;
}

.cart-option-list {
  margin-top: 0px;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 26px;
}

.text-block {
  font-size: 12px;
  font-weight: 700;
}

.text-block.active {
  color: #06f;
}

.text-block.idioma {
  width: 23px;
  height: 16px;
  background-image: url('../images/en.png');
  background-position: 50% 100%;
  background-size: auto;
}

.navigation {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.elements-header {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none;
  border-width: 0px;
  border-color: #5e60dd;
}

.icon {
  display: block;
}

.cart-header {
  padding-top: 16px;
  padding-bottom: 16px;
}

.option-item-value {
  color: #1a1b1f;
}

.cart {
  margin-left: 0px;
}

.cart-list {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-item-info-wrap {
  margin-top: -5px;
  margin-bottom: 5px;
  padding-right: 20px;
  padding-left: 20px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: 0.8;
}

.logo-link:active {
  opacity: 0.7;
}

.cart-line-item {
  margin-bottom: 10px;
}

.navigation-item {
  padding: 9px 10px;
  opacity: 1;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: none;
}

.navigation-item:hover {
  opacity: 0.9;
  color: #06f;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #06f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-items-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 36px;
  margin-left: 36px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 0px;
  border-color: #b42828;
}

.logo-image {
  display: block;
}

.button {
  margin-right: 0px;
  margin-left: 10px;
  padding: 8px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #06f;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.button:hover {
  background-color: #06f;
  color: #fff;
}

.button:active {
  background-color: #43464d;
}

.button.primary {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 6px;
  background-color: #06f;
  font-weight: 700;
  text-transform: none;
}

.button.primary:hover {
  background-color: #004fc5;
}

.button.primary.email-contact {
  width: 100%;
  margin-left: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 15px;
  text-align: center;
}

.button.buton-trade {
  width: 90px;
  padding: 0px;
  color: #06f;
  font-weight: 400;
}

.button.buton-trade:hover {
  color: #fff;
}

.button.cta-service {
  width: 100%;
  margin-top: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-color: #c4c4c4;
  font-size: 14px;
}

.button.cta-service:hover {
  border-width: 1px;
  border-color: hsla(0, 0%, 76.9%, 0);
}

.dropdown_toggle {
  padding-right: 30px;
  padding-left: 10px;
  color: #fff;
}

.dropdown_toggle:active {
  color: #06f;
}

.dropdown_toggle:focus {
  color: #06f;
}

.navegation-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 0px;
  border-color: #b42828;
}

.navigation-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-footer {
  padding-top: 20px;
}

.icon-2 {
  margin-right: 10px;
  color: #06f;
}

.dropdown {
  color: #fff;
  line-height: 0px;
}

.dropdown:hover {
  color: #06f;
}

.text-block-2 {
  border-radius: 6px;
}

.status-message {
  padding: 9px 30px;
  background-color: #202020;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.cart-option-wrap {
  margin-bottom: 0px;
}

.label {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.cc-cart-remove-link {
  margin-top: 4px;
  margin-bottom: 5px;
  color: #a7a7a7;
  font-weight: 400;
  text-decoration: none;
}

.cart-container {
  min-width: 400px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.08);
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.paragraph-light {
  opacity: 0.6;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  text-transform: none;
}

.heading-jumbo-tiny {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.pay-with-browser {
  height: 42px;
}

.remove-button {
  text-decoration: none;
}

.apple-pay {
  height: 42px;
}

.navigation-items-buttons {
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 0px;
  border-color: #eb0000;
  text-align: left;
}

.intro-head-products {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.intro-content {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.intro-text {
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.heading-jumbo {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 57px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.button-medium {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 12px 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #06f;
  border-radius: 6px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #f2f4f8;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  text-decoration: none;
  text-transform: none;
}

.button-medium:hover {
  background-color: #06f;
  color: #fff;
}

.button-medium:active {
  background-color: #43464d;
}

.button-medium.primary {
  margin-right: 0px;
  margin-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 6px;
  background-color: #06f;
  color: #f2f4f8;
  font-weight: 700;
  text-transform: none;
}

.button-medium.primary:hover {
  background-color: #004fc5;
}

.button-medium.primary.cta-trade {
  width: 100%;
  margin-top: 30px;
  margin-left: 0px;
  text-align: center;
}

.button-medium.button-feature {
  color: #06f;
}

.button-medium.button-feature:hover {
  color: #fff;
}

.button-medium.button-feature.button-partner {
  width: 220px;
  text-align: center;
}

.button-medium.button-send {
  background-color: #06f;
  color: #f2f4f8;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  overflow: visible;
  width: 100%;
  height: 730px;
  max-height: 740px;
  float: none;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #f2f4f8;
}

.section.cc-store-home-wrap {
  margin-right: 0px;
  margin-left: 0px;
}

.main-paragraph-wrap {
  margin-top: 60px;
  margin-bottom: 150px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-areas: ". .";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.products-heading {
  margin-bottom: 80px;
  text-align: center;
}

.main-heading-wrap {
  margin-bottom: 60px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.hero {
  position: relative;
  display: block;
  overflow: visible;
  max-height: 820px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #010f25;
}

.intro-head {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 90px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 42px;
}

.head-title-products {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.box-product-head {
  display: inline-block;
  width: 18.7%;
  height: auto;
  margin-right: 14px;
  padding: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 0px solid transparent;
  border-radius: 10px;
  background-color: #161b2d;
  font-size: 14px;
}

.box-product-head:hover {
  border-width: 0px;
  border-color: #8c57cf;
}

.box-product-head.hover1 {
  border-width: 0px;
  border-color: #8c57cf;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.box-product-head.hover1:hover {
  margin: -1px 13px -1px -1px;
  border-width: 1px;
}

.box-product-head.hover2 {
  border-width: 0px;
}

.box-product-head.hover2:hover {
  margin: -1px 13px -1px -1px;
  border-width: 1px;
  border-color: #ff903e;
}

.box-product-head.hover3 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.box-product-head.hover3:hover {
  margin: -1px 13px -1px -1px;
  border-width: 1px;
  border-color: #e85f70;
}

.box-product-head.hover4:hover {
  margin: -1px 13px -1px -1px;
  border-width: 1px;
  border-color: #5775cf;
}

.box-product-head.hover5 {
  margin: 0px;
}

.box-product-head.hover5:hover {
  margin: -1px;
  border-width: 1px;
  border-color: #16bf86;
}

.box-product-head.box-last {
  margin-right: 0px;
}

.ico-popular-head {
  position: static;
  display: block;
  margin-left: -8px;
  padding-right: 5px;
  float: left;
}

.text-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  float: none;
  clear: right;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.link-read-popular {
  font-family: 'Open Sans', sans-serif;
  color: #06f;
  font-weight: 700;
  text-decoration: none;
}

.link-read-popular:hover {
  color: #fff;
}

.text-box-product {
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  font-family: 'Open Sans', sans-serif;
  color: #c4c4c4;
  font-size: 14px;
}

.home-why {
  position: relative;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f2f4f8;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.col-why {
  width: auto;
}

.h2 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #2c2c2c;
  font-size: 33px;
}

.h2.title-global-markets {
  max-width: 500px;
  color: #2c2c2c;
}

.h2.plataform {
  margin-top: 0px;
}

.text-span {
  color: #06f;
}

.tab-menu-active {
  font-family: 'Open Sans', sans-serif;
  color: #06f;
  font-size: 16px;
}

.tab-menu-inactive {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.tab-menu-inactive:hover {
  color: #06f;
}

.text-block-6 {
  font-size: 16px;
}

.tab-link-tab-2 {
  color: #06f;
}

.tab-link-tab-2.w--current {
  border-bottom: 1px solid #06f;
  background-color: hsla(0, 0%, 78.4%, 0);
}

.tab-link {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 0px none #c4c4c4;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: #666;
}

.tab-link.w--current {
  border-bottom: 2px solid #06f;
  background-color: hsla(0, 0%, 86.7%, 0);
  color: #06f;
}

.tabs-menu {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom: 1px solid #c4c4c4;
}

.tabs-content {
  overflow: hidden;
  margin-top: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 0px none #c4c4c4;
  border-radius: 10px;
  background-color: #fff;
}

.tabs-markets {
  margin-top: 30px;
}

.table-row-3-col {
  padding-top: 12px;
  padding-bottom: 12px;
  grid-auto-flow: column;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.table-row-3-col.header-table {
  padding-top: 15px;
  padding-bottom: 15px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border-radius: 10px 10px 0px 0px;
  background-color: #e5f0ff;
  font-family: 'Open Sans', sans-serif;
  color: #003b93;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.most-popular {
  padding-top: 0px;
}

.data-table {
  color: #25213b;
  font-size: 12px;
  font-weight: 600;
}

.data-table.data-red {
  color: #d61313;
}

.text-block-7 {
  font-size: 12px;
  font-weight: 600;
}

.why-trade {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 0px solid #c4c4c4;
}

.feature-excent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 30px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #666;
}

.col-data-markets {
  width: auto;
}

.heading {
  color: #666;
  font-size: 16px;
}

.heading.h2-feature {
  margin-top: 5px;
  font-size: 18px;
}

.body {
  font-family: 'Open Sans', sans-serif;
  color: #666;
}

.feature-excent-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-excent-cta-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-excent-cta-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-divider {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #06f;
  background-color: #c4c4c4;
}

.div-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-8 {
  font-weight: 600;
}

.space-title {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #06f;
  background-color: hsla(0, 0%, 76.9%, 0);
}

.home-our-plataform {
  position: relative;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.col-50 {
  width: 100%;
}

.paragraph {
  color: #000;
  font-size: 14px;
  line-height: 22px;
}

.list {
  margin-top: 20px;
  padding-left: 0px;
  line-height: 34px;
  list-style-type: none;
}

.list-item {
  padding-left: 20px;
  background-color: transparent;
  background-image: url('../images/ico-bullet-list.svg');
  background-position: 0% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-size: 15px;
}

.image {
  width: 652px;
  margin-right: 0px;
  margin-left: auto;
  border-radius: 14px;
}

.grid-plataform {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1.25fr;
  grid-template-columns: 1fr 1.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.footer {
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . . . ."
    ". . . . .";
  -ms-grid-columns: 2fr 30px 1fr 30px 1fr 30px 1.25fr 30px 1fr;
  grid-template-columns: 2fr 1fr 1fr 1.25fr 1fr;
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
  background-color: #000;
}

.links-section-footer {
  margin-top: 40px;
}

.footer-link {
  margin-bottom: 15px;
  opacity: 0.6;
  -webkit-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
  font-size: 14px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 1;
}

.made-with-webflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: 0.8;
}

.left-footer {
  width: 100%;
  max-width: 30%;
  padding-right: 40px;
  color: #c4c4c4;
  font-size: 14px;
}

.right-footer {
  width: 100%;
  max-width: 70%;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
}

.social-links {
  display: inline-block;
  max-width: 335px;
  margin-top: 30px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #323232;
  border-bottom: 1px solid #323232;
  color: #c4c4c4;
  font-size: 14px;
}

.text-block-9 {
  line-height: 30px;
}

.link-social-ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 33px;
  height: 46px;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.ico-social {
  position: relative;
  bottom: auto;
  display: inline-block;
  float: none;
}

.text-block-10 {
  margin-bottom: 0px;
  line-height: 30px;
}

.disclaime {
  margin-top: 30px;
  padding-top: 30px;
  float: left;
  border-top: 1px solid #323232;
  color: #959595;
  font-size: 12px;
}

.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-right: 56px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #c4c4c4;
}

.title-links-footer {
  margin-bottom: 15px;
  text-transform: uppercase;
}

.link-footer {
  margin-bottom: 6px;
  color: #c4c4c4;
  text-decoration: none;
}

.link-footer:hover {
  color: #fff;
}

.link-footer.w--current {
  color: #888;
  font-weight: 700;
}

.links-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #c4c4c4;
}

.dropdown-list {
  color: #06f;
}

.dropdown-list.w--open {
  background-color: #06f;
  color: #fff;
}

.dropdown-link {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #06f;
}

.dropdown-link:hover {
  color: #666;
}

.dropdown-link.w--current {
  color: #666;
  font-weight: 700;
  text-decoration: none;
}

.dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #c4c4c4;
  color: #06f;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.head-intern {
  position: relative;
  z-index: 4;
  max-width: 1140px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 150px;
}

.head-about {
  display: block;
  overflow: hidden;
  min-height: 700px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-color: #000;
  background-image: url('../images/image-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
}

.title-head {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #2c2c2c;
  text-align: center;
}

.fade-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.text-head {
  max-width: 500px;
  margin-top: 30px;
  color: #fafafa;
  font-size: 16px;
  line-height: 26px;
}

.container-3 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
}

.motto-wrap {
  width: 80%;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  text-align: center;
}

.heading-jumbo-small {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 33px;
  line-height: 50px;
  font-weight: 400;
  text-transform: none;
}

.about-story-wrap {
  width: 80%;
  margin: 40px auto 80px;
  text-align: left;
}

.paragraph-light-2 {
  opacity: 0.6;
  font-size: 16px;
  line-height: 26px;
}

.accordion-item {
  margin-bottom: 20px;
  padding: 20px 30px 10px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.03);
}

.content-wrapper {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.content-wrapper.slim {
  display: -ms-grid;
  display: grid;
  max-width: 1140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: stretch;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.accordion-wrapper {
  margin-top: 0px;
}

.icon-3.accordion-icon {
  color: rgba(0, 0, 0, 0.6);
  font-size: 32px;
  line-height: 30px;
  cursor: pointer;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-center-box {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 30px;
  cursor: pointer;
}

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

.accordion-item-content {
  overflow: hidden;
  margin-top: 10px;
  margin-right: 0px;
}

.accordion-item-content.content-knowledge {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section-faq {
  margin-bottom: 0px;
  padding: 0px 30px 60px;
  background-color: #f2f4f8;
}

.head-generic {
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  background-color: #fff;
  background-clip: border-box;
}

.head-intern-generic {
  position: relative;
  z-index: 4;
  max-width: 1140px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.accordion-icon.icon-3 {
  width: 20px;
  margin-top: 10px;
  margin-right: 8px;
}

.title-head-about {
  color: #f2f4f8;
  text-align: left;
}

.section-generic {
  margin-bottom: 0px;
  padding: 70px 30px;
  background-color: #f2f4f8;
}

.content-generic {
  width: 100%;
}

.body-copy {
  color: #000;
  font-size: 16px;
  line-height: 25px;
}

.button-2 {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ddd;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
}

.button-2:hover {
  box-shadow: 0 0 0 1px #333;
}

.button-2.w--current {
  background-color: #2e80b6;
}

.table-blue {
  margin-top: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
}

.head-table {
  padding: 10px;
  border-right: 1px solid #004fc5;
  background-color: #06f;
  color: #f2f4f8;
  font-size: 16px;
}

.content-table {
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  background-color: #fff;
  color: #2c2c2c;
  font-size: 16px;
}

.paragraph-2 {
  margin-top: 20px;
}

.table-blue-2 {
  margin-top: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 0.5fr 0.75fr;
  grid-template-columns: 1fr 0.5fr 0.75fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.box-cards {
  padding: 20px;
}

.section-deposits-1 {
  display: block;
  margin-bottom: 0px;
  padding: 70px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f2f4f8;
}

.section-deposits-2 {
  margin-bottom: 0px;
  padding: 70px 30px;
  background-color: #e4e8ee;
}

.box-range-markets {
  position: static;
  left: 0px;
  top: 0px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-right: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.box-range-markets.table-range {
  overflow: visible;
  width: 100%;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  background-color: #fff;
}

.box-range-markets.table-range.white-none {
  background-color: hsla(0, 0%, 100%, 0);
}

.rich-text-block {
  font-size: 16px;
  line-height: 26px;
}

.accordion-range-markets {
  margin-top: 30px;
}

.rich-text-block-2 {
  font-size: 16px;
  line-height: 26px;
}

.rich-text-block-3 {
  font-size: 16px;
  line-height: 26px;
}

.rich-text-block-4 {
  font-size: 16px;
  line-height: 26px;
}

.rich-text-block-5 {
  font-size: 16px;
  line-height: 26px;
}

.rich-text-block-6 {
  font-size: 16px;
  line-height: 26px;
}

.content-knowledge {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 30px;
  border-top: 0px solid #c4c4c4;
  border-radius: 10px;
  background-color: #f2f4f8;
}

.text-block-12 {
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.section-partner1 {
  width: 50%;
  margin-bottom: 0px;
  padding: 70px 30px;
  float: none;
  background-color: #f2f4f8;
}

.section-partner2 {
  position: relative;
  display: block;
  width: 50%;
  margin-bottom: 0px;
  padding: 70px 30px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #e4e8ee;
}

.partnerships {
  margin-bottom: 0px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.box-partner-1 {
  display: block;
  padding: 100px 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f2f4f8;
}

.box-partner-2 {
  padding: 100px 60px;
  background-color: #e4e8ee;
}

.content-partner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 400px;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.content-partner2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-2 {
  float: left;
}

.ico-partner {
  margin-top: 20px;
  margin-right: 20px;
  float: left;
  clear: none;
}

.clear-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  clear: both;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 0px;
  border-color: #06f;
  background-color: hsla(0, 0%, 76.9%, 0);
}

.text-partner {
  float: none;
  color: #666;
  font-size: 16px;
  line-height: 25px;
}

.div-block-2 {
  position: relative;
  float: left;
  clear: left;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.details-wrap {
  margin-bottom: 30px;
}

.contact-heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 400;
}

.contact-form-grid {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-template-areas: ". .";
  -ms-grid-columns: 2.5fr 1fr;
  grid-template-columns: 2.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.paragraph-light-3 {
  opacity: 0.6;
}

.container-4 {
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.contact-form-wrap {
  padding: 45px 50px 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-email-link {
  margin-bottom: 5px;
  opacity: 0.6;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: 0.8;
}

.button-3 {
  padding: 12px 25px;
  border-radius: 0px;
  background-color: #1a1b1f;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #32343a;
  color: #fff;
}

.button-3:active {
  background-color: #43464d;
}

.field-label {
  font-size: 16px;
  font-weight: 400;
}

.div-block-3 {
  margin-top: 40px;
}

.link {
  color: #06f;
  text-decoration: none;
}

.table-row-3-col-range {
  padding-top: 12px;
  padding-bottom: 12px;
  grid-auto-flow: column;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px solid #e5e5e5;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #666;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.table-row-3-col-range.header-table {
  padding-top: 15px;
  padding-bottom: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  border-radius: 10px 10px 0px 0px;
  background-color: #e5f0ff;
  font-family: 'Open Sans', sans-serif;
  color: #003b93;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.grid-3 {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-full {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-home-trade {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  -ms-grid-columns: 0.75fr 0.5fr;
  grid-template-columns: 0.75fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.html-embed {
  margin-top: 30px;
}

.butons-contact-email {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  margin-top: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-5 {
  max-width: 50%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.column-2 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-contact-locations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  float: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/image-3.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}

.areas-location-support {
  display: inline-block;
  width: 100%;
  padding: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.area-location {
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
}

.head-support-area {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
}

.tel-area {
  color: #06f;
  font-size: 18px;
  font-weight: 600;
}

.bold-text {
  color: #fff;
  font-size: 18px;
}

.link-2 {
  color: #06f;
  text-decoration: none;
}

.link-location-area {
  display: inline-block;
  width: auto;
  padding: 10px;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.link-4 {
  color: #06f;
  text-decoration: none;
}

.text-faq-block ul {
  padding-left: 0px;
  border: 0px solid #000;
  font-size: 14px;
  line-height: 25px;
  list-style-type: none;
}

.faq-man-categories {
  margin-right: 90px;
  margin-left: 0px;
  padding: 20px 40px 40px;
  border: 0px solid #000;
  border-radius: 10px;
  background-color: #fff;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-button-link {
  width: 100%;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 10px;
  background-color: #06f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.faq-button-link:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #06f;
  background-color: #fff;
  color: #004fc5;
}

.h3-faq-categories {
  margin-bottom: 20px;
  font-size: 22px;
}

.accordion-faq {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 20px;
}

.accordion-faq.last-faq {
  padding-top: 40px;
  padding-bottom: 20px;
}

.h3-faq-accordion {
  margin-bottom: 20px;
  color: #2c2c2c;
  font-size: 25px;
}

.trading-services-section1 {
  position: relative;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f2f4f8;
  background-image: url('../images/image-4.jpg');
  background-position: 48% 1%;
  background-size: auto;
  background-attachment: fixed;
}

.trading-services-section2 {
  position: relative;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.grid-trading-services {
  padding-bottom: 0px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1.25fr 1fr;
  grid-template-columns: 1fr 1.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.col-services {
  width: 100%;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

.col-services.list-services {
  margin-bottom: 40px;
  padding-left: 0px;
  text-align: center;
}

.h2-services-box {
  color: #000;
  font-size: 17px;
}

.heading-2 {
  color: #000;
}

.trading-services-section3 {
  position: relative;
  margin-bottom: 0px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #f2f4f8;
}

.image-3 {
  max-width: 80%;
  margin-bottom: 0px;
}

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

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.trading-services-section4 {
  position: relative;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #004fc5;
}

.list-copy {
  margin-top: 20px;
  padding-left: 0px;
  color: #fff;
  line-height: 34px;
  text-align: left;
  list-style-type: none;
}

.list-item-white {
  padding-left: 20px;
  background-color: transparent;
  background-image: url('../images/ico-list-white.svg');
  background-position: 0% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-size: 15px;
}

.col-50-copy {
  width: 100%;
  padding-left: 30px;
}

.section-about {
  margin-top: 50px;
}

.heading-3 {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.bold-text-2 {
  color: #f2f4f8;
  text-align: center;
}

.elements-about {
  min-height: 250px;
  margin-bottom: 30px;
  padding: 40px;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.columns-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.paragraph-3 {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-4 {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.bold-text-3 {
  font-size: 16px;
}

.html-embed-copy {
  margin-top: 0px;
}

.section-about-blue {
  position: relative;
  margin-bottom: 0px;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #06f;
}

.image-3-copy {
  max-width: 80%;
  margin-bottom: -200px;
}

.calender-economic {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  padding: 20px 0px 20px 20px;
  border: 1px solid #c4c4c4;
  border-radius: 12px;
  box-shadow: 0 0 40px -4px hsla(0, 0%, 40%, 0.53);
}

.h2-services {
  color: #fff;
}

.paragraph-white {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.list-item-copy {
  padding-left: 20px;
  background-color: transparent;
  background-image: url('../images/ico-bullet-list.svg');
  background-position: 0% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-size: 15px;
}

.list-item-white2 {
  margin-bottom: 6px;
  padding-bottom: 0px;
  padding-left: 20px;
  background-color: transparent;
  background-image: url('../images/ico-list-white.svg');
  background-position: 0% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 15px;
}

.col-50-copy-copy {
  width: 100%;
  padding-left: 30px;
}

.col-services-white {
  width: 67%;
  padding-left: 0px;
}

.container-services-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h2-services-2 {
  color: #fff;
}

.section-contact-cta {
  margin-right: 0px;
  margin-left: 0px;
  background-color: #f2f4f8;
}

.section-contact-cta.cc-store-home-wrap {
  margin-right: 0px;
  margin-left: 0px;
}

.text-block-13-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
}

.columns-3 {
  width: 100%;
  min-height: 100%;
  padding-top: 0px;
  background-color: #000;
  background-image: url('../images/image-3.jpg');
  background-position: 0px 0px;
  background-size: contain;
}

.column-4 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #06f;
}

.column-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-faq-head {
  margin-bottom: 0px;
  padding: 70px 30px 50px;
  background-color: #f2f4f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(2, 23, 54, 0.66))), url('../images/image-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(2, 23, 54, 0.66)), url('../images/image-3.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.text-faq-block-white {
  color: #fff;
}

.range-menu-page {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 9999;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 0px;
  border: 0px solid #000;
  border-radius: 0px;
  background-color: #fff;
}

.h2-white {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}

.section-range {
  position: -webkit-sticky;
  position: sticky;
  margin-bottom: 0px;
  padding: 70px 30px;
  background-color: #f2f4f8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(2, 23, 54, 0.66))), url('../images/image-5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35), rgba(2, 23, 54, 0.66)), url('../images/image-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  -o-object-fit: fill;
  object-fit: fill;
}

.text-range-feature {
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.bold-text-4 {
  font-size: 31px;
}

.range-menu-link {
  width: 18%;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 10px;
  background-color: #06f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.range-menu-link:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #06f;
  background-color: #fff;
  color: #004fc5;
}

.grid-5 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-6 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icons-range {
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

.container-6 {
  max-width: 1140px;
}

.product-range {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 70px;
  padding-bottom: 20px;
}

.product-range.last-faq {
  padding-top: 40px;
  padding-bottom: 20px;
}

.paragraph-5 {
  max-width: 100%;
  font-size: 18px;
  line-height: 30px;
}

.heading-4 {
  font-size: 14px;
}

.grid-7 {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.html-embed-2 {
  width: 100%;
  margin-top: 30px;
  background-color: #fff;
}

.knowledge {
  margin-bottom: 0px;
  padding: 60px 30px;
  background-color: #f2f4f8;
}

.grid-range {
  display: block;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.list-faq-head {
  margin-top: 20px;
  padding-left: 0px;
  font-size: 13px;
  line-height: 34px;
  list-style-type: none;
}

.list-faq-item {
  margin-bottom: 6px;
  padding-bottom: 0px;
  padding-left: 20px;
  background-color: transparent;
  background-image: url('../images/ico-list-white.svg');
  background-position: 0% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 13px;
}

.range-menu-link-2 {
  width: 19%;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0);
  border-radius: 10px;
  background-color: #06f;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.range-menu-link-2:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #06f;
  background-color: #fff;
  color: #004fc5;
}

.content-deposits {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.img-deposit {
  width: 50%;
  margin-right: 40px;
  text-align: center;
}

.div-block-4 {
  width: 50%;
}

.div-block-5 {
  width: 50%;
  padding-right: 40px;
}

.div-block-6 {
  width: 50%;
}

.image-4 {
  width: 300px;
}

.container-7 {
  max-width: 1140px;
}

.section-deposits-1-header {
  display: block;
  margin-bottom: 0px;
  padding: 70px 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #f2f4f8;
  background-image: url('../images/image-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.deposit-header-text {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
}

.text-span-2 {
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 6px;
  background-color: #06f;
  color: #fff;
  text-decoration: none;
}

.link-5 {
  text-decoration: none;
}

.paragraph-6 {
  font-size: 16px;
}

.column-9 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flag-contact {
  width: 60px;
}

.dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 6px 0 #c4c4c4;
  color: #06f;
}

.dropdown-2 {
  color: #fff;
  line-height: 0px;
}

.dropdown-2:hover {
  color: #06f;
}

.dropdown-link-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #06f;
}

.dropdown-link-2:hover {
  color: #666;
}

.dropdown-link-2.w--current {
  color: #666;
  font-weight: 700;
  text-decoration: none;
}

.dropdown-link-2.english {
  overflow: visible;
  height: 15px;
  padding-left: 40px;
  background-image: url('../images/en.png');
  background-position: 10% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -o-object-fit: none;
  object-fit: none;
}

.dropdown-link-2.espanol {
  overflow: visible;
  height: 15px;
  padding-left: 40px;
  background-image: url('../images/es.png');
  background-position: 10% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -o-object-fit: none;
  object-fit: none;
}

.dropdown-link-2.portugues {
  overflow: visible;
  height: 15px;
  padding-left: 40px;
  background-image: url('../images/pt.png');
  background-position: 10% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  -o-object-fit: none;
  object-fit: none;
}

.dropdown_toggle-2 {
  padding-right: 30px;
  padding-left: 10px;
  color: #fff;
}

.dropdown_toggle-2:active {
  color: #06f;
}

.dropdown_toggle-2:focus {
  color: #06f;
}

@media screen and (max-width: 991px) {
  .navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 25px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 0px solid #666;
    background-color: #000;
  }

  .cart {
    margin-right: 30px;
    margin-left: 0px;
  }

  .logo-link {
    left: auto;
    display: inline-block;
    width: 150px;
    float: none;
  }

  .logo-link.w--current {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .navigation-item {
    padding: 20px 10px;
    border-top: 0px solid #666;
    -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
    text-align: left;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-items-menu {
    position: static;
    display: block;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 10px 30px 0px;
    float: left;
    border-top-width: 1px;
    border-top-color: #666;
    background-color: #000;
  }

  .button {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navegation-items {
    display: block;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    background-color: hsla(0, 0%, 100%, 0);
  }

  .navigation-wrap {
    display: block;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: hsla(0, 0%, 76.9%, 0);
    text-align: center;
  }

  .dropdown {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 0px solid #666;
    border-bottom: 1px solid #666;
  }

  .menu-button {
    padding: 0px;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .navigation-items-buttons {
    position: relative;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top-width: 0px;
    border-top-color: #666;
    background-color: #181818;
    text-align: center;
  }

  .menu-icon {
    position: relative;
    display: block;
    width: 35px;
    margin-top: 5px;
    float: right;
  }

  .intro-head-products {
    margin-top: 66px;
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #fff;
  }

  .intro-content {
    padding-right: 30px;
    padding-left: 30px;
  }

  .intro-text {
    width: auto;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .button-medium {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .background-video {
    height: 400px;
    max-height: 400px;
  }

  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .hero {
    max-height: 100%;
  }

  .intro-head {
    max-height: 500px;
    padding-top: 50px;
  }

  .head-title-products {
    color: #2c2c2c;
  }

  .box-product-head {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }

  .link-read-popular {
    float: left;
  }

  .text-box-product {
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    float: none;
  }

  .home-why {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid {
    display: block;
  }

  .col-why {
    width: 100%;
  }

  .h2 {
    text-align: center;
  }

  .h2.title-global-markets {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .feature-excent {
    width: 394px;
  }

  .col-data-markets {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .feature-divider {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-feature {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .grid-plataform {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #000;
  }

  .left-footer {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
  }

  .right-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .container-2 {
    display: block;
    text-align: center;
  }

  .social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .link-social-ico {
    position: static;
    left: auto;
    display: block;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-block-10 {
    display: block;
    width: 100%;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
  }

  .disclaime {
    padding-top: 0px;
  }

  .links {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .links-last {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-link {
    padding-left: 10px;
    color: #fff;
  }

  .dropdown-list.w--open {
    padding-top: 0px;
    background-color: #000;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .head-intern {
    overflow: visible;
    padding: 50px 30px;
  }

  .head-about {
    height: auto;
    min-height: auto;
    background-position: 0% 50%;
  }

  .fade-image {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    height: 72%;
  }

  .box-range-markets {
    width: 100%;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .contact-form-grid {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    grid-row-gap: 50px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 50px auto;
    grid-template-rows: auto auto;
    text-align: center;
  }

  .button-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid-home-trade {
    display: block;
  }

  .butons-contact-email {
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .column-2 {
    display: block;
  }

  .section-contact-locations {
    display: block;
  }

  .areas-location-support {
    background-color: #2c2c2c;
  }

  .faq-man-categories {
    width: 100%;
  }

  .columns {
    display: block;
  }

  .grid-trading-services {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container-services-left {
    padding-right: 30px;
    padding-left: 30px;
  }

  .columns-3 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .column-5 {
    display: inline-block;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-6 {
    width: 100%;
  }

  .dropdown-list-2.w--open {
    padding-top: 0px;
    background-color: #000;
  }

  .dropdown-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 0px solid #666;
    border-bottom: 1px solid #666;
  }

  .dropdown-link-2 {
    padding-left: 10px;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-light {
    width: 100%;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cart-item-info-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }

  .logo-link {
    padding-left: 0px;
  }

  .cart-container {
    min-width: 360px;
  }

  .text-field.cc-contact-field {
    text-align: left;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .heading-jumbo-tiny {
    font-size: 16px;
    line-height: 28px;
  }

  .navigation-items-buttons {
    left: 0px;
  }

  .intro-content {
    width: 80%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .button-medium.button-feature {
    width: 100%;
  }

  .container {
    text-align: center;
  }

  .section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .main-paragraph-wrap {
    grid-row-gap: 30px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 30px auto;
    grid-template-rows: auto auto;
  }

  .intro-head {
    margin-right: auto;
    margin-left: auto;
  }

  .tab-link {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tab-link.w--current {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tabs-menu {
    text-align: left;
  }

  .feature-excent {
    width: 100%;
    margin-right: 0px;
  }

  .heading {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .feature-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .div-feature {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

  .space-title {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .home-our-plataform {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .list {
    width: 50%;
    margin: 30px auto;
  }

  .list-item {
    text-align: left;
  }

  .grid-plataform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .logo-footer {
    margin-bottom: 70px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .right-footer {
    max-width: 100%;
  }

  .links {
    width: 100%;
  }

  .head-about {
    background-position: 24% 50%;
  }

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

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .accordion-item-content {
    margin-right: 0px;
  }

  .content-generic {
    margin-bottom: 30px;
  }

  .section-deposits-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-block-12 {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .box-partner-1 {
    padding: 30px;
  }

  .box-partner-2 {
    padding: 30px;
  }

  .content-partner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .content-partner2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .clear-button {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .contact-form-wrap {
    padding: 30px;
  }

  .faq-man-categories {
    width: 100%;
  }

  .columns {
    display: block;
  }

  .trading-services-section1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .trading-services-section2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid-trading-services {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .trading-services-section3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .column-3 {
    display: none;
  }

  .trading-services-section4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .list-copy {
    width: 50%;
    margin: 30px auto;
  }

  .list-item-white {
    text-align: left;
  }

  .section-about {
    padding-right: 30px;
    padding-left: 30px;
  }

  .columns-2-copy {
    display: block;
  }

  .section-about-blue {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-3-copy {
    display: none;
  }

  .list-item-copy {
    text-align: left;
  }

  .list-item-white2 {
    text-align: left;
  }

  .container-services-left {
    text-align: center;
  }

  .section-contact-cta {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-contact-cta.cc-store-home-wrap {
    margin-right: 15px;
    margin-left: 15px;
  }

  .h2-white {
    font-size: 24px;
    line-height: 32px;
  }

  .bold-text-4 {
    font-size: 24px;
  }

  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .list-faq-head {
    width: 100%;
    margin: 30px auto;
  }

  .list-faq-item {
    margin-bottom: 20px;
    line-height: 20px;
    text-align: left;
  }

  .content-deposits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-4 {
    width: 100%;
  }

  .div-block-5 {
    width: 100%;
    padding-right: 0px;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 18px;
  }

  ul {
    padding-left: 0px;
  }

  .paragraph-bigger.cc-bigger-light {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .navigation {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cart {
    margin-right: 20px;
  }

  .cart-item-info-wrap {
    margin-right: 10px;
    margin-left: 10px;
  }

  .navigation-item {
    width: 100%;
  }

  .navigation-item:hover {
    width: 100%;
    background-color: #000;
  }

  .navigation-items-menu {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button.primary {
    padding-right: 16px;
    padding-left: 16px;
  }

  .button.primary.email-contact {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .button.buton-trade {
    display: none;
  }

  .button.cta-service {
    margin-top: 0px;
    margin-left: 0px;
  }

  .navigation-wrap {
    display: block;
  }

  .dropdown {
    width: 100%;
  }

  .menu-button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .cart-container {
    min-width: 320px;
  }

  .navigation-items-buttons {
    left: auto;
    right: auto;
    margin-right: auto;
    margin-left: auto;
  }

  .intro-head-products {
    margin-top: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
    background-color: #f2f4f8;
  }

  .intro-content {
    width: 100%;
    text-align: center;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .button-medium {
    width: 100%;
  }

  .button-medium.primary {
    margin-top: 10px;
    margin-left: 0px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .background-video {
    height: 380px;
    max-height: 100%;
  }

  .container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section {
    margin-right: 0px;
    margin-left: 0px;
  }

  .hero {
    padding-right: 0px;
    padding-left: 0px;
    background-color: #001431;
  }

  .intro-head {
    max-height: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .h1 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
    text-align: left;
  }

  .head-title-products {
    text-align: left;
  }

  .box-product-head {
    margin-right: 0px;
  }

  .box-product-head.hover1:hover {
    margin-bottom: 9px;
  }

  .box-product-head.hover2:hover {
    margin-bottom: 9px;
  }

  .box-product-head.hover3 {
    margin-bottom: 10px;
  }

  .box-product-head.hover3:hover {
    margin-bottom: 9px;
  }

  .box-product-head.hover4 {
    margin-top: 0px;
    margin-left: 0px;
  }

  .box-product-head.hover4:hover {
    margin-bottom: 9px;
  }

  .box-product-head.hover5 {
    margin-right: 0px;
  }

  .box-product-head.hover5:hover {
    margin-bottom: 0px;
  }

  .ico-popular-head {
    height: 40px;
  }

  .text-block-3 {
    height: 40px;
  }

  .text-box-product {
    width: 100%;
    margin-top: 0px;
    padding-top: 0px;
    text-align: left;
  }

  .home-why {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
  }

  .col-why {
    padding-right: 0px;
    padding-left: 0px;
  }

  .h2.title-global-markets {
    font-size: 28px;
  }

  .tab-link {
    display: inline-block;
    width: 200px;
    padding: 12px 16px;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tab-link.w--current {
    display: inline-block;
    width: 200px;
    padding: 12px 14px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tabs-menu {
    display: block;
    overflow: hidden;
    width: 600px;
    float: none;
  }

  .tabs-menu.horizontal-scroll-menu {
    position: relative;
    left: 0px;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    float: none;
    white-space: nowrap;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .tabs-content {
    margin-right: 30px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
  }

  .tabs-markets {
    overflow: visible;
    padding-left: 30px;
  }

  .table-row-3-col {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .table-row-3-col.header-table {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .feature-excent {
    display: block;
    width: 100%;
    margin-right: 0px;
  }

  .feature-divider {
    width: 100%;
  }

  .div-feature {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .home-our-plataform {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .list {
    width: 100%;
  }

  .right-footer {
    max-width: 100%;
    margin-top: 40px;
  }

  .disclaime {
    padding-top: 30px;
  }

  .links {
    width: 100%;
  }

  .dropdown-list.w--open {
    box-shadow: none;
  }

  .text-block-11 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .head-intern {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
  }

  .head-about {
    background-position: 50% 0%;
    background-size: cover;
  }

  .title-head {
    margin-top: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .fade-image {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    overflow: visible;
    height: 100%;
  }

  .container-3 {
    padding-top: 50px;
  }

  .motto-wrap {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-jumbo-small {
    color: #2c2c2c;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-align: left;
  }

  .about-story-wrap {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .accordion-heading {
    color: #06f;
    font-size: 16px;
    line-height: 22px;
  }

  .section-faq {
    padding: 40px 20px;
  }

  .head-intern-generic {
    padding: 30px 20px;
  }

  .title-head-about {
    font-size: 24px;
    line-height: 32px;
  }

  .section-generic {
    padding: 30px 15px;
  }

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

  .body-copy {
    font-size: 16px;
  }

  .table-blue {
    display: -ms-grid;
    display: grid;
    overflow: auto;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 0.25fr 1fr;
    grid-template-columns: 0.25fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .head-table {
    display: inline;
    width: auto;
  }

  .table-blue-2 {
    overflow: auto;
  }

  .section-deposits-1 {
    padding: 30px 15px;
  }

  .section-deposits-2 {
    padding: 40px 20px 20px;
  }

  .content-knowledge {
    padding: 0px;
    background-color: #fff;
    font-size: 14px;
  }

  .text-block-12 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px;
    line-height: 21px;
  }

  .section-partner1 {
    padding: 30px 15px;
  }

  .section-partner2 {
    padding: 100px 15px;
  }

  .content-partner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .content-partner2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .ico-partner {
    max-width: 40px;
    margin-right: 0px;
  }

  .details-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-form-grid {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .contact-form-wrap {
    margin-bottom: 0px;
  }

  .div-block-3 {
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 30px;
  }

  .table-row-3-col-range {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .table-row-3-col-range.header-table {
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .butons-contact-email {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .column-2 {
    display: block;
  }

  .areas-location-support {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .area-location {
    width: 100%;
  }

  .faq-man-categories {
    display: none;
  }

  .accordion-faq {
    padding-top: 0px;
  }

  .accordion-faq.last-faq {
    padding-top: 20px;
  }

  .h3-faq-accordion {
    margin-top: 0px;
    font-size: 18px;
    text-align: center;
  }

  .trading-services-section1 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .trading-services-section2 {
    padding: 40px 20px 20px;
  }

  .col-services {
    margin-bottom: 30px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .col-services.list-services {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .h2-services-box {
    line-height: 22px;
  }

  .trading-services-section3 {
    padding: 40px 20px 20px;
  }

  .column-3 {
    display: none;
    overflow: visible;
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .trading-services-section4 {
    padding: 20px;
  }

  .list-copy {
    width: 100%;
    line-height: 20px;
  }

  .list-item-white {
    margin-bottom: 20px;
    padding-bottom: 0px;
    line-height: 20px;
  }

  .section-about {
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-3 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .bold-text-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .paragraph-3 {
    text-align: left;
  }

  .paragraph-4 {
    margin-bottom: 20px;
    text-align: left;
  }

  .bold-text-3 {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
  }

  .section-about-blue {
    padding-right: 20px;
    padding-left: 20px;
  }

  .list-item-white2 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .col-services-white {
    width: 100%;
  }

  .container-services-left {
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .section-contact-cta {
    margin-right: 0px;
    margin-left: 0px;
  }

  .text-block-13-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .section-faq-head {
    padding: 20px 20px 40px;
  }

  .range-menu-page {
    display: none;
  }

  .section-range {
    padding: 20px 15px 40px;
  }

  .range-menu-link {
    width: 100%;
    margin-bottom: 6px;
  }

  .grid-6 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .product-range {
    padding-top: 0px;
    padding-bottom: 40px;
  }

  .knowledge {
    padding: 20px 15px 40px;
  }

  .list-faq-head {
    width: 100%;
  }

  .content-deposits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-5 {
    width: 100%;
  }

  .div-block-6 {
    width: 100%;
  }

  .section-deposits-1-header {
    padding: 30px 15px;
  }

  .deposit-header-text {
    font-size: 16px;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bold-text-7 {
    line-height: 17px;
  }

  .dropdown-list-2.w--open {
    box-shadow: none;
  }

  .dropdown-2 {
    width: 100%;
  }

  .dropdown-link-2.espanol {
    background-position: 10px 50%;
  }

  .dropdown-link-2.portugues {
    background-position: 10px 50%;
  }
}

