.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 76px;
  font-weight: 600;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 56px;
  font-weight: 600;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 44px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.body-base {
  font-family: 'Work Sans', sans-serif;
  color: #1a1a1f;
  font-size: 16px;
  line-height: 16px;
  
}

.base-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.base-section.dark {
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  padding-right: 28px;
  padding-left: 28px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1a1f;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
}

.button.outline {
  border-style: solid;
  border-width: 1px;
  border-color: #1a1a1f;
  background-color: transparent;
  color: #1a1a1f;
}

.button.outline.white {
  padding-right: 20px;
  padding-left: 20px;
  border-color: #1a1a1f;
  background-color: #fff;
  color: #1a1a1f;
}

.button.yellow {
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fec483;
  color: #1a1a1f;
  font-weight: 600;
}

.button.yellow.full {
  width: 100%;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.75fr 3fr;
  grid-template-columns: 0.75fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-right: 1px solid #f4f4f4;
}

.tabs-content {
  width: 100%;
  padding-left: 40px;
  border-left: 1px none rgba(26, 26, 31, 0.14);
}

.tab-link {
  margin-right: 40px;
  margin-bottom: 10px;
  margin-left: 0px;
  padding: 0px 0px 12px;
  border-bottom: 4px solid transparent;
  background-color: transparent;
  color: #1a1a1f;
  font-size: 20px;
  line-height: 20px;
}

.tab-link.w--current {
  margin-right: 40px;
  margin-bottom: 10px;
  border-bottom-color: #fec483;
  background-color: transparent;
  color: #1a1a1f;
  font-size: 20px;
  line-height: 20px;
}

.rig-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1110px;
  min-height: 600px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.bottom-info {
  position: relative;
  z-index: 2;
  margin-right: 80px;
  padding-top: 24px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.3);
  color: hsla(0, 0%, 100%, 0.3);
}

._24bottom {
  margin-bottom: 24px;
}

.tab-pane {
  height: auto;
}

.tab-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.white {
  margin-bottom: 10px;
  color: #1a1a1f;
}

.white._24bottom {
  line-height: 32px;
  letter-spacing: 0px;
}

.period {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
}

.medium {
  font-size: 16px;
  line-height: 28px;
}

.head-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1110px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.check-list {
  display: -ms-grid;
  display: grid;
  margin-top: 10px;
  margin-bottom: 40px;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto;
  font-weight: 400;
}

.check-itme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1a1f;
  line-height: 24px;
}

.check-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url('../images/Check-Icon.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.pricing-group-button {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.delete-this {
  position: fixed;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 5%;
  display: none;
  max-width: 600px;
  padding: 20px 40px;
  border-radius: 20px;
  background-color: #fec483;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
}

.alert-message {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
}

.alert-link {
  color: #1a1a1f;
  font-weight: 600;
  text-decoration: none;
}

.text-block {
  color: #1a1a1f;
}

.text-block-2 {
  color: #1a1a1f;
  white-space: nowrap;
}

.text-block-3 {
  color: #1a1a1f;
}

.sticky-nav {
  position: relative;
  top: 0px;
  padding: 20px;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  border-bottom: 3px solid #fec483;
  color: #000;
}

.block {
  width: auto;
  height: auto;
  padding: 20px;
  border-style: none;
  border-width: 5px;
  border-color: #fec483;
  border-radius: 20px;
  background-color: #f4f4f4;
}

.footer {
  padding-top: 60px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #f4f4f4;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  max-width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  font-weight: 400;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.div-block {
  font-size: 14px;
  font-weight: 400;
}

.image {
  max-width: 250px;
  text-align: center;
}

.rights {
  color: rgba(26, 26, 31, 0.36);
  font-size: 14px;
  font-weight: 400;
}

.div-block-3 {
  width: auto;
  height: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.heading {
  display: block;
}

.columns {
  display: none;
  width: 90%;
  max-width: 1110px;
}

.paragraph {
  height: 50%;
  margin-top: 10px;
  margin-bottom: 40px;
}

.html-embed {
  width: 100%;
}

.container {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.dateblock {
  width: 100px;
}

.categoryblock {
  width: 100px;
}

.gridheader {
  padding-left: 5px;
  background-color: #f4f4f4;
}

.grid {
  width: 100%;
  margin-bottom: 40px;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1.5fr;
  grid-template-columns: 0.25fr 1.5fr;
}

.text-block-4 {
  text-align: center;
}

.field-label {
  font-weight: 600;
}

.field-label-2 {
  font-weight: 600;
}

.lable {
  color: #1a1a1f;
  font-weight: 600;
  
}

.form-block {
  width: 100%;
  margin-top: 20px;
}

.columns-2 {
  width: 100%;
}

.tab-link-address {
  border-radius: 0px;
  background-color: #f4f4f4;
}

.tab-link-address.w--current {
  border-bottom: 4px solid #fec483;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #f4f4f4;
}

.tab-link-tab-2 {
  background-color: #f4f4f4;
}

.tab-link-tab-2.w--current {
  border-bottom: 4px solid #fec483;
  background-color: #f4f4f4;
}

.tab-link-tab-3 {
  background-color: #f4f4f4;
}

.tab-link-tab-3.w--current {
  border-bottom: 4px solid #fec483;
  background-color: #f4f4f4;
}

.textfield2 {
  display: inline-block;
  width: 117px;
}

.paragraph-2 {
  display: inline;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 28px;
}

.tab-dropdown {
  display: none;
}

.tabdropdowncontent {
  display: none;
}

.tab-content-vitals {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-content-allergies {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-content-conditions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-content-medications {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-content-prescriptions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-content-procedures {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-content-shots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-content-imaging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-content-treatment-notes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-content-other-notes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-content-demographics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.success-message-2 {
  background-color: #b0dda3;
}

.submit-button {
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
  background-color: #47b2f7;
  color: #fff;
  text-align: center;
}

.submit-button:hover {
  color: #fff;
}

.form {
  width: 100%;
}

.forgot-password {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 0px;
  border: 1px none #000;
  background-color: transparent;
  color: #000;
  font-size: 14px;
  line-height: 0.2;
  text-decoration: none;
}

.forgot-password:hover {
  background-color: transparent;
  opacity: 1;
  color: #000;
}

.forgot-password.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-2 {
  border-radius: 5px;
}

.login-par {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.popup-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
}

.button-3 {
  margin-bottom: 10px;
  border: 1px none #000;
  background-color: transparent;
  color: #1a1a1f;
  font-size: 14px;
  line-height: 0.2;
  text-decoration: none;
}

.button-3:hover {
  background-color: transparent;
  opacity: 1;
  color: #000;
}

.button-3.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-2 {
  width: 80%;
  margin-top: 10px;
}

.login-content {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.headerintro {
  width: 100%;
  height: 300px;
  max-height: 300px;
  margin-bottom: 0px;
  background-image: url('../images/headerBG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-4 {
  width: 100%;
  height: 300px;
}

.columns-copy {
  display: block;
  width: 90%;
  max-width: 1110px;
}

.div-block-copy {
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #f4f4f4;
}

.heading-copy {
  display: block;
  font-size: 28px;
}

.pricing-group-button-copy {
  display: block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bodydiv {
  padding: 20px;
}

.body-image {
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 50px;
  background-color: #f4f4f4;
}

@media screen and (min-width: 1280px) {
  .base-section.dark {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .base-section.dark {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .button.outline.white {
    text-align: center;
  }

  .button.yellow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center;
  }

  .tabs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .tabs-menu {
    padding-right: 10px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  }

  .tabs-content {
    padding-top: 0px;
    padding-left: 20px;
    border-left-style: none;
  }

  .tab-link {
    margin-right: 20px;
    margin-bottom: 0px;
  }

  .rig-grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1fr auto;
    grid-template-rows: auto 1fr auto;
  }

  .bottom-info {
    margin-right: 30px;
  }

  .text-block-2 {
    font-size: 18px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-logo {
    padding-right: 20px;
    padding-left: 0px;
  }

  .div-block-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .grid {
    grid-column-gap: 14px;
    grid-row-gap: 16px;
  }

  .column {
    padding-right: 0px;
    padding-left: 0px;
  }

  .tab-dropdown {
    display: none;
    height: 60px;
  }

  .tabdropdowncontent {
    display: none;
  }

  .tab-content-vitals {
    display: none;
  }

  .popup-heading {
    font-size: 28px;
  }

  .headerintro {
    margin-bottom: 0px;
  }

  .heading-copy {
    font-size: 28px;
    line-height: 34px;
  }
}

@media screen and (max-width: 767px) {
  .base-section.dark {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button.outline.white {
    background-color: #fff;
  }

  .tab-link {
    font-size: 18px;
    line-height: 18px;
  }

  .rig-grid {
    display: none;
  }

  .white {
    font-size: 37px;
    line-height: 44px;
  }

  .medium {
    font-size: 14px;
  }

  .medium.white {
    line-height: 28px;
  }

  .head-container {
    margin-bottom: 20px;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .nav-link {
    font-size: 14px;
  }

  .nav-link.w--current {
    font-size: 14px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .div-block-3 {
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 20px;
    background-color: #f4f4f4;
  }

  .gridheader {
    padding-left: 10px;
  }

  .button-text {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
  }

  .tab-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none;
    border-width: 3px;
    border-color: #cfcfcf;
    background-color: transparent;
  }

  .vitals-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none none solid;
    border-width: 4px 4px 3px;
    border-color: #ebebeb;
    background-color: #f4f4f4;
    background-image: url('../images/drop-down-arrow.png');
    background-position: 100% 50%;
    background-size: 40px;
    background-repeat: no-repeat;
    color: #1a1a1f;
    font-size: 20px;
  }

  .vitals-dropdown:hover {
    border-color: #fec483;
    background-color: #fec483;
  }

  .tabdropdowncontent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px;
  }

  .tab-content-vitals {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
  }

  .allergies-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none none solid;
    border-width: 4px 4px 3px;
    border-color: #ebebeb;
    background-color: #f4f4f4;
    background-image: url('../images/drop-down-arrow.png');
    background-position: 100% 50%;
    background-size: 40px;
    background-repeat: no-repeat;
    color: #1a1a1f;
    font-size: 20px;
  }

  .allergies-dropdown:hover {
    border-color: #fec483;
    background-color: #fec483;
  }

  .conditions-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none none solid;
    border-width: 4px 4px 3px;
    border-color: #ebebeb;
    background-color: #f4f4f4;
    background-image: url('../images/drop-down-arrow.png');
    background-position: 100% 50%;
    background-size: 40px;
    background-repeat: no-repeat;
    color: #1a1a1f;
    font-size: 20px;
  }

  .conditions-dropdown:hover {
    border-color: #fec483;
    background-color: #fec483;
  }

  .medications-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none none solid;
    border-width: 4px 4px 3px;
    border-color: #ebebeb;
    background-color: #f4f4f4;
    background-image: url('../images/drop-down-arrow.png');
    background-position: 100% 50%;
    background-size: 40px;
    background-repeat: no-repeat;
    color: #1a1a1f;
    font-size: 20px;
  }

  .medications-dropdown:hover {
    border-color: #fec483;
    background-color: #fec483;
  }

  .prescriptions-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none none solid;
    border-width: 4px 4px 3px;
    border-color: #ebebeb;
    background-color: #f4f4f4;
    background-image: url('../images/drop-down-arrow.png');
    background-position: 100% 50%;
    background-size: 40px;
    background-repeat: no-repeat;
    color: #1a1a1f;
    font-size: 20px;
  }

  .prescriptions-dropdown:hover {
    border-color: #fec483;
    background-color: #fec483;
  }

  .procedures-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none none solid;
    border-width: 4px 4px 3px;
    border-color: #ebebeb;
    background-color: #f4f4f4;
    background-image: url('../images/drop-down-arrow.png');
    background-position: 100% 50%;
    background-size: 40px;
    background-repeat: no-repeat;
    color: #1a1a1f;
    font-size: 20px;
  }

  .procedures-dropdown:hover {
    border-color: #fec483;
    background-color: #fec483;
  }

  .shots-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none none solid;
    border-width: 4px 4px 3px;
    border-color: #ebebeb;
    background-color: #f4f4f4;
    background-image: url('../images/drop-down-arrow.png');
    background-position: 100% 50%;
    background-size: 40px;
    background-repeat: no-repeat;
    color: #1a1a1f;
    font-size: 20px;
  }

  .shots-dropdown:hover {
    border-color: #fec483;
    background-color: #fec483;
  }

  .imaging-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none none solid;
    border-width: 4px 4px 3px;
    border-color: #ebebeb;
    background-color: #f4f4f4;
    background-image: url('../images/drop-down-arrow.png');
    background-position: 100% 50%;
    background-size: 40px;
    background-repeat: no-repeat;
    color: #1a1a1f;
    font-size: 20px;
  }

  .imaging-dropdown:hover {
    border-color: #fec483;
    background-color: #fec483;
  }

  .treatmentnotes-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none none solid;
    border-width: 4px 4px 3px;
    border-color: #ebebeb;
    background-color: #f4f4f4;
    background-image: url('../images/drop-down-arrow.png');
    background-position: 100% 50%;
    background-size: 40px;
    background-repeat: no-repeat;
    color: #1a1a1f;
    font-size: 20px;
  }

  .treatmentnotes-dropdown:hover {
    border-color: #fec483;
    background-color: #fec483;
  }

  .other-notes-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none none solid;
    border-width: 4px 4px 3px;
    border-color: #ebebeb;
    background-color: #f4f4f4;
    background-image: url('../images/drop-down-arrow.png');
    background-position: 100% 50%;
    background-size: 40px;
    background-repeat: no-repeat;
    color: #1a1a1f;
    font-size: 20px;
  }

  .other-notes-dropdown:hover {
    border-color: #fec483;
    background-color: #fec483;
  }

  .demographic-dropdown {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: none none solid;
    border-width: 4px 4px 3px;
    border-color: #ebebeb;
    background-color: #f4f4f4;
    background-image: url('../images/drop-down-arrow.png');
    background-position: 100% 50%;
    background-size: 40px;
    background-repeat: no-repeat;
    color: #1a1a1f;
    font-size: 20px;
  }

  .demographic-dropdown:hover {
    border-color: #fec483;
    background-color: #fec483;
  }

  .tab-content-allergies {
    display: none;
    padding: 20px;
  }

  .tab-content-conditions {
    display: none;
    padding: 20px;
  }

  .tab-content-medications {
    display: none;
    padding: 20px;
  }

  .tab-content-prescriptions {
    display: none;
    padding: 20px;
  }

  .tab-content-procedures {
    display: none;
    padding: 20px;
  }

  .tab-content-shots {
    display: none;
    padding: 20px;
  }

  .tab-content-imaging {
    display: none;
    padding: 20px;
  }

  .tab-content-treatment-notes {
    display: none;
    padding: 20px;
  }

  .tab-content-other-notes {
    display: none;
    padding: 20px;
  }

  .tab-content-demographics {
    display: none;
    padding: 20px;
  }

  .popup-heading {
    font-size: 24px;
  }

  .div-block-copy {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 20px;
    background-color: #f4f4f4;
  }
}

@media screen and (max-width: 479px) {
  .base-section.dark {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tabs {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .tabs-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .tab-link {
    margin-right: 30px;
    margin-bottom: 16px;
  }

  .white {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
  }

  .white._24bottom {
    font-size: 21px;
  }

  .medium {
    font-size: 14px;
  }

  .medium.white {
    font-size: 14px;
    line-height: 20px;
  }

  .check-list {
    margin-top: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .pricing-group-button {
    margin-bottom: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .nav-link.w--current {
    border-bottom-style: none;
    background-color: #fec483;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .rights {
    text-align: center;
  }

  .div-block-3 {
    padding: 20px;
  }

  .gridheader {
    padding-left: 10px;
    text-align: left;
  }

  .grid {
    grid-column-gap: 10px;
  }

  .text-block-4 {
    font-size: 18px;
  }

  .button-text {
    font-size: 16px;
  }

  .catdropdown {
    width: 80%;
  }

  .dropdown-toggle {
    width: 100%;
    background-color: #f4f4f4;
  }

  .tab-content-vitals {
    display: none;
  }

  .tab-content-allergies {
    display: none;
  }

  .tab-content-conditions {
    display: none;
  }

  .tab-content-medications {
    display: none;
  }

  .tab-content-prescriptions {
    display: none;
  }

  .tab-content-procedures {
    display: none;
  }

  .tab-content-shots {
    display: none;
  }

  .tab-content-imaging {
    display: none;
  }

  .tab-content-treatment-notes {
    display: none;
  }

  .tab-content-other-notes {
    display: none;
  }

  .tab-content-demographics {
    display: none;
  }

  .tabs-2 {
    width: 100%;
  }

  .text-block-5 {
    display: block;
  }

  .success-message {
    background-color: #b4ddb8;
  }

  .popup-heading {
    padding-top: 20px;
  }

  .form-block-2 {
    width: 100%;
  }

  .login-content {
    margin-top: 20px;
  }

  .div-block-copy {
    padding: 20px;
  }

  .pricing-group-button-copy {
    margin-bottom: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .bodydiv {
    padding: 5px;
  }
}

#w-node-faa91f21-574f-16dc-25a7-3e064ef7727a-34fd2bdd {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-faa91f21-574f-16dc-25a7-3e064ef7727a-3408e36f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-faa91f21-574f-16dc-25a7-3e064ef7727a-df6529e4 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-f784f1e5-6aaf-0d78-ebbf-3919ed306609-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f784f1e5-6aaf-0d78-ebbf-3919ed30660b-df6529e4 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-f784f1e5-6aaf-0d78-ebbf-3919ed30660f-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f784f1e5-6aaf-0d78-ebbf-3919ed306615-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f784f1e5-6aaf-0d78-ebbf-3919ed30661b-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0b75d8a2-37f4-8853-10c0-637a9337c40e-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0b75d8a2-37f4-8853-10c0-637a9337c410-df6529e4 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_0b75d8a2-37f4-8853-10c0-637a9337c412-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0b75d8a2-37f4-8853-10c0-637a9337c417-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0b75d8a2-37f4-8853-10c0-637a9337c41b-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d1cc9d40-7f7b-f153-62e0-889abfbfc101-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d1cc9d40-7f7b-f153-62e0-889abfbfc103-df6529e4 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d1cc9d40-7f7b-f153-62e0-889abfbfc105-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d1cc9d40-7f7b-f153-62e0-889abfbfc109-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d1cc9d40-7f7b-f153-62e0-889abfbfc10d-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e1e99982-31f6-4bca-ac88-3abe9182df1d-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e1e99982-31f6-4bca-ac88-3abe9182df1f-df6529e4 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e1e99982-31f6-4bca-ac88-3abe9182df21-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e1e99982-31f6-4bca-ac88-3abe9182df25-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e1e99982-31f6-4bca-ac88-3abe9182df29-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_906576a2-ad33-bea1-4624-42d25e3c8836-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_906576a2-ad33-bea1-4624-42d25e3c8838-df6529e4 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_906576a2-ad33-bea1-4624-42d25e3c883a-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_906576a2-ad33-bea1-4624-42d25e3c883e-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_906576a2-ad33-bea1-4624-42d25e3c8842-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6edf5626-7f83-f494-ae4b-3665aa92b9e3-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6edf5626-7f83-f494-ae4b-3665aa92b9e5-df6529e4 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_6edf5626-7f83-f494-ae4b-3665aa92b9e7-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6edf5626-7f83-f494-ae4b-3665aa92b9eb-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6edf5626-7f83-f494-ae4b-3665aa92b9ef-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c8e139c7-15a1-cdd9-98bd-1e6cce88890b-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c8e139c7-15a1-cdd9-98bd-1e6cce88890d-df6529e4 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c8e139c7-15a1-cdd9-98bd-1e6cce88890f-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c8e139c7-15a1-cdd9-98bd-1e6cce888913-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c8e139c7-15a1-cdd9-98bd-1e6cce888917-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cfc7d797-42ac-2a5c-e3ce-0025b4506986-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cfc7d797-42ac-2a5c-e3ce-0025b4506988-df6529e4 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-cfc7d797-42ac-2a5c-e3ce-0025b450698a-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cfc7d797-42ac-2a5c-e3ce-0025b450698e-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cfc7d797-42ac-2a5c-e3ce-0025b4506992-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c1c38b36-1f33-3693-2b90-c802c9c9d0d2-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c1c38b36-1f33-3693-2b90-c802c9c9d0d4-df6529e4 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c1c38b36-1f33-3693-2b90-c802c9c9d0d6-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c1c38b36-1f33-3693-2b90-c802c9c9d0da-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c1c38b36-1f33-3693-2b90-c802c9c9d0de-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5ef8fa31-e0b3-94d1-914f-13fa51e1eb4d-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5ef8fa31-e0b3-94d1-914f-13fa51e1eb4f-df6529e4 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_5ef8fa31-e0b3-94d1-914f-13fa51e1eb51-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5ef8fa31-e0b3-94d1-914f-13fa51e1eb55-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5ef8fa31-e0b3-94d1-914f-13fa51e1eb59-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_6f26997c-6e59-eb73-e276-c39099577773-df6529e4 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_6f26997c-6e59-eb73-e276-c39099577774-df6529e4 {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_6f26997c-6e59-eb73-e276-c3909957777e-df6529e4 {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-fcc68efa-1343-d876-6e90-6d35f333a630-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-bffff46b-c850-0fb3-c0e5-da374c83e75b-df6529e4 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_462aa766-7e66-e9d1-2513-cb6293bbbdbb-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8fab7ac8-f237-f068-3119-18b107a0147f-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-c65df02a-c594-107d-052e-251d6c7a87dd-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_90709f3b-e2ef-e8f6-8059-8050977a3c89-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_90709f3b-e2ef-e8f6-8059-8050977a3c8b-df6529e4 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_90709f3b-e2ef-e8f6-8059-8050977a3c8f-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_90709f3b-e2ef-e8f6-8059-8050977a3c95-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_90709f3b-e2ef-e8f6-8059-8050977a3c9b-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7e4feaf5-debe-b8d9-5d12-887fadce3df5-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7e4feaf5-debe-b8d9-5d12-887fadce3df7-df6529e4 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_7e4feaf5-debe-b8d9-5d12-887fadce3dfb-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7e4feaf5-debe-b8d9-5d12-887fadce3e01-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_7e4feaf5-debe-b8d9-5d12-887fadce3e07-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_662cc9e7-b4f1-bd4d-9d29-a20a43febf99-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_662cc9e7-b4f1-bd4d-9d29-a20a43febf9b-df6529e4 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_662cc9e7-b4f1-bd4d-9d29-a20a43febf9d-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_662cc9e7-b4f1-bd4d-9d29-a20a43febfa1-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_662cc9e7-b4f1-bd4d-9d29-a20a43febfa5-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_41a19922-2cba-d579-5d18-0be9cf063f1d-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_41a19922-2cba-d579-5d18-0be9cf063f1f-df6529e4 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_41a19922-2cba-d579-5d18-0be9cf063f21-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_41a19922-2cba-d579-5d18-0be9cf063f25-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_41a19922-2cba-d579-5d18-0be9cf063f29-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_74f40f7d-15dd-9a9a-ca12-e8ea999ec5ec-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_74f40f7d-15dd-9a9a-ca12-e8ea999ec5ee-df6529e4 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_74f40f7d-15dd-9a9a-ca12-e8ea999ec5f0-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_74f40f7d-15dd-9a9a-ca12-e8ea999ec5f4-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_74f40f7d-15dd-9a9a-ca12-e8ea999ec5f8-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_580fe9bf-2e99-3a53-9a60-5a99eddfb43f-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_580fe9bf-2e99-3a53-9a60-5a99eddfb441-df6529e4 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_580fe9bf-2e99-3a53-9a60-5a99eddfb443-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_580fe9bf-2e99-3a53-9a60-5a99eddfb447-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_580fe9bf-2e99-3a53-9a60-5a99eddfb44b-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_754e8bfd-eef7-d832-022b-c82f46625436-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_754e8bfd-eef7-d832-022b-c82f46625438-df6529e4 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_754e8bfd-eef7-d832-022b-c82f4662543a-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_754e8bfd-eef7-d832-022b-c82f4662543e-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_754e8bfd-eef7-d832-022b-c82f46625442-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5cd4e8e-2ecf-b9a0-24b2-cc3163a47395-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5cd4e8e-2ecf-b9a0-24b2-cc3163a47397-df6529e4 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-d5cd4e8e-2ecf-b9a0-24b2-cc3163a47399-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5cd4e8e-2ecf-b9a0-24b2-cc3163a4739d-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-d5cd4e8e-2ecf-b9a0-24b2-cc3163a473a1-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_42f17415-f34b-a1aa-362e-8376ac07109e-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_42f17415-f34b-a1aa-362e-8376ac0710a0-df6529e4 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_42f17415-f34b-a1aa-362e-8376ac0710a2-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_42f17415-f34b-a1aa-362e-8376ac0710a6-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_42f17415-f34b-a1aa-362e-8376ac0710aa-df6529e4 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-faa91f21-574f-16dc-25a7-3e064ef7727a-cae62314 {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-e2b36d29-ca52-c569-cdfe-524df3b2164f-34fd2bdd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e2b36d29-ca52-c569-cdfe-524df3b21652-34fd2bdd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e6e3bb93-3ca1-88a6-c18f-15f09c93afda-34fd2bdd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e6e3bb93-3ca1-88a6-c18f-15f09c93afdd-34fd2bdd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7b025b89-3caa-2e1f-16e9-e464c20ed877-34fd2bdd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7b025b89-3caa-2e1f-16e9-e464c20ed87a-34fd2bdd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7b025b89-3caa-2e1f-16e9-e464c20ed89e-34fd2bdd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_7b025b89-3caa-2e1f-16e9-e464c20ed8a1-34fd2bdd {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_6f26997c-6e59-eb73-e276-c39099577773-df6529e4 {
    -ms-grid-column-span: 2;
    grid-column-end: 2;
  }

  #w-node-_6f26997c-6e59-eb73-e276-c3909957777e-df6529e4 {
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-faa91f21-574f-16dc-25a7-3e064ef7727a-34fd2bdd {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-faa91f21-574f-16dc-25a7-3e064ef7727a-3408e36f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-faa91f21-574f-16dc-25a7-3e064ef7727a-df6529e4 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-faa91f21-574f-16dc-25a7-3e064ef7727a-cae62314 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

