.tp-widget-wrapper {
    max-width: none !important;
}

.button {
  text-align: center !important;
}

.select2-country__flag {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 100%;
  border: 1px solid #ccd3db;
}
.quote-widget_component-wrapper {
  border-radius: 40px;
  background-color: white;
  outline-width: 8px;
  outline-style: solid;
  margin-bottom: 32px;
}
.quote-widget_component-wrapper.base-widget {
  outline-color: #d4e5ff;
}
.hide {
  display: none;
}
.quote-widget_component {
  grid-column-gap: 8px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 80px 1fr;
  grid-auto-columns: 1fr;
  padding: 32px 32px 16px;
}
.quote-widget_form-block {
  grid-column-gap: 8px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 64px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.quote-widget_form-block.no-swap {
  grid-template-columns: 1fr 1fr;
}
.form_field-label {
  color: #41454a;
  text-align: left;
  height: 22px;
  margin-bottom: 8px;
  font-size: 14.4px;
  font-weight: 400;
}
.quote-widget_amount-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 2px solid #ccd3db;
  border-radius: 16px;
  background-color: white;
  grid-template-rows: auto;
  grid-template-columns: 1fr 144px;
  grid-auto-columns: 1fr;
  display: grid;
}
.quote-widget_amount-wrapper.no-select {
  grid-template-columns: 1fr 0px 128px;
}
.quote-widget_amount-input {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 36px 0px 36px 16px;
  font-weight: 600;
  font-size: 22px !important;
}
.quote-widget_currency-select-dummy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}
.quote-widget_rate-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}
.quote-widget_rate-text {
  color: #151617;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}
.text-color-accent {
  color: #317ff5;
}
.quote-widget_subtext {
  color: #41454a;
  max-width: 336px;
  font-size: 12px;
  font-weight: 400;
}
.text-style-link {
  color: #317ff5;
  text-decoration: underline;
}
.text-style-link:hover {
  opacity: 0.8;
}
.quote-widget_button-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  display: flex;
}
#w-node-ebbfc67a-5dd1-7ad4-79e8-3f4c5209c41d-5cd2503b {
  place-self: end;
}
#w-node-ebbfc67a-5dd1-7ad4-79e8-3f4c5209c411-5cd2503b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}
@media screen and (max-width: 991px) {
  .text-style-link:hover {
    opacity: 100;
  }
  .quote-widget_form-block {
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto auto auto;
  }
  .quote-widget_form-block.no-swap {
    grid-template-rows: auto auto auto;
  }
    #w-node-ebbfc67a-5dd1-7ad4-79e8-3f4c5209c3ff-5cd2503b, #w-node-ebbfc67a-5dd1-7ad4-79e8-3f4c5209c408-5cd2503b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
    #w-node-ebbfc67a-5dd1-7ad4-79e8-3f4c5209c411-5cd2503b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

}
@media screen and (max-width: 767px) {
  .quote-widget_rate-wrapper {
    margin-top: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    align-items: center;
  }
  .quote-widget_subtext.last-updated {
    order: -1;
    margin-top: -16px;
    margin-bottom: 16px;
  }
    .quote-widget_button-wrapper {
  align-items: center;
}
 #w-node-ebbfc67a-5dd1-7ad4-79e8-3f4c5209c411-5cd2503b {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: center;
  }

    #w-node-ebbfc67a-5dd1-7ad4-79e8-3f4c5209c41d-5cd2503b {
    grid-area: span 1 / span 3 / span 1 / span 3;
    place-self: center;
  }

}