html.m {
  background-color: rgba(255, 248, 239, 1);
}
html.d {
  background-color: rgba(255, 248, 239, 1);
}
i {
    font-style: normal;
}
.d .se:has(.st-primary) {
  border-radius: 10px;
  box-shadow: none;
  opacity: 1;
  overflow: hidden;
}
.d .st-primary {
  padding: 10px 14px 10px 14px;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, 1);
  background-image: none;
  border-radius: inherit;
  transition-duration: 0.5s;
}
.d .st-primary span {
  color: rgba(255, 255, 255, 1);
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  transition-duration: 0.5s;
}
.d .se:has(.st-primary:hover) {
}
.d .st-primary.se-button:hover {
  background-color: rgba(0, 0, 0, 1);
  background-image: none;
  transition-property: background-color, background-image;
}
.d .st-primary.se-button:hover span {
}
.m .se:has(.st-primary) {
  border-radius: 10px;
  box-shadow: none;
  opacity: 1;
  overflow: hidden;
}
.m .st-primary {
  padding: 10px 14px 10px 14px;
  border-width: 0px;
  border-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, 1);
  background-image: none;
  border-radius: inherit;
}
.m .st-primary span {
  color: rgba(255, 255, 255, 1);
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
.d .se:has(.st-secondary) {
  border-radius: 10px;
  box-shadow: none;
  opacity: 1;
  overflow: hidden;
}
.d .st-secondary {
  padding: 10px 14px 10px 14px;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-radius: inherit;
  transition-duration: 0.5s;
}
.d .st-secondary span {
  color: rgba(0, 0, 0, 1);
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  transition-duration: 0.5s;
}
.d .se:has(.st-secondary:hover) {
}
.d .st-secondary.se-button:hover {
  border-color: rgba(0, 0, 0, 0.7);
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  transition-property: border-color, background-color, background-image;
}
.d .st-secondary.se-button:hover span {
  color: rgba(0, 0, 0, 0.7);
  transition-property: color;
}
.m .se:has(.st-secondary) {
  border-radius: 10px;
  box-shadow: none;
  opacity: 1;
  overflow: hidden;
}
.m .st-secondary {
  padding: 10px 14px 10px 14px;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-radius: inherit;
}
.m .st-secondary span {
  color: rgba(0, 0, 0, 1);
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}
.d .st-d-title {
  color: rgba(0, 0, 0, 1);
  line-height: 1.1;
  letter-spacing: 0em;
  font-size: 40px;
  text-align: center;
  font-family: "Milkman Light";
  font-weight: 400;
  font-style: normal;
}
.d .st-d-title.se-rc a {
  color: rgba(0, 0, 0, 1);
}
.d .st-d-title.se-rc a:hover {
  text-decoration: underline;
  color: rgba(0, 0, 0, 1);
  opacity: 0.8;
}
.m .st-m-title {
  color: rgba(0, 0, 0, 1);
  line-height: 1.1;
  letter-spacing: 0em;
  font-size: 25px;
  text-align: center;
  font-family: "Milkman Light";
  font-weight: 400;
  font-style: normal;
}
.m .st-m-title.se-rc a {
  color: rgba(0, 0, 0, 1);
}
.m .st-m-title.se-rc a:hover {
  text-decoration: underline;
  color: rgba(0, 0, 0, 1);
  opacity: 0.8;
}
.d .st-d-heading {
  color: rgba(25, 25, 26, 1);
  line-height: 1.2;
  letter-spacing: 0em;
  font-size: 26px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .st-d-heading.se-rc a {
  color: rgba(25, 25, 26, 1);
}
.d .st-d-heading.se-rc a:hover {
  text-decoration: underline;
  color: rgba(25, 25, 26, 1);
  opacity: 0.8;
}
.m .st-m-heading {
  color: rgba(25, 25, 26, 1);
  line-height: 1.2;
  letter-spacing: 0em;
  font-size: 15px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .st-m-heading.se-rc a {
  color: rgba(25, 25, 26, 1);
}
.m .st-m-heading.se-rc a:hover {
  text-decoration: underline;
  color: rgba(25, 25, 26, 1);
  opacity: 0.8;
}
.d .st-d-subheading {
  color: rgba(25, 25, 26, 1);
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.25em;
  font-size: 12px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .st-d-subheading.se-rc a {
  color: rgba(25, 25, 26, 1);
}
.d .st-d-subheading.se-rc a:hover {
  text-decoration: underline;
  color: rgba(25, 25, 26, 1);
  opacity: 0.8;
}
.m .st-m-subheading {
  color: rgba(25, 25, 26, 1);
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.25em;
  font-size: 10px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.m .st-m-subheading.se-rc a {
  color: rgba(25, 25, 26, 1);
}
.m .st-m-subheading.se-rc a:hover {
  text-decoration: underline;
  color: rgba(25, 25, 26, 1);
  opacity: 0.8;
}
.d .st-d-paragraph {
  color: rgba(25, 25, 26, 1);
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 12px;
  text-align: justify;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .st-d-paragraph.se-rc a {
  color: rgba(25, 25, 26, 1);
}
.d .st-d-paragraph.se-rc a:hover {
  text-decoration: underline;
  color: rgba(25, 25, 26, 1);
  opacity: 0.8;
}
.m .st-m-paragraph {
  color: rgba(25, 25, 26, 1);
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 12px;
  text-align: justify;
}
.m .st-m-paragraph.se-rc a {
  color: rgba(25, 25, 26, 1);
}
.m .st-m-paragraph.se-rc a:hover {
  text-decoration: underline;
  color: rgba(25, 25, 26, 1);
  opacity: 0.8;
}
.m .sib-announcement-bar {
  height: 20px;
}
.d .sib-announcement-bar {
  height: 18px;
}
.m .sib-announcement-bar .ss-bg {
  background-color: rgba(0, 0, 0, 1);
}
.d .sib-announcement-bar .ss-bg {
  background-color: rgba(0, 0, 0, 1);
}
.sib-navigation-bar {
  z-index: 8;
}
.m .sib-navigation-bar {
  height: 137px;
  display: none;
}
.d .sib-navigation-bar {
  height: 134px;
}
.m .sib-navigation-bar .ss-bg {
  background-color: rgba(255, 248, 239, 0.85);
}
.d .sib-navigation-bar .ss-bg {
  background-color: rgba(255, 248, 239, 0.85);
}
.m .sib-navigation-bar .sis-navigation-bar_view-1 {
  background-color: rgba(0, 0, 0, 0);
}
.d .sib-navigation-bar .sis-navigation-bar_view-1 {
  background-color: rgba(0, 0, 0, 0);
}
.d .sie-navigation-bar_view-1_0:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1_0:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1_0 {
  left: 58px;
  top: 56px;
  width: 40px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1_0 {
  left: 39px;
  top: 14px;
  width: 245px;
  height: 28px;
  display: none;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1_0-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.m .sie-navigation-bar_view-1_0-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.d .sie-navigation-bar_view-1_0-text {
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.m .sie-navigation-bar_view-1_0-text {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 8px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.d .sie-navigation-bar_view-1_1:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1_1:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1_1 {
  left: 139px;
  top: 56px;
  width: 45px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1_1 {
  left: 39px;
  top: 14px;
  width: 245px;
  height: 28px;
  display: none;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1_1-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.m .sie-navigation-bar_view-1_1-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.d .sie-navigation-bar_view-1_1-text {
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.m .sie-navigation-bar_view-1_1-text {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 8px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.d .sie-navigation-bar_view-1_2:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1_2:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1_2 {
  left: 224px;
  top: 56px;
  width: 123px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1_2 {
  left: 39px;
  top: 14px;
  width: 245px;
  height: 28px;
  display: none;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1_2-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.m .sie-navigation-bar_view-1_2-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.d .sie-navigation-bar_view-1_2-text {
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.m .sie-navigation-bar_view-1_2-text {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 8px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.d .sie-navigation-bar_view-1_3:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1_3:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1_3 {
  left: 388px;
  top: 56px;
  width: 52px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1_3 {
  left: 39px;
  top: 14px;
  width: 245px;
  height: 28px;
  display: none;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1_3-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.m .sie-navigation-bar_view-1_3-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.d .sie-navigation-bar_view-1_3-text {
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.m .sie-navigation-bar_view-1_3-text {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 8px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.d .sie-navigation-bar_view-1_4:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1_4:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1_4 {
  left: 751px;
  top: 56px;
  width: 118px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1_4 {
  left: 39px;
  top: 14px;
  width: 245px;
  height: 28px;
  display: none;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1_4-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.m .sie-navigation-bar_view-1_4-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.d .sie-navigation-bar_view-1_4-text {
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.m .sie-navigation-bar_view-1_4-text {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 8px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.d .sie-navigation-bar_view-1_5:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1_5:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1_5 {
  left: 915px;
  top: 56px;
  width: 62px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1_5 {
  left: 39px;
  top: 14px;
  width: 245px;
  height: 28px;
  display: none;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1_5-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.m .sie-navigation-bar_view-1_5-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.d .sie-navigation-bar_view-1_5-text {
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.m .sie-navigation-bar_view-1_5-text {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 8px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.d .sie-navigation-bar_view-1_6:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1_6:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1_6 {
  left: 1022px;
  top: 56px;
  width: 63px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1_6 {
  left: 39px;
  top: 14px;
  width: 245px;
  height: 28px;
  display: none;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1_6-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.m .sie-navigation-bar_view-1_6-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.d .sie-navigation-bar_view-1_6-text {
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.m .sie-navigation-bar_view-1_6-text {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 8px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.d .sie-navigation-bar_view-1_7 {
  left: 486px;
  top: 42px;
  width: 229px;
  height: 54px;
}
.m .sie-navigation-bar_view-1_7 {
  left: 48px;
  top: 46px;
  width: 224px;
  height: 55px;
}
.d .sie-navigation-bar_view-1_7 .se-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  border-radius: inherit;
}
.m .sie-navigation-bar_view-1_7 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sib-navigation-bar .sis-navigation-bar_view-1-2 {
  background-color: rgba(0, 0, 0, 0);
}
.d .sib-navigation-bar .sis-navigation-bar_view-1-2 {
  background-color: rgba(0, 0, 0, 0);
}
.d .sie-navigation-bar_view-1-2_0:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1-2_0:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1-2_0 {
  left: 58px;
  top: 56px;
  width: 40px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1-2_0 {
  left: 39px;
  top: 14px;
  width: 245px;
  height: 28px;
  display: none;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1-2_0-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.m .sie-navigation-bar_view-1-2_0-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.d .sie-navigation-bar_view-1-2_0-text {
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.m .sie-navigation-bar_view-1-2_0-text {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 8px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.d .sie-navigation-bar_view-1-2_1:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1-2_1:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1-2_1 {
  left: 139px;
  top: 56px;
  width: 45px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1-2_1 {
  left: 39px;
  top: 14px;
  width: 245px;
  height: 28px;
  display: none;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1-2_1-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.m .sie-navigation-bar_view-1-2_1-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.d .sie-navigation-bar_view-1-2_1-text {
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.m .sie-navigation-bar_view-1-2_1-text {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 8px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.d .sie-navigation-bar_view-1-2_2:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1-2_2:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1-2_2 {
  left: 224px;
  top: 56px;
  width: 123px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1-2_2 {
  left: 39px;
  top: 14px;
  width: 245px;
  height: 28px;
  display: none;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1-2_2-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.m .sie-navigation-bar_view-1-2_2-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.d .sie-navigation-bar_view-1-2_2-text {
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.m .sie-navigation-bar_view-1-2_2-text {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 8px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.d .sie-navigation-bar_view-1-2_3:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1-2_3:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1-2_3 {
  left: 388px;
  top: 56px;
  width: 52px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1-2_3 {
  left: 39px;
  top: 14px;
  width: 245px;
  height: 28px;
  display: none;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1-2_3-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.m .sie-navigation-bar_view-1-2_3-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.d .sie-navigation-bar_view-1-2_3-text {
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.m .sie-navigation-bar_view-1-2_3-text {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 8px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.d .sie-navigation-bar_view-1-2_4:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1-2_4:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1-2_4 {
  left: 751px;
  top: 56px;
  width: 118px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1-2_4 {
  left: 39px;
  top: 14px;
  width: 245px;
  height: 28px;
  display: none;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1-2_4-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.m .sie-navigation-bar_view-1-2_4-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.d .sie-navigation-bar_view-1-2_4-text {
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.m .sie-navigation-bar_view-1-2_4-text {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 8px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.d .sie-navigation-bar_view-1-2_5:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1-2_5:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1-2_5 {
  left: 915px;
  top: 56px;
  width: 62px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1-2_5 {
  left: 39px;
  top: 14px;
  width: 245px;
  height: 28px;
  display: none;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1-2_5-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.m .sie-navigation-bar_view-1-2_5-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.d .sie-navigation-bar_view-1-2_5-text {
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.m .sie-navigation-bar_view-1-2_5-text {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 8px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.d .sie-navigation-bar_view-1-2_6:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1-2_6:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1-2_6 {
  left: 1022px;
  top: 56px;
  width: 63px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1-2_6 {
  left: 39px;
  top: 14px;
  width: 245px;
  height: 28px;
  display: none;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1-2_6-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.m .sie-navigation-bar_view-1-2_6-text:hover {
  color: rgba(0, 0, 0, 1);
  text-decoration: underline;
}
.d .sie-navigation-bar_view-1-2_6-text {
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.m .sie-navigation-bar_view-1-2_6-text {
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 8px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color, text-decoration;
}
.d .sie-navigation-bar_view-1-2_7 {
  left: 486px;
  top: 42px;
  width: 229px;
  height: 54px;
}
.m .sie-navigation-bar_view-1-2_7 {
  left: 48px;
  top: 46px;
  width: 224px;
  height: 55px;
}
.d .sie-navigation-bar_view-1-2_7 .se-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  border-radius: inherit;
}
.m .sie-navigation-bar_view-1-2_7 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-navigation-bar_view-1-2_8 {
  left: 196px;
  top: 80px;
  width: 173px;
  height: 62px;
}
.m .sie-navigation-bar_view-1-2_8 {
  left: 48px;
  top: 21px;
  width: 224px;
  height: 95.89999999999999px;
}
.d .sie-navigation-bar_view-1-2_8 .se-simple:hover {
}
.m .sie-navigation-bar_view-1-2_8 .se-simple:hover {
}
.d .sie-navigation-bar_view-1-2_8 .se-simple {
  border-color: rgba(0, 0, 0, 1);
  border-width: 1px;
  background-color: rgba(255, 248, 239, 1);
  border-style: solid;
  border-radius: inherit;
}
.m .sie-navigation-bar_view-1-2_8 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-navigation-bar_view-1-2_9:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1-2_9:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1-2_9 {
  left: 205px;
  top: 88px;
  width: 155px;
  height: 17px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1-2_9 {
  left: 115px;
  top: 61px;
  width: 90px;
  height: 15px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1-2_9-text:hover {
  text-decoration: underline;
}
.m .sie-navigation-bar_view-1-2_9-text:hover {
  text-decoration: underline;
}
.d .sie-navigation-bar_view-1-2_9-text {
  letter-spacing: 0em;
  font-size: 12px;
  transition-duration: 0.5s;
  transition-property: text-decoration;
}
.m .sie-navigation-bar_view-1-2_9-text {
  transition-duration: 0.5s;
  transition-property: text-decoration;
}
.d .sie-navigation-bar_view-1-2_10:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1-2_10:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1-2_10 {
  left: 205px;
  top: 119px;
  width: 155px;
  height: 17px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-navigation-bar_view-1-2_10 {
  left: 115px;
  top: 61px;
  width: 90px;
  height: 15px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-navigation-bar_view-1-2_10-text:hover {
  text-decoration: underline;
}
.m .sie-navigation-bar_view-1-2_10-text:hover {
  text-decoration: underline;
}
.d .sie-navigation-bar_view-1-2_10-text {
  letter-spacing: 0em;
  font-size: 12px;
  transition-duration: 0.5s;
  transition-property: text-decoration;
}
.m .sie-navigation-bar_view-1-2_10-text {
  transition-duration: 0.5s;
  transition-property: text-decoration;
}
.d .sie-navigation-bar_view-1-2_11 {
  left: 196px;
  top: 111px;
  width: 173px;
  height: 1px;
}
.m .sie-navigation-bar_view-1-2_11 {
  left: 48px;
  top: 21px;
  width: 224px;
  height: 95.89999999999999px;
}
.d .sie-navigation-bar_view-1-2_11 .se-simple:hover {
}
.m .sie-navigation-bar_view-1-2_11 .se-simple:hover {
}
.d .sie-navigation-bar_view-1-2_11 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-navigation-bar_view-1-2_11 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.sib-menu-mobile {
  z-index: 10;
}
.m .sib-menu-mobile {
  height: 70px;
}
.d .sib-menu-mobile {
  height: 400px;
  display: none;
}
.m .sib-menu-mobile .ss-bg {
  background-color: rgba(255, 248, 239, 0.85);
}
.d .sib-menu-mobile .ss-bg {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-menu-mobile_0 {
  left: 460px;
  top: 60px;
  width: 280px;
  height: 280px;
}
.m .sie-menu-mobile_0 {
  left: 268px;
  top: -9px;
  width: 56px;
  height: 56px;
}
.d .sie-menu-mobile_0 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-menu-mobile_0 .se-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  border-radius: inherit;
}
.d .sie-menu-mobile_1 {
  left: 550px;
  top: 150px;
  width: 100px;
  height: 100px;
}
.m .sie-menu-mobile_1 {
  left: 276px;
  top: 7px;
  width: 40px;
  height: 40px;
}
.d .sie-menu-mobile_1 svg {
  fill: rgba(255, 248, 239, 1);
}
.m .sie-menu-mobile_1 svg {
  fill: rgba(0, 0, 0, 1);
}
.d .sie-menu-mobile_2 {
  left: 533px;
  top: 178px;
  width: 135px;
  height: 45px;
}
.m .sie-menu-mobile_2 {
  left: 280px;
  top: 6px;
  width: 33px;
  height: 11px;
}
.m .sie-menu-mobile_2-text {
  font-size: 10px;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-menu-mobile_3 {
  left: 486px;
  top: 42px;
  width: 229px;
  height: 54px;
}
.m .sie-menu-mobile_3 {
  left: 79px;
  top: 16px;
  width: 163px;
  height: 38px;
}
.d .sie-menu-mobile_3 .se-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  border-radius: inherit;
}
.m .sie-menu-mobile_3 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sib-open-menu-mobile {
  height: 320px;
  display: none;
}
.d .sib-open-menu-mobile {
  height: 400px;
  display: none;
}
.m .sib-open-menu-mobile .ss-bg {
  background-color: rgba(0, 0, 0, 1);
}
.d .sib-open-menu-mobile .ss-bg {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-open-menu-mobile_0 {
  left: 533px;
  top: 178px;
  width: 135px;
  height: 45px;
}
.m .sie-open-menu-mobile_0 {
  left: 6px;
  top: 21px;
  width: 308px;
  height: 278px;
}
.m .sie-open-menu-mobile_0-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1.5;
  letter-spacing: 0em;
  font-size: 24px;
  text-align: center;
  font-family: "Milkman Bold";
  font-weight: 400;
  font-style: normal;
}
.m .sie-open-menu-mobile_0-text.se-rc a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.m .sie-open-menu-mobile_0-text.se-rc a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  opacity: 0.8;
}
.d .sie-open-menu-mobile_1 {
  left: 550px;
  top: 150px;
  width: 100px;
  height: 100px;
}
.m .sie-open-menu-mobile_1 {
  left: 288px;
  top: 5px;
  width: 26px;
  height: 26px;
}
.d .sie-open-menu-mobile_1 svg {
  fill: rgba(255, 248, 239, 1);
}
.m .sie-open-menu-mobile_1 svg {
  fill: rgba(255, 255, 255, 1);
}
.d .sie-open-menu-mobile_2 {
  left: -9px;
  top: 8px;
  width: 1219px;
  height: 1px;
}
.m .sie-open-menu-mobile_2 {
  left: -2px;
  top: 315px;
  width: 325px;
  height: 1px;
}
.d .sie-open-menu-mobile_2 .se-simple:hover {
}
.m .sie-open-menu-mobile_2 .se-simple:hover {
}
.d .sie-open-menu-mobile_2 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-open-menu-mobile_2 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-open-menu-mobile_3 {
  left: -9px;
  top: 8px;
  width: 1219px;
  height: 1px;
}
.m .sie-open-menu-mobile_3 {
  left: -2px;
  top: 3px;
  width: 325px;
  height: 1px;
}
.d .sie-open-menu-mobile_3 .se-simple:hover {
}
.m .sie-open-menu-mobile_3 .se-simple:hover {
}
.d .sie-open-menu-mobile_3 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-open-menu-mobile_3 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.sib-header {
  z-index: 3;
}
.m .sib-header {
  height: 744px;
  display: none;
}
.d .sib-header {
  height: 840px;
}
.m .sib-header .ss-bg {
  background-color: rgba(255, 255, 255, 1);
}
.d .sib-header .ss-bg {
  background-color: rgba(255, 248, 239, 0.85);
}
.d .sie-header_0 {
  left: 685px;
  top: 569px;
  width: 393px;
  height: 279px;
}
.m .sie-header_0 {
  left: 48px;
  top: 298px;
  width: 224px;
  height: 149px;
  display: none;
}
.d .sie-header_0 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  border-radius: inherit;
}
.m .sie-header_0 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-header_1 {
  left: 208px;
  top: 629px;
  width: 213px;
  height: 219px;
}
.m .sie-header_1 {
  left: 264px;
  top: 236px;
  width: 89px;
  height: 127px;
}
.d .sie-header_1 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30% 30%;
  border-radius: inherit;
}
.m .sie-header_1 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-header_2 {
  left: 208px;
  top: 304px;
  width: 213px;
  height: 299px;
}
.m .sie-header_2 {
  left: -43px;
  top: 532px;
  width: 379px;
  height: 336px;
}
.d .sie-header_2 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  border-radius: inherit;
}
.m .sie-header_2 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-header_3 {
  left: 449px;
  top: 304px;
  width: 207px;
  height: 480px;
}
.m .sie-header_3 {
  left: -5px;
  top: -10px;
  width: 108px;
  height: 235px;
}
.d .sie-header_3 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% 40%;
  border-radius: inherit;
}
.m .sie-header_3 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-header_4 {
  left: -19px;
  top: 395px;
  width: 197px;
  height: 389px;
}
.m .sie-header_4 {
  left: -5px;
  top: 374px;
  width: 224px;
  height: 149px;
}
.d .sie-header_4 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% 60%;
  border-radius: inherit;
}
.m .sie-header_4 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-header_5 {
  left: 1104px;
  top: 395px;
  width: 195px;
  height: 389px;
}
.m .sie-header_5 {
  left: -5px;
  top: 374px;
  width: 224px;
  height: 149px;
}
.d .sie-header_5 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-header_5 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-header_6 {
  left: 682px;
  top: 315px;
  width: 386px;
  height: 127px;
}
.m .sie-header_6 {
  left: 30px;
  top: 931px;
  width: 210px;
  height: 53px;
}
.d .sie-header_6-text {
  line-height: 0.9;
  font-size: 80px;
  text-align: left;
  font-family: "Milkman Bold";
  font-weight: 400;
  font-style: normal;
}
.m .sie-header_6-text {
  font-size: 20px;
  text-align: right;
}
.d .sie-header_7 {
  left: -109px;
  top: 2px;
  width: 207px;
  height: 360px;
}
.m .sie-header_7 {
  left: -43px;
  top: 532px;
  width: 379px;
  height: 336px;
}
.d .sie-header_7 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30% 30%;
  border-radius: inherit;
}
.m .sie-header_7 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-header_8 {
  left: 129px;
  top: 2px;
  width: 194px;
  height: 274px;
}
.m .sie-header_8 {
  left: 114px;
  top: -9px;
  width: 214px;
  height: 98px;
}
.d .sie-header_8 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-header_8 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-header_9 {
  left: 555px;
  top: 2px;
  width: 353px;
  height: 256px;
}
.m .sie-header_9 {
  left: 115px;
  top: 102px;
  width: 211px;
  height: 123px;
}
.d .sie-header_9 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 20% 20%;
  border-radius: inherit;
}
.m .sie-header_9 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-header_10 {
  left: 940px;
  top: 2px;
  width: 207px;
  height: 317px;
}
.m .sie-header_10 {
  left: 230px;
  top: 374px;
  width: 132px;
  height: 149px;
}
.d .sie-header_10 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% 40%;
  border-radius: inherit;
}
.m .sie-header_10 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-header_11 {
  left: 1180px;
  top: 2px;
  width: 204px;
  height: 361px;
}
.m .sie-header_11 {
  left: 230px;
  top: 374px;
  width: 132px;
  height: 149px;
}
.d .sie-header_11 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-header_11 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-header_12 {
  left: 977px;
  top: 519px;
  width: 47px;
  height: 20px;
}
.m .sie-header_12 {
  left: 135px;
  top: 75px;
  width: 50px;
  height: 50px;
}
.d .sie-header_12 svg {
  fill: rgba(0, 0, 0, 1);
}
.m .sie-header_12 svg {
  fill: rgba(255, 248, 239, 1);
}
.d .sie-header_13 {
  left: 967px;
  top: 499px;
  width: 67px;
  height: 1px;
}
.m .sie-header_13 {
  left: 48px;
  top: 30px;
  width: 224px;
  height: 140px;
}
.d .sie-header_13 .se-simple:hover {
}
.m .sie-header_13 .se-simple:hover {
}
.d .sie-header_13 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-header_13 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-header_14 {
  left: 687px;
  top: 466px;
  width: 296px;
  height: 34px;
}
.m .sie-header_14 {
  left: 104px;
  top: 209px;
  width: 113px;
  height: 74px;
}
.d .sie-header_14 .se-simple:hover {
}
.m .sie-header_14 .se-simple:hover {
}
.d .sie-header_14 .se-simple {
  border-color: rgba(0, 0, 0, 1);
  border-width: 1px;
  background-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-radius: inherit;
}
.m .sie-header_14 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-header_15 {
  left: 695px;
  top: 474px;
  width: 280px;
  height: 17px;
}
.m .sie-header_15 {
  left: 115px;
  top: 93px;
  width: 90px;
  height: 15px;
}
.d .sie-header_15-text {
  font-size: 14px;
  text-align: center;
}
.d .sie-header_16 {
  left: 355px;
  top: 2px;
  width: 167px;
  height: 274px;
}
.m .sie-header_16 {
  left: 114px;
  top: -9px;
  width: 214px;
  height: 98px;
}
.d .sie-header_16 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% 60%;
  border-radius: inherit;
}
.m .sie-header_16 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.sib-header-mobile {
  z-index: 1;
}
.m .sib-header-mobile {
  height: 360px;
}
.d .sib-header-mobile {
  height: 400px;
  display: none;
}
.m .sib-header-mobile .ss-bg {
  background-color: rgba(255, 255, 255, 1);
}
.d .sib-header-mobile .ss-bg {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-header-mobile_0 {
  left: 680px;
  top: 531px;
  width: 517px;
  height: 63px;
}
.m .sie-header-mobile_0 {
  left: -8px;
  top: 122px;
  width: 337px;
  height: 30px;
}
.d .sie-header-mobile_0-text {
  color: rgba(255, 255, 255, 1);
  line-height: 0.9;
  font-size: 80px;
  text-align: left;
  font-family: "Milkman Bold";
  font-weight: 400;
  font-style: normal;
}
.m .sie-header-mobile_0-text {
  color: rgba(0, 0, 0, 1);
  line-height: 0.9;
  font-size: 42px;
  text-align: center;
  font-family: "Milkman Bold";
  font-weight: 400;
  font-style: normal;
}
.d .sie-header-mobile_1 {
  left: 929px;
  top: 605px;
  width: 246px;
  height: 34px;
}
.m .sie-header-mobile_1 {
  left: 53px;
  top: 161px;
  width: 215px;
  height: 21px;
}
.d .sie-header-mobile_1 .se-simple:hover {
}
.m .sie-header-mobile_1 .se-simple:hover {
}
.d .sie-header-mobile_1 .se-simple {
  border-color: rgba(0, 0, 0, 1);
  border-width: 1px;
  background-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-radius: inherit;
}
.m .sie-header-mobile_1 .se-simple {
  border-color: rgba(0, 0, 0, 1);
  border-width: 1px;
  background-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-radius: inherit;
}
.d .sie-header-mobile_2 {
  left: 549px;
  top: 332px;
  width: 102px;
  height: 17px;
}
.m .sie-header-mobile_2 {
  left: 54px;
  top: 165px;
  width: 213px;
  height: 10px;
}
.m .sie-header-mobile_2-text {
  line-height: 1.3;
  font-size: 10px;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-header-mobile_3 {
  left: 507px;
  top: 60px;
  width: 187px;
  height: 280px;
}
.m .sie-header-mobile_3 {
  left: -16px;
  top: 208px;
  width: 111px;
  height: 151px;
}
.d .sie-header-mobile_3 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-header-mobile_3 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-header-mobile_4 {
  left: 488px;
  top: 60px;
  width: 224px;
  height: 280px;
}
.m .sie-header-mobile_4 {
  left: 87px;
  top: 287px;
  width: 142px;
  height: 97px;
}
.d .sie-header-mobile_4 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-header-mobile_4 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 45% 45%;
  border-radius: inherit;
}
.d .sie-header-mobile_5 {
  left: 488px;
  top: 60px;
  width: 224px;
  height: 280px;
}
.m .sie-header-mobile_5 {
  left: 20px;
  top: -1px;
  width: 180px;
  height: 77px;
}
.d .sie-header-mobile_5 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-header-mobile_5 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-header-mobile_6 {
  left: 460px;
  top: 60px;
  width: 280px;
  height: 280px;
}
.m .sie-header-mobile_6 {
  left: 198px;
  top: -1px;
  width: 131px;
  height: 111px;
}
.d .sie-header-mobile_6 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-header-mobile_6 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-header-mobile_7 {
  left: 360px;
  top: 120px;
  width: 480px;
  height: 160px;
}
.m .sie-header-mobile_7 {
  left: 208px;
  top: 210px;
  width: 36px;
  height: 1px;
}
.d .sie-header-mobile_7 .se-simple:hover {
}
.m .sie-header-mobile_7 .se-simple:hover {
}
.d .sie-header-mobile_7 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-header-mobile_7 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-header-mobile_8 {
  left: 550px;
  top: 150px;
  width: 100px;
  height: 100px;
}
.m .sie-header-mobile_8 {
  left: 219px;
  top: 216px;
  width: 14px;
  height: 22px;
}
.d .sie-header-mobile_8 svg {
  fill: rgba(255, 248, 239, 1);
}
.m .sie-header-mobile_8 svg {
  fill: rgba(0, 0, 0, 1);
}
.sib-to-the-top-side-bar-menu-mobile {
  z-index: 10;
}
.m .sib-to-the-top-side-bar-menu-mobile {
  height: 1px;
}
.d .sib-to-the-top-side-bar-menu-mobile {
  height: 1px;
  display: none;
}
.m .sib-to-the-top-side-bar-menu-mobile .ss-bg {
  background-color: rgba(0, 0, 0, 0);
}
.d .sib-to-the-top-side-bar-menu-mobile .ss-bg {
  background-color: rgba(0, 0, 0, 0);
}
.d .sie-to-the-top-side-bar-menu-mobile_0 {
  left: 1164px;
  top: 187px;
  width: 39px;
  height: 147px;
}
.m .sie-to-the-top-side-bar-menu-mobile_0 {
  left: 302px;
  top: 11px;
  width: 18px;
  height: 107px;
}
.d .sie-to-the-top-side-bar-menu-mobile_0 .se-simple:hover {
}
.m .sie-to-the-top-side-bar-menu-mobile_0 .se-simple:hover {
}
.d .sie-to-the-top-side-bar-menu-mobile_0 .se-simple {
  border-color: rgba(0, 0, 0, 1);
  border-width: 1px;
  background-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-radius: inherit;
}
.m .sie-to-the-top-side-bar-menu-mobile_0 .se-simple {
  border-color: rgba(0, 0, 0, 1);
  border-width: 1px;
  background-color: rgba(255, 255, 255, 1);
  border-style: solid;
  border-radius: inherit;
}
.d .sie-to-the-top-side-bar-menu-mobile_1:hover {
  opacity: 1;
  transition-duration: 1s;
  transition-property: opacity;
}
.m .sie-to-the-top-side-bar-menu-mobile_1:hover {
  opacity: 1;
  transition-duration: 1s;
  transition-property: opacity;
}
.d .sie-to-the-top-side-bar-menu-mobile_1 {
  left: 1130px;
  top: 252px;
  width: 107px;
  height: 17px;
  transition-duration: 1s;
  transition-property: opacity;
}
.m .sie-to-the-top-side-bar-menu-mobile_1 {
  left: 233px;
  top: 45px;
  width: 156px;
  height: 11px;
  transition-duration: 1s;
  transition-property: opacity;
}
.d .sie-to-the-top-side-bar-menu-mobile_1-text:hover {
  text-decoration: underline;
}
.m .sie-to-the-top-side-bar-menu-mobile_1-text:hover {
  text-decoration: underline;
}
.d .sie-to-the-top-side-bar-menu-mobile_1-text {
  letter-spacing: 0.3em;
  font-size: 10px;
  transition-duration: 0.5s;
  transition-property: text-decoration;
}
.m .sie-to-the-top-side-bar-menu-mobile_1-text {
  letter-spacing: 0.3em;
  font-size: 7px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: text-decoration;
}
.d .sie-to-the-top-side-bar-menu-mobile_2 {
  left: 550px;
  top: -49px;
  width: 100px;
  height: 100px;
}
.m .sie-to-the-top-side-bar-menu-mobile_2 {
  left: 296px;
  top: 83px;
  width: 31px;
  height: 31px;
}
.d .sie-to-the-top-side-bar-menu-mobile_2 svg {
  fill: rgba(255, 248, 239, 1);
}
.m .sie-to-the-top-side-bar-menu-mobile_2 svg {
  fill: rgba(0, 0, 0, 1);
}
.sib-benefits-of-tm {
  z-index: 7;
}
.m .sib-benefits-of-tm {
  height: 1332px;
  display: none;
}
.d .sib-benefits-of-tm {
  height: 1555px;
}
.m .sib-benefits-of-tm .ss-bg {
  background-color: rgba(255, 255, 255, 1);
}
.d .sib-benefits-of-tm .ss-bg {
  background-color: rgba(255, 248, 239, 1);
}
.d .sie-benefits-of-tm_0 {
  left: 119px;
  top: 251px;
  width: 701px;
  height: 1px;
}
.m .sie-benefits-of-tm_0 {
  left: 48px;
  top: 79px;
  width: 224px;
  height: 367.5px;
}
.d .sie-benefits-of-tm_0 .se-simple:hover {
}
.m .sie-benefits-of-tm_0 .se-simple:hover {
}
.d .sie-benefits-of-tm_0 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-benefits-of-tm_0 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-benefits-of-tm_1 {
  left: 703px;
  top: 109px;
  width: 378px;
  height: 524px;
}
.m .sie-benefits-of-tm_1 {
  left: 48px;
  top: 502px;
  width: 224px;
  height: 328px;
}
.d .sie-benefits-of-tm_1 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-benefits-of-tm_1 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-benefits-of-tm_2 {
  left: 228px;
  top: 740px;
  width: 745px;
  height: 51px;
}
.m .sie-benefits-of-tm_2 {
  left: -2px;
  top: 919px;
  width: 256px;
  height: 313px;
}
.d .sie-benefits-of-tm_2 .se-simple:hover {
}
.m .sie-benefits-of-tm_2 .se-simple:hover {
}
.d .sie-benefits-of-tm_2 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-benefits-of-tm_2 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-benefits-of-tm_3 {
  left: 310px;
  top: 748px;
  width: 214px;
  height: 37px;
}
.m .sie-benefits-of-tm_3 {
  left: 30px;
  top: 931px;
  width: 210px;
  height: 53px;
}
.d .sie-benefits-of-tm_3-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1;
  text-align: right;
  font-family: "Milkman Bold";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm_3-text {
  font-size: 20px;
  text-align: right;
}
.d .sie-benefits-of-tm_4 {
  left: 529px;
  top: 745px;
  width: 362px;
  height: 31px;
}
.m .sie-benefits-of-tm_4 {
  left: 30px;
  top: 931px;
  width: 210px;
  height: 53px;
}
.d .sie-benefits-of-tm_4-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1;
  letter-spacing: -0.1em;
  font-size: 40px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm_4-text {
  font-size: 20px;
  text-align: right;
}
.d .sie-benefits-of-tm_5 {
  left: 148px;
  top: 126px;
  width: 344px;
  height: 82px;
}
.m .sie-benefits-of-tm_5 {
  left: 30px;
  top: 931px;
  width: 210px;
  height: 53px;
}
.d .sie-benefits-of-tm_5-text {
  color: rgba(0, 0, 0, 1);
  line-height: 0.8;
  letter-spacing: -0.05em;
  font-size: 50px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm_5-text {
  font-size: 20px;
  text-align: right;
}
.d .sie-benefits-of-tm_6 {
  left: 148px;
  top: 214px;
  width: 136px;
  height: 27px;
}
.m .sie-benefits-of-tm_6 {
  left: 30px;
  top: 931px;
  width: 210px;
  height: 53px;
}
.d .sie-benefits-of-tm_6-text {
  color: rgba(174, 160, 153, 1);
  line-height: 1.2;
  letter-spacing: 0em;
  font-size: 14px;
  text-align: left;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm_6-text {
  font-size: 20px;
  text-align: right;
}
.d .sie-benefits-of-tm_7 {
  left: 142px;
  top: 378px;
  width: 519px;
  height: 253px;
}
.m .sie-benefits-of-tm_7 {
  left: 33px;
  top: 991px;
  width: 204px;
  height: 243px;
}
.d .sie-benefits-of-tm_7-text {
  font-size: 14px;
  text-align: left;
}
.m .sie-benefits-of-tm_7-text {
  text-align: right;
}
.d .sie-benefits-of-tm_8 {
  left: 148px;
  top: 269px;
  width: 492px;
  height: 76px;
}
.m .sie-benefits-of-tm_8 {
  left: 30px;
  top: 931px;
  width: 210px;
  height: 53px;
}
.d .sie-benefits-of-tm_8-text {
  color: rgba(0, 0, 0, 1);
  line-height: 0.8;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm_8-text {
  font-size: 20px;
  text-align: right;
}
.d .sie-benefits-of-tm_9 {
  left: -9px;
  top: 9px;
  width: 1219px;
  height: 1px;
}
.m .sie-benefits-of-tm_9 {
  left: 48px;
  top: 79px;
  width: 224px;
  height: 367.5px;
}
.d .sie-benefits-of-tm_9 .se-simple:hover {
}
.m .sie-benefits-of-tm_9 .se-simple:hover {
}
.d .sie-benefits-of-tm_9 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-benefits-of-tm_9 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-benefits-of-tm_10 {
  left: 221px;
  top: 856px;
  width: 110px;
  height: 134px;
}
.m .sie-benefits-of-tm_10 {
  left: 80px;
  top: 178px;
  width: 161px;
  height: 72px;
}
.d .sie-benefits-of-tm_10-text {
  color: rgba(255, 248, 239, 0.8);
  font-size: 120px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm_10-text {
  color: rgba(255, 248, 239, 1);
  font-size: 80px;
}
.d .sie-benefits-of-tm_11 {
  left: 221px;
  top: 1179px;
  width: 110px;
  height: 134px;
}
.m .sie-benefits-of-tm_11 {
  left: 80px;
  top: 178px;
  width: 161px;
  height: 72px;
}
.d .sie-benefits-of-tm_11-text {
  color: rgba(255, 248, 239, 0.8);
  font-size: 120px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm_11-text {
  color: rgba(255, 248, 239, 1);
  font-size: 80px;
}
.d .sie-benefits-of-tm_12 {
  left: 221px;
  top: 1336px;
  width: 110px;
  height: 134px;
}
.m .sie-benefits-of-tm_12 {
  left: 80px;
  top: 178px;
  width: 161px;
  height: 72px;
}
.d .sie-benefits-of-tm_12-text {
  color: rgba(255, 248, 239, 0.8);
  font-size: 120px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm_12-text {
  color: rgba(255, 248, 239, 1);
  font-size: 80px;
}
.d .sie-benefits-of-tm_13 {
  left: 221px;
  top: 1015px;
  width: 110px;
  height: 134px;
}
.m .sie-benefits-of-tm_13 {
  left: 80px;
  top: 178px;
  width: 161px;
  height: 72px;
}
.d .sie-benefits-of-tm_13-text {
  color: rgba(255, 248, 239, 0.8);
  font-size: 120px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm_13-text {
  color: rgba(255, 248, 239, 1);
  font-size: 80px;
}
.d .sie-benefits-of-tm_14 {
  left: 321px;
  top: 877px;
  width: 659px;
  height: 91px;
}
.m .sie-benefits-of-tm_14 {
  left: 33px;
  top: 991px;
  width: 204px;
  height: 243px;
}
.d .sie-benefits-of-tm_14-text {
  font-size: 14px;
  text-align: justify;
}
.m .sie-benefits-of-tm_14-text {
  text-align: right;
}
.d .sie-benefits-of-tm_15 {
  left: 321px;
  top: 1052px;
  width: 659px;
  height: 78px;
}
.m .sie-benefits-of-tm_15 {
  left: 33px;
  top: 991px;
  width: 204px;
  height: 243px;
}
.d .sie-benefits-of-tm_15-text {
  font-size: 14px;
  text-align: justify;
}
.m .sie-benefits-of-tm_15-text {
  text-align: right;
}
.d .sie-benefits-of-tm_16 {
  left: 321px;
  top: 1208px;
  width: 659px;
  height: 83px;
}
.m .sie-benefits-of-tm_16 {
  left: 33px;
  top: 991px;
  width: 204px;
  height: 243px;
}
.d .sie-benefits-of-tm_16-text {
  font-size: 14px;
  text-align: justify;
}
.m .sie-benefits-of-tm_16-text {
  text-align: right;
}
.d .sie-benefits-of-tm_17 {
  left: 321px;
  top: 1365px;
  width: 659px;
  height: 101px;
}
.m .sie-benefits-of-tm_17 {
  left: 33px;
  top: 991px;
  width: 204px;
  height: 243px;
}
.d .sie-benefits-of-tm_17-text {
  font-size: 14px;
  text-align: justify;
}
.m .sie-benefits-of-tm_17-text {
  text-align: right;
}
.d .sie-benefits-of-tm_18 {
  left: 318px;
  top: 859px;
  width: 324px;
  height: 11px;
}
.m .sie-benefits-of-tm_18 {
  left: 48px;
  top: 200px;
  width: 224px;
  height: 932.4px;
}
.d .sie-benefits-of-tm_18 .se-simple:hover {
}
.m .sie-benefits-of-tm_18 .se-simple:hover {
}
.d .sie-benefits-of-tm_18 .se-simple {
  background-color: rgba(242, 149, 128, 0.4);
}
.m .sie-benefits-of-tm_18 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-benefits-of-tm_19 {
  left: 318px;
  top: 1037px;
  width: 225px;
  height: 11px;
}
.m .sie-benefits-of-tm_19 {
  left: 48px;
  top: 200px;
  width: 224px;
  height: 932.4px;
}
.d .sie-benefits-of-tm_19 .se-simple:hover {
}
.m .sie-benefits-of-tm_19 .se-simple:hover {
}
.d .sie-benefits-of-tm_19 .se-simple {
  background-color: rgba(242, 149, 128, 0.4);
}
.m .sie-benefits-of-tm_19 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-benefits-of-tm_20 {
  left: 318px;
  top: 1193px;
  width: 265px;
  height: 11px;
}
.m .sie-benefits-of-tm_20 {
  left: 48px;
  top: 200px;
  width: 224px;
  height: 932.4px;
}
.d .sie-benefits-of-tm_20 .se-simple:hover {
}
.m .sie-benefits-of-tm_20 .se-simple:hover {
}
.d .sie-benefits-of-tm_20 .se-simple {
  background-color: rgba(242, 149, 128, 0.4);
}
.m .sie-benefits-of-tm_20 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-benefits-of-tm_21 {
  left: 318px;
  top: 1348px;
  width: 388px;
  height: 11px;
}
.m .sie-benefits-of-tm_21 {
  left: 48px;
  top: 200px;
  width: 224px;
  height: 932.4px;
}
.d .sie-benefits-of-tm_21 .se-simple:hover {
}
.m .sie-benefits-of-tm_21 .se-simple:hover {
}
.d .sie-benefits-of-tm_21 .se-simple {
  background-color: rgba(242, 149, 128, 0.4);
}
.m .sie-benefits-of-tm_21 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-benefits-of-tm_22 {
  left: -501px;
  top: 841px;
  width: 655px;
  height: 653px;
}
.m .sie-benefits-of-tm_22 {
  left: 48px;
  top: 200px;
  width: 224px;
  height: 932.4px;
}
.d .sie-benefits-of-tm_22 .se-simple:hover {
}
.m .sie-benefits-of-tm_22 .se-simple:hover {
}
.d .sie-benefits-of-tm_22 .se-simple {
  border-color: rgba(242, 149, 128, 1);
  border-width: 1px;
  border-style: solid;
  border-radius: inherit;
}
.m .sie-benefits-of-tm_22 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-benefits-of-tm_23 {
  left: -501px;
  top: 859px;
  width: 623px;
  height: 623px;
}
.m .sie-benefits-of-tm_23 {
  left: 48px;
  top: 517px;
  width: 224px;
  height: 299px;
}
.d .sie-benefits-of-tm_23 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  border-radius: inherit;
}
.m .sie-benefits-of-tm_23 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-benefits-of-tm_24 {
  left: 1046px;
  top: 841px;
  width: 655px;
  height: 653px;
}
.m .sie-benefits-of-tm_24 {
  left: 48px;
  top: 200px;
  width: 224px;
  height: 932.4px;
}
.d .sie-benefits-of-tm_24 .se-simple:hover {
}
.m .sie-benefits-of-tm_24 .se-simple:hover {
}
.d .sie-benefits-of-tm_24 .se-simple {
  border-color: rgba(242, 149, 128, 1);
  border-width: 1px;
  border-style: solid;
  border-radius: inherit;
}
.m .sie-benefits-of-tm_24 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-benefits-of-tm_25 {
  left: 1062px;
  top: 856px;
  width: 623px;
  height: 623px;
}
.m .sie-benefits-of-tm_25 {
  left: 48px;
  top: 517px;
  width: 224px;
  height: 299px;
}
.d .sie-benefits-of-tm_25 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  border-radius: inherit;
}
.m .sie-benefits-of-tm_25 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-benefits-of-tm_26 {
  left: 319px;
  top: 1018px;
  width: 249px;
  height: 28px;
}
.m .sie-benefits-of-tm_26 {
  left: 95px;
  top: 233px;
  width: 130px;
  height: 26px;
}
.d .sie-benefits-of-tm_26-text {
  color: rgba(0, 0, 0, 1);
  text-transform: none;
  letter-spacing: -0.05em;
  font-size: 26px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm_26-text {
  color: rgba(0, 0, 0, 1);
}
.d .sie-benefits-of-tm_27 {
  left: 319px;
  top: 839px;
  width: 487px;
  height: 28px;
}
.m .sie-benefits-of-tm_27 {
  left: 95px;
  top: 233px;
  width: 130px;
  height: 26px;
}
.d .sie-benefits-of-tm_27-text {
  color: rgba(0, 0, 0, 1);
  text-transform: none;
  letter-spacing: -0.05em;
  font-size: 26px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm_27-text {
  color: rgba(0, 0, 0, 1);
}
.d .sie-benefits-of-tm_28 {
  left: 319px;
  top: 1173px;
  width: 266px;
  height: 28px;
}
.m .sie-benefits-of-tm_28 {
  left: 95px;
  top: 233px;
  width: 130px;
  height: 26px;
}
.d .sie-benefits-of-tm_28-text {
  color: rgba(0, 0, 0, 1);
  text-transform: none;
  letter-spacing: -0.05em;
  font-size: 26px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm_28-text {
  color: rgba(0, 0, 0, 1);
}
.d .sie-benefits-of-tm_29 {
  left: 319px;
  top: 1328px;
  width: 383px;
  height: 28px;
}
.m .sie-benefits-of-tm_29 {
  left: 95px;
  top: 233px;
  width: 130px;
  height: 26px;
}
.d .sie-benefits-of-tm_29-text {
  color: rgba(0, 0, 0, 1);
  text-transform: none;
  letter-spacing: -0.05em;
  font-size: 26px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm_29-text {
  color: rgba(0, 0, 0, 1);
}
.m .sib-benefits-of-tm-mobile {
  height: 2150px;
}
.d .sib-benefits-of-tm-mobile {
  height: 1555px;
  display: none;
}
.m .sib-benefits-of-tm-mobile .ss-bg {
  background-color: rgba(255, 248, 239, 1);
}
.d .sib-benefits-of-tm-mobile .ss-bg {
  background-color: rgba(255, 248, 239, 1);
}
.d .sie-benefits-of-tm-mobile_0 {
  left: 148px;
  top: 269px;
  width: 492px;
  height: 76px;
}
.m .sie-benefits-of-tm-mobile_0 {
  left: 15px;
  top: 214px;
  width: 184px;
  height: 137px;
}
.d .sie-benefits-of-tm-mobile_0-text {
  color: rgba(0, 0, 0, 1);
  line-height: 0.8;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm-mobile_0-text {
  color: rgba(0, 0, 0, 1);
  line-height: 0.9;
  letter-spacing: -0.05em;
  font-size: 22px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-benefits-of-tm-mobile_1 {
  left: 148px;
  top: 126px;
  width: 344px;
  height: 82px;
}
.m .sie-benefits-of-tm-mobile_1 {
  left: 15px;
  top: 76px;
  width: 265px;
  height: 79px;
}
.d .sie-benefits-of-tm-mobile_1-text {
  color: rgba(0, 0, 0, 1);
  line-height: 0.8;
  letter-spacing: -0.05em;
  font-size: 50px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm-mobile_1-text {
  color: rgba(0, 0, 0, 1);
  line-height: 0.8;
  letter-spacing: -0.05em;
  font-size: 50px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-benefits-of-tm-mobile_2 {
  left: 148px;
  top: 214px;
  width: 136px;
  height: 27px;
}
.m .sie-benefits-of-tm-mobile_2 {
  left: 15px;
  top: 167px;
  width: 143px;
  height: 24px;
}
.d .sie-benefits-of-tm-mobile_2-text {
  color: rgba(174, 160, 153, 1);
  line-height: 1.2;
  letter-spacing: 0em;
  font-size: 14px;
  text-align: left;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm-mobile_2-text {
  color: rgba(174, 160, 153, 1);
  line-height: 1.2;
  letter-spacing: 0em;
  font-size: 10px;
  text-align: left;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-benefits-of-tm-mobile_3 {
  left: -9px;
  top: 9px;
  width: 1219px;
  height: 1px;
}
.m .sie-benefits-of-tm-mobile_3 {
  left: 15px;
  top: 199px;
  width: 234px;
  height: 1px;
}
.d .sie-benefits-of-tm-mobile_3 .se-simple:hover {
}
.m .sie-benefits-of-tm-mobile_3 .se-simple:hover {
}
.d .sie-benefits-of-tm-mobile_3 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-benefits-of-tm-mobile_3 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-benefits-of-tm-mobile_4 {
  left: 142px;
  top: 378px;
  width: 519px;
  height: 253px;
}
.m .sie-benefits-of-tm-mobile_4 {
  left: 22px;
  top: 389px;
  width: 277px;
  height: 321px;
}
.d .sie-benefits-of-tm-mobile_4-text {
  font-size: 14px;
  text-align: left;
}
.m .sie-benefits-of-tm-mobile_4-text {
  font-size: 12px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-benefits-of-tm-mobile_5 {
  left: 703px;
  top: 109px;
  width: 378px;
  height: 524px;
}
.m .sie-benefits-of-tm-mobile_5 {
  left: 207px;
  top: 167px;
  width: 98px;
  height: 197px;
}
.d .sie-benefits-of-tm-mobile_5 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-benefits-of-tm-mobile_5 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% 40%;
  border-radius: inherit;
}
.d .sie-benefits-of-tm-mobile_6 {
  left: 360px;
  top: 467px;
  width: 480px;
  height: 622px;
}
.m .sie-benefits-of-tm-mobile_6 {
  left: 77px;
  top: 973px;
  width: 166px;
  height: 12px;
}
.d .sie-benefits-of-tm-mobile_6 .se-simple:hover {
}
.m .sie-benefits-of-tm-mobile_6 .se-simple:hover {
}
.d .sie-benefits-of-tm-mobile_6 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-benefits-of-tm-mobile_6 .se-simple {
  background-color: rgba(242, 149, 128, 0.4);
}
.d .sie-benefits-of-tm-mobile_7 {
  left: 119px;
  top: 251px;
  width: 701px;
  height: 1px;
}
.m .sie-benefits-of-tm-mobile_7 {
  left: 32px;
  top: 50px;
  width: 187px;
  height: 0px;
}
.d .sie-benefits-of-tm-mobile_7 .se-simple:hover {
}
.m .sie-benefits-of-tm-mobile_7 .se-simple:hover {
}
.d .sie-benefits-of-tm-mobile_7 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-benefits-of-tm-mobile_7 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-benefits-of-tm-mobile_8 {
  left: 228px;
  top: 740px;
  width: 745px;
  height: 51px;
}
.m .sie-benefits-of-tm-mobile_8 {
  left: 20px;
  top: 773px;
  width: 281px;
  height: 62px;
}
.d .sie-benefits-of-tm-mobile_8 .se-simple:hover {
}
.m .sie-benefits-of-tm-mobile_8 .se-simple:hover {
}
.d .sie-benefits-of-tm-mobile_8 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-benefits-of-tm-mobile_8 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-benefits-of-tm-mobile_9 {
  left: 221px;
  top: 856px;
  width: 110px;
  height: 134px;
}
.m .sie-benefits-of-tm-mobile_9 {
  left: 114px;
  top: 847px;
  width: 94px;
  height: 100px;
}
.d .sie-benefits-of-tm-mobile_9-text {
  color: rgba(255, 248, 239, 0.8);
  font-size: 120px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm-mobile_9-text {
  color: rgba(255, 248, 239, 0.8);
  font-size: 100px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-benefits-of-tm-mobile_10 {
  left: -501px;
  top: 841px;
  width: 655px;
  height: 653px;
}
.m .sie-benefits-of-tm-mobile_10 {
  left: -67px;
  top: 861px;
  width: 136px;
  height: 135px;
}
.d .sie-benefits-of-tm-mobile_10 .se-simple:hover {
}
.m .sie-benefits-of-tm-mobile_10 .se-simple:hover {
}
.d .sie-benefits-of-tm-mobile_10 .se-simple {
  border-color: rgba(242, 149, 128, 1);
  border-width: 1px;
  border-style: solid;
  border-radius: inherit;
}
.m .sie-benefits-of-tm-mobile_10 .se-simple {
  border-color: rgba(242, 149, 128, 1);
  border-width: 1px;
  border-style: solid;
  border-radius: inherit;
}
.d .sie-benefits-of-tm-mobile_11 {
  left: -501px;
  top: 859px;
  width: 623px;
  height: 623px;
}
.m .sie-benefits-of-tm-mobile_11 {
  left: -8px;
  top: 864px;
  width: 74px;
  height: 129px;
}
.d .sie-benefits-of-tm-mobile_11 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  border-radius: inherit;
}
.m .sie-benefits-of-tm-mobile_11 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  border-radius: inherit;
}
.d .sie-benefits-of-tm-mobile_12 {
  left: 356px;
  top: 85px;
  width: 488px;
  height: 45px;
}
.m .sie-benefits-of-tm-mobile_12 {
  left: -31px;
  top: 780px;
  width: 383px;
  height: 18px;
}
.d .sie-benefits-of-tm-mobile_12-text {
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0em;
  font-size: 40px;
  font-family: "Milkman Bold";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm-mobile_12-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 25px;
  font-family: "Milkman Bold";
  font-weight: 400;
  font-style: normal;
}
.d .sie-benefits-of-tm-mobile_13 {
  left: 190px;
  top: 127px;
  width: 820px;
  height: 43px;
}
.m .sie-benefits-of-tm-mobile_13 {
  left: 4px;
  top: 802px;
  width: 313px;
  height: 24px;
}
.d .sie-benefits-of-tm-mobile_13-text {
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 40px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm-mobile_13-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 25px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-benefits-of-tm-mobile_14 {
  left: -501px;
  top: 841px;
  width: 655px;
  height: 653px;
}
.m .sie-benefits-of-tm-mobile_14 {
  left: 252px;
  top: 861px;
  width: 136px;
  height: 135px;
}
.d .sie-benefits-of-tm-mobile_14 .se-simple:hover {
}
.m .sie-benefits-of-tm-mobile_14 .se-simple:hover {
}
.d .sie-benefits-of-tm-mobile_14 .se-simple {
  border-color: rgba(242, 149, 128, 1);
  border-width: 1px;
  border-style: solid;
  border-radius: inherit;
}
.m .sie-benefits-of-tm-mobile_14 .se-simple {
  border-color: rgba(242, 149, 128, 1);
  border-width: 1px;
  border-style: solid;
  border-radius: inherit;
}
.d .sie-benefits-of-tm-mobile_15 {
  left: -501px;
  top: 859px;
  width: 623px;
  height: 623px;
}
.m .sie-benefits-of-tm-mobile_15 {
  left: 255px;
  top: 864px;
  width: 84px;
  height: 129px;
}
.d .sie-benefits-of-tm-mobile_15 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  border-radius: inherit;
}
.m .sie-benefits-of-tm-mobile_15 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  border-radius: inherit;
}
.d .sie-benefits-of-tm-mobile_16 {
  left: 360px;
  top: 467px;
  width: 480px;
  height: 622px;
}
.m .sie-benefits-of-tm-mobile_16 {
  left: 97px;
  top: 1297px;
  width: 127px;
  height: 12px;
}
.d .sie-benefits-of-tm-mobile_16 .se-simple:hover {
}
.m .sie-benefits-of-tm-mobile_16 .se-simple:hover {
}
.d .sie-benefits-of-tm-mobile_16 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-benefits-of-tm-mobile_16 .se-simple {
  background-color: rgba(242, 149, 128, 0.4);
}
.d .sie-benefits-of-tm-mobile_17 {
  left: 190px;
  top: 127px;
  width: 820px;
  height: 43px;
}
.m .sie-benefits-of-tm-mobile_17 {
  left: 74px;
  top: 934px;
  width: 173px;
  height: 48px;
}
.d .sie-benefits-of-tm-mobile_17-text {
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 40px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm-mobile_17-text {
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 25px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-benefits-of-tm-mobile_18 {
  left: 142px;
  top: 378px;
  width: 519px;
  height: 253px;
}
.m .sie-benefits-of-tm-mobile_18 {
  left: 29px;
  top: 1010px;
  width: 262px;
  height: 127px;
}
.d .sie-benefits-of-tm-mobile_18-text {
  font-size: 14px;
  text-align: left;
}
.m .sie-benefits-of-tm-mobile_18-text {
  font-size: 10px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-benefits-of-tm-mobile_19 {
  left: 221px;
  top: 856px;
  width: 110px;
  height: 134px;
}
.m .sie-benefits-of-tm-mobile_19 {
  left: 114px;
  top: 1170px;
  width: 94px;
  height: 100px;
}
.d .sie-benefits-of-tm-mobile_19-text {
  color: rgba(255, 248, 239, 0.8);
  font-size: 120px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm-mobile_19-text {
  color: rgba(255, 248, 239, 0.8);
  font-size: 100px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-benefits-of-tm-mobile_20 {
  left: -501px;
  top: 841px;
  width: 655px;
  height: 653px;
}
.m .sie-benefits-of-tm-mobile_20 {
  left: -67px;
  top: 1184px;
  width: 136px;
  height: 135px;
}
.d .sie-benefits-of-tm-mobile_20 .se-simple:hover {
}
.m .sie-benefits-of-tm-mobile_20 .se-simple:hover {
}
.d .sie-benefits-of-tm-mobile_20 .se-simple {
  border-color: rgba(242, 149, 128, 1);
  border-width: 1px;
  border-style: solid;
  border-radius: inherit;
}
.m .sie-benefits-of-tm-mobile_20 .se-simple {
  border-color: rgba(242, 149, 128, 1);
  border-width: 1px;
  border-style: solid;
  border-radius: inherit;
}
.d .sie-benefits-of-tm-mobile_21 {
  left: -501px;
  top: 859px;
  width: 623px;
  height: 623px;
}
.m .sie-benefits-of-tm-mobile_21 {
  left: -22px;
  top: 1187px;
  width: 87px;
  height: 129px;
}
.d .sie-benefits-of-tm-mobile_21 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  border-radius: inherit;
}
.m .sie-benefits-of-tm-mobile_21 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 70%;
  border-radius: inherit;
}
.d .sie-benefits-of-tm-mobile_22 {
  left: -501px;
  top: 841px;
  width: 655px;
  height: 653px;
}
.m .sie-benefits-of-tm-mobile_22 {
  left: 252px;
  top: 1184px;
  width: 136px;
  height: 135px;
}
.d .sie-benefits-of-tm-mobile_22 .se-simple:hover {
}
.m .sie-benefits-of-tm-mobile_22 .se-simple:hover {
}
.d .sie-benefits-of-tm-mobile_22 .se-simple {
  border-color: rgba(242, 149, 128, 1);
  border-width: 1px;
  border-style: solid;
  border-radius: inherit;
}
.m .sie-benefits-of-tm-mobile_22 .se-simple {
  border-color: rgba(242, 149, 128, 1);
  border-width: 1px;
  border-style: solid;
  border-radius: inherit;
}
.d .sie-benefits-of-tm-mobile_23 {
  left: -501px;
  top: 859px;
  width: 623px;
  height: 623px;
}
.m .sie-benefits-of-tm-mobile_23 {
  left: 256px;
  top: 1187px;
  width: 84px;
  height: 129px;
}
.d .sie-benefits-of-tm-mobile_23 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  border-radius: inherit;
}
.m .sie-benefits-of-tm-mobile_23 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  border-radius: inherit;
}
.d .sie-benefits-of-tm-mobile_24 {
  left: 190px;
  top: 127px;
  width: 820px;
  height: 43px;
}
.m .sie-benefits-of-tm-mobile_24 {
  left: 74px;
  top: 1257px;
  width: 173px;
  height: 48px;
}
.d .sie-benefits-of-tm-mobile_24-text {
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 40px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm-mobile_24-text {
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 25px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-benefits-of-tm-mobile_25 {
  left: 142px;
  top: 378px;
  width: 519px;
  height: 253px;
}
.m .sie-benefits-of-tm-mobile_25 {
  left: 32px;
  top: 1333px;
  width: 256px;
  height: 125px;
}
.d .sie-benefits-of-tm-mobile_25-text {
  font-size: 14px;
  text-align: left;
}
.m .sie-benefits-of-tm-mobile_25-text {
  font-size: 10px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-benefits-of-tm-mobile_26 {
  left: 360px;
  top: 467px;
  width: 480px;
  height: 622px;
}
.m .sie-benefits-of-tm-mobile_26 {
  left: 76px;
  top: 1946px;
  width: 168px;
  height: 12px;
}
.d .sie-benefits-of-tm-mobile_26 .se-simple:hover {
}
.m .sie-benefits-of-tm-mobile_26 .se-simple:hover {
}
.d .sie-benefits-of-tm-mobile_26 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-benefits-of-tm-mobile_26 .se-simple {
  background-color: rgba(242, 149, 128, 0.4);
}
.d .sie-benefits-of-tm-mobile_27 {
  left: 221px;
  top: 856px;
  width: 110px;
  height: 134px;
}
.m .sie-benefits-of-tm-mobile_27 {
  left: 114px;
  top: 1496px;
  width: 94px;
  height: 100px;
}
.d .sie-benefits-of-tm-mobile_27-text {
  color: rgba(255, 248, 239, 0.8);
  font-size: 120px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm-mobile_27-text {
  color: rgba(255, 248, 239, 0.8);
  font-size: 100px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-benefits-of-tm-mobile_28 {
  left: -501px;
  top: 841px;
  width: 655px;
  height: 653px;
}
.m .sie-benefits-of-tm-mobile_28 {
  left: -67px;
  top: 1513px;
  width: 136px;
  height: 135px;
}
.d .sie-benefits-of-tm-mobile_28 .se-simple:hover {
}
.m .sie-benefits-of-tm-mobile_28 .se-simple:hover {
}
.d .sie-benefits-of-tm-mobile_28 .se-simple {
  border-color: rgba(242, 149, 128, 1);
  border-width: 1px;
  border-style: solid;
  border-radius: inherit;
}
.m .sie-benefits-of-tm-mobile_28 .se-simple {
  border-color: rgba(242, 149, 128, 1);
  border-width: 1px;
  border-style: solid;
  border-radius: inherit;
}
.d .sie-benefits-of-tm-mobile_29 {
  left: -501px;
  top: 859px;
  width: 623px;
  height: 623px;
}
.m .sie-benefits-of-tm-mobile_29 {
  left: -22px;
  top: 1516px;
  width: 87px;
  height: 129px;
}
.d .sie-benefits-of-tm-mobile_29 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  border-radius: inherit;
}
.m .sie-benefits-of-tm-mobile_29 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 70%;
  border-radius: inherit;
}
.d .sie-benefits-of-tm-mobile_30 {
  left: 360px;
  top: 467px;
  width: 480px;
  height: 622px;
}
.m .sie-benefits-of-tm-mobile_30 {
  left: 86px;
  top: 1626px;
  width: 148px;
  height: 12px;
}
.d .sie-benefits-of-tm-mobile_30 .se-simple:hover {
}
.m .sie-benefits-of-tm-mobile_30 .se-simple:hover {
}
.d .sie-benefits-of-tm-mobile_30 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-benefits-of-tm-mobile_30 .se-simple {
  background-color: rgba(242, 149, 128, 0.4);
}
.d .sie-benefits-of-tm-mobile_31 {
  left: -501px;
  top: 841px;
  width: 655px;
  height: 653px;
}
.m .sie-benefits-of-tm-mobile_31 {
  left: 252px;
  top: 1513px;
  width: 136px;
  height: 135px;
}
.d .sie-benefits-of-tm-mobile_31 .se-simple:hover {
}
.m .sie-benefits-of-tm-mobile_31 .se-simple:hover {
}
.d .sie-benefits-of-tm-mobile_31 .se-simple {
  border-color: rgba(242, 149, 128, 1);
  border-width: 1px;
  border-style: solid;
  border-radius: inherit;
}
.m .sie-benefits-of-tm-mobile_31 .se-simple {
  border-color: rgba(242, 149, 128, 1);
  border-width: 1px;
  border-style: solid;
  border-radius: inherit;
}
.d .sie-benefits-of-tm-mobile_32 {
  left: -501px;
  top: 859px;
  width: 623px;
  height: 623px;
}
.m .sie-benefits-of-tm-mobile_32 {
  left: 256px;
  top: 1516px;
  width: 84px;
  height: 129px;
}
.d .sie-benefits-of-tm-mobile_32 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  border-radius: inherit;
}
.m .sie-benefits-of-tm-mobile_32 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  border-radius: inherit;
}
.d .sie-benefits-of-tm-mobile_33 {
  left: 190px;
  top: 127px;
  width: 820px;
  height: 43px;
}
.m .sie-benefits-of-tm-mobile_33 {
  left: 74px;
  top: 1586px;
  width: 173px;
  height: 48px;
}
.d .sie-benefits-of-tm-mobile_33-text {
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 40px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm-mobile_33-text {
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 25px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-benefits-of-tm-mobile_34 {
  left: 142px;
  top: 378px;
  width: 519px;
  height: 253px;
}
.m .sie-benefits-of-tm-mobile_34 {
  left: 28px;
  top: 1662px;
  width: 265px;
  height: 106px;
}
.d .sie-benefits-of-tm-mobile_34-text {
  font-size: 14px;
  text-align: left;
}
.m .sie-benefits-of-tm-mobile_34-text {
  font-size: 10px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-benefits-of-tm-mobile_35 {
  left: 221px;
  top: 856px;
  width: 110px;
  height: 134px;
}
.m .sie-benefits-of-tm-mobile_35 {
  left: 114px;
  top: 1819px;
  width: 94px;
  height: 100px;
}
.d .sie-benefits-of-tm-mobile_35-text {
  color: rgba(255, 248, 239, 0.8);
  font-size: 120px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm-mobile_35-text {
  color: rgba(255, 248, 239, 0.8);
  font-size: 100px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-benefits-of-tm-mobile_36 {
  left: -501px;
  top: 841px;
  width: 655px;
  height: 653px;
}
.m .sie-benefits-of-tm-mobile_36 {
  left: -67px;
  top: 1833px;
  width: 136px;
  height: 135px;
}
.d .sie-benefits-of-tm-mobile_36 .se-simple:hover {
}
.m .sie-benefits-of-tm-mobile_36 .se-simple:hover {
}
.d .sie-benefits-of-tm-mobile_36 .se-simple {
  border-color: rgba(242, 149, 128, 1);
  border-width: 1px;
  border-style: solid;
  border-radius: inherit;
}
.m .sie-benefits-of-tm-mobile_36 .se-simple {
  border-color: rgba(242, 149, 128, 1);
  border-width: 1px;
  border-style: solid;
  border-radius: inherit;
}
.d .sie-benefits-of-tm-mobile_37 {
  left: -501px;
  top: 859px;
  width: 623px;
  height: 623px;
}
.m .sie-benefits-of-tm-mobile_37 {
  left: -22px;
  top: 1836px;
  width: 87px;
  height: 129px;
}
.d .sie-benefits-of-tm-mobile_37 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  border-radius: inherit;
}
.m .sie-benefits-of-tm-mobile_37 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 70%;
  border-radius: inherit;
}
.d .sie-benefits-of-tm-mobile_38 {
  left: -501px;
  top: 841px;
  width: 655px;
  height: 653px;
}
.m .sie-benefits-of-tm-mobile_38 {
  left: 252px;
  top: 1833px;
  width: 136px;
  height: 135px;
}
.d .sie-benefits-of-tm-mobile_38 .se-simple:hover {
}
.m .sie-benefits-of-tm-mobile_38 .se-simple:hover {
}
.d .sie-benefits-of-tm-mobile_38 .se-simple {
  border-color: rgba(242, 149, 128, 1);
  border-width: 1px;
  border-style: solid;
  border-radius: inherit;
}
.m .sie-benefits-of-tm-mobile_38 .se-simple {
  border-color: rgba(242, 149, 128, 1);
  border-width: 1px;
  border-style: solid;
  border-radius: inherit;
}
.d .sie-benefits-of-tm-mobile_39 {
  left: -501px;
  top: 859px;
  width: 623px;
  height: 623px;
}
.m .sie-benefits-of-tm-mobile_39 {
  left: 256px;
  top: 1836px;
  width: 84px;
  height: 129px;
}
.d .sie-benefits-of-tm-mobile_39 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  border-radius: inherit;
}
.m .sie-benefits-of-tm-mobile_39 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  border-radius: inherit;
}
.d .sie-benefits-of-tm-mobile_40 {
  left: 190px;
  top: 127px;
  width: 820px;
  height: 43px;
}
.m .sie-benefits-of-tm-mobile_40 {
  left: 58px;
  top: 1906px;
  width: 205px;
  height: 48px;
}
.d .sie-benefits-of-tm-mobile_40-text {
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 40px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-benefits-of-tm-mobile_40-text {
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 25px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-benefits-of-tm-mobile_41 {
  left: 142px;
  top: 378px;
  width: 519px;
  height: 253px;
}
.m .sie-benefits-of-tm-mobile_41 {
  left: 28px;
  top: 1982px;
  width: 265px;
  height: 124px;
}
.d .sie-benefits-of-tm-mobile_41-text {
  font-size: 14px;
  text-align: left;
}
.m .sie-benefits-of-tm-mobile_41-text {
  font-size: 10px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.sib-apply-cta {
  z-index: 2;
}
.m .sib-apply-cta {
  height: 682px;
  display: none;
}
.d .sib-apply-cta {
  height: 240px;
}
.m .sib-apply-cta .ss-bg {
  background-color: rgba(0, 0, 0, 1);
}
.d .sib-apply-cta .ss-bg {
  background-color: rgba(255, 248, 239, 0.85);
}
.d .sie-apply-cta_0 {
  left: 286px;
  top: 73px;
  width: 628px;
  height: 43px;
}
.m .sie-apply-cta_0 {
  left: 28px;
  top: 170px;
  width: 265px;
  height: 186px;
}
.d .sie-apply-cta_0-text {
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 40px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-apply-cta_0-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1.4;
  text-align: center;
}
.d .sie-apply-cta_1 {
  left: 411px;
  top: 137px;
  width: 378px;
  height: 31px;
}
.m .sie-apply-cta_1 {
  left: 48px;
  top: 45px;
  width: 224px;
  height: 210px;
}
.d .sie-apply-cta_1 .se-simple:hover {
}
.m .sie-apply-cta_1 .se-simple:hover {
}
.d .sie-apply-cta_1 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-apply-cta_1 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-apply-cta_2:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-apply-cta_2:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-apply-cta_2 {
  left: 422px;
  top: 144px;
  width: 356px;
  height: 17px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-apply-cta_2 {
  left: 115px;
  top: 143px;
  width: 90px;
  height: 15px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-apply-cta_2-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-apply-cta_2-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-apply-cta_2-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.1em;
  font-size: 14px;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-apply-cta_2-text {
  transition-duration: 0.5s;
  transition-property: color;
}
.sib-apply-cta-mobile {
  z-index: 2;
}
.m .sib-apply-cta-mobile {
  height: 215px;
}
.d .sib-apply-cta-mobile {
  height: 240px;
  display: none;
}
.m .sib-apply-cta-mobile .ss-bg {
  background-color: rgba(255, 248, 239, 0.85);
}
.d .sib-apply-cta-mobile .ss-bg {
  background-color: rgba(255, 248, 239, 0.85);
}
.d .sie-apply-cta-mobile_0 {
  left: 186px;
  top: 86px;
  width: 824px;
  height: 29px;
}
.m .sie-apply-cta-mobile_0 {
  left: 40px;
  top: 51px;
  width: 240px;
  height: 60px;
}
.d .sie-apply-cta-mobile_0-text {
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-apply-cta-mobile_0-text {
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-apply-cta-mobile_1 {
  left: 670px;
  top: 761px;
  width: 274px;
  height: 30px;
}
.m .sie-apply-cta-mobile_1 {
  left: 17px;
  top: 128px;
  width: 286px;
  height: 37px;
}
.d .sie-apply-cta-mobile_1 .se-simple:hover {
}
.m .sie-apply-cta-mobile_1 .se-simple:hover {
}
.d .sie-apply-cta-mobile_1 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-apply-cta-mobile_1 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-apply-cta-mobile_2:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-apply-cta-mobile_2:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-apply-cta-mobile_2 {
  left: 678px;
  top: 768px;
  width: 259px;
  height: 17px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-apply-cta-mobile_2 {
  left: 32px;
  top: 139px;
  width: 256px;
  height: 14px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-apply-cta-mobile_2-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-apply-cta-mobile_2-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-apply-cta-mobile_2-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1.3;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-apply-cta-mobile_2-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sib-management-checklist {
  height: 625px;
  display: none;
}
.d .sib-management-checklist {
  height: 1065px;
}
.m .sib-management-checklist .ss-bg {
  background-color: rgba(0, 0, 0, 1);
}
.d .sib-management-checklist .ss-bg {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-management-checklist_0 {
  left: 346px;
  top: 908px;
  width: 509px;
  height: 45px;
}
.m .sie-management-checklist_0 {
  left: 63px;
  top: 63px;
  width: 195px;
  height: 30px;
}
.d .sie-management-checklist_0-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: -0.05em;
  font-size: 30px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-management-checklist_1 {
  left: 479px;
  top: 110px;
  width: 245px;
  height: 45px;
}
.m .sie-management-checklist_1 {
  left: 63px;
  top: 48px;
  width: 195px;
  height: 30px;
}
.d .sie-management-checklist_1-text {
  color: rgba(255, 255, 255, 1);
}
.m .sie-management-checklist_1-text {
  color: rgba(255, 255, 255, 1);
}
.d .sie-management-checklist_2 {
  left: 296px;
  top: 265px;
  width: 609px;
  height: 81px;
}
.m .sie-management-checklist_2 {
  left: 35px;
  top: 95px;
  width: 251px;
  height: 74px;
}
.d .sie-management-checklist_2-text {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  text-align: center;
}
.m .sie-management-checklist_2-text {
  color: rgba(255, 255, 255, 1);
  text-align: center;
}
.d .sie-management-checklist_3 {
  left: 324px;
  top: 385px;
  width: 569px;
  height: 65px;
}
.m .sie-management-checklist_3 {
  left: 13px;
  top: 200px;
  width: 295px;
  height: 284px;
}
.d .sie-management-checklist_3-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1.7;
  letter-spacing: 0.15em;
  font-size: 14px;
}
.m .sie-management-checklist_3-text {
  color: rgba(255, 255, 255, 1);
}
.d .sie-management-checklist_4 {
  left: 315px;
  top: 685px;
  width: 571px;
  height: 69px;
}
.m .sie-management-checklist_4 {
  left: 13px;
  top: 200px;
  width: 295px;
  height: 284px;
}
.d .sie-management-checklist_4-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1.7;
  letter-spacing: 0.15em;
  font-size: 14px;
}
.m .sie-management-checklist_4-text {
  color: rgba(255, 255, 255, 1);
}
.d .sie-management-checklist_5 {
  left: 238px;
  top: 577px;
  width: 724px;
  height: 68px;
}
.m .sie-management-checklist_5 {
  left: 13px;
  top: 200px;
  width: 295px;
  height: 284px;
}
.d .sie-management-checklist_5-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1.7;
  letter-spacing: 0.15em;
  font-size: 14px;
}
.m .sie-management-checklist_5-text {
  color: rgba(255, 255, 255, 1);
}
.d .sie-management-checklist_6 {
  left: 297px;
  top: 490px;
  width: 607px;
  height: 46px;
}
.m .sie-management-checklist_6 {
  left: 13px;
  top: 200px;
  width: 295px;
  height: 284px;
}
.d .sie-management-checklist_6-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1.7;
  letter-spacing: 0.15em;
  font-size: 14px;
}
.m .sie-management-checklist_6-text {
  color: rgba(255, 255, 255, 1);
}
.d .sie-management-checklist_7 {
  left: 380px;
  top: 145px;
  width: 442px;
  height: 45px;
}
.m .sie-management-checklist_7 {
  left: 63px;
  top: 48px;
  width: 195px;
  height: 30px;
}
.d .sie-management-checklist_7-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: -0.1em;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-management-checklist_7-text {
  color: rgba(255, 255, 255, 1);
}
.d .sie-management-checklist_8 {
  left: 361px;
  top: 195px;
  width: 481px;
  height: 17px;
}
.m .sie-management-checklist_8 {
  left: 57px;
  top: 517px;
  width: 206px;
  height: 15px;
}
.d .sie-management-checklist_8-text {
  color: rgba(242, 149, 128, 1);
  letter-spacing: 0.2em;
  font-size: 14px;
}
.m .sie-management-checklist_8-text {
  color: rgba(255, 255, 255, 1);
}
.d .sie-management-checklist_9 {
  left: -9px;
  top: 225px;
  width: 1219px;
  height: 1px;
}
.m .sie-management-checklist_9 {
  left: 48px;
  top: 79px;
  width: 224px;
  height: 367.5px;
}
.d .sie-management-checklist_9 .se-simple:hover {
}
.m .sie-management-checklist_9 .se-simple:hover {
}
.d .sie-management-checklist_9 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-management-checklist_9 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-management-checklist_10 {
  left: 411px;
  top: 961px;
  width: 378px;
  height: 31px;
}
.m .sie-management-checklist_10 {
  left: 48px;
  top: 45px;
  width: 224px;
  height: 210px;
}
.d .sie-management-checklist_10 .se-simple:hover {
}
.m .sie-management-checklist_10 .se-simple:hover {
}
.d .sie-management-checklist_10 .se-simple {
  border-color: rgba(242, 149, 128, 1);
  border-width: 1px;
  background-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-radius: inherit;
}
.m .sie-management-checklist_10 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-management-checklist_11:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-management-checklist_11:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-management-checklist_11 {
  left: 422px;
  top: 967px;
  width: 356px;
  height: 17px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-management-checklist_11 {
  left: 115px;
  top: 143px;
  width: 90px;
  height: 15px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-management-checklist_11-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-management-checklist_11-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-management-checklist_11-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0.1em;
  font-size: 14px;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-management-checklist_11-text {
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-management-checklist_12 {
  left: 554px;
  top: 836px;
  width: 92px;
  height: 1px;
}
.m .sie-management-checklist_12 {
  left: 48px;
  top: 79px;
  width: 224px;
  height: 367.5px;
}
.d .sie-management-checklist_12 .se-simple:hover {
}
.m .sie-management-checklist_12 .se-simple:hover {
}
.d .sie-management-checklist_12 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-management-checklist_12 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sib-management-checklist-mobile {
  height: 965px;
}
.d .sib-management-checklist-mobile {
  height: 1065px;
  display: none;
}
.m .sib-management-checklist-mobile .ss-bg {
  background-color: rgba(0, 0, 0, 1);
}
.d .sib-management-checklist-mobile .ss-bg {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-management-checklist-mobile_0 {
  left: -9px;
  top: 225px;
  width: 1219px;
  height: 1px;
}
.m .sie-management-checklist-mobile_0 {
  left: -2px;
  top: 0px;
  width: 325px;
  height: 0px;
}
.d .sie-management-checklist-mobile_0 .se-simple:hover {
}
.m .sie-management-checklist-mobile_0 .se-simple:hover {
}
.d .sie-management-checklist-mobile_0 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-management-checklist-mobile_0 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-management-checklist-mobile_1 {
  left: 554px;
  top: 836px;
  width: 92px;
  height: 1px;
}
.m .sie-management-checklist-mobile_1 {
  left: 148px;
  top: 0px;
  width: 25px;
  height: 0px;
}
.d .sie-management-checklist-mobile_1 .se-simple:hover {
}
.m .sie-management-checklist-mobile_1 .se-simple:hover {
}
.d .sie-management-checklist-mobile_1 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-management-checklist-mobile_1 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-management-checklist-mobile_2 {
  left: 356px;
  top: 85px;
  width: 488px;
  height: 45px;
}
.m .sie-management-checklist-mobile_2 {
  left: -31px;
  top: 51px;
  width: 383px;
  height: 18px;
}
.d .sie-management-checklist-mobile_2-text {
  color: rgba(0, 0, 0, 1);
  letter-spacing: 0em;
  font-size: 40px;
  font-family: "Milkman Bold";
  font-weight: 400;
  font-style: normal;
}
.m .sie-management-checklist-mobile_2-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 25px;
  font-family: "Milkman Bold";
  font-weight: 400;
  font-style: normal;
}
.d .sie-management-checklist-mobile_3 {
  left: 190px;
  top: 127px;
  width: 820px;
  height: 43px;
}
.m .sie-management-checklist-mobile_3 {
  left: 4px;
  top: 73px;
  width: 313px;
  height: 24px;
}
.d .sie-management-checklist-mobile_3-text {
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 40px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-management-checklist-mobile_3-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 25px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-management-checklist-mobile_4 {
  left: -31px;
  top: 166px;
  width: 361px;
  height: 125px;
}
.m .sie-management-checklist-mobile_4 {
  left: 10px;
  top: 106px;
  width: 301px;
  height: 14px;
}
.d .sie-management-checklist-mobile_4-text {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  text-align: left;
}
.m .sie-management-checklist-mobile_4-text {
  color: rgba(242, 149, 128, 1);
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-size: 10px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-management-checklist-mobile_5 {
  left: 360px;
  top: 320px;
  width: 480px;
  height: 426px;
}
.m .sie-management-checklist-mobile_5 {
  left: -12px;
  top: 132px;
  width: 363px;
  height: 1px;
}
.d .sie-management-checklist-mobile_5 .se-simple:hover {
}
.m .sie-management-checklist-mobile_5 .se-simple:hover {
}
.d .sie-management-checklist-mobile_5 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-management-checklist-mobile_5 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-management-checklist-mobile_6 {
  left: -31px;
  top: 166px;
  width: 361px;
  height: 125px;
}
.m .sie-management-checklist-mobile_6 {
  left: 16px;
  top: 167px;
  width: 288px;
  height: 97px;
}
.d .sie-management-checklist-mobile_6-text {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  text-align: left;
}
.m .sie-management-checklist-mobile_6-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1.4;
  font-size: 12px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-management-checklist-mobile_7 {
  left: 324px;
  top: 385px;
  width: 569px;
  height: 65px;
}
.m .sie-management-checklist-mobile_7 {
  left: 8px;
  top: 303px;
  width: 305px;
  height: 60px;
}
.d .sie-management-checklist-mobile_7-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1.7;
  letter-spacing: 0.15em;
  font-size: 14px;
}
.m .sie-management-checklist-mobile_7-text {
  color: rgba(255, 255, 255, 1);
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-management-checklist-mobile_8 {
  left: 324px;
  top: 385px;
  width: 569px;
  height: 65px;
}
.m .sie-management-checklist-mobile_8 {
  left: 15px;
  top: 404px;
  width: 292px;
  height: 60px;
}
.d .sie-management-checklist-mobile_8-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1.7;
  letter-spacing: 0.15em;
  font-size: 14px;
}
.m .sie-management-checklist-mobile_8-text {
  color: rgba(255, 255, 255, 1);
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-management-checklist-mobile_9 {
  left: 324px;
  top: 385px;
  width: 569px;
  height: 65px;
}
.m .sie-management-checklist-mobile_9 {
  left: 15px;
  top: 504px;
  width: 292px;
  height: 92px;
}
.d .sie-management-checklist-mobile_9-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1.7;
  letter-spacing: 0.15em;
  font-size: 14px;
}
.m .sie-management-checklist-mobile_9-text {
  color: rgba(255, 255, 255, 1);
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-management-checklist-mobile_10 {
  left: 324px;
  top: 385px;
  width: 569px;
  height: 65px;
}
.m .sie-management-checklist-mobile_10 {
  left: 15px;
  top: 637px;
  width: 292px;
  height: 62px;
}
.d .sie-management-checklist-mobile_10-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1.7;
  letter-spacing: 0.15em;
  font-size: 14px;
}
.m .sie-management-checklist-mobile_10-text {
  color: rgba(255, 255, 255, 1);
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-management-checklist-mobile_11 {
  left: 554px;
  top: 836px;
  width: 92px;
  height: 1px;
}
.m .sie-management-checklist-mobile_11 {
  left: 120px;
  top: 761px;
  width: 81px;
  height: 1px;
}
.d .sie-management-checklist-mobile_11 .se-simple:hover {
}
.m .sie-management-checklist-mobile_11 .se-simple:hover {
}
.d .sie-management-checklist-mobile_11 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-management-checklist-mobile_11 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-management-checklist-mobile_12 {
  left: 190px;
  top: 127px;
  width: 820px;
  height: 43px;
}
.m .sie-management-checklist-mobile_12 {
  left: 4px;
  top: 825px;
  width: 313px;
  height: 24px;
}
.d .sie-management-checklist-mobile_12-text {
  color: rgba(0, 0, 0, 1);
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 40px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-management-checklist-mobile_12-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 25px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-management-checklist-mobile_13 {
  left: 670px;
  top: 761px;
  width: 274px;
  height: 30px;
}
.m .sie-management-checklist-mobile_13 {
  left: 17px;
  top: 870px;
  width: 286px;
  height: 37px;
}
.d .sie-management-checklist-mobile_13 .se-simple:hover {
}
.m .sie-management-checklist-mobile_13 .se-simple:hover {
}
.d .sie-management-checklist-mobile_13 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-management-checklist-mobile_13 .se-simple {
  border-color: rgba(242, 149, 128, 1);
  border-width: 1px;
  background-color: rgba(0, 0, 0, 1);
  border-style: solid;
  border-radius: inherit;
}
.d .sie-management-checklist-mobile_14:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-management-checklist-mobile_14:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-management-checklist-mobile_14 {
  left: 678px;
  top: 768px;
  width: 259px;
  height: 17px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-management-checklist-mobile_14 {
  left: 32px;
  top: 881px;
  width: 256px;
  height: 14px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-management-checklist-mobile_14-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-management-checklist-mobile_14-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-management-checklist-mobile_14-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1.3;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-management-checklist-mobile_14-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sib-testimonials-nav {
  height: 218px;
  display: none;
}
.d .sib-testimonials-nav {
  height: 1063px;
}
.m .sib-testimonials-nav .ss-bg {
  background-color: rgba(0, 0, 0, 1);
}
.d .sib-testimonials-nav .ss-bg {
  background-color: rgba(0, 0, 0, 1);
}
.m .sib-testimonials-nav .sis-testimonials-nav_view-1 {
  background-color: rgba(0, 0, 0, 0);
}
.d .sib-testimonials-nav .sis-testimonials-nav_view-1 {
  background-color: rgba(0, 0, 0, 0);
}
.d .sie-testimonials-nav_view-1_0 {
  left: -9px;
  top: 601px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav_view-1_0 {
  left: 48px;
  top: 79px;
  width: 224px;
  height: 367.5px;
}
.d .sie-testimonials-nav_view-1_0 .se-simple:hover {
}
.m .sie-testimonials-nav_view-1_0 .se-simple:hover {
}
.d .sie-testimonials-nav_view-1_0 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-1_0 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-1_1 {
  left: 476px;
  top: 927px;
  width: 276px;
  height: 60px;
}
.m .sie-testimonials-nav_view-1_1 {
  left: 115px;
  top: 93px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-1_1-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-1_2 {
  left: 855px;
  top: 926px;
  width: 276px;
  height: 60px;
}
.m .sie-testimonials-nav_view-1_2 {
  left: 115px;
  top: 93px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-1_2-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-1_3 {
  left: 866px;
  top: 628px;
  width: 254px;
  height: 254px;
  border-radius: 50%;
}
.m .sie-testimonials-nav_view-1_3 {
  left: 100px;
  top: 30px;
  width: 121px;
  height: 140px;
}
.d .sie-testimonials-nav_view-1_3 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% 40%;
  border-radius: inherit;
}
.m .sie-testimonials-nav_view-1_3 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav_view-1_4 {
  left: 488px;
  top: 629px;
  width: 254px;
  height: 254px;
  border-radius: 50%;
}
.m .sie-testimonials-nav_view-1_4 {
  left: 100px;
  top: 30px;
  width: 121px;
  height: 140px;
}
.d .sie-testimonials-nav_view-1_4 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% 80%;
  border-radius: inherit;
}
.m .sie-testimonials-nav_view-1_4 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav_view-1_5 {
  left: 110px;
  top: 629px;
  width: 254px;
  height: 254px;
  border-radius: 50%;
}
.m .sie-testimonials-nav_view-1_5 {
  left: 100px;
  top: 30px;
  width: 121px;
  height: 140px;
}
.d .sie-testimonials-nav_view-1_5 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 70%;
  border-radius: inherit;
}
.m .sie-testimonials-nav_view-1_5 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav_view-1_6 {
  left: 100px;
  top: 927px;
  width: 276px;
  height: 60px;
}
.m .sie-testimonials-nav_view-1_6 {
  left: 115px;
  top: 93px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-1_6-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-1_7:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-1_7:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-1_7 {
  left: 54px;
  top: 998px;
  width: 367px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-1_7 {
  left: 115px;
  top: 255px;
  width: 90px;
  height: 15px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-1_7-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav_view-1_7-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav_view-1_7-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav_view-1_7-text {
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav_view-1_8 {
  left: -50px;
  top: 601px;
  width: 1300px;
  height: 1px;
}
.m .sie-testimonials-nav_view-1_8 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-1_8 .se-simple:hover {
}
.m .sie-testimonials-nav_view-1_8 .se-simple:hover {
}
.d .sie-testimonials-nav_view-1_8 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-1_8 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-1_9 {
  left: 199px;
  top: 826px;
  width: 449px;
  height: 1px;
}
.m .sie-testimonials-nav_view-1_9 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-1_9 .se-simple:hover {
}
.m .sie-testimonials-nav_view-1_9 .se-simple:hover {
}
.d .sie-testimonials-nav_view-1_9 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-1_9 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-1_10 {
  left: 581px;
  top: 825px;
  width: 450px;
  height: 1px;
}
.m .sie-testimonials-nav_view-1_10 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-1_10 .se-simple:hover {
}
.m .sie-testimonials-nav_view-1_10 .se-simple:hover {
}
.d .sie-testimonials-nav_view-1_10 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-1_10 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-1_11 {
  left: -50px;
  top: 1050px;
  width: 1300px;
  height: 1px;
}
.m .sie-testimonials-nav_view-1_11 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-1_11 .se-simple:hover {
}
.m .sie-testimonials-nav_view-1_11 .se-simple:hover {
}
.d .sie-testimonials-nav_view-1_11 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-1_11 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-1_12 {
  left: -57px;
  top: 5px;
  width: 1300px;
  height: 1px;
}
.m .sie-testimonials-nav_view-1_12 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-1_12 .se-simple:hover {
}
.m .sie-testimonials-nav_view-1_12 .se-simple:hover {
}
.d .sie-testimonials-nav_view-1_12 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-1_12 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-1_13 {
  left: 190px;
  top: 195px;
  width: 821px;
  height: 234px;
}
.m .sie-testimonials-nav_view-1_13 {
  left: 118px;
  top: 164px;
  width: 84px;
  height: 20px;
}
.d .sie-testimonials-nav_view-1_13-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  letter-spacing: -0.05em;
  font-size: 22px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-1_14 {
  left: 464px;
  top: 121px;
  width: 123px;
  height: 45px;
}
.m .sie-testimonials-nav_view-1_14 {
  left: 115px;
  top: 498px;
  width: 90px;
  height: 30px;
}
.d .sie-testimonials-nav_view-1_14-text {
  color: rgba(0, 0, 0, 1);
  font-size: 40px;
  font-family: "Milkman Bold";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-1_15 {
  left: 586px;
  top: 89px;
  width: 29px;
  height: 25px;
}
.m .sie-testimonials-nav_view-1_15 {
  left: 48px;
  top: 401px;
  width: 224px;
  height: 224px;
}
.d .sie-testimonials-nav_view-1_15 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav_view-1_15 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav_view-1_16 {
  left: 589px;
  top: 118px;
  width: 147px;
  height: 47px;
}
.m .sie-testimonials-nav_view-1_16 {
  left: 115px;
  top: 498px;
  width: 90px;
  height: 30px;
}
.d .sie-testimonials-nav_view-1_16-text {
  color: rgba(0, 0, 0, 1);
  letter-spacing: -0.1em;
  font-size: 40px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-1_17 {
  left: 1069px;
  top: 285px;
  width: 41px;
  height: 41px;
}
.m .sie-testimonials-nav_view-1_17 {
  left: 167px;
  top: 272px;
  width: 30px;
  height: 30px;
}
.d .sie-testimonials-nav_view-1_17 svg {
  fill: rgba(0, 0, 0, 1);
}
.m .sie-testimonials-nav_view-1_17 svg {
  fill: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-1_18 {
  left: 90px;
  top: 285px;
  width: 41px;
  height: 41px;
}
.m .sie-testimonials-nav_view-1_18 {
  left: 129px;
  top: 272px;
  width: 30px;
  height: 30px;
}
.d .sie-testimonials-nav_view-1_18 svg {
  fill: rgba(0, 0, 0, 1);
}
.m .sie-testimonials-nav_view-1_18 svg {
  fill: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-1_19 {
  left: 311px;
  top: 492px;
  width: 579px;
  height: 35px;
}
.m .sie-testimonials-nav_view-1_19 {
  left: 115px;
  top: 166px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-1_19-text {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
}
.d .sie-testimonials-nav_view-1_20 {
  left: 436px;
  top: 453px;
  width: 324px;
  height: 47px;
}
.m .sie-testimonials-nav_view-1_20 {
  left: 115px;
  top: 498px;
  width: 90px;
  height: 30px;
}
.d .sie-testimonials-nav_view-1_20-text {
  color: rgba(242, 149, 128, 1);
  letter-spacing: -0.05em;
  font-size: 40px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-1_21 {
  left: 1020px;
  top: 247px;
  width: 143px;
  height: 45px;
}
.m .sie-testimonials-nav_view-1_21 {
  left: 115px;
  top: 115px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-1_21-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  letter-spacing: 0em;
  font-size: 20px;
  font-family: "Jules Regular";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-1_22 {
  left: 157px;
  top: 1023px;
  width: 160px;
  height: 1px;
}
.m .sie-testimonials-nav_view-1_22 {
  left: 48px;
  top: 33px;
  width: 224px;
  height: 152.6px;
}
.d .sie-testimonials-nav_view-1_22 .se-simple:hover {
}
.m .sie-testimonials-nav_view-1_22 .se-simple:hover {
}
.d .sie-testimonials-nav_view-1_22 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-1_22 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-1_23 {
  left: 553px;
  top: 1023px;
  width: 122px;
  height: 1px;
}
.m .sie-testimonials-nav_view-1_23 {
  left: 48px;
  top: 33px;
  width: 224px;
  height: 152.6px;
}
.d .sie-testimonials-nav_view-1_23 .se-simple:hover {
}
.m .sie-testimonials-nav_view-1_23 .se-simple:hover {
}
.d .sie-testimonials-nav_view-1_23 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-1_23 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-1_24:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-1_24:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-1_24 {
  left: 450px;
  top: 998px;
  width: 327px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-1_24 {
  left: 115px;
  top: 255px;
  width: 90px;
  height: 15px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-1_24-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav_view-1_24-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav_view-1_24-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav_view-1_24-text {
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav_view-1_25 {
  left: 921px;
  top: 1023px;
  width: 143px;
  height: 1px;
}
.m .sie-testimonials-nav_view-1_25 {
  left: 48px;
  top: 33px;
  width: 224px;
  height: 152.6px;
}
.d .sie-testimonials-nav_view-1_25 .se-simple:hover {
}
.m .sie-testimonials-nav_view-1_25 .se-simple:hover {
}
.d .sie-testimonials-nav_view-1_25 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-1_25 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-1_26:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-1_26:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-1_26 {
  left: 829px;
  top: 997px;
  width: 327px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-1_26 {
  left: 115px;
  top: 255px;
  width: 90px;
  height: 15px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-1_26-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav_view-1_26-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav_view-1_26-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav_view-1_26-text {
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sib-testimonials-nav .sis-testimonials-nav_view-2 {
  background-color: rgba(0, 0, 0, 0);
}
.d .sib-testimonials-nav .sis-testimonials-nav_view-2 {
  background-color: rgba(0, 0, 0, 0);
}
.d .sie-testimonials-nav_view-2_0 {
  left: -57px;
  top: 5px;
  width: 1300px;
  height: 1px;
}
.m .sie-testimonials-nav_view-2_0 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-2_0 .se-simple:hover {
}
.m .sie-testimonials-nav_view-2_0 .se-simple:hover {
}
.d .sie-testimonials-nav_view-2_0 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-2_0 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-2_1 {
  left: 261px;
  top: 205px;
  width: 678px;
  height: 210px;
}
.m .sie-testimonials-nav_view-2_1 {
  left: 118px;
  top: 164px;
  width: 84px;
  height: 20px;
}
.d .sie-testimonials-nav_view-2_1-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  letter-spacing: -0.05em;
  font-size: 22px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-2_2 {
  left: 464px;
  top: 121px;
  width: 123px;
  height: 45px;
}
.m .sie-testimonials-nav_view-2_2 {
  left: 115px;
  top: 498px;
  width: 90px;
  height: 30px;
}
.d .sie-testimonials-nav_view-2_2-text {
  color: rgba(0, 0, 0, 1);
  font-size: 40px;
  font-family: "Milkman Bold";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-2_3 {
  left: 586px;
  top: 89px;
  width: 29px;
  height: 25px;
}
.m .sie-testimonials-nav_view-2_3 {
  left: 48px;
  top: 401px;
  width: 224px;
  height: 224px;
}
.d .sie-testimonials-nav_view-2_3 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav_view-2_3 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav_view-2_4 {
  left: 589px;
  top: 118px;
  width: 147px;
  height: 47px;
}
.m .sie-testimonials-nav_view-2_4 {
  left: 115px;
  top: 498px;
  width: 90px;
  height: 30px;
}
.d .sie-testimonials-nav_view-2_4-text {
  color: rgba(0, 0, 0, 1);
  letter-spacing: -0.1em;
  font-size: 40px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-2_5 {
  left: 1069px;
  top: 285px;
  width: 41px;
  height: 41px;
}
.m .sie-testimonials-nav_view-2_5 {
  left: 167px;
  top: 272px;
  width: 30px;
  height: 30px;
}
.d .sie-testimonials-nav_view-2_5 svg {
  fill: rgba(0, 0, 0, 1);
}
.m .sie-testimonials-nav_view-2_5 svg {
  fill: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-2_6 {
  left: 90px;
  top: 285px;
  width: 41px;
  height: 41px;
}
.m .sie-testimonials-nav_view-2_6 {
  left: 129px;
  top: 272px;
  width: 30px;
  height: 30px;
}
.d .sie-testimonials-nav_view-2_6 svg {
  fill: rgba(0, 0, 0, 1);
}
.m .sie-testimonials-nav_view-2_6 svg {
  fill: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-2_7 {
  left: 311px;
  top: 492px;
  width: 579px;
  height: 35px;
}
.m .sie-testimonials-nav_view-2_7 {
  left: 115px;
  top: 166px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-2_7-text {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
}
.d .sie-testimonials-nav_view-2_8 {
  left: 436px;
  top: 453px;
  width: 324px;
  height: 47px;
}
.m .sie-testimonials-nav_view-2_8 {
  left: 115px;
  top: 498px;
  width: 90px;
  height: 30px;
}
.d .sie-testimonials-nav_view-2_8-text {
  color: rgba(242, 149, 128, 1);
  letter-spacing: -0.05em;
  font-size: 40px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-2_9 {
  left: 1020px;
  top: 247px;
  width: 143px;
  height: 45px;
}
.m .sie-testimonials-nav_view-2_9 {
  left: 115px;
  top: 115px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-2_9-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  letter-spacing: 0em;
  font-size: 20px;
  font-family: "Jules Regular";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-2_10 {
  left: -9px;
  top: 601px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav_view-2_10 {
  left: 48px;
  top: 79px;
  width: 224px;
  height: 367.5px;
}
.d .sie-testimonials-nav_view-2_10 .se-simple:hover {
}
.m .sie-testimonials-nav_view-2_10 .se-simple:hover {
}
.d .sie-testimonials-nav_view-2_10 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-2_10 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-2_11 {
  left: 476px;
  top: 927px;
  width: 276px;
  height: 60px;
}
.m .sie-testimonials-nav_view-2_11 {
  left: 115px;
  top: 93px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-2_11-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-2_12 {
  left: 855px;
  top: 926px;
  width: 276px;
  height: 60px;
}
.m .sie-testimonials-nav_view-2_12 {
  left: 115px;
  top: 93px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-2_12-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-2_13 {
  left: 866px;
  top: 628px;
  width: 254px;
  height: 254px;
  border-radius: 50%;
}
.m .sie-testimonials-nav_view-2_13 {
  left: 100px;
  top: 30px;
  width: 121px;
  height: 140px;
}
.d .sie-testimonials-nav_view-2_13 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% 40%;
  border-radius: inherit;
}
.m .sie-testimonials-nav_view-2_13 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav_view-2_14 {
  left: 488px;
  top: 629px;
  width: 254px;
  height: 254px;
  border-radius: 50%;
}
.m .sie-testimonials-nav_view-2_14 {
  left: 100px;
  top: 30px;
  width: 121px;
  height: 140px;
}
.d .sie-testimonials-nav_view-2_14 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% 80%;
  border-radius: inherit;
}
.m .sie-testimonials-nav_view-2_14 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav_view-2_15 {
  left: 110px;
  top: 629px;
  width: 254px;
  height: 254px;
  border-radius: 50%;
}
.m .sie-testimonials-nav_view-2_15 {
  left: 100px;
  top: 30px;
  width: 121px;
  height: 140px;
}
.d .sie-testimonials-nav_view-2_15 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 70%;
  border-radius: inherit;
}
.m .sie-testimonials-nav_view-2_15 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav_view-2_16 {
  left: -50px;
  top: 601px;
  width: 1300px;
  height: 1px;
}
.m .sie-testimonials-nav_view-2_16 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-2_16 .se-simple:hover {
}
.m .sie-testimonials-nav_view-2_16 .se-simple:hover {
}
.d .sie-testimonials-nav_view-2_16 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-2_16 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-2_17 {
  left: 199px;
  top: 826px;
  width: 449px;
  height: 1px;
}
.m .sie-testimonials-nav_view-2_17 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-2_17 .se-simple:hover {
}
.m .sie-testimonials-nav_view-2_17 .se-simple:hover {
}
.d .sie-testimonials-nav_view-2_17 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-2_17 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-2_18 {
  left: 581px;
  top: 825px;
  width: 450px;
  height: 1px;
}
.m .sie-testimonials-nav_view-2_18 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-2_18 .se-simple:hover {
}
.m .sie-testimonials-nav_view-2_18 .se-simple:hover {
}
.d .sie-testimonials-nav_view-2_18 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-2_18 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-2_19 {
  left: -50px;
  top: 1050px;
  width: 1300px;
  height: 1px;
}
.m .sie-testimonials-nav_view-2_19 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-2_19 .se-simple:hover {
}
.m .sie-testimonials-nav_view-2_19 .se-simple:hover {
}
.d .sie-testimonials-nav_view-2_19 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-2_19 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-2_20 {
  left: 553px;
  top: 1023px;
  width: 122px;
  height: 1px;
}
.m .sie-testimonials-nav_view-2_20 {
  left: 48px;
  top: 33px;
  width: 224px;
  height: 152.6px;
}
.d .sie-testimonials-nav_view-2_20 .se-simple:hover {
}
.m .sie-testimonials-nav_view-2_20 .se-simple:hover {
}
.d .sie-testimonials-nav_view-2_20 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-2_20 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-2_21:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-2_21:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-2_21 {
  left: 450px;
  top: 998px;
  width: 327px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-2_21 {
  left: 115px;
  top: 255px;
  width: 90px;
  height: 15px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-2_21-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav_view-2_21-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav_view-2_21-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav_view-2_21-text {
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav_view-2_22 {
  left: 921px;
  top: 1023px;
  width: 143px;
  height: 1px;
}
.m .sie-testimonials-nav_view-2_22 {
  left: 48px;
  top: 33px;
  width: 224px;
  height: 152.6px;
}
.d .sie-testimonials-nav_view-2_22 .se-simple:hover {
}
.m .sie-testimonials-nav_view-2_22 .se-simple:hover {
}
.d .sie-testimonials-nav_view-2_22 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-2_22 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-2_23:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-2_23:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-2_23 {
  left: 829px;
  top: 997px;
  width: 327px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-2_23 {
  left: 115px;
  top: 255px;
  width: 90px;
  height: 15px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-2_23-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav_view-2_23-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav_view-2_23-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav_view-2_23-text {
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav_view-2_24 {
  left: 100px;
  top: 927px;
  width: 276px;
  height: 60px;
}
.m .sie-testimonials-nav_view-2_24 {
  left: 115px;
  top: 93px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-2_24-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-2_25:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-2_25:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-2_25 {
  left: 54px;
  top: 998px;
  width: 367px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-2_25 {
  left: 115px;
  top: 255px;
  width: 90px;
  height: 15px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-2_25-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav_view-2_25-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav_view-2_25-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav_view-2_25-text {
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav_view-2_26 {
  left: 157px;
  top: 1023px;
  width: 160px;
  height: 1px;
}
.m .sie-testimonials-nav_view-2_26 {
  left: 48px;
  top: 33px;
  width: 224px;
  height: 152.6px;
}
.d .sie-testimonials-nav_view-2_26 .se-simple:hover {
}
.m .sie-testimonials-nav_view-2_26 .se-simple:hover {
}
.d .sie-testimonials-nav_view-2_26 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-2_26 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sib-testimonials-nav .sis-testimonials-nav_view-3 {
  background-color: rgba(0, 0, 0, 0);
}
.d .sib-testimonials-nav .sis-testimonials-nav_view-3 {
  background-color: rgba(0, 0, 0, 0);
}
.d .sie-testimonials-nav_view-3_0 {
  left: -57px;
  top: 5px;
  width: 1300px;
  height: 1px;
}
.m .sie-testimonials-nav_view-3_0 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-3_0 .se-simple:hover {
}
.m .sie-testimonials-nav_view-3_0 .se-simple:hover {
}
.d .sie-testimonials-nav_view-3_0 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-3_0 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-3_1 {
  left: 271px;
  top: 229px;
  width: 659px;
  height: 159px;
}
.m .sie-testimonials-nav_view-3_1 {
  left: 118px;
  top: 164px;
  width: 84px;
  height: 20px;
}
.d .sie-testimonials-nav_view-3_1-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  letter-spacing: -0.05em;
  font-size: 22px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-3_2 {
  left: 464px;
  top: 121px;
  width: 123px;
  height: 45px;
}
.m .sie-testimonials-nav_view-3_2 {
  left: 115px;
  top: 498px;
  width: 90px;
  height: 30px;
}
.d .sie-testimonials-nav_view-3_2-text {
  color: rgba(0, 0, 0, 1);
  font-size: 40px;
  font-family: "Milkman Bold";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-3_3 {
  left: 586px;
  top: 89px;
  width: 29px;
  height: 25px;
}
.m .sie-testimonials-nav_view-3_3 {
  left: 48px;
  top: 401px;
  width: 224px;
  height: 224px;
}
.d .sie-testimonials-nav_view-3_3 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav_view-3_3 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav_view-3_4 {
  left: 589px;
  top: 118px;
  width: 147px;
  height: 47px;
}
.m .sie-testimonials-nav_view-3_4 {
  left: 115px;
  top: 498px;
  width: 90px;
  height: 30px;
}
.d .sie-testimonials-nav_view-3_4-text {
  color: rgba(0, 0, 0, 1);
  letter-spacing: -0.1em;
  font-size: 40px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-3_5 {
  left: 1069px;
  top: 285px;
  width: 41px;
  height: 41px;
}
.m .sie-testimonials-nav_view-3_5 {
  left: 167px;
  top: 272px;
  width: 30px;
  height: 30px;
}
.d .sie-testimonials-nav_view-3_5 svg {
  fill: rgba(0, 0, 0, 1);
}
.m .sie-testimonials-nav_view-3_5 svg {
  fill: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-3_6 {
  left: 90px;
  top: 285px;
  width: 41px;
  height: 41px;
}
.m .sie-testimonials-nav_view-3_6 {
  left: 129px;
  top: 272px;
  width: 30px;
  height: 30px;
}
.d .sie-testimonials-nav_view-3_6 svg {
  fill: rgba(0, 0, 0, 1);
}
.m .sie-testimonials-nav_view-3_6 svg {
  fill: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-3_7 {
  left: 311px;
  top: 492px;
  width: 579px;
  height: 35px;
}
.m .sie-testimonials-nav_view-3_7 {
  left: 115px;
  top: 166px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-3_7-text {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
}
.d .sie-testimonials-nav_view-3_8 {
  left: 436px;
  top: 453px;
  width: 324px;
  height: 47px;
}
.m .sie-testimonials-nav_view-3_8 {
  left: 115px;
  top: 498px;
  width: 90px;
  height: 30px;
}
.d .sie-testimonials-nav_view-3_8-text {
  color: rgba(242, 149, 128, 1);
  letter-spacing: -0.05em;
  font-size: 40px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-3_9 {
  left: 1020px;
  top: 247px;
  width: 143px;
  height: 45px;
}
.m .sie-testimonials-nav_view-3_9 {
  left: 115px;
  top: 115px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-3_9-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  letter-spacing: 0em;
  font-size: 20px;
  font-family: "Jules Regular";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-3_10 {
  left: -9px;
  top: 601px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav_view-3_10 {
  left: 48px;
  top: 79px;
  width: 224px;
  height: 367.5px;
}
.d .sie-testimonials-nav_view-3_10 .se-simple:hover {
}
.m .sie-testimonials-nav_view-3_10 .se-simple:hover {
}
.d .sie-testimonials-nav_view-3_10 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-3_10 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-3_11 {
  left: 476px;
  top: 927px;
  width: 276px;
  height: 60px;
}
.m .sie-testimonials-nav_view-3_11 {
  left: 115px;
  top: 93px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-3_11-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-3_12 {
  left: 855px;
  top: 926px;
  width: 276px;
  height: 60px;
}
.m .sie-testimonials-nav_view-3_12 {
  left: 115px;
  top: 93px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-3_12-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-3_13 {
  left: 866px;
  top: 628px;
  width: 254px;
  height: 254px;
  border-radius: 50%;
}
.m .sie-testimonials-nav_view-3_13 {
  left: 100px;
  top: 30px;
  width: 121px;
  height: 140px;
}
.d .sie-testimonials-nav_view-3_13 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% 40%;
  border-radius: inherit;
}
.m .sie-testimonials-nav_view-3_13 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav_view-3_14 {
  left: 488px;
  top: 629px;
  width: 254px;
  height: 254px;
  border-radius: 50%;
}
.m .sie-testimonials-nav_view-3_14 {
  left: 100px;
  top: 30px;
  width: 121px;
  height: 140px;
}
.d .sie-testimonials-nav_view-3_14 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% 80%;
  border-radius: inherit;
}
.m .sie-testimonials-nav_view-3_14 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav_view-3_15 {
  left: 110px;
  top: 629px;
  width: 254px;
  height: 254px;
  border-radius: 50%;
}
.m .sie-testimonials-nav_view-3_15 {
  left: 100px;
  top: 30px;
  width: 121px;
  height: 140px;
}
.d .sie-testimonials-nav_view-3_15 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 70%;
  border-radius: inherit;
}
.m .sie-testimonials-nav_view-3_15 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav_view-3_16 {
  left: -50px;
  top: 601px;
  width: 1300px;
  height: 1px;
}
.m .sie-testimonials-nav_view-3_16 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-3_16 .se-simple:hover {
}
.m .sie-testimonials-nav_view-3_16 .se-simple:hover {
}
.d .sie-testimonials-nav_view-3_16 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-3_16 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-3_17 {
  left: 199px;
  top: 826px;
  width: 449px;
  height: 1px;
}
.m .sie-testimonials-nav_view-3_17 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-3_17 .se-simple:hover {
}
.m .sie-testimonials-nav_view-3_17 .se-simple:hover {
}
.d .sie-testimonials-nav_view-3_17 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-3_17 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-3_18 {
  left: 581px;
  top: 825px;
  width: 450px;
  height: 1px;
}
.m .sie-testimonials-nav_view-3_18 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-3_18 .se-simple:hover {
}
.m .sie-testimonials-nav_view-3_18 .se-simple:hover {
}
.d .sie-testimonials-nav_view-3_18 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-3_18 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-3_19 {
  left: -50px;
  top: 1050px;
  width: 1300px;
  height: 1px;
}
.m .sie-testimonials-nav_view-3_19 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-3_19 .se-simple:hover {
}
.m .sie-testimonials-nav_view-3_19 .se-simple:hover {
}
.d .sie-testimonials-nav_view-3_19 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-3_19 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-3_20 {
  left: 553px;
  top: 1023px;
  width: 122px;
  height: 1px;
}
.m .sie-testimonials-nav_view-3_20 {
  left: 48px;
  top: 33px;
  width: 224px;
  height: 152.6px;
}
.d .sie-testimonials-nav_view-3_20 .se-simple:hover {
}
.m .sie-testimonials-nav_view-3_20 .se-simple:hover {
}
.d .sie-testimonials-nav_view-3_20 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-3_20 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-3_21:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-3_21:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-3_21 {
  left: 450px;
  top: 998px;
  width: 327px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-3_21 {
  left: 115px;
  top: 255px;
  width: 90px;
  height: 15px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-3_21-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav_view-3_21-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav_view-3_21-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav_view-3_21-text {
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav_view-3_22 {
  left: 921px;
  top: 1023px;
  width: 143px;
  height: 1px;
}
.m .sie-testimonials-nav_view-3_22 {
  left: 48px;
  top: 33px;
  width: 224px;
  height: 152.6px;
}
.d .sie-testimonials-nav_view-3_22 .se-simple:hover {
}
.m .sie-testimonials-nav_view-3_22 .se-simple:hover {
}
.d .sie-testimonials-nav_view-3_22 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-3_22 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-3_23:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-3_23:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-3_23 {
  left: 829px;
  top: 997px;
  width: 327px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-3_23 {
  left: 115px;
  top: 255px;
  width: 90px;
  height: 15px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-3_23-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav_view-3_23-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav_view-3_23-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav_view-3_23-text {
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav_view-3_24 {
  left: 100px;
  top: 927px;
  width: 276px;
  height: 60px;
}
.m .sie-testimonials-nav_view-3_24 {
  left: 115px;
  top: 93px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-3_24-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-3_25:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-3_25:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-3_25 {
  left: 54px;
  top: 998px;
  width: 367px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-3_25 {
  left: 115px;
  top: 255px;
  width: 90px;
  height: 15px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-3_25-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav_view-3_25-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav_view-3_25-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav_view-3_25-text {
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav_view-3_26 {
  left: 157px;
  top: 1023px;
  width: 160px;
  height: 1px;
}
.m .sie-testimonials-nav_view-3_26 {
  left: 48px;
  top: 33px;
  width: 224px;
  height: 152.6px;
}
.d .sie-testimonials-nav_view-3_26 .se-simple:hover {
}
.m .sie-testimonials-nav_view-3_26 .se-simple:hover {
}
.d .sie-testimonials-nav_view-3_26 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-3_26 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sib-testimonials-nav .sis-testimonials-nav_view-4 {
  background-color: rgba(0, 0, 0, 0);
}
.d .sib-testimonials-nav .sis-testimonials-nav_view-4 {
  background-color: rgba(0, 0, 0, 0);
}
.d .sie-testimonials-nav_view-4_0 {
  left: -57px;
  top: 5px;
  width: 1300px;
  height: 1px;
}
.m .sie-testimonials-nav_view-4_0 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-4_0 .se-simple:hover {
}
.m .sie-testimonials-nav_view-4_0 .se-simple:hover {
}
.d .sie-testimonials-nav_view-4_0 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-4_0 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-4_1 {
  left: 194px;
  top: 197px;
  width: 812px;
  height: 230px;
}
.m .sie-testimonials-nav_view-4_1 {
  left: 118px;
  top: 164px;
  width: 84px;
  height: 20px;
}
.d .sie-testimonials-nav_view-4_1-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  letter-spacing: -0.05em;
  font-size: 22px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-4_2 {
  left: 464px;
  top: 121px;
  width: 123px;
  height: 45px;
}
.m .sie-testimonials-nav_view-4_2 {
  left: 115px;
  top: 498px;
  width: 90px;
  height: 30px;
}
.d .sie-testimonials-nav_view-4_2-text {
  color: rgba(0, 0, 0, 1);
  font-size: 40px;
  font-family: "Milkman Bold";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-4_3 {
  left: 586px;
  top: 89px;
  width: 29px;
  height: 25px;
}
.m .sie-testimonials-nav_view-4_3 {
  left: 48px;
  top: 401px;
  width: 224px;
  height: 224px;
}
.d .sie-testimonials-nav_view-4_3 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav_view-4_3 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav_view-4_4 {
  left: 589px;
  top: 118px;
  width: 147px;
  height: 47px;
}
.m .sie-testimonials-nav_view-4_4 {
  left: 115px;
  top: 498px;
  width: 90px;
  height: 30px;
}
.d .sie-testimonials-nav_view-4_4-text {
  color: rgba(0, 0, 0, 1);
  letter-spacing: -0.1em;
  font-size: 40px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-4_5 {
  left: 1069px;
  top: 285px;
  width: 41px;
  height: 41px;
}
.m .sie-testimonials-nav_view-4_5 {
  left: 167px;
  top: 272px;
  width: 30px;
  height: 30px;
}
.d .sie-testimonials-nav_view-4_5 svg {
  fill: rgba(0, 0, 0, 1);
}
.m .sie-testimonials-nav_view-4_5 svg {
  fill: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-4_6 {
  left: 90px;
  top: 285px;
  width: 41px;
  height: 41px;
}
.m .sie-testimonials-nav_view-4_6 {
  left: 129px;
  top: 272px;
  width: 30px;
  height: 30px;
}
.d .sie-testimonials-nav_view-4_6 svg {
  fill: rgba(0, 0, 0, 1);
}
.m .sie-testimonials-nav_view-4_6 svg {
  fill: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-4_7 {
  left: 311px;
  top: 492px;
  width: 579px;
  height: 35px;
}
.m .sie-testimonials-nav_view-4_7 {
  left: 115px;
  top: 166px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-4_7-text {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
}
.d .sie-testimonials-nav_view-4_8 {
  left: 436px;
  top: 453px;
  width: 324px;
  height: 47px;
}
.m .sie-testimonials-nav_view-4_8 {
  left: 115px;
  top: 498px;
  width: 90px;
  height: 30px;
}
.d .sie-testimonials-nav_view-4_8-text {
  color: rgba(242, 149, 128, 1);
  letter-spacing: -0.05em;
  font-size: 40px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-4_9 {
  left: 1020px;
  top: 247px;
  width: 143px;
  height: 45px;
}
.m .sie-testimonials-nav_view-4_9 {
  left: 115px;
  top: 115px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-4_9-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  letter-spacing: 0em;
  font-size: 20px;
  font-family: "Jules Regular";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-4_10 {
  left: -9px;
  top: 601px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav_view-4_10 {
  left: 48px;
  top: 79px;
  width: 224px;
  height: 367.5px;
}
.d .sie-testimonials-nav_view-4_10 .se-simple:hover {
}
.m .sie-testimonials-nav_view-4_10 .se-simple:hover {
}
.d .sie-testimonials-nav_view-4_10 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-4_10 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-4_11 {
  left: 476px;
  top: 927px;
  width: 276px;
  height: 60px;
}
.m .sie-testimonials-nav_view-4_11 {
  left: 115px;
  top: 93px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-4_11-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-4_12 {
  left: 855px;
  top: 926px;
  width: 276px;
  height: 60px;
}
.m .sie-testimonials-nav_view-4_12 {
  left: 115px;
  top: 93px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-4_12-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-4_13 {
  left: 866px;
  top: 628px;
  width: 254px;
  height: 254px;
  border-radius: 50%;
}
.m .sie-testimonials-nav_view-4_13 {
  left: 100px;
  top: 30px;
  width: 121px;
  height: 140px;
}
.d .sie-testimonials-nav_view-4_13 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% 40%;
  border-radius: inherit;
}
.m .sie-testimonials-nav_view-4_13 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav_view-4_14 {
  left: 488px;
  top: 629px;
  width: 254px;
  height: 254px;
  border-radius: 50%;
}
.m .sie-testimonials-nav_view-4_14 {
  left: 100px;
  top: 30px;
  width: 121px;
  height: 140px;
}
.d .sie-testimonials-nav_view-4_14 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% 80%;
  border-radius: inherit;
}
.m .sie-testimonials-nav_view-4_14 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav_view-4_15 {
  left: 110px;
  top: 629px;
  width: 254px;
  height: 254px;
  border-radius: 50%;
}
.m .sie-testimonials-nav_view-4_15 {
  left: 100px;
  top: 30px;
  width: 121px;
  height: 140px;
}
.d .sie-testimonials-nav_view-4_15 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 70%;
  border-radius: inherit;
}
.m .sie-testimonials-nav_view-4_15 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav_view-4_16 {
  left: -50px;
  top: 601px;
  width: 1300px;
  height: 1px;
}
.m .sie-testimonials-nav_view-4_16 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-4_16 .se-simple:hover {
}
.m .sie-testimonials-nav_view-4_16 .se-simple:hover {
}
.d .sie-testimonials-nav_view-4_16 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-4_16 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-4_17 {
  left: 199px;
  top: 826px;
  width: 449px;
  height: 1px;
}
.m .sie-testimonials-nav_view-4_17 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-4_17 .se-simple:hover {
}
.m .sie-testimonials-nav_view-4_17 .se-simple:hover {
}
.d .sie-testimonials-nav_view-4_17 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-4_17 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-4_18 {
  left: 581px;
  top: 825px;
  width: 450px;
  height: 1px;
}
.m .sie-testimonials-nav_view-4_18 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-4_18 .se-simple:hover {
}
.m .sie-testimonials-nav_view-4_18 .se-simple:hover {
}
.d .sie-testimonials-nav_view-4_18 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-4_18 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-4_19 {
  left: -50px;
  top: 1050px;
  width: 1300px;
  height: 1px;
}
.m .sie-testimonials-nav_view-4_19 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-4_19 .se-simple:hover {
}
.m .sie-testimonials-nav_view-4_19 .se-simple:hover {
}
.d .sie-testimonials-nav_view-4_19 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-4_19 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-4_20 {
  left: 553px;
  top: 1023px;
  width: 122px;
  height: 1px;
}
.m .sie-testimonials-nav_view-4_20 {
  left: 48px;
  top: 33px;
  width: 224px;
  height: 152.6px;
}
.d .sie-testimonials-nav_view-4_20 .se-simple:hover {
}
.m .sie-testimonials-nav_view-4_20 .se-simple:hover {
}
.d .sie-testimonials-nav_view-4_20 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-4_20 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-4_21:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-4_21:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-4_21 {
  left: 450px;
  top: 998px;
  width: 327px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-4_21 {
  left: 115px;
  top: 255px;
  width: 90px;
  height: 15px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-4_21-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav_view-4_21-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav_view-4_21-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav_view-4_21-text {
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav_view-4_22 {
  left: 921px;
  top: 1023px;
  width: 143px;
  height: 1px;
}
.m .sie-testimonials-nav_view-4_22 {
  left: 48px;
  top: 33px;
  width: 224px;
  height: 152.6px;
}
.d .sie-testimonials-nav_view-4_22 .se-simple:hover {
}
.m .sie-testimonials-nav_view-4_22 .se-simple:hover {
}
.d .sie-testimonials-nav_view-4_22 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-4_22 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-4_23:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-4_23:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-4_23 {
  left: 829px;
  top: 997px;
  width: 327px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-4_23 {
  left: 115px;
  top: 255px;
  width: 90px;
  height: 15px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-4_23-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav_view-4_23-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav_view-4_23-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav_view-4_23-text {
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav_view-4_24 {
  left: 100px;
  top: 927px;
  width: 276px;
  height: 60px;
}
.m .sie-testimonials-nav_view-4_24 {
  left: 115px;
  top: 93px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-4_24-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-4_25:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-4_25:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-4_25 {
  left: 54px;
  top: 998px;
  width: 367px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-4_25 {
  left: 115px;
  top: 255px;
  width: 90px;
  height: 15px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-4_25-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav_view-4_25-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav_view-4_25-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav_view-4_25-text {
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav_view-4_26 {
  left: 157px;
  top: 1023px;
  width: 160px;
  height: 1px;
}
.m .sie-testimonials-nav_view-4_26 {
  left: 48px;
  top: 33px;
  width: 224px;
  height: 152.6px;
}
.d .sie-testimonials-nav_view-4_26 .se-simple:hover {
}
.m .sie-testimonials-nav_view-4_26 .se-simple:hover {
}
.d .sie-testimonials-nav_view-4_26 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-4_26 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sib-testimonials-nav .sis-testimonials-nav_view-5 {
  background-color: rgba(0, 0, 0, 0);
}
.d .sib-testimonials-nav .sis-testimonials-nav_view-5 {
  background-color: rgba(0, 0, 0, 0);
}
.d .sie-testimonials-nav_view-5_0 {
  left: -57px;
  top: 5px;
  width: 1300px;
  height: 1px;
}
.m .sie-testimonials-nav_view-5_0 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-5_0 .se-simple:hover {
}
.m .sie-testimonials-nav_view-5_0 .se-simple:hover {
}
.d .sie-testimonials-nav_view-5_0 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-5_0 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-5_1 {
  left: 1069px;
  top: 285px;
  width: 41px;
  height: 41px;
}
.m .sie-testimonials-nav_view-5_1 {
  left: 167px;
  top: 272px;
  width: 30px;
  height: 30px;
}
.d .sie-testimonials-nav_view-5_1 svg {
  fill: rgba(0, 0, 0, 1);
}
.m .sie-testimonials-nav_view-5_1 svg {
  fill: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-5_2 {
  left: 90px;
  top: 285px;
  width: 41px;
  height: 41px;
}
.m .sie-testimonials-nav_view-5_2 {
  left: 129px;
  top: 272px;
  width: 30px;
  height: 30px;
}
.d .sie-testimonials-nav_view-5_2 svg {
  fill: rgba(0, 0, 0, 1);
}
.m .sie-testimonials-nav_view-5_2 svg {
  fill: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-5_3 {
  left: 219px;
  top: 186px;
  width: 762px;
  height: 261px;
}
.m .sie-testimonials-nav_view-5_3 {
  left: 118px;
  top: 164px;
  width: 84px;
  height: 20px;
}
.d .sie-testimonials-nav_view-5_3-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  letter-spacing: -0.05em;
  font-size: 22px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-5_4 {
  left: 464px;
  top: 121px;
  width: 123px;
  height: 45px;
}
.m .sie-testimonials-nav_view-5_4 {
  left: 115px;
  top: 498px;
  width: 90px;
  height: 30px;
}
.d .sie-testimonials-nav_view-5_4-text {
  color: rgba(0, 0, 0, 1);
  font-size: 40px;
  font-family: "Milkman Bold";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-5_5 {
  left: 586px;
  top: 89px;
  width: 29px;
  height: 25px;
}
.m .sie-testimonials-nav_view-5_5 {
  left: 48px;
  top: 401px;
  width: 224px;
  height: 224px;
}
.d .sie-testimonials-nav_view-5_5 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav_view-5_5 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav_view-5_6 {
  left: 589px;
  top: 118px;
  width: 147px;
  height: 47px;
}
.m .sie-testimonials-nav_view-5_6 {
  left: 115px;
  top: 498px;
  width: 90px;
  height: 30px;
}
.d .sie-testimonials-nav_view-5_6-text {
  color: rgba(0, 0, 0, 1);
  letter-spacing: -0.1em;
  font-size: 40px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-5_7 {
  left: 311px;
  top: 492px;
  width: 579px;
  height: 35px;
}
.m .sie-testimonials-nav_view-5_7 {
  left: 115px;
  top: 166px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-5_7-text {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
}
.d .sie-testimonials-nav_view-5_8 {
  left: 422px;
  top: 453px;
  width: 357px;
  height: 47px;
}
.m .sie-testimonials-nav_view-5_8 {
  left: 115px;
  top: 498px;
  width: 90px;
  height: 30px;
}
.d .sie-testimonials-nav_view-5_8-text {
  color: rgba(242, 149, 128, 1);
  letter-spacing: -0.05em;
  font-size: 40px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-5_9 {
  left: 1020px;
  top: 247px;
  width: 143px;
  height: 45px;
}
.m .sie-testimonials-nav_view-5_9 {
  left: 115px;
  top: 115px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-5_9-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  letter-spacing: 0em;
  font-size: 20px;
  font-family: "Jules Regular";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-5_10 {
  left: -9px;
  top: 601px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav_view-5_10 {
  left: 48px;
  top: 79px;
  width: 224px;
  height: 367.5px;
}
.d .sie-testimonials-nav_view-5_10 .se-simple:hover {
}
.m .sie-testimonials-nav_view-5_10 .se-simple:hover {
}
.d .sie-testimonials-nav_view-5_10 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-5_10 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-5_11 {
  left: 476px;
  top: 927px;
  width: 276px;
  height: 60px;
}
.m .sie-testimonials-nav_view-5_11 {
  left: 115px;
  top: 93px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-5_11-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-5_12 {
  left: 855px;
  top: 926px;
  width: 276px;
  height: 60px;
}
.m .sie-testimonials-nav_view-5_12 {
  left: 115px;
  top: 93px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-5_12-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-5_13 {
  left: 866px;
  top: 628px;
  width: 254px;
  height: 254px;
  border-radius: 50%;
}
.m .sie-testimonials-nav_view-5_13 {
  left: 100px;
  top: 30px;
  width: 121px;
  height: 140px;
}
.d .sie-testimonials-nav_view-5_13 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% 40%;
  border-radius: inherit;
}
.m .sie-testimonials-nav_view-5_13 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav_view-5_14 {
  left: 488px;
  top: 629px;
  width: 254px;
  height: 254px;
  border-radius: 50%;
}
.m .sie-testimonials-nav_view-5_14 {
  left: 100px;
  top: 30px;
  width: 121px;
  height: 140px;
}
.d .sie-testimonials-nav_view-5_14 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 80% 80%;
  border-radius: inherit;
}
.m .sie-testimonials-nav_view-5_14 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav_view-5_15 {
  left: 110px;
  top: 629px;
  width: 254px;
  height: 254px;
  border-radius: 50%;
}
.m .sie-testimonials-nav_view-5_15 {
  left: 100px;
  top: 30px;
  width: 121px;
  height: 140px;
}
.d .sie-testimonials-nav_view-5_15 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 70% 70%;
  border-radius: inherit;
}
.m .sie-testimonials-nav_view-5_15 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav_view-5_16 {
  left: -50px;
  top: 601px;
  width: 1300px;
  height: 1px;
}
.m .sie-testimonials-nav_view-5_16 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-5_16 .se-simple:hover {
}
.m .sie-testimonials-nav_view-5_16 .se-simple:hover {
}
.d .sie-testimonials-nav_view-5_16 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-5_16 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-5_17 {
  left: 199px;
  top: 826px;
  width: 449px;
  height: 1px;
}
.m .sie-testimonials-nav_view-5_17 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-5_17 .se-simple:hover {
}
.m .sie-testimonials-nav_view-5_17 .se-simple:hover {
}
.d .sie-testimonials-nav_view-5_17 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-5_17 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-5_18 {
  left: 581px;
  top: 825px;
  width: 450px;
  height: 1px;
}
.m .sie-testimonials-nav_view-5_18 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-5_18 .se-simple:hover {
}
.m .sie-testimonials-nav_view-5_18 .se-simple:hover {
}
.d .sie-testimonials-nav_view-5_18 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-5_18 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-5_19 {
  left: -50px;
  top: 1050px;
  width: 1300px;
  height: 1px;
}
.m .sie-testimonials-nav_view-5_19 {
  left: 48px;
  top: 52px;
  width: 224px;
  height: 242.89999999999998px;
}
.d .sie-testimonials-nav_view-5_19 .se-simple:hover {
}
.m .sie-testimonials-nav_view-5_19 .se-simple:hover {
}
.d .sie-testimonials-nav_view-5_19 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-5_19 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-5_20 {
  left: 553px;
  top: 1023px;
  width: 122px;
  height: 1px;
}
.m .sie-testimonials-nav_view-5_20 {
  left: 48px;
  top: 33px;
  width: 224px;
  height: 152.6px;
}
.d .sie-testimonials-nav_view-5_20 .se-simple:hover {
}
.m .sie-testimonials-nav_view-5_20 .se-simple:hover {
}
.d .sie-testimonials-nav_view-5_20 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-5_20 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-5_21:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-5_21:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-5_21 {
  left: 450px;
  top: 998px;
  width: 327px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-5_21 {
  left: 115px;
  top: 255px;
  width: 90px;
  height: 15px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-5_21-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav_view-5_21-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav_view-5_21-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav_view-5_21-text {
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav_view-5_22 {
  left: 921px;
  top: 1023px;
  width: 143px;
  height: 1px;
}
.m .sie-testimonials-nav_view-5_22 {
  left: 48px;
  top: 33px;
  width: 224px;
  height: 152.6px;
}
.d .sie-testimonials-nav_view-5_22 .se-simple:hover {
}
.m .sie-testimonials-nav_view-5_22 .se-simple:hover {
}
.d .sie-testimonials-nav_view-5_22 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-5_22 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-testimonials-nav_view-5_23:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-5_23:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-5_23 {
  left: 829px;
  top: 997px;
  width: 327px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-5_23 {
  left: 115px;
  top: 255px;
  width: 90px;
  height: 15px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-5_23-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav_view-5_23-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav_view-5_23-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav_view-5_23-text {
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav_view-5_24 {
  left: 100px;
  top: 927px;
  width: 276px;
  height: 60px;
}
.m .sie-testimonials-nav_view-5_24 {
  left: 115px;
  top: 93px;
  width: 90px;
  height: 15px;
}
.d .sie-testimonials-nav_view-5_24-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav_view-5_25:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-5_25:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-5_25 {
  left: 54px;
  top: 998px;
  width: 367px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav_view-5_25 {
  left: 115px;
  top: 255px;
  width: 90px;
  height: 15px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav_view-5_25-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav_view-5_25-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav_view-5_25-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: center;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav_view-5_25-text {
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav_view-5_26 {
  left: 157px;
  top: 1023px;
  width: 160px;
  height: 1px;
}
.m .sie-testimonials-nav_view-5_26 {
  left: 48px;
  top: 33px;
  width: 224px;
  height: 152.6px;
}
.d .sie-testimonials-nav_view-5_26 .se-simple:hover {
}
.m .sie-testimonials-nav_view-5_26 .se-simple:hover {
}
.d .sie-testimonials-nav_view-5_26 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav_view-5_26 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sib-testimonials-nav-mobile {
  height: 930px;
}
.d .sib-testimonials-nav-mobile {
  height: 345px;
  display: none;
}
.m .sib-testimonials-nav-mobile .ss-bg {
  background-color: rgba(0, 0, 0, 1);
}
.d .sib-testimonials-nav-mobile .ss-bg {
  background-color: rgba(0, 0, 0, 1);
}
.m .sib-testimonials-nav-mobile .sis-testimonials-nav-mobile_jera-foster-fell {
  background-color: rgba(0, 0, 0, 0);
}
.d .sib-testimonials-nav-mobile .sis-testimonials-nav-mobile_jera-foster-fell {
  background-color: rgba(0, 0, 0, 0);
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_0 {
  left: 9px;
  top: 107px;
  width: 151px;
  height: 151px;
  border-radius: 50%;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_0 {
  left: 9px;
  top: 613px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_0 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_0 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% 60%;
  border-radius: inherit;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_1 {
  left: 172px;
  top: 127px;
  width: 200px;
  height: 60px;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_1 {
  left: 82px;
  top: 601px;
  width: 231px;
  height: 16px;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_1-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_1-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 20px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_2 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_2 {
  left: -2px;
  top: 577px;
  width: 325px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_2 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_2 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_2 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_2 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_3:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_3:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_3 {
  left: 172px;
  top: 201px;
  width: 176px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_3 {
  left: 82px;
  top: 647px;
  width: 427px;
  height: 33px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_3-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_3-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_3-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_3-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_4 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_4 {
  left: 82px;
  top: 667px;
  width: 163px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_4 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_4 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_4 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_4 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_5 {
  left: 9px;
  top: 107px;
  width: 151px;
  height: 151px;
  border-radius: 50%;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_5 {
  left: 9px;
  top: 722px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_5 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_5 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_6 {
  left: 172px;
  top: 127px;
  width: 200px;
  height: 60px;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_6 {
  left: 82px;
  top: 731px;
  width: 231px;
  height: 41px;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_6-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_6-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 20px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_7:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_7:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_7 {
  left: 172px;
  top: 201px;
  width: 176px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_7 {
  left: 82px;
  top: 760px;
  width: 233px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_7-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_7-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_7-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_7-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_8 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_8 {
  left: 82px;
  top: 779px;
  width: 120px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_8 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_8 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_8 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_8 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_9 {
  left: 9px;
  top: 107px;
  width: 151px;
  height: 151px;
  border-radius: 50%;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_9 {
  left: 9px;
  top: 832px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_9 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_9 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% 40%;
  border-radius: inherit;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_10 {
  left: 172px;
  top: 127px;
  width: 200px;
  height: 60px;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_10 {
  left: 82px;
  top: 839px;
  width: 231px;
  height: 20px;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_10-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_10-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 20px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_11:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_11:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_11 {
  left: 172px;
  top: 201px;
  width: 176px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_11 {
  left: 82px;
  top: 868px;
  width: 168px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_11-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_11-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_11-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_11-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_12 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_12 {
  left: 82px;
  top: 887px;
  width: 142px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_12 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_12 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_12 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_12 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_13 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_13 {
  left: -2px;
  top: 916px;
  width: 325px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_13 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_13 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_13 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_13 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_14 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_14 {
  left: -3px;
  top: 810px;
  width: 325px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_14 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_14 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_14 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_14 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_15 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_15 {
  left: -3px;
  top: 700px;
  width: 325px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_15 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_15 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_15 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_15 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_16 {
  left: 281px;
  top: 163px;
  width: 638px;
  height: 178px;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_16 {
  left: 19px;
  top: 166px;
  width: 280px;
  height: 270px;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_16-text {
  text-transform: none;
  letter-spacing: -0.05em;
  font-size: 25px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_16-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  letter-spacing: -0.05em;
  font-size: 14px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_17 {
  left: 586px;
  top: 57px;
  width: 29px;
  height: 25px;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_17 {
  left: 149px;
  top: 30px;
  width: 23px;
  height: 27px;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_17 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_17 .se-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_18 {
  left: 311px;
  top: 384px;
  width: 579px;
  height: 31px;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_18 {
  left: 39px;
  top: 478px;
  width: 243px;
  height: 24px;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_18-text {
  font-size: 14px;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_18-text {
  color: rgba(255, 255, 255, 1);
  font-size: 8px;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_19 {
  left: 1124px;
  top: 337px;
  width: 41px;
  height: 41px;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_19 {
  left: 181px;
  top: 110px;
  width: 32px;
  height: 32px;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_19 svg {
  fill: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_19 svg {
  fill: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_20 {
  left: 21px;
  top: 337px;
  width: 41px;
  height: 41px;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_20 {
  left: 107px;
  top: 110px;
  width: 32px;
  height: 32px;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_20 svg {
  fill: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_20 svg {
  fill: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_21 {
  left: 446px;
  top: 47px;
  width: 102px;
  height: 47px;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_21 {
  left: 48px;
  top: 59px;
  width: 111px;
  height: 26px;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_21-text {
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_21-text {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  text-align: center;
  font-family: "Milkman Regular";
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_22 {
  left: 548px;
  top: 44px;
  width: 206px;
  height: 51px;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_22 {
  left: 154px;
  top: 57px;
  width: 115px;
  height: 29px;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_22-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1.1;
  letter-spacing: -0.1em;
  font-size: 40px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_22-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1.1;
  letter-spacing: -0.1em;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_23 {
  left: 489px;
  top: 406px;
  width: 222px;
  height: 47px;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_23 {
  left: 102px;
  top: 458px;
  width: 116px;
  height: 19px;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_23-text {
  color: rgba(0, 0, 0, 1);
  letter-spacing: -0.1em;
  font-size: 30px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_23-text {
  color: rgba(242, 149, 128, 1);
  letter-spacing: -0.1em;
  font-size: 20px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_24 {
  left: 1085px;
  top: 372px;
  width: 143px;
  height: 45px;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_24 {
  left: 188px;
  top: 123px;
  width: 85px;
  height: 24px;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_24-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  letter-spacing: 0em;
  font-size: 25px;
  font-family: "Jules Regular";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_24-text {
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
  letter-spacing: 0em;
  font-size: 25px;
  font-family: "Jules Regular";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_25 {
  left: 360px;
  top: 320px;
  width: 480px;
  height: 426px;
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_25 {
  left: -18px;
  top: 4px;
  width: 363px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_25 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_25 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_jera-foster-fell_25 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-testimonials-nav-mobile_jera-foster-fell_25 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sib-testimonials-nav-mobile .sis-testimonials-nav-mobile_jessica-hylton {
  background-color: rgba(0, 0, 0, 0);
}
.d .sib-testimonials-nav-mobile .sis-testimonials-nav-mobile_jessica-hylton {
  background-color: rgba(0, 0, 0, 0);
}
.d .sie-testimonials-nav-mobile_jessica-hylton_0 {
  left: 9px;
  top: 107px;
  width: 151px;
  height: 151px;
  border-radius: 50%;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_0 {
  left: 9px;
  top: 722px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_0 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_0 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_1 {
  left: 172px;
  top: 127px;
  width: 200px;
  height: 60px;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_1 {
  left: 82px;
  top: 731px;
  width: 231px;
  height: 41px;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_1-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_1-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 20px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_2:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_2:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_2 {
  left: 172px;
  top: 201px;
  width: 176px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_2 {
  left: 82px;
  top: 760px;
  width: 233px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_2-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav-mobile_jessica-hylton_2-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav-mobile_jessica-hylton_2-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_2-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_3 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_3 {
  left: 82px;
  top: 779px;
  width: 120px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_3 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_jessica-hylton_3 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_jessica-hylton_3 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_jessica-hylton_3 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_jessica-hylton_4 {
  left: 9px;
  top: 107px;
  width: 151px;
  height: 151px;
  border-radius: 50%;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_4 {
  left: 9px;
  top: 832px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_4 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_4 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% 40%;
  border-radius: inherit;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_5 {
  left: 172px;
  top: 127px;
  width: 200px;
  height: 60px;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_5 {
  left: 82px;
  top: 839px;
  width: 231px;
  height: 20px;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_5-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_5-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 20px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_6:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_6:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_6 {
  left: 172px;
  top: 201px;
  width: 176px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_6 {
  left: 82px;
  top: 868px;
  width: 168px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_6-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav-mobile_jessica-hylton_6-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav-mobile_jessica-hylton_6-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_6-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_7 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_7 {
  left: 82px;
  top: 887px;
  width: 142px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_7 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_jessica-hylton_7 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_jessica-hylton_7 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_jessica-hylton_7 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_jessica-hylton_8 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_8 {
  left: -2px;
  top: 916px;
  width: 325px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_8 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_jessica-hylton_8 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_jessica-hylton_8 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_jessica-hylton_8 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_jessica-hylton_9 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_9 {
  left: -3px;
  top: 810px;
  width: 325px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_9 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_jessica-hylton_9 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_jessica-hylton_9 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_jessica-hylton_9 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_jessica-hylton_10 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_10 {
  left: -3px;
  top: 700px;
  width: 325px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_10 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_jessica-hylton_10 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_jessica-hylton_10 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_jessica-hylton_10 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_jessica-hylton_11 {
  left: 311px;
  top: 384px;
  width: 579px;
  height: 31px;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_11 {
  left: 39px;
  top: 478px;
  width: 243px;
  height: 24px;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_11-text {
  font-size: 14px;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_11-text {
  color: rgba(255, 255, 255, 1);
  font-size: 8px;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_12 {
  left: 489px;
  top: 406px;
  width: 222px;
  height: 47px;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_12 {
  left: 88px;
  top: 458px;
  width: 145px;
  height: 19px;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_12-text {
  color: rgba(0, 0, 0, 1);
  letter-spacing: -0.1em;
  font-size: 30px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_12-text {
  color: rgba(242, 149, 128, 1);
  letter-spacing: -0.1em;
  font-size: 20px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_13 {
  left: 281px;
  top: 163px;
  width: 638px;
  height: 178px;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_13 {
  left: 24px;
  top: 194px;
  width: 272px;
  height: 213px;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_13-text {
  text-transform: none;
  letter-spacing: -0.05em;
  font-size: 25px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_13-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  letter-spacing: -0.05em;
  font-size: 14px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_14 {
  left: 360px;
  top: 320px;
  width: 480px;
  height: 426px;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_14 {
  left: -18px;
  top: 4px;
  width: 363px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_14 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_jessica-hylton_14 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_jessica-hylton_14 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-testimonials-nav-mobile_jessica-hylton_14 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_jessica-hylton_15 {
  left: 586px;
  top: 57px;
  width: 29px;
  height: 25px;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_15 {
  left: 149px;
  top: 30px;
  width: 23px;
  height: 27px;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_15 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_15 .se-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_16 {
  left: 1124px;
  top: 337px;
  width: 41px;
  height: 41px;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_16 {
  left: 181px;
  top: 110px;
  width: 32px;
  height: 32px;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_16 svg {
  fill: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_jessica-hylton_16 svg {
  fill: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_jessica-hylton_17 {
  left: 21px;
  top: 337px;
  width: 41px;
  height: 41px;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_17 {
  left: 107px;
  top: 110px;
  width: 32px;
  height: 32px;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_17 svg {
  fill: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_jessica-hylton_17 svg {
  fill: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_jessica-hylton_18 {
  left: 446px;
  top: 47px;
  width: 102px;
  height: 47px;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_18 {
  left: 48px;
  top: 59px;
  width: 111px;
  height: 26px;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_18-text {
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_18-text {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  text-align: center;
  font-family: "Milkman Regular";
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_19 {
  left: 548px;
  top: 44px;
  width: 206px;
  height: 51px;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_19 {
  left: 154px;
  top: 57px;
  width: 115px;
  height: 29px;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_19-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1.1;
  letter-spacing: -0.1em;
  font-size: 40px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_19-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1.1;
  letter-spacing: -0.1em;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_20 {
  left: 1085px;
  top: 372px;
  width: 143px;
  height: 45px;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_20 {
  left: 188px;
  top: 123px;
  width: 85px;
  height: 24px;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_20-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  letter-spacing: 0em;
  font-size: 25px;
  font-family: "Jules Regular";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_20-text {
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
  letter-spacing: 0em;
  font-size: 25px;
  font-family: "Jules Regular";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_21 {
  left: 9px;
  top: 107px;
  width: 151px;
  height: 151px;
  border-radius: 50%;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_21 {
  left: 9px;
  top: 613px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_21 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_21 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% 60%;
  border-radius: inherit;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_22 {
  left: 172px;
  top: 127px;
  width: 200px;
  height: 60px;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_22 {
  left: 82px;
  top: 601px;
  width: 231px;
  height: 16px;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_22-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_22-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 20px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_23 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_23 {
  left: -2px;
  top: 577px;
  width: 325px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_23 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_jessica-hylton_23 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_jessica-hylton_23 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_jessica-hylton_23 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_jessica-hylton_24:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_24:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_24 {
  left: 172px;
  top: 201px;
  width: 176px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_24 {
  left: 82px;
  top: 647px;
  width: 427px;
  height: 33px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_24-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav-mobile_jessica-hylton_24-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav-mobile_jessica-hylton_24-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_24-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_25 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_jessica-hylton_25 {
  left: 82px;
  top: 667px;
  width: 163px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_jessica-hylton_25 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_jessica-hylton_25 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_jessica-hylton_25 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_jessica-hylton_25 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sib-testimonials-nav-mobile .sis-testimonials-nav-mobile_nicole-cogan {
  background-color: rgba(0, 0, 0, 0);
}
.d .sib-testimonials-nav-mobile .sis-testimonials-nav-mobile_nicole-cogan {
  background-color: rgba(0, 0, 0, 0);
}
.d .sie-testimonials-nav-mobile_nicole-cogan_0 {
  left: 9px;
  top: 107px;
  width: 151px;
  height: 151px;
  border-radius: 50%;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_0 {
  left: 9px;
  top: 722px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_0 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_0 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_1 {
  left: 172px;
  top: 127px;
  width: 200px;
  height: 60px;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_1 {
  left: 82px;
  top: 731px;
  width: 231px;
  height: 41px;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_1-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_1-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 20px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_2:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_2:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_2 {
  left: 172px;
  top: 201px;
  width: 176px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_2 {
  left: 82px;
  top: 760px;
  width: 233px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_2-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav-mobile_nicole-cogan_2-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav-mobile_nicole-cogan_2-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_2-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_3 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_3 {
  left: 82px;
  top: 779px;
  width: 120px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_3 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_nicole-cogan_3 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_nicole-cogan_3 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_nicole-cogan_3 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_nicole-cogan_4 {
  left: 9px;
  top: 107px;
  width: 151px;
  height: 151px;
  border-radius: 50%;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_4 {
  left: 9px;
  top: 832px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_4 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_4 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% 40%;
  border-radius: inherit;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_5 {
  left: 172px;
  top: 127px;
  width: 200px;
  height: 60px;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_5 {
  left: 82px;
  top: 839px;
  width: 231px;
  height: 20px;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_5-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_5-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 20px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_6:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_6:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_6 {
  left: 172px;
  top: 201px;
  width: 176px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_6 {
  left: 82px;
  top: 868px;
  width: 168px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_6-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav-mobile_nicole-cogan_6-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav-mobile_nicole-cogan_6-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_6-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_7 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_7 {
  left: 82px;
  top: 887px;
  width: 142px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_7 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_nicole-cogan_7 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_nicole-cogan_7 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_nicole-cogan_7 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_nicole-cogan_8 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_8 {
  left: -2px;
  top: 916px;
  width: 325px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_8 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_nicole-cogan_8 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_nicole-cogan_8 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_nicole-cogan_8 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_nicole-cogan_9 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_9 {
  left: -3px;
  top: 810px;
  width: 325px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_9 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_nicole-cogan_9 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_nicole-cogan_9 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_nicole-cogan_9 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_nicole-cogan_10 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_10 {
  left: -3px;
  top: 700px;
  width: 325px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_10 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_nicole-cogan_10 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_nicole-cogan_10 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_nicole-cogan_10 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_nicole-cogan_11 {
  left: 311px;
  top: 384px;
  width: 579px;
  height: 31px;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_11 {
  left: 39px;
  top: 478px;
  width: 243px;
  height: 24px;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_11-text {
  font-size: 14px;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_11-text {
  color: rgba(255, 255, 255, 1);
  font-size: 8px;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_12 {
  left: 489px;
  top: 406px;
  width: 222px;
  height: 47px;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_12 {
  left: 88px;
  top: 458px;
  width: 145px;
  height: 19px;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_12-text {
  color: rgba(0, 0, 0, 1);
  letter-spacing: -0.1em;
  font-size: 30px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_12-text {
  color: rgba(242, 149, 128, 1);
  letter-spacing: -0.1em;
  font-size: 20px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_13 {
  left: 281px;
  top: 163px;
  width: 638px;
  height: 178px;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_13 {
  left: 25px;
  top: 215px;
  width: 271px;
  height: 144px;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_13-text {
  text-transform: none;
  letter-spacing: -0.05em;
  font-size: 25px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_13-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  letter-spacing: -0.05em;
  font-size: 14px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_14 {
  left: 360px;
  top: 320px;
  width: 480px;
  height: 426px;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_14 {
  left: -18px;
  top: 4px;
  width: 363px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_14 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_nicole-cogan_14 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_nicole-cogan_14 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-testimonials-nav-mobile_nicole-cogan_14 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_nicole-cogan_15 {
  left: 586px;
  top: 57px;
  width: 29px;
  height: 25px;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_15 {
  left: 149px;
  top: 30px;
  width: 23px;
  height: 27px;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_15 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_15 .se-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_16 {
  left: 1124px;
  top: 337px;
  width: 41px;
  height: 41px;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_16 {
  left: 181px;
  top: 110px;
  width: 32px;
  height: 32px;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_16 svg {
  fill: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_nicole-cogan_16 svg {
  fill: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_nicole-cogan_17 {
  left: 21px;
  top: 337px;
  width: 41px;
  height: 41px;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_17 {
  left: 107px;
  top: 110px;
  width: 32px;
  height: 32px;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_17 svg {
  fill: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_nicole-cogan_17 svg {
  fill: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_nicole-cogan_18 {
  left: 446px;
  top: 47px;
  width: 102px;
  height: 47px;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_18 {
  left: 48px;
  top: 59px;
  width: 111px;
  height: 26px;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_18-text {
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_18-text {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  text-align: center;
  font-family: "Milkman Regular";
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_19 {
  left: 548px;
  top: 44px;
  width: 206px;
  height: 51px;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_19 {
  left: 154px;
  top: 57px;
  width: 115px;
  height: 29px;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_19-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1.1;
  letter-spacing: -0.1em;
  font-size: 40px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_19-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1.1;
  letter-spacing: -0.1em;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_20 {
  left: 1085px;
  top: 372px;
  width: 143px;
  height: 45px;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_20 {
  left: 188px;
  top: 123px;
  width: 85px;
  height: 24px;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_20-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  letter-spacing: 0em;
  font-size: 25px;
  font-family: "Jules Regular";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_20-text {
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
  letter-spacing: 0em;
  font-size: 25px;
  font-family: "Jules Regular";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_21 {
  left: 9px;
  top: 107px;
  width: 151px;
  height: 151px;
  border-radius: 50%;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_21 {
  left: 9px;
  top: 613px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_21 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_21 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% 60%;
  border-radius: inherit;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_22 {
  left: 172px;
  top: 127px;
  width: 200px;
  height: 60px;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_22 {
  left: 82px;
  top: 601px;
  width: 231px;
  height: 16px;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_22-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_22-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 20px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_23 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_23 {
  left: -2px;
  top: 577px;
  width: 325px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_23 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_nicole-cogan_23 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_nicole-cogan_23 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_nicole-cogan_23 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_nicole-cogan_24:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_24:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_24 {
  left: 172px;
  top: 201px;
  width: 176px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_24 {
  left: 82px;
  top: 647px;
  width: 427px;
  height: 33px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_24-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav-mobile_nicole-cogan_24-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav-mobile_nicole-cogan_24-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_24-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_25 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_nicole-cogan_25 {
  left: 82px;
  top: 667px;
  width: 163px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_nicole-cogan_25 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_nicole-cogan_25 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_nicole-cogan_25 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_nicole-cogan_25 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sib-testimonials-nav-mobile .sis-testimonials-nav-mobile_katie-austin {
  background-color: rgba(0, 0, 0, 0);
}
.d .sib-testimonials-nav-mobile .sis-testimonials-nav-mobile_katie-austin {
  background-color: rgba(0, 0, 0, 0);
}
.d .sie-testimonials-nav-mobile_katie-austin_0 {
  left: 9px;
  top: 107px;
  width: 151px;
  height: 151px;
  border-radius: 50%;
}
.m .sie-testimonials-nav-mobile_katie-austin_0 {
  left: 9px;
  top: 722px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}
.d .sie-testimonials-nav-mobile_katie-austin_0 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav-mobile_katie-austin_0 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav-mobile_katie-austin_1 {
  left: 172px;
  top: 127px;
  width: 200px;
  height: 60px;
}
.m .sie-testimonials-nav-mobile_katie-austin_1 {
  left: 82px;
  top: 731px;
  width: 231px;
  height: 41px;
}
.d .sie-testimonials-nav-mobile_katie-austin_1-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_katie-austin_1-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 20px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_katie-austin_2:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_katie-austin_2:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_katie-austin_2 {
  left: 172px;
  top: 201px;
  width: 176px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_katie-austin_2 {
  left: 82px;
  top: 760px;
  width: 233px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_katie-austin_2-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav-mobile_katie-austin_2-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav-mobile_katie-austin_2-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav-mobile_katie-austin_2-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav-mobile_katie-austin_3 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_katie-austin_3 {
  left: 82px;
  top: 779px;
  width: 120px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_katie-austin_3 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_katie-austin_3 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_katie-austin_3 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_katie-austin_3 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_katie-austin_4 {
  left: 9px;
  top: 107px;
  width: 151px;
  height: 151px;
  border-radius: 50%;
}
.m .sie-testimonials-nav-mobile_katie-austin_4 {
  left: 9px;
  top: 832px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}
.d .sie-testimonials-nav-mobile_katie-austin_4 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav-mobile_katie-austin_4 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% 40%;
  border-radius: inherit;
}
.d .sie-testimonials-nav-mobile_katie-austin_5 {
  left: 172px;
  top: 127px;
  width: 200px;
  height: 60px;
}
.m .sie-testimonials-nav-mobile_katie-austin_5 {
  left: 82px;
  top: 839px;
  width: 231px;
  height: 20px;
}
.d .sie-testimonials-nav-mobile_katie-austin_5-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_katie-austin_5-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 20px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_katie-austin_6:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_katie-austin_6:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_katie-austin_6 {
  left: 172px;
  top: 201px;
  width: 176px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_katie-austin_6 {
  left: 82px;
  top: 868px;
  width: 168px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_katie-austin_6-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav-mobile_katie-austin_6-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav-mobile_katie-austin_6-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav-mobile_katie-austin_6-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav-mobile_katie-austin_7 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_katie-austin_7 {
  left: 82px;
  top: 887px;
  width: 142px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_katie-austin_7 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_katie-austin_7 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_katie-austin_7 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_katie-austin_7 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_katie-austin_8 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_katie-austin_8 {
  left: -2px;
  top: 916px;
  width: 325px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_katie-austin_8 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_katie-austin_8 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_katie-austin_8 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_katie-austin_8 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_katie-austin_9 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_katie-austin_9 {
  left: -3px;
  top: 810px;
  width: 325px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_katie-austin_9 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_katie-austin_9 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_katie-austin_9 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_katie-austin_9 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_katie-austin_10 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_katie-austin_10 {
  left: -3px;
  top: 700px;
  width: 325px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_katie-austin_10 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_katie-austin_10 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_katie-austin_10 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_katie-austin_10 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_katie-austin_11 {
  left: 311px;
  top: 384px;
  width: 579px;
  height: 31px;
}
.m .sie-testimonials-nav-mobile_katie-austin_11 {
  left: 39px;
  top: 478px;
  width: 243px;
  height: 24px;
}
.d .sie-testimonials-nav-mobile_katie-austin_11-text {
  font-size: 14px;
}
.m .sie-testimonials-nav-mobile_katie-austin_11-text {
  color: rgba(255, 255, 255, 1);
  font-size: 8px;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_katie-austin_12 {
  left: 489px;
  top: 406px;
  width: 222px;
  height: 47px;
}
.m .sie-testimonials-nav-mobile_katie-austin_12 {
  left: 88px;
  top: 458px;
  width: 145px;
  height: 19px;
}
.d .sie-testimonials-nav-mobile_katie-austin_12-text {
  color: rgba(0, 0, 0, 1);
  letter-spacing: -0.1em;
  font-size: 30px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_katie-austin_12-text {
  color: rgba(242, 149, 128, 1);
  letter-spacing: -0.1em;
  font-size: 20px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_katie-austin_13 {
  left: 281px;
  top: 163px;
  width: 638px;
  height: 178px;
}
.m .sie-testimonials-nav-mobile_katie-austin_13 {
  left: 19px;
  top: 170px;
  width: 283px;
  height: 273px;
}
.d .sie-testimonials-nav-mobile_katie-austin_13-text {
  text-transform: none;
  letter-spacing: -0.05em;
  font-size: 25px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_katie-austin_13-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  letter-spacing: -0.05em;
  font-size: 14px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_katie-austin_14 {
  left: 360px;
  top: 320px;
  width: 480px;
  height: 426px;
}
.m .sie-testimonials-nav-mobile_katie-austin_14 {
  left: -18px;
  top: 4px;
  width: 363px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_katie-austin_14 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_katie-austin_14 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_katie-austin_14 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-testimonials-nav-mobile_katie-austin_14 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_katie-austin_15 {
  left: 586px;
  top: 57px;
  width: 29px;
  height: 25px;
}
.m .sie-testimonials-nav-mobile_katie-austin_15 {
  left: 149px;
  top: 30px;
  width: 23px;
  height: 27px;
}
.d .sie-testimonials-nav-mobile_katie-austin_15 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav-mobile_katie-austin_15 .se-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav-mobile_katie-austin_16 {
  left: 1124px;
  top: 337px;
  width: 41px;
  height: 41px;
}
.m .sie-testimonials-nav-mobile_katie-austin_16 {
  left: 181px;
  top: 110px;
  width: 32px;
  height: 32px;
}
.d .sie-testimonials-nav-mobile_katie-austin_16 svg {
  fill: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_katie-austin_16 svg {
  fill: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_katie-austin_17 {
  left: 21px;
  top: 337px;
  width: 41px;
  height: 41px;
}
.m .sie-testimonials-nav-mobile_katie-austin_17 {
  left: 107px;
  top: 110px;
  width: 32px;
  height: 32px;
}
.d .sie-testimonials-nav-mobile_katie-austin_17 svg {
  fill: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_katie-austin_17 svg {
  fill: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_katie-austin_18 {
  left: 446px;
  top: 47px;
  width: 102px;
  height: 47px;
}
.m .sie-testimonials-nav-mobile_katie-austin_18 {
  left: 48px;
  top: 59px;
  width: 111px;
  height: 26px;
}
.d .sie-testimonials-nav-mobile_katie-austin_18-text {
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}
.m .sie-testimonials-nav-mobile_katie-austin_18-text {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  text-align: center;
  font-family: "Milkman Regular";
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
}
.d .sie-testimonials-nav-mobile_katie-austin_19 {
  left: 548px;
  top: 44px;
  width: 206px;
  height: 51px;
}
.m .sie-testimonials-nav-mobile_katie-austin_19 {
  left: 154px;
  top: 57px;
  width: 115px;
  height: 29px;
}
.d .sie-testimonials-nav-mobile_katie-austin_19-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1.1;
  letter-spacing: -0.1em;
  font-size: 40px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
}
.m .sie-testimonials-nav-mobile_katie-austin_19-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1.1;
  letter-spacing: -0.1em;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
}
.d .sie-testimonials-nav-mobile_katie-austin_20 {
  left: 1085px;
  top: 372px;
  width: 143px;
  height: 45px;
}
.m .sie-testimonials-nav-mobile_katie-austin_20 {
  left: 188px;
  top: 123px;
  width: 85px;
  height: 24px;
}
.d .sie-testimonials-nav-mobile_katie-austin_20-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  letter-spacing: 0em;
  font-size: 25px;
  font-family: "Jules Regular";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_katie-austin_20-text {
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
  letter-spacing: 0em;
  font-size: 25px;
  font-family: "Jules Regular";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_katie-austin_21 {
  left: 9px;
  top: 107px;
  width: 151px;
  height: 151px;
  border-radius: 50%;
}
.m .sie-testimonials-nav-mobile_katie-austin_21 {
  left: 9px;
  top: 613px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}
.d .sie-testimonials-nav-mobile_katie-austin_21 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav-mobile_katie-austin_21 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% 60%;
  border-radius: inherit;
}
.d .sie-testimonials-nav-mobile_katie-austin_22 {
  left: 172px;
  top: 127px;
  width: 200px;
  height: 60px;
}
.m .sie-testimonials-nav-mobile_katie-austin_22 {
  left: 82px;
  top: 601px;
  width: 231px;
  height: 16px;
}
.d .sie-testimonials-nav-mobile_katie-austin_22-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_katie-austin_22-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 20px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_katie-austin_23 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_katie-austin_23 {
  left: -2px;
  top: 577px;
  width: 325px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_katie-austin_23 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_katie-austin_23 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_katie-austin_23 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_katie-austin_23 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_katie-austin_24:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_katie-austin_24:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_katie-austin_24 {
  left: 172px;
  top: 201px;
  width: 176px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_katie-austin_24 {
  left: 82px;
  top: 647px;
  width: 427px;
  height: 33px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_katie-austin_24-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav-mobile_katie-austin_24-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav-mobile_katie-austin_24-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav-mobile_katie-austin_24-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav-mobile_katie-austin_25 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_katie-austin_25 {
  left: 82px;
  top: 667px;
  width: 163px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_katie-austin_25 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_katie-austin_25 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_katie-austin_25 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_katie-austin_25 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m
  .sib-testimonials-nav-mobile
  .sis-testimonials-nav-mobile_shuang-shuang-liang {
  background-color: rgba(0, 0, 0, 0);
}
.d
  .sib-testimonials-nav-mobile
  .sis-testimonials-nav-mobile_shuang-shuang-liang {
  background-color: rgba(0, 0, 0, 0);
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_0 {
  left: 9px;
  top: 107px;
  width: 151px;
  height: 151px;
  border-radius: 50%;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_0 {
  left: 9px;
  top: 722px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_0 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_0 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_1 {
  left: 172px;
  top: 127px;
  width: 200px;
  height: 60px;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_1 {
  left: 82px;
  top: 731px;
  width: 231px;
  height: 41px;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_1-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_1-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 20px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_2:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_2:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_2 {
  left: 172px;
  top: 201px;
  width: 176px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_2 {
  left: 82px;
  top: 760px;
  width: 233px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_2-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_2-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_2-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_2-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_3 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_3 {
  left: 82px;
  top: 779px;
  width: 120px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_3 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_3 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_3 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_3 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_4 {
  left: 9px;
  top: 107px;
  width: 151px;
  height: 151px;
  border-radius: 50%;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_4 {
  left: 9px;
  top: 832px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_4 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_4 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40% 40%;
  border-radius: inherit;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_5 {
  left: 172px;
  top: 127px;
  width: 200px;
  height: 60px;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_5 {
  left: 82px;
  top: 839px;
  width: 231px;
  height: 20px;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_5-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_5-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 20px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_6:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_6:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_6 {
  left: 172px;
  top: 201px;
  width: 176px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_6 {
  left: 82px;
  top: 868px;
  width: 168px;
  height: 13px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_6-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_6-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_6-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_6-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_7 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_7 {
  left: 82px;
  top: 887px;
  width: 142px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_7 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_7 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_7 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_7 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_8 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_8 {
  left: -2px;
  top: 916px;
  width: 325px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_8 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_8 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_8 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_8 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_9 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_9 {
  left: -3px;
  top: 810px;
  width: 325px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_9 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_9 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_9 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_9 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_10 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_10 {
  left: -3px;
  top: 700px;
  width: 325px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_10 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_10 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_10 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_10 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_11 {
  left: 311px;
  top: 384px;
  width: 579px;
  height: 31px;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_11 {
  left: 39px;
  top: 478px;
  width: 243px;
  height: 24px;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_11-text {
  font-size: 14px;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_11-text {
  color: rgba(255, 255, 255, 1);
  font-size: 8px;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_12 {
  left: 489px;
  top: 406px;
  width: 222px;
  height: 47px;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_12 {
  left: 88px;
  top: 458px;
  width: 145px;
  height: 19px;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_12-text {
  color: rgba(0, 0, 0, 1);
  letter-spacing: -0.1em;
  font-size: 30px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_12-text {
  color: rgba(242, 149, 128, 1);
  letter-spacing: -0.1em;
  font-size: 20px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_13 {
  left: 281px;
  top: 163px;
  width: 638px;
  height: 178px;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_13 {
  left: 19px;
  top: 170px;
  width: 283px;
  height: 273px;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_13-text {
  text-transform: none;
  letter-spacing: -0.05em;
  font-size: 25px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_13-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  letter-spacing: -0.05em;
  font-size: 14px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_14 {
  left: 360px;
  top: 320px;
  width: 480px;
  height: 426px;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_14 {
  left: -18px;
  top: 4px;
  width: 363px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_14 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_14 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_14 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_14 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_15 {
  left: 586px;
  top: 57px;
  width: 29px;
  height: 25px;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_15 {
  left: 149px;
  top: 30px;
  width: 23px;
  height: 27px;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_15 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_15 .se-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  border-radius: inherit;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_16 {
  left: 1124px;
  top: 337px;
  width: 41px;
  height: 41px;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_16 {
  left: 181px;
  top: 110px;
  width: 32px;
  height: 32px;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_16 svg {
  fill: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_16 svg {
  fill: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_17 {
  left: 21px;
  top: 337px;
  width: 41px;
  height: 41px;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_17 {
  left: 107px;
  top: 110px;
  width: 32px;
  height: 32px;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_17 svg {
  fill: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_17 svg {
  fill: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_18 {
  left: 446px;
  top: 47px;
  width: 102px;
  height: 47px;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_18 {
  left: 48px;
  top: 59px;
  width: 111px;
  height: 26px;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_18-text {
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_18-text {
  color: rgba(255, 255, 255, 1);
  font-size: 30px;
  text-align: center;
  font-family: "Milkman Regular";
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_19 {
  left: 548px;
  top: 44px;
  width: 206px;
  height: 51px;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_19 {
  left: 154px;
  top: 57px;
  width: 115px;
  height: 29px;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_19-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1.1;
  letter-spacing: -0.1em;
  font-size: 40px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_19-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1.1;
  letter-spacing: -0.1em;
  font-size: 30px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  white-space: nowrap;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_20 {
  left: 1085px;
  top: 372px;
  width: 143px;
  height: 45px;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_20 {
  left: 188px;
  top: 123px;
  width: 85px;
  height: 24px;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_20-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  letter-spacing: 0em;
  font-size: 25px;
  font-family: "Jules Regular";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_20-text {
  color: rgba(255, 255, 255, 0.5);
  text-transform: none;
  letter-spacing: 0em;
  font-size: 25px;
  font-family: "Jules Regular";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_21 {
  left: 9px;
  top: 107px;
  width: 151px;
  height: 151px;
  border-radius: 50%;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_21 {
  left: 9px;
  top: 613px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_21 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-radius: inherit;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_21 .se-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60% 60%;
  border-radius: inherit;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_22 {
  left: 172px;
  top: 127px;
  width: 200px;
  height: 60px;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_22 {
  left: 82px;
  top: 601px;
  width: 231px;
  height: 16px;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_22-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 30px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_22-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 20px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_23 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_23 {
  left: -2px;
  top: 577px;
  width: 325px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_23 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_23 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_23 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_23 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_24:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_24:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_24 {
  left: 172px;
  top: 201px;
  width: 176px;
  height: 21px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_24 {
  left: 82px;
  top: 647px;
  width: 427px;
  height: 33px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_24-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_24-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_24-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_24-text {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 0em;
  font-size: 12px;
  text-align: left;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_25 {
  left: -10px;
  top: 44px;
  width: 1219px;
  height: 1px;
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_25 {
  left: 82px;
  top: 667px;
  width: 163px;
  height: 1px;
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_25 .se-simple:hover {
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_25 .se-simple:hover {
}
.d .sie-testimonials-nav-mobile_shuang-shuang-liang_25 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sie-testimonials-nav-mobile_shuang-shuang-liang_25 .se-simple {
  background-color: rgba(255, 255, 255, 1);
}
.m .sib-subscribe {
  height: 200px;
  display: none;
}
.d .sib-subscribe {
  height: 290px;
}
.m .sib-subscribe .ss-bg {
  background-color: rgba(255, 255, 255, 1);
}
.d .sib-subscribe .ss-bg {
  background-color: rgba(255, 248, 239, 1);
}
.d .sie-subscribe_0 {
  left: 255px;
  top: 117px;
  width: 691px;
  height: 19px;
}
.m .sie-subscribe_0 {
  left: 59px;
  top: 84px;
  width: 203px;
  height: 38px;
}
.d .sie-subscribe_0-text {
  color: rgba(0, 0, 0, 1);
  text-transform: none;
  font-size: 14px;
  text-align: center;
}
.m .sie-subscribe_0-text {
  color: rgba(255, 255, 255, 1);
  line-height: 1.4;
  text-align: center;
}
.d .sie-subscribe_1 {
  left: 240px;
  top: 66px;
  width: 721px;
  height: 42px;
}
.m .sie-subscribe_1 {
  left: 118px;
  top: 99px;
  width: 84px;
  height: 20px;
}
.d .sie-subscribe_1-text {
  color: rgba(0, 0, 0, 1);
  letter-spacing: -0.1em;
  font-size: 40px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-subscribe_2 {
  left: 8px;
  top: 109px;
  width: 1185px;
  height: 61px;
}
.m .sie-subscribe_2 {
  left: 48px;
  top: 33px;
  width: 224px;
  height: 152.6px;
}
.d .sie-subscribe_2 .si-embed {
  transform-origin: left top 0;
  transform: scale(1, 1);
  width: 1185px;
  height: 61px;
}
.m .sie-subscribe_2 .si-embed {
  transform-origin: left top 0;
  transform: scale(1, 1);
  width: 224px;
  height: 152.6px;
}
.m .sib-subscribe-mobile {
  height: 340px;
}
.d .sib-subscribe-mobile {
  height: 290px;
  display: none;
}
.m .sib-subscribe-mobile .ss-bg {
  background-color: rgba(255, 248, 239, 1);
}
.d .sib-subscribe-mobile .ss-bg {
  background-color: rgba(255, 248, 239, 1);
}
.d .sie-subscribe-mobile_0 {
  left: 8px;
  top: 140px;
  width: 1185px;
  height: 61px;
}
.m .sie-subscribe-mobile_0 {
  left: 9px;
  top: 62px;
  width: 303px;
  height: 242px;
}
.d .sie-subscribe-mobile_0 .si-embed {
  transform-origin: left top 0;
  transform: scale(1, 1);
  width: 1185px;
  height: 61px;
}
.m .sie-subscribe-mobile_0 .si-embed {
  transform-origin: left top 0;
  transform: scale(1, 1);
  width: 303px;
  height: 242px;
}
.d .sie-subscribe-mobile_1 {
  left: 139px;
  top: 137px;
  width: 923px;
  height: 43px;
}
.m .sie-subscribe-mobile_1 {
  left: 14px;
  top: 93px;
  width: 292px;
  height: 17px;
}
.d .sie-subscribe-mobile_1-text {
  color: rgba(0, 0, 0, 1);
  text-transform: none;
  font-size: 14px;
  text-align: center;
}
.m .sie-subscribe-mobile_1-text {
  color: rgba(0, 0, 0, 1);
  text-transform: none;
  line-height: 1.4;
  font-size: 10px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-subscribe-mobile_2 {
  left: 367px;
  top: 85px;
  width: 467px;
  height: 42px;
}
.m .sie-subscribe-mobile_2 {
  left: 8px;
  top: 36px;
  width: 304px;
  height: 25px;
}
.d .sie-subscribe-mobile_2-text {
  color: rgba(0, 0, 0, 1);
  letter-spacing: -0.1em;
  font-size: 40px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-subscribe-mobile_2-text {
  color: rgba(0, 0, 0, 1);
  text-transform: none;
  letter-spacing: -0.1em;
  font-size: 20px;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-subscribe-mobile_3 {
  left: 360px;
  top: 87px;
  width: 480px;
  height: 116px;
}
.m .sie-subscribe-mobile_3 {
  left: -3px;
  top: 5px;
  width: 330px;
  height: 1px;
}
.d .sie-subscribe-mobile_3 .se-simple:hover {
}
.m .sie-subscribe-mobile_3 .se-simple:hover {
}
.d .sie-subscribe-mobile_3 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-subscribe-mobile_3 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sib-instagram-cta {
  height: 200px;
  display: none;
}
.d .sib-instagram-cta {
  height: 46px;
}
.m .sib-instagram-cta .ss-bg {
  background-color: rgba(255, 255, 255, 1);
}
.d .sib-instagram-cta .ss-bg {
  background-color: rgba(255, 246, 234, 0.85);
}
.d .sie-instagram-cta_0 {
  left: 411px;
  top: 16px;
  width: 378px;
  height: 14px;
}
.m .sie-instagram-cta_0 {
  left: 115px;
  top: 255px;
  width: 90px;
  height: 15px;
}
.d .sie-instagram-cta_0-text {
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  letter-spacing: 0em;
  font-size: 14px;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-instagram-cta_1 {
  left: -2px;
  top: 23px;
  width: 511px;
  height: 1px;
}
.m .sie-instagram-cta_1 {
  left: 48px;
  top: 79px;
  width: 224px;
  height: 367.5px;
}
.d .sie-instagram-cta_1 .se-simple:hover {
}
.m .sie-instagram-cta_1 .se-simple:hover {
}
.d .sie-instagram-cta_1 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-instagram-cta_1 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-instagram-cta_2 {
  left: 688px;
  top: 22px;
  width: 514px;
  height: 1px;
}
.m .sie-instagram-cta_2 {
  left: 48px;
  top: 79px;
  width: 224px;
  height: 367.5px;
}
.d .sie-instagram-cta_2 .se-simple:hover {
}
.m .sie-instagram-cta_2 .se-simple:hover {
}
.d .sie-instagram-cta_2 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-instagram-cta_2 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.sib-instagram-cta-mobile {
  z-index: 2;
}
.m .sib-instagram-cta-mobile {
  height: 20px;
}
.d .sib-instagram-cta-mobile {
  height: 46px;
  display: none;
}
.m .sib-instagram-cta-mobile .ss-bg {
  background-color: rgba(255, 246, 234, 0.85);
}
.d .sib-instagram-cta-mobile .ss-bg {
  background-color: rgba(255, 246, 234, 0.85);
}
.d .sie-instagram-cta-mobile_0 {
  left: 411px;
  top: 16px;
  width: 378px;
  height: 14px;
}
.m .sie-instagram-cta-mobile_0 {
  left: 78px;
  top: 3px;
  width: 165px;
  height: 14px;
}
.d .sie-instagram-cta-mobile_0-text {
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  letter-spacing: 0em;
  font-size: 14px;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.m .sie-instagram-cta-mobile_0-text {
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  letter-spacing: 0em;
  font-size: 10px;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-instagram-cta-mobile_1 {
  left: 696px;
  top: 22px;
  width: 507px;
  height: 1px;
}
.m .sie-instagram-cta-mobile_1 {
  left: 221px;
  top: 10px;
  width: 102px;
  height: 1px;
}
.d .sie-instagram-cta-mobile_1 .se-simple:hover {
}
.m .sie-instagram-cta-mobile_1 .se-simple:hover {
}
.d .sie-instagram-cta-mobile_1 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-instagram-cta-mobile_1 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-instagram-cta-mobile_2 {
  left: -2px;
  top: 23px;
  width: 507px;
  height: 1px;
}
.m .sie-instagram-cta-mobile_2 {
  left: -2px;
  top: 10px;
  width: 101px;
  height: 1px;
}
.d .sie-instagram-cta-mobile_2 .se-simple:hover {
}
.m .sie-instagram-cta-mobile_2 .se-simple:hover {
}
.d .sie-instagram-cta-mobile_2 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-instagram-cta-mobile_2 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sib-instagram-feed {
  height: 85px;
}
.d .sib-instagram-feed {
  height: 400px;
}
.m .sib-instagram-feed .ss-bg {
  background-color: rgba(255, 248, 239, 1);
}
.d .sib-instagram-feed .ss-bg {
  background-color: rgba(255, 248, 239, 1);
}
.d .sie-instagram-feed_0 {
  left: -96px;
  top: 24px;
  width: 1392px;
  height: 353px;
}
.m .sie-instagram-feed_0 {
  left: -29px;
  top: 7px;
  width: 378px;
  height: 71px;
}
.d .sie-instagram-feed_0 .sg-img-container {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 172px);
  gap: 9px;
}
.d .sie-instagram-feed_0 .si-social-image {
  height: 172px;
  width: 172px;
}
.m .sie-instagram-feed_0 .sg-img-container {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 71px);
  gap: 3px;
}
.m .sie-instagram-feed_0 .si-social-image {
  height: 71px;
  width: 71px;
}
.sie-instagram-feed_0 {
  overflow: hidden;
}
.sie-instagram-feed_0 .si-social-grid {
  overflow: hidden;
}
.sie-instagram-feed_0 img {
  border: none;
  object-fit: cover;
  max-height: 100%;
}
.m .sib-footer {
  height: 450px;
  display: none;
}
.d .sib-footer {
  height: 247px;
}
.m .sib-footer .ss-bg {
  background-color: rgba(255, 248, 239, 0.85);
}
.d .sib-footer .ss-bg {
  background-color: rgba(255, 248, 239, 0.85);
}
.d .sie-footer_0 {
  left: 509px;
  top: 22px;
  width: 124px;
  height: 30px;
}
.m .sie-footer_0 {
  left: 102px;
  top: 29px;
  width: 116px;
  height: 16px;
}
.d .sie-footer_0-text {
  letter-spacing: -0.05em;
  font-size: 25px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-footer_0-text {
  letter-spacing: -0.05em;
  font-size: 16px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-footer_1 {
  left: 726px;
  top: 22px;
  width: 165px;
  height: 30px;
}
.m .sie-footer_1 {
  left: 73px;
  top: 199px;
  width: 175px;
  height: 18px;
}
.d .sie-footer_1-text {
  color: rgba(0, 0, 0, 1);
  letter-spacing: -0.05em;
  font-size: 25px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-footer_1-text {
  color: rgba(0, 0, 0, 1);
  letter-spacing: -0.05em;
  font-size: 16px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-footer_2 {
  left: 983px;
  top: 22px;
  width: 155px;
  height: 30px;
}
.m .sie-footer_2 {
  left: 100px;
  top: 290px;
  width: 120px;
  height: 17px;
}
.d .sie-footer_2-text {
  color: rgba(0, 0, 0, 1);
  letter-spacing: -0.05em;
  font-size: 25px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-footer_2-text {
  color: rgba(0, 0, 0, 1);
  letter-spacing: -0.05em;
  font-size: 16px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-footer_3 {
  left: 969px;
  top: 66px;
  width: 18px;
  height: 18px;
}
.m .sie-footer_3 {
  left: 107px;
  top: 315px;
  width: 15px;
  height: 16px;
}
.d .sie-footer_3 svg {
  fill: rgba(0, 0, 0, 1);
}
.m .sie-footer_3 svg {
  fill: rgba(0, 0, 0, 1);
}
.d .sie-footer_4 {
  left: 360px;
  top: 82px;
  width: 846px;
  height: 1px;
  display: none;
}
.m .sie-footer_4 {
  left: -1px;
  top: 47px;
  width: 323px;
  height: 1px;
}
.d .sie-footer_4 .se-simple:hover {
}
.m .sie-footer_4 .se-simple:hover {
}
.d .sie-footer_4 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-footer_4 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-footer_5 {
  left: 360px;
  top: 82px;
  width: 846px;
  height: 1px;
  display: none;
}
.m .sie-footer_5 {
  left: 0px;
  top: 308px;
  width: 320px;
  height: 1px;
}
.d .sie-footer_5 .se-simple:hover {
}
.m .sie-footer_5 .se-simple:hover {
}
.d .sie-footer_5 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-footer_5 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-footer_6 {
  left: 150px;
  top: 74px;
  width: 316px;
  height: 100px;
}
.m .sie-footer_6 {
  left: 91px;
  top: 386px;
  width: 199px;
  height: 31px;
}
.d .sie-footer_6-text {
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 25px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-footer_6-text {
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 16px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-footer_7 {
  left: 503px;
  top: 55px;
  width: 1219px;
  height: 1px;
}
.m .sie-footer_7 {
  left: 134px;
  top: 0px;
  width: 325px;
  height: 0px;
}
.d .sie-footer_7 .se-simple:hover {
}
.m .sie-footer_7 .se-simple:hover {
}
.d .sie-footer_7 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-footer_7 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-footer_8 {
  left: 15px;
  top: 62px;
  width: 124px;
  height: 124px;
}
.m .sie-footer_8 {
  left: 31px;
  top: 374px;
  width: 54px;
  height: 56px;
}
.d .sie-footer_8 .se-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  border-radius: inherit;
}
.m .sie-footer_8 .se-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  border-radius: inherit;
}
.d .sie-footer_9:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-footer_9:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-footer_9 {
  left: 509px;
  top: 64px;
  width: 164px;
  height: 17px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-footer_9 {
  left: 101px;
  top: 53px;
  width: 119px;
  height: 125px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-footer_9-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-footer_9-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-footer_9-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-footer_9-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 10px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-footer_10:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-footer_10:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-footer_10 {
  left: 729px;
  top: 64px;
  width: 179px;
  height: 80px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-footer_10 {
  left: 86px;
  top: 225px;
  width: 149px;
  height: 45px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-footer_10-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-footer_10-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-footer_10-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-footer_10-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 10px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-footer_10-text.se-rc a {
  text-decoration: none;
}
.d .sie-footer_10-text.se-rc a:hover {
  text-decoration: none;
  color: rgba(242, 149, 128, 1);
}
.m .sie-footer_10-text.se-rc a {
  text-decoration: none;
}
.m .sie-footer_10-text.se-rc a:hover {
  text-decoration: none;
  color: rgba(242, 149, 128, 1);
}
.d .sie-footer_11 {
  left: 992px;
  top: 65px;
  width: 179px;
  height: 57px;
}
.m .sie-footer_11 {
  left: 122px;
  top: 314px;
  width: 91px;
  height: 16px;
}
.d .sie-footer_11-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: left;
}
.m .sie-footer_11-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 10px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-footer_11-text.se-rc a {
  text-decoration: none;
}
.d .sie-footer_11-text.se-rc a:hover {
  text-decoration: none;
  color: rgba(242, 149, 128, 1);
  opacity: 0.8;
}
.m .sie-footer_11-text.se-rc a {
  text-decoration: none;
}
.m .sie-footer_11-text.se-rc a:hover {
  text-decoration: none;
  color: rgba(242, 149, 128, 1);
  opacity: 0.8;
}
.d .sie-footer_12 {
  left: 360px;
  top: 82px;
  width: 846px;
  height: 1px;
  display: none;
}
.m .sie-footer_12 {
  left: -1px;
  top: 218px;
  width: 323px;
  height: 1px;
}
.d .sie-footer_12 .se-simple:hover {
}
.m .sie-footer_12 .se-simple:hover {
}
.d .sie-footer_12 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-footer_12 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-footer_13:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-footer_13:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-footer_13 {
  left: 509px;
  top: 83px;
  width: 164px;
  height: 17px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-footer_13 {
  left: 101px;
  top: 53px;
  width: 119px;
  height: 125px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-footer_13-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-footer_13-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-footer_13-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-footer_13-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 10px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-footer_14:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-footer_14:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-footer_14 {
  left: 509px;
  top: 103px;
  width: 164px;
  height: 17px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-footer_14 {
  left: 101px;
  top: 53px;
  width: 119px;
  height: 125px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-footer_14-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-footer_14-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-footer_14-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-footer_14-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 10px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-footer_15:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-footer_15:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-footer_15 {
  left: 509px;
  top: 122px;
  width: 164px;
  height: 17px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-footer_15 {
  left: 101px;
  top: 53px;
  width: 119px;
  height: 125px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-footer_15-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-footer_15-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-footer_15-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-footer_15-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 10px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-footer_16:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-footer_16:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-footer_16 {
  left: 509px;
  top: 142px;
  width: 164px;
  height: 17px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-footer_16 {
  left: 101px;
  top: 53px;
  width: 119px;
  height: 125px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-footer_16-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-footer_16-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-footer_16-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-footer_16-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 10px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-footer_17:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-footer_17:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-footer_17 {
  left: 509px;
  top: 161px;
  width: 164px;
  height: 17px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-footer_17 {
  left: 101px;
  top: 53px;
  width: 119px;
  height: 125px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-footer_17-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-footer_17-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-footer_17-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-footer_17-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 10px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-footer_18:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-footer_18:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-footer_18 {
  left: 509px;
  top: 181px;
  width: 164px;
  height: 17px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-footer_18 {
  left: 101px;
  top: 53px;
  width: 119px;
  height: 125px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-footer_18-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-footer_18-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-footer_18-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-footer_18-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 10px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-footer_19:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-footer_19:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-footer_19 {
  left: 509px;
  top: 200px;
  width: 164px;
  height: 17px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-footer_19 {
  left: 101px;
  top: 53px;
  width: 119px;
  height: 125px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-footer_19-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-footer_19-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-footer_19-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-footer_19-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 10px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sib-footer-mobile {
  height: 440px;
}
.d .sib-footer-mobile {
  height: 247px;
  display: none;
}
.m .sib-footer-mobile .ss-bg {
  background-color: rgba(255, 248, 239, 0.85);
}
.d .sib-footer-mobile .ss-bg {
  background-color: rgba(255, 248, 239, 0.85);
}
.d .sie-footer-mobile_0 {
  left: 509px;
  top: 22px;
  width: 124px;
  height: 30px;
}
.m .sie-footer-mobile_0 {
  left: 102px;
  top: 24px;
  width: 116px;
  height: 20px;
}
.d .sie-footer-mobile_0-text {
  letter-spacing: -0.05em;
  font-size: 25px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-footer-mobile_0-text {
  letter-spacing: -0.05em;
  font-size: 20px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-footer-mobile_1 {
  left: 726px;
  top: 22px;
  width: 165px;
  height: 30px;
}
.m .sie-footer-mobile_1 {
  left: 73px;
  top: 196px;
  width: 175px;
  height: 18px;
}
.d .sie-footer-mobile_1-text {
  color: rgba(0, 0, 0, 1);
  letter-spacing: -0.05em;
  font-size: 25px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-footer-mobile_1-text {
  color: rgba(0, 0, 0, 1);
  letter-spacing: -0.05em;
  font-size: 20px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-footer-mobile_2 {
  left: 983px;
  top: 22px;
  width: 155px;
  height: 30px;
}
.m .sie-footer-mobile_2 {
  left: 100px;
  top: 302px;
  width: 120px;
  height: 17px;
}
.d .sie-footer-mobile_2-text {
  color: rgba(0, 0, 0, 1);
  letter-spacing: -0.05em;
  font-size: 25px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-footer-mobile_2-text {
  color: rgba(0, 0, 0, 1);
  letter-spacing: -0.05em;
  font-size: 20px;
  text-align: center;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-footer-mobile_3 {
  left: 969px;
  top: 66px;
  width: 18px;
  height: 18px;
}
.m .sie-footer-mobile_3 {
  left: 107px;
  top: 331px;
  width: 15px;
  height: 16px;
}
.d .sie-footer-mobile_3 svg {
  fill: rgba(0, 0, 0, 1);
}
.m .sie-footer-mobile_3 svg {
  fill: rgba(0, 0, 0, 1);
}
.d .sie-footer-mobile_4 {
  left: 360px;
  top: 82px;
  width: 846px;
  height: 1px;
  display: none;
}
.m .sie-footer-mobile_4 {
  left: -1px;
  top: 47px;
  width: 323px;
  height: 1px;
}
.d .sie-footer-mobile_4 .se-simple:hover {
}
.m .sie-footer-mobile_4 .se-simple:hover {
}
.d .sie-footer-mobile_4 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-footer-mobile_4 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-footer-mobile_5 {
  left: 360px;
  top: 82px;
  width: 846px;
  height: 1px;
  display: none;
}
.m .sie-footer-mobile_5 {
  left: 0px;
  top: 324px;
  width: 320px;
  height: 1px;
}
.d .sie-footer-mobile_5 .se-simple:hover {
}
.m .sie-footer-mobile_5 .se-simple:hover {
}
.d .sie-footer-mobile_5 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-footer-mobile_5 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-footer-mobile_6 {
  left: 150px;
  top: 74px;
  width: 316px;
  height: 100px;
}
.m .sie-footer-mobile_6 {
  left: 76px;
  top: 381px;
  width: 231px;
  height: 32px;
}
.d .sie-footer-mobile_6-text {
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 25px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.m .sie-footer-mobile_6-text {
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 18px;
  text-align: left;
  font-family: "Times New Roman";
  font-weight: 400;
  font-style: normal;
}
.d .sie-footer-mobile_7 {
  left: 501px;
  top: 124px;
  width: 1219px;
  height: 1px;
}
.m .sie-footer-mobile_7 {
  left: 134px;
  top: 0px;
  width: 325px;
  height: 0px;
}
.d .sie-footer-mobile_7 .se-simple:hover {
}
.m .sie-footer-mobile_7 .se-simple:hover {
}
.d .sie-footer-mobile_7 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-footer-mobile_7 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-footer-mobile_8 {
  left: 15px;
  top: 62px;
  width: 124px;
  height: 124px;
}
.m .sie-footer-mobile_8 {
  left: 13px;
  top: 369px;
  width: 54px;
  height: 56px;
}
.d .sie-footer-mobile_8 .se-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  border-radius: inherit;
}
.m .sie-footer-mobile_8 .se-img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  border-radius: inherit;
}
.d .sie-footer-mobile_9:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-footer-mobile_9:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-footer-mobile_9 {
  left: 508px;
  top: 64px;
  width: 164px;
  height: 169px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-footer-mobile_9 {
  left: 101px;
  top: 53px;
  width: 119px;
  height: 125px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-footer-mobile_9-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-footer-mobile_9-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-footer-mobile_9-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-footer-mobile_9-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 10px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-footer-mobile_9-text.se-rc a {
  text-decoration: none;
}
.d .sie-footer-mobile_9-text.se-rc a:hover {
  text-decoration: none;
  color: rgba(242, 149, 128, 1);
}
.m .sie-footer-mobile_9-text.se-rc a {
  text-decoration: none;
}
.m .sie-footer-mobile_9-text.se-rc a:hover {
  text-decoration: none;
  color: rgba(242, 149, 128, 1);
}
.d .sie-footer-mobile_10:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-footer-mobile_10:hover {
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-footer-mobile_10 {
  left: 729px;
  top: 64px;
  width: 179px;
  height: 75px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.m .sie-footer-mobile_10 {
  left: 72px;
  top: 228px;
  width: 177px;
  height: 65px;
  transition-duration: 0.5s;
  transition-property: opacity;
}
.d .sie-footer-mobile_10-text:hover {
  color: rgba(242, 149, 128, 1);
}
.m .sie-footer-mobile_10-text:hover {
  color: rgba(242, 149, 128, 1);
}
.d .sie-footer-mobile_10-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: left;
  transition-duration: 0.5s;
  transition-property: color;
}
.m .sie-footer-mobile_10-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 10px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
  transition-duration: 0.5s;
  transition-property: color;
}
.d .sie-footer-mobile_10-text.se-rc a {
  text-decoration: none;
}
.d .sie-footer-mobile_10-text.se-rc a:hover {
  text-decoration: none;
  color: rgba(242, 149, 128, 1);
}
.m .sie-footer-mobile_10-text.se-rc a {
  text-decoration: none;
}
.m .sie-footer-mobile_10-text.se-rc a:hover {
  text-decoration: none;
  color: rgba(242, 149, 128, 1);
}
.d .sie-footer-mobile_11 {
  left: 992px;
  top: 65px;
  width: 179px;
  height: 57px;
}
.m .sie-footer-mobile_11 {
  left: 122px;
  top: 330px;
  width: 91px;
  height: 16px;
}
.d .sie-footer-mobile_11-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  text-align: left;
}
.m .sie-footer-mobile_11-text {
  text-transform: none;
  line-height: 1.6;
  letter-spacing: 0em;
  font-size: 10px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-footer-mobile_11-text.se-rc a {
  text-decoration: none;
}
.d .sie-footer-mobile_11-text.se-rc a:hover {
  text-decoration: none;
  color: rgba(242, 149, 128, 1);
  opacity: 0.8;
}
.m .sie-footer-mobile_11-text.se-rc a {
  text-decoration: none;
}
.m .sie-footer-mobile_11-text.se-rc a:hover {
  text-decoration: none;
  color: rgba(242, 149, 128, 1);
  opacity: 0.8;
}
.d .sie-footer-mobile_12 {
  left: 360px;
  top: 82px;
  width: 846px;
  height: 1px;
  display: none;
}
.m .sie-footer-mobile_12 {
  left: -1px;
  top: 218px;
  width: 323px;
  height: 1px;
}
.d .sie-footer-mobile_12 .se-simple:hover {
}
.m .sie-footer-mobile_12 .se-simple:hover {
}
.d .sie-footer-mobile_12 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sie-footer-mobile_12 .se-simple {
  background-color: rgba(0, 0, 0, 1);
}
.m .sib-credits {
  height: 60px;
}
.d .sib-credits {
  height: 46px;
}
.m .sib-credits .ss-bg {
  background-color: rgba(0, 0, 0, 1);
}
.d .sib-credits .ss-bg {
  background-color: rgba(0, 0, 0, 1);
}
.d .sie-credits_0 {
  left: 471px;
  top: 16px;
  width: 259px;
  height: 14px;
}
.m .sie-credits_0 {
  left: 77px;
  top: 17px;
  width: 167px;
  height: 8px;
}
.d .sie-credits_0-text {
  color: rgba(255, 255, 255, 1);
  font-size: 10px;
}
.m .sie-credits_0-text {
  color: rgba(255, 255, 255, 1);
  font-size: 8px;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
.d .sie-credits_0-text.se-rc a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.d .sie-credits_0-text.se-rc a:hover {
  color: rgba(255, 255, 255, 1);
  opacity: 0.8;
}
.m .sie-credits_0-text.se-rc a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.m .sie-credits_0-text.se-rc a:hover {
  color: rgba(255, 255, 255, 1);
  opacity: 0.8;
}
.d .sie-credits_1 {
  left: 1080px;
  top: 12px;
  width: 104px;
  height: 22px;
}
.m .sie-credits_1 {
  left: 91px;
  top: 35px;
  width: 140px;
  height: 9px;
}
.d .sie-credits_1-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1.1;
  letter-spacing: 0em;
  font-size: 10px;
  text-align: right;
}
.m .sie-credits_1-text {
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  line-height: 1.1;
  letter-spacing: 0em;
  font-size: 7px;
  text-align: center;
  font-family: "Work Sans";
  font-weight: 400;
  font-style: normal;
}
