.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-blue {
  color: #448bca;
}

.text-color-blue.align-center.h3, .text-color-blue.align-center.h5 {
  text-transform: none;
}

.text-color-grey {
  color: #777;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h3 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.h1 {
  font-size: 3.5rem;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.h4 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.background-color-grey {
  background-color: #fafafa;
}

.form_input {
  min-height: 3rem;
  color: #333;
  background-color: #fff;
  border: 1px #000;
  border-radius: 50px;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}

.form_input::-ms-input-placeholder {
  color: rgba(119, 119, 119, .77);
}

.form_input::placeholder {
  color: rgba(119, 119, 119, .77);
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.3125rem;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.h2 {
  font-size: 2.5rem;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.h5 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 65.625rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

.text-align-center {
  text-align: center;
}

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #d61b60;
  border-radius: 47px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.3125rem;
  font-weight: 600;
  display: flex;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-form-submit {
  text-transform: uppercase;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: .875rem;
  font-weight: 400;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.125rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  min-height: 100vh;
  color: #fff;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #000;
  background-color: #fff;
  flex: none;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-pink {
  background-color: #d61b60;
}

.fs-styleguide_color.is-blue {
  background-color: #448bca;
}

.fs-styleguide_color.is-grey {
  background-color: #777;
}

.text-color-pink {
  color: #d61b60;
}

.background-color-pink {
  background-color: #d61b60;
}

.background-color-blue {
  background-color: #448bca;
}

.text-size-xlarge {
  font-size: 1.5rem;
}

.nav-bar {
  background-color: rgba(221, 221, 221, 0);
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}

.brand-logo {
  height: 80px;
}

.nav-menu {
  z-index: 1000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 107, 201, .8);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-button {
  z-index: 1001;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-button.w--open {
  background-color: rgba(200, 200, 200, 0);
}

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xsmall.text-color-pink {
  width: 2.5rem;
  height: 2.5rem;
}

.icon-embed-xsmall.close {
  width: 2.5rem;
  height: 2.5rem;
  opacity: 0;
  color: #fff;
  width: 2.5rem;
  height: 2.5rem;
  opacity: 0;
  color: #fff;
  position: absolute;
}

.menu-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  width: 50%;
  height: auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
}

.nav-link:hover {
  background-color: rgba(51, 51, 51, .1);
}

.hero-section {
  height: 100vh;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.hero-section.home {
  background-image: url('../images/Mail-Slider-Background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-nav-bar {
  z-index: 200;
}

.nav-link-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.size-spacing-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.hero-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-grid.other {
  grid-template-columns: 1.25fr 1fr;
}

.spacing-medium {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.sub-section-wrapper.dark-background {
  color: #fff;
  background-image: url('../images/Bennetts-Colic-web-Causes-page-AR-BG-01.png');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-section-wrapper.dark-background._2 {
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: cover;
}

._2-col-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-image-wrapper {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pink-line {
  width: 60px;
  height: 3px;
  background-color: #d61b60;
}

.section-center-aligned {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.justify-center {
  align-items: center;
}

._3-col-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacing-large {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.spacing-xlarge {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

._3-col-line-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2px 1fr 2px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacing-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.spacing-tiny {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.small-header-text {
  color: #d61b60;
  text-transform: uppercase;
  font-size: 1.125rem;
}

.center-aligned {
  align-items: center;
}

.icon-image-large {
  height: 150px;
}

.tiny-divider-line {
  width: 1px;
  height: 100%;
  background-color: rgba(119, 119, 119, .2);
}

.contact-us-wrapper {
  background-color: #fafafa;
  border-radius: 260px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.contact-form-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: stretch;
  display: flex;
}

.input-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.footer-section {
  color: #fff;
  background-image: url('../images/Footer-Image.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.footer-quick-link-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  border-top: 3px solid #d61b60;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  display: grid;
}

.footer-quick-links {
  color: #fff;
  padding: .25rem;
  font-weight: 500;
  text-decoration: none;
}

.icon-embed-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-wrapper {
  width: 38px;
  height: 38px;
  color: #777;
  border: 2px solid #777;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  transition: all .3s;
  display: flex;
}

.icon-wrapper:hover {
  color: #fff;
  background-color: #3d5a98;
  border-color: #3d5a98;
}

.footer-quicklinks-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.hero-outter-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.home-hero-paragraph {
  display: none;
}

.home-hero-paragraph-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-header {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.text-color-pink-copy, .hero-header-text {
  color: #d61b60;
}

.hero-header-text.others {
  color: #fff;
}

.hero-header-text.others.lower {
  color: #d61b60;
  display: none;
}

.hero-section-others {
  height: 80vh;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: 150px auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.hero-section-others.home {
  background-image: url('../images/Mail-Slider-Background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section-others.symptoms {
  background-image: url('../images/Bennetts-Colic-web-Symptoms-page-AR-v3header.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section-others.when-colic-starts {
  background-image: url('../images/Bennetts-Colic-web-When-does-colic-start-page-AR-v2header.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.hero-section-others.remedies {
  height: 60vh;
  background-image: url('../images/Bennetts-Colic-web-Remedies-page-AR-v2header-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.hero-section-others.causes {
  height: 60vh;
  background-image: url('../images/Bennetts-Colic-web-Causes-page-AR-v3header.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.home-hero-paragraph-others {
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: block;
}

.home-hero-paragraph-others.hide-desktop {
  display: none;
}

.home-hero-lower {
  max-width: 45rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.symptoms-conent-wrapper {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.symptoms-content {
  width: 30%;
  text-align: center;
  align-items: center;
  margin-bottom: 2rem;
  padding: 1rem;
}

.symptoms-image-wrapper {
  width: 200px;
  height: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.symptoms-image {
  width: 280px;
  height: 280px;
  max-width: none;
  display: block;
}

.div-block {
  width: 200px;
  height: 500px;
}

.image {
  width: 5000px;
  height: 5000px;
  max-width: none;
}

.num-text {
  color: #d61b60;
  font-size: 1.75rem;
  font-weight: 700;
}

.symptoms-content-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-wrapper-2 {
  width: 38px;
  height: 38px;
  color: #777;
  border: 2px solid #777;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  transition: all .3s;
  display: flex;
}

.icon-wrapper-2:hover {
  color: #fff;
  background-color: #3d5a98;
  border-color: #3d5a98;
}

.footer-quick-link-section-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  border-top: 3px solid #d61b60;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 1rem;
  display: grid;
}

.text-color-blue-2 {
  color: #448bca;
}

.button-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #d61b60;
  border-radius: 47px;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.3125rem;
  font-weight: 600;
  display: flex;
}

.button-2.is-form-submit {
  text-transform: uppercase;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: .875rem;
  font-weight: 400;
}

.hero-header-text-2 {
  color: #d61b60;
}

.hero-header-text-2.others {
  color: #fff;
}

.hero-header-text-2.others.lower {
  color: #d61b60;
  display: none;
}

.contact-us-wrapper-2 {
  background-color: #fafafa;
  border-radius: 260px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
}

.footer-section-2 {
  color: #fff;
  background-image: url('../images/Footer-Image.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.nav-link-2 {
  width: 50%;
  height: auto;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
}

.nav-link-2:hover {
  background-color: rgba(51, 51, 51, .1);
}

.footer-quick-links-2 {
  color: #fff;
  padding: .25rem;
  font-weight: 500;
  text-decoration: none;
}

.icon-embed-xsmall-3 {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pink-line-2 {
  width: 60px;
  height: 3px;
  background-color: #d61b60;
}

.form_input-2 {
  min-height: 3rem;
  color: #333;
  background-color: #fff;
  border: 1px #000;
  border-radius: 50px;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
}

.form_input-2::-ms-input-placeholder {
  color: rgba(119, 119, 119, .77);
}

.form_input-2::placeholder {
  color: rgba(119, 119, 119, .77);
}

.num-text-2 {
  color: #d61b60;
  font-size: 1.75rem;
  font-weight: 700;
}

.text-color-pink-2 {
  color: #d61b60;
}

.when-colic-starts-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.when-colic-starts-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-col-grid-center {
  grid-column-gap: 2rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero-grid.other {
    grid-template-columns: 2.5fr 1fr;
  }

  .sub-section-wrapper.dark-background, .sub-section-wrapper.dark-background._2 {
    background-repeat: repeat;
  }

  .icon-wrapper {
    width: 38px;
    height: 38px;
    color: #999696;
    border: 2px solid #999696;
    border-radius: 100px;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    transition: all .3s;
    display: flex;
  }

  .icon-wrapper:hover {
    color: #fff;
    background-color: #3d5a98;
    border-color: #3d5a98;
  }

  .icon-wrapper-2 {
    width: 38px;
    height: 38px;
    color: #999696;
    border: 2px solid #999696;
    border-radius: 100px;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
    transition: all .3s;
    display: flex;
  }

  .icon-wrapper-2:hover {
    color: #fff;
    background-color: #3d5a98;
    border-color: #3d5a98;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.75rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .h3 {
    font-size: 1.5rem;
  }

  .h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .h5 {
    font-size: .875rem;
  }

  .button.is-form-submit {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .text-size-xlarge {
    font-size: 1.25rem;
  }

  .nav-link {
    width: 80%;
  }

  .hero-section.home {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-position: 80%;
    grid-template-rows: 150px auto;
  }

  .hero-grid, ._2-col-grid {
    grid-template-columns: 1fr;
  }

  .spacing-large, .spacing-xlarge {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  ._3-col-line-grid {
    grid-template-columns: 1fr;
  }

  .tiny-divider-line {
    display: none;
  }

  .contact-us-wrapper {
    border-radius: 20px;
  }

  .contact-form-wrapper {
    width: 100%;
  }

  .contact-form-container {
    flex-direction: column;
    align-items: center;
  }

  .input-container {
    width: 100%;
    flex-direction: column;
  }

  .footer-section {
    background-position: 50%;
  }

  .footer-quick-link-section {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-quick-links._2 {
    color: #777;
  }

  .footer-quicklinks-header {
    text-align: center;
    align-items: center;
  }

  .hero-outter-section {
    padding-bottom: 2rem;
  }

  .hero-outter-section._2 {
    padding-bottom: 0;
  }

  .home-hero-paragraph {
    display: block;
  }

  .home-hero-paragraph-wrapper {
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .hero-header {
    text-align: center;
    align-items: center;
  }

  .hero-header-text {
    color: #fff;
  }

  .hero-header-text.others {
    display: none;
  }

  .hero-header-text.others.lower {
    font-size: 2rem;
    display: block;
  }

  .hero-section-others {
    height: 400px;
  }

  .hero-section-others.home {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-position: 80%;
    grid-template-rows: 150px auto;
  }

  .hero-section-others.symptoms {
    height: 300px;
  }

  .hero-section-others.when-colic-starts {
    background-position: 50%;
    background-size: cover;
  }

  .hero-section-others.remedies {
    height: 50vh;
    background-position: 50%;
    background-size: cover;
  }

  .hero-section-others.causes {
    height: 50vh;
    background-position: 69%;
    background-size: cover;
  }

  .home-hero-paragraph-others {
    display: block;
  }

  .home-hero-paragraph-others.hide-desktop {
    padding-bottom: 2rem;
    display: block;
  }

  .home-hero-lower {
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .symptoms-conent-wrapper {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
    justify-content: center;
  }

  .symptoms-content {
    width: 40%;
  }

  .symptoms-image-wrapper {
    width: 150px;
    height: 150px;
  }

  .symptoms-image {
    width: 200px;
    height: 200px;
  }

  .footer-quick-link-section-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .button-2.is-form-submit {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .hero-header-text-2 {
    color: #fff;
  }

  .hero-header-text-2.others {
    display: none;
  }

  .hero-header-text-2.others.lower {
    font-size: 2rem;
    display: block;
  }

  .contact-us-wrapper-2 {
    border-radius: 20px;
  }

  .footer-section-2 {
    background-position: 50%;
  }

  .nav-link-2 {
    width: 80%;
  }

  .footer-quick-links-2._2 {
    color: #777;
  }

  .when-colic-starts-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  ._2-col-grid-center {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-color-blue.align-center.h5 {
    font-size: 1rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .nav-link {
    height: auto;
    font-size: 1.125rem;
  }

  .hero-section.home {
    background-position: 70% 0;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .sub-section-wrapper.dark-background {
    background-position: 18%;
    background-repeat: repeat;
  }

  .sub-section-wrapper.dark-background._2 {
    background-repeat: repeat;
  }

  .contact-us-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .footer-quick-link-section {
    grid-template-columns: 1fr 1fr;
  }

  .home-hero-paragraph-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-section-others {
    height: 350px;
  }

  .hero-section-others.home {
    background-position: 70% 0;
  }

  .hero-section-others.symptoms {
    background-position: 50%;
    background-size: cover;
  }

  .hero-section-others.when-colic-starts, .hero-section-others.remedies {
    background-position: 60%;
    background-size: cover;
  }

  .hero-section-others.causes {
    background-position: 73%;
    background-size: cover;
  }

  .home-hero-lower {
    grid-template-columns: 1fr;
  }

  .symptoms-conent-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .symptoms-content {
    width: 80%;
    margin-bottom: 0;
  }

  .footer-quick-link-section-2 {
    grid-template-columns: 1fr 1fr;
  }

  .contact-us-wrapper-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .nav-link-2 {
    height: auto;
    font-size: 1.125rem;
  }

  ._2-col-grid-center {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
}

#w-node-_925cea48-d243-140e-cae4-048fa65f9e63-800dc16c {
  align-self: end;
}

#w-node-b7a34963-e1b6-8fcb-aaa3-84b875ccdd28-800dc16c, #w-node-_000f90a3-514a-b30d-3f69-7fef938aced0-800dc16c, #w-node-bad4412b-67c3-0871-c213-8a323034b73e-800dc16c, #w-node-_03fc6835-1b9e-c515-c8d1-ecd46111bcdd-800dc16c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61949bc9-c079-e923-5741-c7ae1ced83fb-800dc16c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_61949bc9-c079-e923-5741-c7ae1ced83fd-800dc16c, #w-node-_922d6a9f-5661-1f97-464c-882826db07fd-800dc16c, #w-node-_922d6a9f-5661-1f97-464c-882826db07ff-800dc16c, #w-node-_49cfb979-2ec5-54ff-51cb-70f7907d8bee-800dc16c, #w-node-a4e7d7da-002f-7f6b-e8a1-73468a4f04a2-800dc16c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bdc0cd2-f5da-2713-4175-484b5cebd7cf-800dc16c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_24b1eb2f-3c17-5e02-45db-a3015206b591-800dc16c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87b9b7a6-eaac-3189-5413-cb08f25d5ef1-800dc16c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_408934e0-3e3d-08c2-3a16-97ede67fad6d-800dc16c, #w-node-e3590dca-4e39-86a4-c192-6a5ee7ad5eb8-e7ad5eb2, #w-node-e3590dca-4e39-86a4-c192-6a5ee7ad5ec6-e7ad5eb2, #w-node-e3590dca-4e39-86a4-c192-6a5ee7ad5ec9-e7ad5eb2, #w-node-e3590dca-4e39-86a4-c192-6a5ee7ad5ecf-e7ad5eb2, #w-node-e3590dca-4e39-86a4-c192-6a5ee7ad5eda-e7ad5eb2, #w-node-_03bddf1b-996b-a86c-a58d-9ab0bf3c57a9-bf3c57a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_403a7017-c807-49b4-9bf0-16e8480fc2be-480fc2be {
  align-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-800dc16f {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca5d-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-800dc16f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-800dc16f {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-800dc16f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-800dc16f {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-800dc16f, #w-node-_4d0135d9-0226-769d-0fba-f08b7c544c1d-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-800dc16f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-800dc16f {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-800dc16f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-800dc16f {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-800dc16f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-800dc16f {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-800dc16f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-800dc16f, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-800dc16f {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-800dc16f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-800dc16f {
  justify-self: start;
}

#w-node-_2a39edff-e917-4db7-74ad-79309dc667ba-a8e96ca4 {
  align-self: start;
}

#w-node-_2a39edff-e917-4db7-74ad-79309dc667be-a8e96ca4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69c2f4ea-7db1-91de-5ad8-b726ce359160-1331b26a {
  align-self: start;
}

#w-node-_69c2f4ea-7db1-91de-5ad8-b726ce359164-1331b26a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88838b9e-af20-6a6a-3a47-4900ad5939bf-1331b26a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_643c533e-2e83-43ef-8f95-1e24d74f2fb8-1331b26a {
  align-self: end;
}

#w-node-_4855031a-9f80-1c39-7f3d-348d6d007e57-1331b26a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2e63ae0-a8ce-3590-7507-5ef0648c2bf5-1331b26a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-a2e63ae0-a8ce-3590-7507-5ef0648c2bf6-1331b26a {
  align-self: end;
}

#w-node-a2e63ae0-a8ce-3590-7507-5ef0648c2bf7-1331b26a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70fb2d26-7c71-92e1-f9e1-be211c0e7cbb-1331b26a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_70fb2d26-7c71-92e1-f9e1-be211c0e7cbc-1331b26a {
  align-self: end;
}

#w-node-_70fb2d26-7c71-92e1-f9e1-be211c0e7cbd-1331b26a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73573b81-24a6-cd32-5e3e-9e5c7ce8aaa3-1331b26a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_73573b81-24a6-cd32-5e3e-9e5c7ce8aaa4-1331b26a {
  align-self: end;
}

#w-node-_73573b81-24a6-cd32-5e3e-9e5c7ce8aaa5-1331b26a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69c2f4ea-7db1-91de-5ad8-b726ce359160-4ba03c4d {
  align-self: start;
}

#w-node-_69c2f4ea-7db1-91de-5ad8-b726ce359164-4ba03c4d, #w-node-_7594a053-ca71-8382-f47b-00abd82e90a3-4ba03c4d, #w-node-_4ca7fdc7-104d-9bd2-1902-da096539ff09-4ba03c4d, #w-node-_4ca7fdc7-104d-9bd2-1902-da096539ff25-4ba03c4d, #w-node-_8ab6eafa-0876-d77b-9c24-7c48833fdfe7-4ba03c4d, #w-node-_6f7e983f-67b4-f811-c7e1-0356332c3638-4ba03c4d, #w-node-c20210a9-0add-f867-3442-4b7b86347a63-4ba03c4d, #w-node-_71e9168c-5ef5-f13d-cdcf-de921316455d-4ba03c4d, #w-node-_429291e0-9fef-c936-9d19-af7af7ecf345-4ba03c4d, #w-node-cfa8b8ba-ce7c-ab9e-b175-8fe7d685fbc0-4ba03c4d, #w-node-cf715312-2c13-0b8b-8649-a1bafbf1d379-4ba03c4d, #w-node-_5a342556-ab0e-6141-6c18-1509c7201b70-4ba03c4d, #w-node-_991942d0-cb3d-0cd5-0e0a-1f0e87272c76-4ba03c4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a009dff3-5ad4-f33a-8bbd-860f208eb9e5-d3f4fd04 {
  align-self: start;
}

#w-node-a009dff3-5ad4-f33a-8bbd-860f208eb9e9-d3f4fd04, #w-node-_90245252-c498-d783-001b-b5eabadb31f6-d3f4fd04, #w-node-a009dff3-5ad4-f33a-8bbd-860f208eb9f8-d3f4fd04, #w-node-_6113e4bf-8f1b-bbee-cc70-5c3bda8de1d8-d3f4fd04, #w-node-_4401d12b-d8d2-1269-5e63-7374e92337bd-d3f4fd04, #w-node-_681ca820-c606-3596-01e7-036b83a5bd3d-d3f4fd04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_925cea48-d243-140e-cae4-048fa65f9e63-800dc16c {
    align-self: start;
  }

  #w-node-_61949bc9-c079-e923-5741-c7ae1ced83fb-800dc16c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e3590dca-4e39-86a4-c192-6a5ee7ad5eb8-e7ad5eb2 {
    justify-self: center;
  }

  #w-node-_403a7017-c807-49b4-9bf0-16e8480fc2be-480fc2be, #w-node-_2a39edff-e917-4db7-74ad-79309dc667ba-a8e96ca4, #w-node-_69c2f4ea-7db1-91de-5ad8-b726ce359160-1331b26a, #w-node-_69c2f4ea-7db1-91de-5ad8-b726ce359160-4ba03c4d, #w-node-a009dff3-5ad4-f33a-8bbd-860f208eb9e5-d3f4fd04 {
    align-self: start;
  }
}


