.sec-twocolumn-gp{
  position:relative;
  padding-bottom:2rem;
  padding-top:2rem;
}


.sec-twocolumn-gp .sec-Divider_Inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3rem;
}
.sec-twocolumn-gp .sec-Divider_Inner h6{
  margin:0;
}
.sec-twocolumn-gp .sec-Divider_Line {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background-color: #f4a4c9;
}
.sec-twocolumn-gp .sec-Divider_Text {
  margin: 0 1.5rem;
}

.sec-twocolumn-gp.top_gap_zr{
  padding-top:0;
}
.sec-twocolumn-gp.btm_gap_zr{
  padding-bottom:0;
}
.sec-twocolumn-gp .sec-twocolumn-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-twocolumn-gp .sec-left {
  position: relative;
  justify-self: flex-start;
  width: 100%;
  margin-bottom: 1.5rem;
}
.sec-twocolumn-gp .sec-right {
  width: 100%;
}
.sec-twocolumn-gp .svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  color: #f8f8f8;
}
.sec-twocolumn-gp svg {
  max-height: 100%;
  width: 443px;
  height: 563px;
  fill: currentColor;
  display: block;
}
.sec-twocolumn-gp .img-image {
  position: relative;
  margin: 0;
  overflow: hidden;
}
.sec-twocolumn-gp .img-image_image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-twocolumn-gp .sec-title {
  margin-bottom: 1rem;
}
.sec-twocolumn-gp .sec-text-content{
  letter-spacing: -0.5px;
}
.sec-twocolumn-gp .sec-text-content p:last-child {
  margin-bottom: 0;
}
.sec-twocolumn-gp.left .svg {
  right: auto;
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.sec-twocolumn-gp .sec-subtitle-text p {
  margin-bottom: 8px;
}
.sec-twocolumn-gp .sec-Section_btn a {
  margin-right: 16px;
  margin-top: 0;
}
.sec-twocolumn-gp .sec-Section_btn {
  margin-top: 1.5rem;
}

/* */
.sec-twocolumn-gp.cm-product-banner .sec-subtitle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  position: relative;
}
.sec-twocolumn-gp.cm-product-banner .sec-subtitle-line {
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: #f4a4c9;
}
.sec-twocolumn-gp.cm-product-banner .sec-subtitle-text h6 {
  position: relative;
  z-index: 1;
  padding-right: 32px;
  text-transform: uppercase;
  background-color: #fff;
  margin: 0;
}
.sec-twocolumn-gp .sec-text-content h5 {
  margin-bottom: 0.5rem;
}

.sec-twocolumn-gp .sec-text-content p a[data-type="arrow"]:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  margin-bottom: 1px;
  margin-left: 6px;
  border-right: 2px solid;
  border-bottom: 2px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: -webkit-transform .2s;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.sec-twocolumn-gp .sec-text-content p a[data-type="arrow"] {
  letter-spacing: -.01875rem;
  text-decoration: none;
  font-family: urw-din, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}

.sec-twocolumn-gp .sec-text-content p a[data-type="arrow"]:hover {
  color: #307d1e;
}

.sec-twocolumn-gp .sec-text-content p a[data-type="arrow"]:hover:after {
  -webkit-transform: translateX(4px) rotate(-45deg);
  transform: translateX(4px) rotate(-45deg);
}

@supports (-webkit-background-clip:text) {
  .sec-twocolumn-gp .img-image {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 25px 100%, 0 calc(100% - 25px));
    clip-path: polygon(0 0, calc(100% - 25px) 0, 100% 25px, 100% 100%, 25px 100%, 0 calc(100% - 25px));
  }
}
@supports ((-o-object-fit:cover) or (object-fit:cover)) {
  .sec-twocolumn-gp .img-image_image {
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 450px) {
  .sec-twocolumn-gp .sec-left {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 768px) {
  .sec-twocolumn-gp svg {
    max-height: calc(100% + 2rem);
  }
  .sec-twocolumn-gp .sec-image {
    padding: 4rem 0;
  }
  .sec-twocolumn-gp.right .sec-left {
    order: 2;
  }
  .sec-twocolumn-gp.right .sec-right {
    order: 1;
  }
  .sec-twocolumn-gp {
    padding-bottom:3rem;
    padding-top:3rem;
  }
  .sec-twocolumn-gp .sec-Section_btn {
    margin-top: 2rem;
  }
}

@media (min-width: 900px) {
  .sec-twocolumn-gp .sec-twocolumn-inner{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .sec-twocolumn-gp .sec-left {
    width: calc(50% - 16px);
    margin-bottom: 0;
  }
  .sec-twocolumn-gp .sec-right {
    width: calc(50% - 16px);
  }
  .sec-twocolumn-gp{
    padding-bottom:3.5rem;
    padding-top:3.5rem;
  }
}

@media (min-width: 1200px) {
  .sec-twocolumn-gp svg {
    max-height: calc(100% + 4rem);
  }
  .sec-twocolumn-gp {
    padding-bottom:4rem;
    padding-top:4rem;
  }
  .sec-twocolumn-gp .sec-Section_btn {
    margin-top: 2.4rem;
  }
}

@media (min-width: 991px) {
  .sec-twocolumn-gp svg {
    max-height: calc(100% + 6rem);
  }
  .sec-twocolumn-gp{
    padding-bottom:6rem;
    padding-top:6rem;
  }
}

@media (max-width: 899px) {
  .sec-twocolumn-gp.cm-product-banner .sec-right {
    width: calc(50% - 16px);
  }
  .sec-twocolumn-gp.cm-product-banner .sec-left {
    width: calc(50% - 16px);
  }
  .sec-twocolumn-gp:not(.cm-product-banner) .sec-twocolumn-inner .sec-left {
    order: 1;
  }
  .sec-twocolumn-gp:not(.cm-product-banner) .sec-twocolumn-inner .sec-right {
    order: 2;
  }  
}

@media(max-width:767px){
  .sec-twocolumn-gp .sec-title {
    font-size: 1.625rem;
    letter-spacing: -.01875rem;
    line-height: 2.25rem;
  }
  .sec-twocolumn-gp .sec-text-content {
    letter-spacing: -0.3px;
    line-height: 1.75rem;
  }
  .sec-twocolumn-gp .sec-text-content p {
    margin-bottom: 1.5rem;
  }
  .sec-twocolumn-gp .sec-text-content p {
    margin-bottom: 1rem;
  }
  .sec-twocolumn-gp .sec-twocolumn-inner .sec-left {
    order: 1;
  }
  .sec-twocolumn-gp .sec-twocolumn-inner .sec-right {
    order: 2;
  }  
  .sec-twocolumn-gp.cm-product-banner .sec-right {
    width:100%;
  }
  .sec-twocolumn-gp.cm-product-banner .sec-left {
    width:100%;
  }
}

@media(max-width:449px){
  .sec-twocolumn-gp .hs-button,
  .sec-twocolumn-gp .hs-sec-btn {
    display: block;
  }
  .sec-twocolumn-gp .sec-Section_btn a {
    display: block;
    width: 100%;
    margin-right: 0;
  }
}