* {
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
button {
  color: #152C72;
  font-weight: 700;
}

a {
  text-decoration: none;
}
.signIn, .ctaButton, .b1, .b2, .b3 {
  text-decoration: none;
}

.header {
  background: #152C72;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  padding: 20px 30px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.logos {
  display: flex;
  align-items: center;
  gap: 60px;
}

.signIn {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  flex: 1 0 0;
}

#carousel {
    width: 100%;
}

.signIn button {
  border-radius: 4px;
  border: 1px solid var(--Grey-Light-Theme-Grey-500, #c1c8cd);
  background: var(--Grey-Light-Theme-Grey-50, #fbfcfd);
  display: flex;
  width: 120px;
  padding: 14px 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.content1 {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  align-self: stretch;
  background: #152C72;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
}

.content1 p {
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: none;
  width: 900px;
  margin-bottom: 0;
}

.info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.break {
  width: 279px;
  height: 1px;
  margin: 0;
  opacity: 1;
  color: white;
}

.content {
  display: flex;
  width: 900px;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
}

.content button {
  border-radius: 4px;
  border: 1px solid var(--Grey-Light-Theme-Grey-500, #c1c8cd);
  background: var(--Grey-Light-Theme-Grey-50, #fbfcfd);
  display: flex;
  font-size: small;
  width: 175px;
  padding: 25px;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.b1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.b2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
}

.b3 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

.content2 {
  display: flex;
  padding: 60px 30px;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  align-self: stretch;
  background: #fff;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
}

.filler {
  display: flex;
  width: 900px;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
}
.iconSet1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.iconSet2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  flex: 1 0 0;
}

.iconSet3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.iconContent {
  display: flex;
  width: 250px;
  padding-bottom: 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.iconHeader {
  width: 250px;
  color: #152C72;
  text-align: center;
  font-family: Arial;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.iconText {
  width: 250px;
  color: #404040;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  line-height: 22px; /* 137.5% */
}

.cta {
  display: flex;
  padding: 50px 30px;
  justify-content: center;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  background: #152C72;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
}
.ctaLabel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.ctaLabel p {
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}

.ctaButton {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
}

.ctaSignUp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.ctaSignUp button {
  display: flex;
  width: 175px;
  padding: 25px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 4px;
  line-height: normal;
  border: 1px solid var(--Grey-Light-Theme-Grey-500, #c1c8cd);
  background: var(--Grey-Light-Theme-Grey-50, #fbfcfd);
}

.footer {
  display: flex;
  padding: 10px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  background: #617080;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.25);
}

.footerRow1 {
  display: flex;
  align-items: center;
  gap: 30px;
}

.footerRow1 span {
  font-weight: 700;
}

.support {
  color: #fff;

  /* Body/Body 2/Bold */
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  line-height: 20px; /* 142.857% */
  margin-bottom: 0;
}

.contact {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact img {
  width: 20px;
  height: 20px;
}

.contact p {
  color: #fff;

  /* Body/Body 2/Bold */
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  line-height: 20px; /* 142.857% */
  margin-bottom: 0;
}

.email {
  display: flex;
  align-items: center;
  gap: 10px;
}

.email img {
  width: 20px;
  height: 20px;
}

.email p {
  color: #fff;

  /* Body/Body 2/Underline */
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  text-decoration-line: underline;
  margin-bottom: 0;
}

.footerRow2 {
  display: flex;
  align-items: center;
  gap: 30px;
}

.copyright {
  color: #fff;

  /* Body/Body 2/Regular */
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.privacy {
  color: #fff;

  /* Body/Body 2/Underline */
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  text-decoration-line: underline;
}
