.ipfs-embed-form input[type=text] {
    height: inherit;
    border-radius: 4px;
    box-shadow: none;
    color: inherit;
    border: 1px solid rgba(117, 117, 117, .3);
    background-color: #fff;
    padding: 0 10px;
  }


body .navigation-primary>.level-1>.menu-item>a {
  font-family: Oswald;
}

h1,
h2 {
  font-weight: 400;
}

.btn-primary-dark {
  border: 1px solid #174770;
}

.header__container__main {
  padding: 0 !important;
}

.btn-primary-dark:active,
.btn-primary-dark:focus,
.btn-primary-dark:hover {
  background-color: #51b5e0;
  border: 1px solid #51b5e0;
  color: #fff;
}

body .submenu.level-2 .menu-item .menu-link {
  font-family: Oswald;
  color: #000;
  font-family: Oswald;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
}

body,
li,
p {
  color: #0c263d;
  font-family: arial, helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  text-decoration: none;
  text-transform: none;
}

.ie-notification-text-container {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.ie-notification-text-container{
  padding-right:0 !important;
}

@media only screen and (max-width:1200px){
  .elements-module-buttons-container.content-wrapper{
    padding-right:5px !important;
  }
  .elements-module-buttons-container{
    padding-right:0% !important;
  }
}
@media only screen and (min-width:1201px){
  .elements-module-buttons-container{
    padding-right:2% !important;
  }
}

.elements-module-buttons-container .top-button:hover {
  color: #164770 !important;
}

.ie-notification-text a {
  font-family: Oswald;
  font-weight: 400 !important;
}

.ie-notification-text-container {
  width: 100% !important;
  display: flex !important;
  justify-content: flex-end !important;
}

.top-button {
  background-color: #51b5e0;
  border: 0 solid #174770;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 20px;
  font-family: Oswald;
}


.career-button {

  border-radius: 0px!important;
  
}

.ie-notification-text-link {
  display: none;
}

.ie-notification-text {
  margin-top: 2px;
  width: 100%;
  text-align: right;
}

#ie-notification-close {
  display: none;
}

.ie-notification {
  height: 54px !important;
}

.elements-sac-card__arrow-notification {
  height: 11px;
  width: 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.17578 5.67773L8.18983 5.67773L1.17578 5.67773Z' fill='%23FFFFFF'/%3E%3Cpath d='M1.17578 4.95273L0.450781 4.95273L0.450781 6.40273L1.17578 6.40273L1.17578 4.95273ZM8.18983 6.40273C8.59023 6.40273 8.91483 6.07814 8.91483 5.67773C8.91483 5.27733 8.59023 4.95273 8.18983 4.95273L8.18983 6.40273ZM1.17578 6.40273L8.18983 6.40273L8.18983 4.95273L1.17578 4.95273L1.17578 6.40273Z' fill='%23FFFFFF'/%3E%3Cpath d='M5.70378 1.1648L5.19084 0.65243L4.1661 1.6783L4.67904 2.19067L5.70378 1.1648ZM9.19141 5.67334L9.70378 6.18627L10.2173 5.67334L9.70378 5.16041L9.19141 5.67334ZM4.67904 9.15601L4.1661 9.66838L5.19084 10.6943L5.70378 10.1819L4.67904 9.15601ZM4.67904 2.19067L8.67904 6.18627L9.70378 5.16041L5.70378 1.1648L4.67904 2.19067ZM8.67904 5.16041L4.67904 9.15601L5.70378 10.1819L9.70378 6.18627L8.67904 5.16041Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-left: 6px;
  transition: 0.3s ease-in-out;
}

.ie-notification a:hover .elements-sac-card__arrow-notification {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.ie-notification a {
  font-weight: 700;
  margin-top: -7px;
  margin-left: 12px;
}

.ie-notification-text-link:hover {
  color: #141a2b !important;
}

.ie-notification {
  width: 100%;
  background-color: #174770;
  text-align: center;
  height: 84px;
  display: flex;
  color: #FFFFFF;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: 0.3s;
  padding: 0 42px;
}

.canada-text {
  font-size: 16px;
  font-weight: 500;
  top: 20px;
  position: relative;
}

@media (max-width: 910px) {
  .ie-notification-text-container {
    flex-direction: column;
  }

  .ie-notification a {
    margin-top: 12px;
    margin-left: 0;
  }

  .ie-notification-close {
    position: absolute;
    right: 21px;
    top: 23px;
    cursor: pointer;
    transition: 0.3s;
    font-size: 40px;
  }

  .ie-notification {
    height: unset;
    padding: 28px 42px;
  }
}

@media only screen and (max-width: 910px) {
  .ie-notification-container {
    display: none !important;
  }
}

@media (max-width: 910px) {
  .header__button {
    display: block !important;
  }
}


@media (max-width: 910px) {
  .header__container.content-wrapper {
    flex-direction: row;
  }

  .header__container>.header__column {
    min-width: 50px;
    height: 50px;
  }

  .header__container>.header__column .header__navigation--toggle {
    top: 0;
    left: 0;
  }

  .header__logo.header__logo--main {
    margin-right: auto;
  }

  .header__navigation.header--element {
    position: relative;
    top: 59px !important;
    margin-left: -84vw;
    width: -webkit-fill-available;
    margin-right: -12px;
    width: 100vw;
    background: #fff;
    z-index: 500;
  }

  .header__close--toggle.show {
    top: 0;
    transition: none !important;
    right: 0;
  }
  
  .header__navigation--toggle{
    margin-left:auto !important;
  }

  .header--toggle.header__navigation--toggle.hide.open {
    transition: none !important;
  }

  .has-submenu a.menu-link {
    position: relative !important;
    width: fit-content !important;
  }

  .has-submenu label.menu-arrow {
    width: 100vw !important;
    height: 50px !important;
    background-color: transparent !important;
  }
}

@media (min-width: 451px) {
  .mob-pay {
    display: none;
  }
}

.custom-button__div__menu {
  margin-top: 1vh;
}

.custom-button__div__menu .btn-primary-dark {
  font-size: 15px;
  padding: 20px 10px;
}
}

@media (max-width: 768px) {
  li {
    font-size: 16px;
  }
}

@media (max-width: 533px) {
  .button-news {
    top: 20px !important;
    left: -5px;
    position: relative;
  }
}

@media (max-width: 767px) {

  h6 {
    font-size: 30px;
    line-height: 46px;
  }

  h5 {
    font-size: 30px;
    line-height: 46px;
  }

  .bt-contact {
    font-size: 30px !important;
    line-height: 46px !important;
  }
}

a#cta_button_22488655_07b3474a-f02e-48e5-befd-4380e12b8a69 {
  border-radius: 3px !important;
}

a#cta_button_22488655_e4ced4d0-0eda-44b4-b033-b0c27bc8e8be {
  border-radius: 3px !important;
}

.button-news a {
  border-radius: 3px !important;
}

.button-job a span {
  font-size: 16px !important;
}

.button-news a span {
  font-size: 16px !important;
}

@media (max-width: 450px) {
  .mob-buttons .btn-secondary-white {
    padding: 15px 11px;
    font-size: 15px;
  }

  .footer__container #hs_cos_wrapper_buttons {
    margin-left: -5px;
  }

  .footer__container .btn-secondary-dark {
    margin-left: -9px;
  }

  .button-job a span {
    font-size: 15px !important;
  }

  .button-news a span {
    font-size: 15px !important;
  }

  .mob-buttons .btn-secondary-dark {
    padding: 15px 11px;
    font-size: 15px;
  }

  .desc-pay {
    display: none;
  }

  .mob-pay {
    margin-bottom: 40px;
  }

  .mob-buttons .btn-primary-dark {
    padding: 15px 11px;
    font-size: 15px;
  }

  .mob-buttons .btn-primary-white {
    padding: 15px 11px;
    font-size: 15px;
  }

  .mob-buttons .elements-link-buttons_section-1-module-3 {
    margin-right: 10px !important;
  }

  .mob-buttons-small .btn-primary-dark {
    padding: 15px 10px;
  }

  .mob-buttons-small .btn-secondary-white {
    padding: 15px 10px;
  }

  .mob-buttons-small .elements-link-buttons_section-5-module-4 {
    margin-right: 6px !important;
  }

  .elements--faq__panel {
    padding-right: 0px;
  }

  .footer__container-top {
    margin-bottom: 38px;
    padding: 0 0px 0.5rem 0px;
  }

  .footer__container-bottom {
    border-top: 1px solid #fff;
    margin-top: 0px;
    padding: 2rem 0px 1.3rem 0px;
  }
}

.hs-blog-post .btn-secondary-white {
  display: none !important;
}

.elements-div-container_module_168021061747811>div {
  min-height: -webkit-fill-available;
}

@media (min-width: 910px) {
  .payment-mob {
    display: none;
  }

}

@media (max-width: 910px) {
  .mob-pay .elements-link-buttons_1 {
    width: 100% !important;
    display: grid;
    text-align: center;
  }

  .header__logo img {
    max-width: 80%;
  }

  .payment-mob button {
    color: #fff !important;
    border-radius: 3px !important;
    font-weight: 400 !important;
  }

  .header__container {
    display: flex;
    align-items: center;
    padding-right: 10px;
  }

  .header__navigation--toggle,
  .header__close--toggle {
    top: -66px;
  }

  .header__logo {
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .sticky-padding {
    padding-top: 73px;
  }
}

.footer-payment a {
  font-family: Oswald;
  font-weight: 400;
}

.footer__container-bottom {
  border-top: 1px solid #fff;
}

.footer__columns a,
.footer__columns h6 {
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

#hs_cos_wrapper_divider {
  margin-top: -8px;
}

.footer__container-top {
  border-bottom: 1px solid #fff;
}

.elements-module-content_footer-form {
  display: none !important;
}

.footer__container .btn-primary-white {
  background-image: url(https://22488655.fs1.hubspotusercontent-na1.net/hubfs/22488655/google-play-badge.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  color: transparent;
  width: 200px;
  padding: 0 !important;
  height: 66px;
}

.elements-div-content_footer-form {
  display: none;
}

.footer__container .btn-secondary-dark {
  background-image: url(https://22488655.fs1.hubspotusercontent-na1.net/hubfs/22488655/apple-play-badge-dark.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  color: transparent;
  width: 200px;
  padding: 0 !important;
  height: 62px;
}

@media (max-width: 768px) {
  .elements-link-buttons_1 {
    display:none !important;
  }
  .navigation-primary {
    /*display:none !important;*/
  }
}



/* about */

.elements-div-container_module_16800403523996 > div {
    min-height: -webkit-fill-available;
}

@media only screen and (min-width: 600px) {
  .elements-module-image_module_16800403523996 img {
    width: 200px;
    height: 200px;
  }
}

@media only screen and (max-width:599px) {
  .elements-module-image_module_16800403523996 img {
    max-width: 140px;
    height: auto!important;
  }
  #hs_cos_wrapper_widget_1696953717079_ h1 {
    font-size: 35px !important;
  }
  #hs_cos_wrapper_widget_1690354192266_ h2 {
    font-size: 28px !important;
  }
 #main-content .elements-module-card-text_widget_1690354192266 span {
    margin: 0 !important;
  }
  .loc-phone {
    font-size: 24px;
  }
  .elements--team-members__member_module_16800403523996 p {
    font-size: 13px;
    line-height: 16px;
  }
  .first-heading {
    font-size:45px !important;
}
  h2 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
   h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .elements--stats__card--type-2__widget_1682366894672 {
    padding-bottom: 12px !important;
  }
  .elements--stats__container--type-1__widget_1682374077577 {
    grid-column-gap: 20px;
  }
  .elements--stats__container--type-1__widget_1682611219329 {
     grid-column-gap: 20px;
  }
}

@media (max-width: 480px) {
  .elements-div-container_module_16800403523996 {
    display: block !important;
  }

  .elements--team-members__member_module_16800403523996 {
    width: 50%;
    float: left;
    min-height: 280px !important;
    padding: 1%;
  }
}
.footer-payment {
    margin-top: 50px
}

.footer-payment a {
    font-family: Oswald;
    font-weight: 100
}

.footer-payment:hover a {
    color: #164770!important
}

@media only screen and (min-width: 1350px) {
    .footer-payment {
        bottom:85%;
        right: -200px;
        margin-top: 0;
        position: relative;
        z-index: 500
    }
}

@media (min-width: 1101px) and (max-width:1350px) {
    .footer-payment {
        bottom:85%;
        right: -200px;
        position: relative
    }
}

@media (max-width: 360px) {
    .footer-payment a {
        font-size:14px!important
    }
}
.row-fluid [class*="span"] {
  width: 100%!important;
}


/* footer */

@media (max-width: 1100px){
  .footer__columns__grid{
    grid-template-columns: repeat(2, auto) !important;
    padding-left:5%;
  }
}

.elements-social-links__container_module_161107835119668 a:last-of-type{
  padding-right:30px;
}

.mob-buttons .button-job,
.mob-buttons .button-news{
  display:inline-block;
  margin-bottom:10px;
  margin-right:5px;
  margin-left:5px;
}

/* who we serve cards (/agents) also appears other places*/
@media (min-width: 768px) and (max-width:1200px){
  .elements-si-cards__card_module_16801249458366, 
  .elements-si-cards__card_widget_1681935263506,
  .elements-si-cards__card_widget_1682372424382{
    width:48%;
  }
  .elements-si-cards_module_16801249458366, 
  #elements-si-cards_widget_1681935263506,
  #elements-si-cards_widget_1682372424382{
    flex-wrap:wrap;
  }
  #elements-si-cards_module_16801249458366 > div:nth-child(2),
  #elements-si-cards_widget_1681935263506 > div:nth-child(2),
  #elements-si-cards_widget_1682372424382 > div:nth-child(2){
    margin-right:0;
  }
}

/* for operations */
@media (max-width: 768px){
  .cell_16817731612473-row-0-vertical-alignment > .row-fluid {
    flex-wrap:wrap;
  }
}
@media (min-width:500px) and (max-width: 1200px){
  .hs-content-id-124683831297 .section-3-row-0-vertical-alignment > .row-fluid,
  .hs-content-id-124692655152 .section-1-row-0-vertical-alignment > .row-fluid
  {
    flex-direction:column;
  }
  .hs-content-id-124683831297 .section-3-row-0-vertical-alignment > .row-fluid > div:nth-of-type(2),
  .hs-content-id-124692655152 .section-1-row-0-vertical-alignment > .row-fluid > div:nth-of-type(2){
    padding:5%;
  }
}

.elements-si-cards__card_module_16801138030025 .elements-module-image_module_16801138030025 img{
  height:auto;
}
 
@media (max-width:770px){
  .hs-content-id-124692656233 .section-2-module-4-flexbox-positioning{
    margin-top:50px;
  }
}

.span4.footer__right-column {
  display: flex !important;
}
  .footer__logo {
    width: 30%;
  }
  .footer__description {
      width: 70%;
  }

.footer__container-bottom {
  margin-top: 16px;
}
.cta_button {
  position: relative;
}
a#cta_button_22488655_0378e20d-0660-49f7-b5af-827d7f88606b {
padding-right: 50px!important;
    margin-top: -13px;
    padding-left: 34px;
}
a#cta_button_22488655_0378e20d-0660-49f7-b5af-827d7f88606b::after {
content: "";
    position: absolute;
    width: 17px;
    height: 12px;
    background-image: url(https://22488655.fs1.hubspotusercontent-na1.net/hubfs/22488655/IPFS%20Icons/arrow-1.svg);
    background-size: contain;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;

}
#cta_button_22488655_0378e20d-0660-49f7-b5af-827d7f88606b:hover {
  background: #51b5e0 !important;
  color:#fff !important;
 
}