input[type=submit].segm-button,
button.segm-button,
a.segm-button,
[role=button].segm-button {
  --primary-button-background: #1bacaf;
  --primary-button-text: #ffffff;
}
input[type=submit].segm-button--primary,
button.segm-button--primary,
a.segm-button--primary,
[role=button].segm-button--primary {
  display: block;
  max-width: fit-content;
  margin: auto;
  padding: 8px 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: var(--primary-button-background);
  color: var(--primary-button-text);
  border-radius: 35px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  border: none;
}
@media (min-width: 991px) {
  input[type=submit].segm-button--primary,
  button.segm-button--primary,
  a.segm-button--primary,
  [role=button].segm-button--primary {
    font-size: 17px;
  }
}
input[type=submit].segm-button--primary:hover,
button.segm-button--primary:hover,
a.segm-button--primary:hover,
[role=button].segm-button--primary:hover {
  text-decoration: none;
  filter: brightness(0.8);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: var(--primary-button-text);
}
input[type=submit].segm-button--primary--cyan,
button.segm-button--primary--cyan,
a.segm-button--primary--cyan,
[role=button].segm-button--primary--cyan {
  background-color: #1bacaf;
  color: #ffffff;
  fill: #ffffff;
  line-height: 32px;
}
input[type=submit].segm-button--primary--cyan .icon svg,
button.segm-button--primary--cyan .icon svg,
a.segm-button--primary--cyan .icon svg,
[role=button].segm-button--primary--cyan .icon svg {
  color: #ffffff;
}
input[type=submit].segm-button--primary--dark-cyan,
button.segm-button--primary--dark-cyan,
a.segm-button--primary--dark-cyan,
[role=button].segm-button--primary--dark-cyan {
  background-color: #0d8894;
  color: #ffffff;
  fill: #ffffff;
  line-height: 32px;
}
input[type=submit].segm-button--primary--dark-cyan .icon svg,
button.segm-button--primary--dark-cyan .icon svg,
a.segm-button--primary--dark-cyan .icon svg,
[role=button].segm-button--primary--dark-cyan .icon svg {
  color: #ffffff;
}
input[type=submit].segm-button--primary--dark-cyan:hover,
button.segm-button--primary--dark-cyan:hover,
a.segm-button--primary--dark-cyan:hover,
[role=button].segm-button--primary--dark-cyan:hover {
  filter: none;
  background-color: rgb(32.4534653465, 206.7405940594, 210.3465346535);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type=submit].segm-button--primary--orange,
button.segm-button--primary--orange,
a.segm-button--primary--orange,
[role=button].segm-button--primary--orange {
  background-color: #f97253;
  color: #ffffff;
}
input[type=submit].segm-button--primary--orange:hover,
button.segm-button--primary--orange:hover,
a.segm-button--primary--orange:hover,
[role=button].segm-button--primary--orange:hover {
  filter: none;
  background-color: rgb(250.3752808989, 146.3191011236, 122.4247191011);
}
input[type=submit].segm-button--primary--orange--subscribe,
button.segm-button--primary--orange--subscribe,
a.segm-button--primary--orange--subscribe,
[role=button].segm-button--primary--orange--subscribe {
  margin: 0;
  font-weight: 500;
  padding: 11px 26px;
}
input[type=submit].segm-button--primary--orange--subscribe:hover,
button.segm-button--primary--orange--subscribe:hover,
a.segm-button--primary--orange--subscribe:hover,
[role=button].segm-button--primary--orange--subscribe:hover {
  filter: none;
  background-color: rgb(250.3752808989, 146.3191011236, 122.4247191011);
}
input[type=submit].segm-button--primary--light-cyan,
button.segm-button--primary--light-cyan,
a.segm-button--primary--light-cyan,
[role=button].segm-button--primary--light-cyan {
  background-color: #d8efeb;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #ffffff;
  line-height: 32px;
}
input[type=submit].segm-button--primary--light-cyan:hover,
button.segm-button--primary--light-cyan:hover,
a.segm-button--primary--light-cyan:hover,
[role=button].segm-button--primary--light-cyan:hover {
  background-color: rgb(187.5897810219, 226.2102189781, 226.2102189781);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type=submit].segm-button--secondary,
button.segm-button--secondary,
a.segm-button--secondary,
[role=button].segm-button--secondary {
  display: block;
  max-width: max-content;
  margin: auto;
  padding: 4px 16px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #d8efeb;
  color: #4d4d4d;
  border-radius: 35px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}
input[type=submit].segm-button--secondary:hover,
button.segm-button--secondary:hover,
a.segm-button--secondary:hover,
[role=button].segm-button--secondary:hover {
  text-decoration: none;
  background-color: rgb(187.5897810219, 226.2102189781, 226.2102189781);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type=submit].segm-button--secondary--our-response,
button.segm-button--secondary--our-response,
a.segm-button--secondary--our-response,
[role=button].segm-button--secondary--our-response {
  margin-left: 10px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-top: 10px;
}
@media (min-width: 1200px) {
  input[type=submit].segm-button--secondary--our-response,
  button.segm-button--secondary--our-response,
  a.segm-button--secondary--our-response,
  [role=button].segm-button--secondary--our-response {
    margin-top: 0;
  }
}
input[type=submit].segm-button--search,
button.segm-button--search,
a.segm-button--search,
[role=button].segm-button--search {
  padding: 4px 20px;
}
input[type=submit].segm-button--text--small,
button.segm-button--text--small,
a.segm-button--text--small,
[role=button].segm-button--text--small {
  display: block;
  max-width: fit-content;
  margin: auto;
  padding: 0 15px;
  background-color: transparent;
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 35px;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
}
@media (min-width: 991px) {
  input[type=submit].segm-button--text--small,
  button.segm-button--text--small,
  a.segm-button--text--small,
  [role=button].segm-button--text--small {
    font-size: 16px;
  }
}
input[type=submit].segm-button--text--small:hover,
button.segm-button--text--small:hover,
a.segm-button--text--small:hover,
[role=button].segm-button--text--small:hover {
  text-decoration: none;
  background-color: #d8efeb;
  color: #4d4d4d;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input[type=submit].segm-button--download-link,
button.segm-button--download-link,
a.segm-button--download-link,
[role=button].segm-button--download-link {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: flex-start;
  justify-content: center;
  padding: 12px;
  margin-bottom: 12px;
}
input[type=submit].segm-button--download-link .segm-button--download-link__title,
button.segm-button--download-link .segm-button--download-link__title,
a.segm-button--download-link .segm-button--download-link__title,
[role=button].segm-button--download-link .segm-button--download-link__title {
  font-size: 17px;
  font-weight: bold;
  line-height: 26px;
}
@media (min-width: 991px) {
  input[type=submit].segm-button--download-link .segm-button--download-link__title,
  button.segm-button--download-link .segm-button--download-link__title,
  a.segm-button--download-link .segm-button--download-link__title,
  [role=button].segm-button--download-link .segm-button--download-link__title {
    font-size: 19px;
  }
}
input[type=submit].segm-button--download-link .segm-button--download-link__icon,
button.segm-button--download-link .segm-button--download-link__icon,
a.segm-button--download-link .segm-button--download-link__icon,
[role=button].segm-button--download-link .segm-button--download-link__icon {
  margin-top: -3px;
}

.segm-link:hover {
  color: #0d8894;
}

/*# sourceMappingURL=buttons.css.map */
