@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

a {
  text-decoration: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}

h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

@media only screen and (min-width: 750px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cta-bounce {
  0% {
    transform: scale(1);
  }
  85% {
    transform: scale(1);
  }
  92% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes glow-pass {
  0% {
    transform: skewX(-45deg) translateX(-100%);
  }
  80% {
    transform: skewX(-45deg) translateX(-100%);
  }
  100% {
    transform: skewX(-45deg) translateX(100%);
  }
}
html, body {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

.content-wrapper {
  margin: 0 auto;
  max-width: 1180px;
  padding: 0 20px;
}
.content-wrapper.full-height {
  min-height: calc(100vh - 140px);
}

.dummy-content {
  padding: 60px 0 20px;
  text-align: center;
}

.title {
  font-size: 1.4rem;
}

p {
  font-size: 1rem;
}

.disclaimer {
  color: #222;
  font-size: 0.8em;
}

.desktop {
  display: none !important;
}
@media only screen and (min-width: 750px) {
  .desktop {
    display: inherit !important;
  }
}

.mobile {
  display: inherit !important;
}
@media only screen and (min-width: 750px) {
  .mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 750px) {
  .mobile-break {
    display: none;
  }
}

header {
  align-items: center;
  background: #0c2780;
  display: flex;
  height: 60px;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  header {
    justify-content: flex-start;
  }
}
header .content-wrapper.hero {
  width: 100%;
}
@media only screen and (min-width: 750px) {
  header .content-wrapper.hero {
    flex-direction: row;
    justify-content: flex-start;
  }
}
header img {
  height: 30px;
}

footer {
  background: #09193a;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 0.8em;
  padding: 2rem 1rem;
}
@media only screen and (min-width: 750px) {
  footer {
    flex-direction: row;
    justify-content: center;
  }
}
footer ul,
footer li {
  margin: 0;
  list-style: none;
  padding: 0;
}
footer a {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
footer a:hover {
  text-decoration: underline;
}
footer p {
  font-weight: 400;
  font-size: 0.8em;
}
@media only screen and (min-width: 750px) {
  footer .footer-text {
    padding: 0 2rem;
    width: 50%;
  }
}
footer .footer-text-links li {
  margin-bottom: 0.5rem;
}
footer .footer-text-ssl {
  align-items: center;
  display: flex;
}
footer .footer-text-ssl img {
  margin-right: 0.5rem;
}
footer .social-box {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
footer .social-box .header {
  font-size: 1rem;
}
footer .social-icons {
  display: flex;
  margin-top: 1rem;
}
footer .social-icons li {
  margin: 0 0.5rem;
}

hr {
  height: auto;
  margin: 0.5em auto 1.5em;
  max-width: 300px;
  overflow: inherit;
  position: relative;
}
hr::after {
  content: "";
  display: block;
  border-right: 2px solid #fff;
  height: 12px;
  position: absolute;
  top: -7px;
  left: 50%;
  width: 12px;
  transform: translateX(-50%) rotate(45deg);
  z-index: 1;
}
hr.on-blue {
  border-top: 2px solid #dfeafe;
}
hr.on-blue::after {
  background-color: #0c2780;
  border-right: 2px solid #dfeafe;
}
hr.on-white {
  border-top: 2px solid #000;
}
hr.on-white::after {
  background-color: #fff;
  border-right: 2px solid #000;
}
hr.on-gray {
  border-top: 2px solid #000;
}
hr.on-gray::after {
  background-color: #f2f2f2;
  border-right: 2px solid #000;
}
.headers hr {
  margin-top: 0.5rem;
}

button {
  border: none;
  margin: 0;
  padding: 0;
}

.flex-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 750px) {
  .flex-wrapper {
    flex-direction: row;
  }
}

.section-wedge {
  background: #0c2780;
  clip-path: polygon(0% 0, 50% 100%, 100% 0%, 100% 100%, 0% 100%);
  height: 3rem;
  margin-bottom: -0.5px;
}

.highlighted-title {
  background-color: #fff;
  color: #0c46fc;
  display: inline-block;
  margin-bottom: 0.25em;
  padding: 0 0.25em;
}
.highlighted-title.black {
  background-color: #000;
  color: #fff;
}
.highlighted-title.light-blue {
  background-color: #dfeafe;
  color: #000;
}
.highlighted-title.brand-blue {
  background-color: #0c2780;
  color: #fff;
}
.highlighted-title.rounded {
  border-radius: 8px;
}

.bubble-header {
  background-color: #dfeafe;
  border-radius: 1em;
  display: inline-block;
  font-size: 1.4rem;
  margin: 2em 0 0.5em;
  padding: 4px 2em;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .bubble-header {
    font-size: 1.6rem;
  }
}
.bubble-header::after {
  border: 8px solid transparent;
  border-top: 8px solid #dfeafe;
  bottom: -14px;
  content: "";
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  width: 8px;
  transform: translateX(-50%);
}

.cta-button {
  align-items: center;
  background-color: #fe9833;
  border-radius: 8px;
  box-shadow: 0 6px #ce701c;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 60px;
  flex-direction: column;
  font-size: 1rem;
  justify-content: center;
  margin: 1em auto;
  max-width: 375px;
  text-align: center;
  outline: none;
  padding: 0.5em;
  position: relative;
  transition: 0.3s all ease-in-out;
}
@media only screen and (min-width: 750px) {
  .cta-button {
    font-size: 1.2rem;
  }
}
.cta-button::after {
  border: transparent;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 12px;
  right: 1rem;
  position: absolute;
  top: 50%;
  width: 12px;
  transform: rotate(45deg) translateX(-50%);
}
.cta-button.phone-button, .cta-button.email-button {
  background: #fff;
  border: 2px solid #0c2780;
  box-shadow: none;
  color: #0c2780;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.cta-button.phone-button::before, .cta-button.email-button::before {
  background-size: contain;
  content: "";
  display: block;
  height: 20px;
  left: 2rem;
  position: absolute;
  top: 50%;
  width: 20px;
  transform: translateY(-50%);
}
.cta-button.phone-button.phone-button::before, .cta-button.email-button.phone-button::before {
  background-image: url("../assets/icon-phone.svg");
}
.cta-button.phone-button.email-button::before, .cta-button.email-button.email-button::before {
  background-image: url("../assets/icon-email.svg");
}
.cta-button:hover {
  transform: scale(103%);
}

.awards-wrapper {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 750px) {
  .awards-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.award-item {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0.8em 0;
  text-align: center;
  padding: 0 1rem;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .award-item {
    font-size: 1.4rem;
    padding: 0 2rem;
    width: 45%;
  }
}
.award-item::before {
  content: url(../assets/award-leaves-half.svg);
  height: auto;
  left: -1em;
  position: absolute;
  top: 60%;
  width: 30px;
  transform: translateY(-50%);
}
@media only screen and (min-width: 750px) {
  .award-item::before {
    left: 1rem;
  }
}
.award-item::after {
  content: url(../assets/award-leaves-half.svg);
  height: auto;
  right: -1em;
  position: absolute;
  top: 60%;
  width: 30px;
  transform: scaleX(-1) translateY(-50%);
}
@media only screen and (min-width: 750px) {
  .award-item::after {
    right: 1rem;
  }
}
.award-item.blue-leaves {
  color: #0c2780;
}
.award-item.blue-leaves::before, .award-item.blue-leaves::after {
  content: url(../assets/award-leaves-half-blue.svg);
}
.award-item.small-text {
  font-size: 1.2rem;
}

.cta {
  background-color: #dfeafe;
  padding: 1rem 0;
}
@media only screen and (min-width: 750px) {
  .cta {
    padding: 2rem 0;
  }
}
.cta .cta-box {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media only screen and (min-width: 750px) {
  .cta .cta-box {
    margin: 0 auto;
    width: 70%;
  }
}
.cta .cta-box-header {
  background-color: #0c2780;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  padding: 0.5em;
}
.cta .cta-box-header .logo {
  vertical-align: baseline;
  width: 120px;
}
.cta .headers {
  align-items: center;
  color: #fe9833;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  justify-content: center;
  text-align: center;
}
.cta .headers span:nth-of-type(1) {
  display: block;
  font-size: 3.3rem;
}
@media only screen and (min-width: 750px) {
  .cta .headers span:nth-of-type(1) {
    font-size: 4.3rem;
  }
}
.cta .headers span:nth-of-type(2) {
  font-weight: 600;
}
@media only screen and (min-width: 750px) {
  .cta .headers span:nth-of-type(2) {
    font-size: 2rem;
  }
}
.cta .headers img {
  max-width: 80px;
}
@media only screen and (min-width: 750px) {
  .cta .headers,
  .cta .buttons {
    width: 50%;
  }
}
.cta .cta-box-content {
  display: flex;
  flex-direction: column;
  padding: 1em 1.5em;
}
@media only screen and (min-width: 750px) {
  .cta .cta-box-content {
    flex-direction: row;
  }
}
.cta .top-button span:nth-of-type(1) {
  color: #fff733;
  display: block;
  font-size: 0.8em;
}
@media only screen and (min-width: 750px) {
  .cta .top-button span:nth-of-type(1) {
    font-size: 1rem;
  }
}
.cta .bottom-button {
  background-color: #10aa19;
  box-shadow: 0 6px #08780f;
}
.cta .header-block {
  margin: 1em auto;
  text-align: center;
}
.cta .header-block .logo {
  vertical-align: baseline;
}

.sat-blue-text {
  color: #0c46fc;
}

.brand-blue-text {
  color: #0c2780;
}

.orange-text {
  color: #fe9833;
}

.white-bg {
  background: #fff;
}

.light-gray-bg {
  background: #f2f2f2;
}

.brand-blue-bg {
  background: #0c2780;
}

.sat-blue-bg {
  background: #0c46fc;
}

video {
  border: 2px solid #0c2780;
  border-radius: 8px;
  display: block;
}

.hero {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .hero {
    flex-direction: row;
  }
}
.hero .content-wrapper.hero {
  display: flex;
}
@media only screen and (min-width: 750px) {
  .hero .content-wrapper.hero {
    flex-direction: row;
    justify-content: flex-start;
  }
}
.hero .orange-ribbon {
  background: #fe9833;
  padding: 4px 0;
}
@media only screen and (min-width: 750px) {
  .hero .orange-ribbon {
    padding: 1rem 0;
  }
}
.hero .orange-ribbon .primary {
  color: #fff733;
  font-size: 1.4rem;
}
@media only screen and (min-width: 750px) {
  .hero .orange-ribbon .primary {
    font-size: 1.6rem;
  }
}
.hero .orange-ribbon .primary b {
  font-size: 2.3rem;
}
@media only screen and (min-width: 750px) {
  .hero .orange-ribbon .primary b {
    font-size: 2.76rem;
  }
}
.hero .orange-ribbon .primary span {
  color: #fff;
  font-size: 0.8em;
  margin-right: 0.5em;
  position: relative;
}
@media only screen and (min-width: 750px) {
  .hero .orange-ribbon .primary span {
    font-size: 1.2rem;
    margin-right: 1rem;
  }
}
.hero .orange-ribbon .primary span::after {
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  height: 42px;
  width: 42px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 750px) {
  .hero .orange-ribbon .primary span::after {
    height: 54px;
    width: 54px;
  }
}
.hero .orange-ribbon .secondary {
  color: #fff;
}
@media only screen and (min-width: 750px) {
  .hero .orange-ribbon .secondary {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 750px) {
  .hero .ribbon-content {
    align-items: flex-start;
    width: 55%;
  }
}
.hero .hero-elements {
  display: inline-block;
  padding-top: 1em;
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 750px) {
  .hero .hero-elements {
    width: 55%;
  }
}
.hero .blue-ribbon {
  background-color: #0c46fc;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  margin-bottom: 1em;
  padding: 4px 10px;
}
.hero .big-header-title {
  font-size: 2.3rem;
  font-weight: 700;
  margin-bottom: 0.8em;
}
.hero .subtitle {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 0.7em;
}
.hero .content-side {
  text-align: center;
  width: 100%;
}
.hero .tabs {
  background-color: #43528f;
  color: #fff;
}
.hero .tabs .content-wrapper {
  display: flex;
  flex-direction: row;
}
.hero .tabs .tab {
  font-size: 1.2rem;
  padding: 0.5em 0.5em;
  width: 33.33%;
}
@media only screen and (min-width: 750px) {
  .hero .tabs .tab {
    width: 18%;
  }
}
.hero .tabs .tab span {
  font-size: 1rem;
  display: block;
}
.hero .tabs .tab.active {
  background-color: #0c2780;
}
.hero .image-side {
  display: none;
}
@media only screen and (min-width: 750px) {
  .hero .image-side {
    display: initial;
    position: absolute;
    left: 57%;
  }
}
.hero video.mobile {
  border: 2px solid #0c2780;
  border-radius: 8px;
  margin: 0 auto;
  margin-bottom: 1.8em;
  width: 100%;
}
.hero video.desktop {
  width: 465px;
}

.awards {
  background-color: #0c2780;
  color: #fff;
  padding: 3em 0;
  text-align: center;
}
.awards .logo {
  margin: 0 auto;
  margin-bottom: 1em;
  max-width: 240px;
  width: 50%;
}
.awards .small-disclaimer {
  font-size: 0.5em;
}
.awards p.small-text {
  font-size: 0.8em;
  margin-top: 1em;
}
.awards .subtitle {
  font-size: 1.4rem;
}

.benefits .headers {
  padding: 1em 0;
  text-align: center;
}
.benefits .headers span:nth-of-type(1) {
  color: #dfeafe;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 750px) {
  .benefits .headers span:nth-of-type(1) {
    font-size: 3.3rem;
  }
}
.benefits .headers span:nth-of-type(2) {
  font-size: 2.3rem;
}
@media only screen and (min-width: 750px) {
  .benefits .headers span:nth-of-type(2) {
    font-size: 3.3rem;
  }
}
.benefits .secondary-headers {
  background-color: #0c2780;
  color: #fff;
  text-align: center;
}
.benefits .secondary-headers .header-block {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 750px) {
  .benefits .secondary-headers .header-block {
    font-size: 2.3rem;
  }
}
.benefits .secondary-headers .header-block:first-of-type {
  padding-top: 1rem;
}
.benefits .secondary-headers .logo {
  vertical-align: baseline;
  width: 160px;
}
@media only screen and (min-width: 750px) {
  .benefits .secondary-headers .logo {
    width: 190px;
  }
}
.benefits .secondary-headers .highlighted-title {
  background-color: #fff;
  color: #0c46fc;
  display: inline-block;
  margin-bottom: 0.5em;
}
.benefits .content-box {
  background-color: #fff;
  border-radius: 8px;
  color: #0c46fc;
  padding: 1em;
  text-align: center;
}
.benefits .content-box .header {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 750px) {
  .benefits .content-box .header {
    font-size: 1.6rem;
  }
}
.benefits .content-box video {
  display: block;
  margin: 0 auto;
  width: 320px;
}
.benefits .content-box img {
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .benefits .content-box img {
    margin: 0 auto;
    padding: 1rem;
    width: 85%;
  }
}

.why {
  background-color: #0c2780;
  color: #fff;
  text-align: center;
}
.why .section-header {
  font-size: 2.3rem;
  padding-top: 1em;
  position: relative;
}
.why .section-header::before {
  background: linear-gradient(to top, rgba(106, 163, 255, 0.4), rgba(255, 255, 255, 0));
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  content: "";
  display: block;
  height: 80px;
  left: 50%;
  position: absolute;
  top: 2rem;
  width: 200px;
  transform: translateX(-50%);
}
.why .headers {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.why .headers span {
  color: #fff733;
}
.why .headers span.bigger {
  font-size: 2.3rem;
  font-weight: 600;
}
.why .headers .underlined {
  text-decoration: underline;
}
.why .content-box {
  padding: 1em 0 0;
}
@media only screen and (min-width: 750px) {
  .why .content-box {
    display: flex;
  }
}
@media only screen and (min-width: 750px) {
  .why .content-box .headers {
    margin: 0;
    left: 6rem;
    position: relative;
    top: 3rem;
    width: 100%;
  }
}
.why .content-box img {
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .why .content-box img {
    width: 55%;
  }
}

.ease-of-use .headers,
.alerts .headers,
.demo .headers {
  padding-top: 2em;
  text-align: center;
}
.ease-of-use .headers div:nth-of-type(1),
.alerts .headers div:nth-of-type(1),
.demo .headers div:nth-of-type(1) {
  font-size: 1.4rem;
}
@media only screen and (min-width: 750px) {
  .ease-of-use .headers div:nth-of-type(1),
  .alerts .headers div:nth-of-type(1),
  .demo .headers div:nth-of-type(1) {
    font-size: 1.6rem;
  }
}
.ease-of-use .headers div:last-of-type,
.alerts .headers div:last-of-type,
.demo .headers div:last-of-type {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: -0.5em;
}
@media only screen and (min-width: 750px) {
  .ease-of-use .headers div:last-of-type,
  .alerts .headers div:last-of-type,
  .demo .headers div:last-of-type {
    font-size: 2.3rem;
  }
}
.ease-of-use video,
.alerts video,
.demo video {
  margin: 2em auto;
}
.ease-of-use .subtitle,
.alerts .subtitle,
.demo .subtitle {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  padding: 1em 0 2em;
}

.alerts {
  background-color: #f2f2f2;
}
.alerts img {
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .alerts img {
    display: block;
    margin: 0 auto;
    width: initial;
  }
}

.min-deposit {
  text-align: center;
}
.min-deposit .main-header {
  font-size: 2.3rem;
  margin-bottom: 0.5em;
}
.min-deposit .main-header span {
  color: #0c46fc;
}
.min-deposit .content-box {
  background-color: #f2f2f2;
  border-radius: 8px;
  padding: 1em;
}
.min-deposit .box-title {
  background-color: #0c2780;
  color: #fff;
  border-radius: 1em;
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 1em;
  padding: 0.25em 1em;
}
.min-deposit .deposit-box {
  display: flex;
  width: 90%;
}
@media only screen and (min-width: 750px) {
  .min-deposit .deposit-box {
    width: 35%;
  }
}
.min-deposit .deposit-box.white {
  background-color: #fff;
}
.min-deposit .deposit-box.white .company {
  background-color: #969da3;
}
.min-deposit .deposit-box.blue {
  background-color: #dfeafe;
}
.min-deposit .deposit-box.blue .company {
  background-color: #0c2780;
}
.min-deposit .deposit-box.blue .sum {
  color: #0c46fc;
}
.min-deposit .deposit-box .company {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  margin: 1.5em;
  min-width: 100px;
  min-height: 70px;
  padding: 0.5em;
  width: 25%;
}
.min-deposit .deposit-box .sum {
  align-items: center;
  border-left: 2px dotted #0c2780;
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: left;
  padding: 0 1em;
  width: 100%;
}
.min-deposit .deposit-box .sum span {
  font-size: 1.6rem;
}
.min-deposit .deposit-box .logo {
  width: 100%;
}
.min-deposit .subtitle {
  font-size: 1.2rem;
  margin: 2em 0;
}
.min-deposit .subtitle span {
  color: #0c46fc;
}

.demo {
  background-color: #f2f2f2;
}
.demo .header-block {
  padding-top: 0.5em;
}

.ko {
  text-align: center;
}
.ko .header-block {
  font-size: 1.4rem;
}
@media only screen and (min-width: 750px) {
  .ko .header-block {
    font-size: 1.6rem;
  }
}
.ko .main-header {
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.ko .main-header span {
  color: #0c46fc;
}
.ko .subtitle {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 750px) {
  .ko .subtitle {
    font-size: 1.6rem;
  }
}
.ko .content-box {
  background-color: #f2f2f2;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 3em 1em 0;
  position: relative;
}
.ko .content-box::before {
  background: #fff;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: -10px;
  height: 20px;
  width: 20px;
  transform: translateX(-50%) rotate(45deg);
}
.ko .content-box:last-of-type {
  padding-bottom: 1rem;
  padding-top: 1.5rem;
}
@media only screen and (min-width: 750px) {
  .ko .content-box:last-of-type {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.ko .content-box:last-of-type::before {
  display: none;
}
.ko .content-strip {
  background: #0c2780;
  border-radius: 0 0 8px 8px;
  color: #fff;
  padding: 1rem;
  position: relative;
  width: calc(100% + 2rem);
  transform: translateX(-1rem);
}
@media only screen and (min-width: 750px) {
  .ko .content-strip {
    font-size: 1.4rem;
  }
}
.ko .content-strip::after {
  background: #0c2780;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  bottom: -9px;
  height: 20px;
  width: 20px;
  transform: translateX(-50%) rotate(45deg);
}
.ko .header {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 750px) {
  .ko .header {
    font-size: 2.3rem;
  }
}
.ko .checklist {
  margin-bottom: 1rem;
  padding: 0 2rem;
  text-align: left;
}
.ko .checklist-item {
  border-bottom: 2px dotted #000;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.5rem 0;
  position: relative;
}
.ko .checklist-item::before {
  border: solid 2px #000;
  content: "";
  height: 0.65em;
  display: inline-block;
  margin-right: 0.5rem;
  position: relative;
  top: 50%;
  vertical-align: baseline;
  width: 0.65em;
}
.ko .checklist-item::after {
  border: 3px solid #000;
  border-left: transparent;
  border-top: transparent;
  content: "";
  display: block;
  height: 0.5em;
  left: 0.2em;
  top: 42%;
  position: absolute;
  width: 0.25em;
  transform: rotate(45deg);
}
.ko img {
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .ko img {
    display: block;
    margin: 0 auto;
    width: initial;
  }
}
.ko video {
  margin: 2em auto;
}

.features {
  padding: 2rem 0;
  text-align: center;
}
.features .content-wrapper {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.features .content-box {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 6rem;
  padding: 2rem 1rem;
  position: relative;
}
.features .content-box:last-of-type {
  margin-bottom: 0;
}
.features .content-box-header {
  color: #fff;
  display: inline;
  font-size: 2.3rem;
  font-weight: 500;
  left: 50%;
  position: absolute;
  top: -4rem;
  text-shadow: -2px -2px 0 #0c2780, 2px -2px 0 #0c2780, -2px 2px 0 #0c2780, 2px 2px 0 #0c2780;
  transform: translateX(-50%);
}
.features .content-box-header span {
  font-family: "roboto", sans-serif;
  font-size: 2em;
  position: relative;
  top: 0.4rem;
}
.features .headers {
  text-align: center;
}
.features .headers span {
  display: block;
  font-size: 2.3rem;
  font-weight: 500;
}
.features .headers span:first-of-type {
  color: #dfeafe;
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
}
.features .headers span:last-of-type {
  font-size: 4rem;
  margin-bottom: -2rem;
}
.features .header {
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.features .highlighted-title {
  font-size: 1.2rem;
}
@media only screen and (min-width: 750px) {
  .features .highlighted-title {
    font-size: 1.6rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-top: 1rem;
  }
}
.features .qoute {
  background-color: #dfeafe;
  border-radius: 8px;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
  padding: 1rem;
  position: relative;
}
.features .qoute::after, .features .qoute::before {
  content: url(../assets/icon-qoute.svg);
  display: block;
  position: absolute;
  width: 24px;
}
.features .qoute::after {
  bottom: -1rem;
  right: 1rem;
}
.features .qoute::before {
  content: url(../assets/icon-qoute.svg);
  left: 1rem;
  position: absolute;
  top: -1rem;
  transform: rotate(180deg);
}
.features .arrow-down {
  border: 1rem solid transparent;
  border-bottom: none;
  border-top: 1rem solid #0c2780;
  margin: 0 auto;
  margin-top: 2rem;
  width: 1rem;
  transform: scale(3.5, 1.5);
}
.features .trading-grid {
  border: 1px solid #0c2780;
  display: grid;
  grid: auto-flow/1fr 2fr;
  font-weight: 500;
  margin: 0 auto;
  width: 80%;
}
.features .trading-grid .cell {
  border: 1px solid #0c2780;
  padding: 0.5rem;
}
.features .trading-grid .cell.title {
  align-self: stretch;
  align-items: center;
  background: #dfeafe;
  display: flex;
  font-size: 1rem;
  justify-content: center;
}
.features .globe-icon {
  display: inline-block;
  height: 2rem;
  margin-right: 0.5rem;
  position: relative;
  top: 0.2rem;
  width: 2rem;
  vertical-align: baseline;
}
.features .text {
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 2rem;
}
.features .subheader {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.features img {
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .features img {
    display: block;
    margin: 0 auto;
    width: initial;
  }
}
.features img.no-fees {
  margin-bottom: 1rem;
  width: 60%;
}
@media only screen and (min-width: 750px) {
  .features img.no-fees {
    display: block;
    margin: 0 auto;
    width: initial;
  }
}
@media only screen and (min-width: 750px) {
  .features img.no-fees {
    margin: 0;
    max-width: 250px;
  }
}
.features img.arrow-img {
  display: block;
  margin: 0 auto;
  width: initial;
}
.features video {
  margin: 0 auto;
}

.regulation .headers {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: center;
}
.regulation .header {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  text-align: center;
}
.regulation .header span {
  font-size: 2.3rem;
}
.regulation .subheader {
  font-size: 1rem;
  font-weight: 400;
}
.regulation .bankrupt-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 750px) {
  .regulation .bankrupt-wrapper {
    flex-direction: row;
  }
  .regulation .bankrupt-wrapper .content-box {
    margin-left: 1rem;
    margin-right: 1rem;
    width: 40%;
  }
  .regulation .bankrupt-wrapper img {
    max-height: 310px;
    width: 100%;
  }
}
.regulation .content-box {
  border-radius: 8px;
  margin-bottom: 3rem;
  padding: 2rem 1rem;
  padding-top: 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.regulation .content-box:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 750px) {
  .regulation .content-box:last-of-type {
    margin-bottom: 3rem;
  }
}
.regulation img {
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .regulation img {
    display: block;
    margin: 0 auto;
    width: initial;
  }
}
.regulation .content-strip {
  background: #0c2780;
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  padding: 1rem;
  position: relative;
  text-align: center;
  width: calc(100% + 2rem);
  transform: translateX(-1rem);
}
.regulation .content-strip::after {
  background: #0c2780;
  bottom: -9px;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  width: 20px;
  z-index: 10;
  transform: translateX(-50%) rotate(-45deg);
}
.regulation .dropdown-box {
  background: #fff;
  border-radius: 8px;
  margin-top: 1rem;
  overflow: hidden;
}
@media only screen and (min-width: 750px) {
  .regulation .dropdown-box {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
  }
}
.regulation .dropdown-box .dropdown-header {
  background-color: #0c46fc;
  color: #fff;
  display: block;
  font-size: 1.2rem;
  padding: 0.5rem 1rem;
  text-align: center;
  width: 100%;
}
.regulation .dropdown-box .dropdown-content {
  text-align: left;
  padding: 1.5rem;
}
.regulation .award-item {
  font-size: initial;
  font-weight: 600;
}
.regulation .award-item .small-text {
  font-weight: 500;
}

.trust img {
  display: block;
  margin: 0 auto;
}
.trust img.trust {
  width: 50%;
}
@media only screen and (min-width: 750px) {
  .trust img.trust {
    display: block;
    margin: 0 auto;
    width: initial;
  }
}
@media only screen and (min-width: 750px) {
  .trust img.trust {
    margin: 0;
    margin-right: 2rem;
    max-width: 300px;
    position: relative;
    top: -1rem;
  }
}
.trust .headers {
  text-align: center;
}
@media only screen and (min-width: 750px) {
  .trust .headers {
    text-align: left;
  }
}
.trust .headers .highlighted-title {
  font-size: 2.3rem;
}
.trust .title {
  text-align: center;
  font-weight: 600;
  margin: 1rem 0;
}
@media only screen and (min-width: 750px) {
  .trust .title {
    text-align: left;
  }
}
.trust .text-container {
  text-align: left;
  width: 50%;
}

.open-account {
  text-align: center;
}
.open-account .brand-blue-bg {
  padding: 2rem 0;
}
.open-account .light-gray-bg {
  padding: 2rem 0;
}
.open-account .headers {
  align-items: center;
  border-bottom: 2px dotted #000;
  display: flex;
}
@media only screen and (min-width: 750px) {
  .open-account .headers {
    border-bottom: none;
    border-right: 2px dotted #000;
    flex-direction: column;
    margin-right: 2rem;
    padding: 0 2rem;
  }
}
.open-account .header,
.open-account .subheader {
  color: #fff;
}
.open-account .header {
  font-size: 2.3rem;
  margin-bottom: 1rem;
}
.open-account .subheader {
  font-size: 1.6rem;
}
.open-account .flex-wrapper img {
  margin: 1rem;
}
.open-account .header-icon img {
  width: 75%;
}
@media only screen and (min-width: 750px) {
  .open-account .header-icon img {
    margin: 0 auto;
  }
}
.open-account .header-text {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
}
@media only screen and (min-width: 750px) {
  .open-account .header-text {
    text-align: center;
  }
}
.open-account .text-container {
  padding: 0 2rem;
}
.open-account img {
  margin: 1rem 0;
  width: 100%;
}
@media only screen and (min-width: 750px) {
  .open-account img {
    display: block;
    margin: 0 auto;
    width: initial;
  }
}
@media only screen and (min-width: 750px) {
  .open-account img {
    margin: 0;
    width: 40%;
  }
}
.open-account img.atm {
  margin: 2rem auto 1rem;
  width: 70%;
}
@media only screen and (min-width: 750px) {
  .open-account img.atm {
    display: block;
    margin: 0 auto;
    width: initial;
    padding-top: 2rem;
    width: 33%;
  }
}
.open-account .content-box {
  margin: 0 auto;
  margin-bottom: 2rem;
  padding: 0 1rem;
  position: relative;
  width: 80%;
}
.open-account .content-box:last-of-type {
  margin-bottom: 0;
}
.open-account .content-strip {
  background: #0c2780;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem;
  position: relative;
  text-align: center;
  width: calc(100% + 2rem);
  transform: translateX(-1rem);
}
.open-account .content-strip:last-of-type {
  background: #0c46fc;
  border-radius: 0 0 8px 8px;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.open-account .content-strip:last-of-type::after {
  background: #0c46fc;
  bottom: -5px;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  width: 20px;
  z-index: 10;
  transform: translateX(-50%) rotate(-45deg);
}

.support .brand-blue-bg {
  padding: 1rem 0;
}
.support .section-header {
  color: #fff;
  text-align: center;
  font-size: 2.3rem;
}
.support .headers {
  margin-top: 2rem;
  text-align: center;
}
.support .header {
  font-size: 1.2rem;
  font-weight: 500;
}
.support .subheader {
  font-size: 1.6rem;
  font-weight: 600;
}
.support .buttons .header {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 2rem;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}
.support .disclaimer {
  margin: 1rem 0 2rem;
  text-align: center;
}

.sticky-cta {
  align-items: center;
  background-color: #dfeafe;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  position: sticky;
  z-index: 2;
}
.sticky-cta .sticky-cta-button {
  -webkit-animation: cta-bounce 5s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation: cta-bounce 5s infinite ease-in-out;
  animation-fill-mode: both;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  margin-bottom: 0.5rem;
  overflow: hidden;
  position: relative;
  width: 370px;
}
.sticky-cta .sticky-cta-button::before {
  -webkit-animation: glow-pass 5s infinite ease-out;
  -webkit-animation-fill-mode: both;
  animation: glow-pass 5s infinite ease-out;
  animation-fill-mode: both;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.65));
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  transform: skewX(-45deg) translateX(100%);
}
.sticky-cta .sticky-cta-button .upper,
.sticky-cta .sticky-cta-button .lower {
  padding: 0.5rem;
  padding-left: 100px;
  text-align: left;
}
.sticky-cta .sticky-cta-button .upper {
  background-color: #fff;
}
.sticky-cta .sticky-cta-button .upper span {
  color: #fe9833;
  font-size: 1.2rem;
}
.sticky-cta .sticky-cta-button .lower {
  background-color: #fe9833;
  color: #fff;
}
.sticky-cta .sticky-cta-button img {
  left: 5px;
  position: absolute;
  top: 50%;
  width: 80px;
  transform: translateY(-50%);
}
.sticky-cta .cta-link {
  text-decoration: underline;
}/*# sourceMappingURL=styles.css.map */