.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-f79511a7-ecb7-4b74-b695-056be7965f98 {
  padding-top: 25px;
padding-bottom: 25px;
max-width: 400px;
text-align: center;
}







  #s-f79511a7-ecb7-4b74-b695-056be7965f98 img.shogun-image {
    

    
    
    
  }


#s-f79511a7-ecb7-4b74-b695-056be7965f98 .shogun-image-content {
  
    align-items: center;
  
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-e919d8a6-6ee5-4ddc-94ed-758881f9e663 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center center;
}








#s-e919d8a6-6ee5-4ddc-94ed-758881f9e663 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e919d8a6-6ee5-4ddc-94ed-758881f9e663.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-542fea84-209c-4dd6-ba71-b3cc799a7629 {
  margin-left: auto;
margin-right: auto;
padding-left: 80px;
padding-right: 80px;
max-width: 1420px;
}
@media (max-width: 767px){#s-542fea84-209c-4dd6-ba71-b3cc799a7629 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-542fea84-209c-4dd6-ba71-b3cc799a7629"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-542fea84-209c-4dd6-ba71-b3cc799a7629"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-542fea84-209c-4dd6-ba71-b3cc799a7629"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-542fea84-209c-4dd6-ba71-b3cc799a7629"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e06f5a7a-02f8-4163-9da4-9c1225e759fe {
  margin-left: auto;
margin-right: auto;
padding-left: 60px;
padding-bottom: 20px;
padding-right: 60px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e06f5a7a-02f8-4163-9da4-9c1225e759fe {
  padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-e06f5a7a-02f8-4163-9da4-9c1225e759fe {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-e06f5a7a-02f8-4163-9da4-9c1225e759fe"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e06f5a7a-02f8-4163-9da4-9c1225e759fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e06f5a7a-02f8-4163-9da4-9c1225e759fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e06f5a7a-02f8-4163-9da4-9c1225e759fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}








#s-c17b1fe9-9d4e-4b1d-82f8-4aab9d8baebe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c17b1fe9-9d4e-4b1d-82f8-4aab9d8baebe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48ce0c9c-bd0b-42bb-af98-777e53a8747a {
  text-align: center;
}







  #s-48ce0c9c-bd0b-42bb-af98-777e53a8747a img.shogun-image {
    

    
    
    
  }


#s-48ce0c9c-bd0b-42bb-af98-777e53a8747a .shogun-image-content {
  
    align-items: center;
  
}








#s-514f47aa-249f-4ee0-bd12-e5bc6a929d6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-514f47aa-249f-4ee0-bd12-e5bc6a929d6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-33969d3d-464c-43de-acc2-f594648c1e47 {
  margin-top: -17px;
}
}







#s-33969d3d-464c-43de-acc2-f594648c1e47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33969d3d-464c-43de-acc2-f594648c1e47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14869a77-cbc7-4f07-a780-c8b8a87cbc14 {
  text-align: center;
}







  #s-14869a77-cbc7-4f07-a780-c8b8a87cbc14 img.shogun-image {
    

    
    
    
  }


#s-14869a77-cbc7-4f07-a780-c8b8a87cbc14 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-8ffd734e-6ed3-48e6-88b5-e889bca20023 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-8ffd734e-6ed3-48e6-88b5-e889bca20023 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "BentonSans_Regular";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  letter-spacing: 1.2000000000000002px;
  
}



#s-bcf0fdc3-e764-4a90-bef6-e0b0d4c52ecf {
  padding-top: 20px;
text-align: center;
}

#s-bcf0fdc3-e764-4a90-bef6-e0b0d4c52ecf .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Northwell";
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: center;
}



#s-92820df7-90ae-4d66-955c-14c63846c588 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(232, 207, 206, 0.3);
}
@media (max-width: 767px){#s-92820df7-90ae-4d66-955c-14c63846c588 {
  
}
}







#s-92820df7-90ae-4d66-955c-14c63846c588 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92820df7-90ae-4d66-955c-14c63846c588.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5c26345-deff-4380-b698-e278fc9ba557 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
max-width: 1420px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e5c26345-deff-4380-b698-e278fc9ba557 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-e5c26345-deff-4380-b698-e278fc9ba557 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-e5c26345-deff-4380-b698-e278fc9ba557 .shogun-heading-component h2 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "Northwell";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}



#s-feffad07-beb3-4e56-8042-97012cc0b4b6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
max-width: 1420px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-feffad07-beb3-4e56-8042-97012cc0b4b6 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-feffad07-beb3-4e56-8042-97012cc0b4b6 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-feffad07-beb3-4e56-8042-97012cc0b4b6 .shogun-heading-component h1 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "BentonSans_Book";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1.2px;
  text-align: left;
}


@media (max-width: 767px){#s-feffad07-beb3-4e56-8042-97012cc0b4b6 .shogun-heading-component h1 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "BentonSans_Book";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 1.2px;
  text-align: left;
}


}
#s-7f1d1523-3864-471e-973f-ead88b7df7d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
max-width: 1420px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7f1d1523-3864-471e-973f-ead88b7df7d6 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-7f1d1523-3864-471e-973f-ead88b7df7d6 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-7f1d1523-3864-471e-973f-ead88b7df7d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f1d1523-3864-471e-973f-ead88b7df7d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f1d1523-3864-471e-973f-ead88b7df7d6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f1d1523-3864-471e-973f-ead88b7df7d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f1d1523-3864-471e-973f-ead88b7df7d6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f1d1523-3864-471e-973f-ead88b7df7d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7f1d1523-3864-471e-973f-ead88b7df7d6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-0528120c-bf5d-471d-9f9f-45de7ab19490 {
  
}
@media (max-width: 767px){#s-0528120c-bf5d-471d-9f9f-45de7ab19490 {
  padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
}
}







#s-0528120c-bf5d-471d-9f9f-45de7ab19490 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0528120c-bf5d-471d-9f9f-45de7ab19490.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9700752a-968b-475a-b175-36e0acd9efd6 {
  text-align: center;
}
@media (max-width: 767px){#s-9700752a-968b-475a-b175-36e0acd9efd6 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
}
}






  #s-9700752a-968b-475a-b175-36e0acd9efd6 img.shogun-image {
    

    
    
    
  }


#s-9700752a-968b-475a-b175-36e0acd9efd6 .shogun-image-content {
  
    align-items: center;
  
}








#s-e17462de-5925-4674-b63a-bdd05ba1903e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e17462de-5925-4674-b63a-bdd05ba1903e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c74fae13-4218-4a4f-95af-9ce0673cdccd {
  margin-top: 10px;
margin-left: 80px;
margin-bottom: 10px;
margin-right: 80px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
}
@media (max-width: 767px){#s-c74fae13-4218-4a4f-95af-9ce0673cdccd {
  display: none;
}
#s-c74fae13-4218-4a4f-95af-9ce0673cdccd, #wrap-s-c74fae13-4218-4a4f-95af-9ce0673cdccd { display:none !important; }}
#s-deaa87b2-0e38-4c9a-9448-e2975ee38961 {
  margin-bottom: -12px;
padding-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-deaa87b2-0e38-4c9a-9448-e2975ee38961 {
  
}
}
#s-deaa87b2-0e38-4c9a-9448-e2975ee38961 .shogun-heading-component h4 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "Northwell";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}


@media (max-width: 767px){#s-deaa87b2-0e38-4c9a-9448-e2975ee38961 .shogun-heading-component h4 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "Northwell";
  font-style:  normal ;
  font-size: 34px;
  
  
  
}


}
#s-7a8cb055-eaed-4d68-87d2-ec310ea3d002 {
  margin-top: 10px;
padding-top: 5px;
text-align: center;
}

#s-7a8cb055-eaed-4d68-87d2-ec310ea3d002 .shogun-heading-component h4 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "BentonSans_Book";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1.2px;
  
}



#s-32d3ea7a-937e-4428-86f0-180bfc3db1ea {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 40px;
max-width: 1420px;
}
@media (max-width: 767px){#s-32d3ea7a-937e-4428-86f0-180bfc3db1ea {
  display: none;
}
#s-32d3ea7a-937e-4428-86f0-180bfc3db1ea, #wrap-s-32d3ea7a-937e-4428-86f0-180bfc3db1ea { display:none !important; }}
@media (min-width: 0px) {
[id="s-32d3ea7a-937e-4428-86f0-180bfc3db1ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32d3ea7a-937e-4428-86f0-180bfc3db1ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32d3ea7a-937e-4428-86f0-180bfc3db1ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-32d3ea7a-937e-4428-86f0-180bfc3db1ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32d3ea7a-937e-4428-86f0-180bfc3db1ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-32d3ea7a-937e-4428-86f0-180bfc3db1ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-32d3ea7a-937e-4428-86f0-180bfc3db1ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-9723d2b3-8d2e-4b91-93b9-cf05dc61f204 {
  margin-left: auto;
margin-right: auto;
}

#s-9723d2b3-8d2e-4b91-93b9-cf05dc61f204 hr {
  border-top: 1px solid rgba(74, 74, 73, 0.5);
}

#s-c0e308ae-121c-47b3-9f0b-a01bfe050c0b {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 80px;
padding-bottom: 20px;
padding-right: 80px;
max-width: 1420px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0e308ae-121c-47b3-9f0b-a01bfe050c0b {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-c0e308ae-121c-47b3-9f0b-a01bfe050c0b {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-c0e308ae-121c-47b3-9f0b-a01bfe050c0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0e308ae-121c-47b3-9f0b-a01bfe050c0b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c0e308ae-121c-47b3-9f0b-a01bfe050c0b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c0e308ae-121c-47b3-9f0b-a01bfe050c0b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c0e308ae-121c-47b3-9f0b-a01bfe050c0b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0e308ae-121c-47b3-9f0b-a01bfe050c0b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c0e308ae-121c-47b3-9f0b-a01bfe050c0b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c0e308ae-121c-47b3-9f0b-a01bfe050c0b"] > .shg-row {
    flex-flow: column-reverse;
  }
}








#s-d5abb81e-b0cb-4535-a348-e27aa1876290 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5abb81e-b0cb-4535-a348-e27aa1876290.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a44a14d6-91b2-42ef-827d-a1f460afc068 {
  margin-top: 10px;
margin-left: 80px;
margin-bottom: 10px;
margin-right: 80px;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
}
@media (max-width: 767px){#s-a44a14d6-91b2-42ef-827d-a1f460afc068 {
  display: none;
}
#s-a44a14d6-91b2-42ef-827d-a1f460afc068, #wrap-s-a44a14d6-91b2-42ef-827d-a1f460afc068 { display:none !important; }}
#s-8ed8d5e2-cc51-4dca-9789-48e5139190bb {
  margin-bottom: -12px;
padding-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8ed8d5e2-cc51-4dca-9789-48e5139190bb {
  
}
}
#s-8ed8d5e2-cc51-4dca-9789-48e5139190bb .shogun-heading-component h4 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "Northwell";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}



#s-0bbb7b97-e813-48f5-934d-d0427c0062d2 {
  margin-top: 10px;
padding-top: 5px;
text-align: center;
}

#s-0bbb7b97-e813-48f5-934d-d0427c0062d2 .shogun-heading-component h4 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "BentonSans_Book";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1.2px;
  
}



#s-7953272c-7f8c-4b6d-9fb4-0f8c955436bb {
  
}
@media (max-width: 767px){#s-7953272c-7f8c-4b6d-9fb4-0f8c955436bb {
  padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
}
}







#s-7953272c-7f8c-4b6d-9fb4-0f8c955436bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7953272c-7f8c-4b6d-9fb4-0f8c955436bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a023e3c7-fb54-4b65-b411-f3a2aa57c0b2 {
  text-align: center;
}
@media (max-width: 767px){#s-a023e3c7-fb54-4b65-b411-f3a2aa57c0b2 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
}
}






  #s-a023e3c7-fb54-4b65-b411-f3a2aa57c0b2 img.shogun-image {
    

    
    
    
  }


#s-a023e3c7-fb54-4b65-b411-f3a2aa57c0b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e10a85e9-1312-4e69-b437-0cc5c6d94754 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 60px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
max-width: 1420px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e10a85e9-1312-4e69-b437-0cc5c6d94754 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e10a85e9-1312-4e69-b437-0cc5c6d94754 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e10a85e9-1312-4e69-b437-0cc5c6d94754 {
  
}
}@media (max-width: 767px){#s-e10a85e9-1312-4e69-b437-0cc5c6d94754 {
  
}
}







#s-e10a85e9-1312-4e69-b437-0cc5c6d94754 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e10a85e9-1312-4e69-b437-0cc5c6d94754.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1641f36d-f189-4d02-9eac-e4ed6b68061f {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1641f36d-f189-4d02-9eac-e4ed6b68061f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1641f36d-f189-4d02-9eac-e4ed6b68061f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1641f36d-f189-4d02-9eac-e4ed6b68061f {
  
}
}@media (max-width: 767px){#s-1641f36d-f189-4d02-9eac-e4ed6b68061f {
  
}
}







#s-1641f36d-f189-4d02-9eac-e4ed6b68061f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-1641f36d-f189-4d02-9eac-e4ed6b68061f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23ee24f4-76b6-4389-8cd3-b87f68382b21 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 60px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-23ee24f4-76b6-4389-8cd3-b87f68382b21 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-23ee24f4-76b6-4389-8cd3-b87f68382b21 {
  padding-top: 40px;
padding-left: 20px;
padding-right: 20px;
}
}
#s-23ee24f4-76b6-4389-8cd3-b87f68382b21 .shogun-heading-component h2 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "Northwell";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}



#s-408c8db3-6328-4438-b2cc-67abe39bd5ee {
  margin-top: 10px;
margin-left: 80px;
margin-bottom: 10px;
margin-right: 80px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-408c8db3-6328-4438-b2cc-67abe39bd5ee {
  display: none;
}
#s-408c8db3-6328-4438-b2cc-67abe39bd5ee, #wrap-s-408c8db3-6328-4438-b2cc-67abe39bd5ee { display:none !important; }}
#s-7174c2eb-e5ef-4f84-94a4-fdbcc393d243 {
  padding-top: 20px;
padding-left: 80px;
padding-right: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7174c2eb-e5ef-4f84-94a4-fdbcc393d243 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-7174c2eb-e5ef-4f84-94a4-fdbcc393d243 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-7174c2eb-e5ef-4f84-94a4-fdbcc393d243"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7174c2eb-e5ef-4f84-94a4-fdbcc393d243"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7174c2eb-e5ef-4f84-94a4-fdbcc393d243"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7174c2eb-e5ef-4f84-94a4-fdbcc393d243"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9597e69c-bc91-4841-9a53-ce237c37d140 {
  padding-top: 10px;
text-align: left;
}
@media (max-width: 767px){#s-9597e69c-bc91-4841-9a53-ce237c37d140 {
  padding-top: 10px;
}
}
#s-9597e69c-bc91-4841-9a53-ce237c37d140 .shogun-heading-component h3 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "Northwell";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.5em;
  letter-spacing: 1.2px;
  text-align: left;
}


@media (max-width: 767px){#s-9597e69c-bc91-4841-9a53-ce237c37d140 .shogun-heading-component h3 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "Northwell";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: 1.2px;
  text-align: left;
}


}
#s-ad71bef8-2f9c-4a73-b646-98c2e784eddd {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-ad71bef8-2f9c-4a73-b646-98c2e784eddd {
  display: none;
}
#s-ad71bef8-2f9c-4a73-b646-98c2e784eddd, #wrap-s-ad71bef8-2f9c-4a73-b646-98c2e784eddd { display:none !important; }}
#s-3042e137-012f-4c1e-97f9-d01faf0b8213 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-3042e137-012f-4c1e-97f9-d01faf0b8213 {
  display: none;
}
#s-3042e137-012f-4c1e-97f9-d01faf0b8213, #wrap-s-3042e137-012f-4c1e-97f9-d01faf0b8213 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3042e137-012f-4c1e-97f9-d01faf0b8213 {
  display: none;
}
#s-3042e137-012f-4c1e-97f9-d01faf0b8213, #wrap-s-3042e137-012f-4c1e-97f9-d01faf0b8213 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3042e137-012f-4c1e-97f9-d01faf0b8213 {
  display: none;
}
#s-3042e137-012f-4c1e-97f9-d01faf0b8213, #wrap-s-3042e137-012f-4c1e-97f9-d01faf0b8213 { display:none !important; }}
#s-8e05759d-3d0e-4ad7-8eeb-77c23f1c0c2c {
  text-align: center;
}
@media (min-width: 1200px){#s-8e05759d-3d0e-4ad7-8eeb-77c23f1c0c2c {
  display: none;
}
#s-8e05759d-3d0e-4ad7-8eeb-77c23f1c0c2c, #wrap-s-8e05759d-3d0e-4ad7-8eeb-77c23f1c0c2c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e05759d-3d0e-4ad7-8eeb-77c23f1c0c2c {
  display: none;
}
#s-8e05759d-3d0e-4ad7-8eeb-77c23f1c0c2c, #wrap-s-8e05759d-3d0e-4ad7-8eeb-77c23f1c0c2c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8e05759d-3d0e-4ad7-8eeb-77c23f1c0c2c {
  display: none;
}
#s-8e05759d-3d0e-4ad7-8eeb-77c23f1c0c2c, #wrap-s-8e05759d-3d0e-4ad7-8eeb-77c23f1c0c2c { display:none !important; }}






  #s-8e05759d-3d0e-4ad7-8eeb-77c23f1c0c2c img.shogun-image {
    

    
    
    
  }


#s-8e05759d-3d0e-4ad7-8eeb-77c23f1c0c2c .shogun-image-content {
  
    align-items: center;
  
}

#s-5359dc4d-e67e-4c75-8409-3fc09156042b {
  padding-top: 10px;
text-align: left;
}
@media (max-width: 767px){#s-5359dc4d-e67e-4c75-8409-3fc09156042b {
  padding-top: 20px;
}
}
#s-5359dc4d-e67e-4c75-8409-3fc09156042b .shogun-heading-component h3 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "Northwell";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.5em;
  letter-spacing: 1.2px;
  text-align: left;
}


@media (max-width: 767px){#s-5359dc4d-e67e-4c75-8409-3fc09156042b .shogun-heading-component h3 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "Northwell";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  letter-spacing: 1.2px;
  text-align: left;
}


}
#s-4fa48168-1902-4f54-8997-09484c2d2ef2 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-4fa48168-1902-4f54-8997-09484c2d2ef2 {
  display: none;
}
#s-4fa48168-1902-4f54-8997-09484c2d2ef2, #wrap-s-4fa48168-1902-4f54-8997-09484c2d2ef2 { display:none !important; }}
#s-50ee258b-e1de-40d1-b12c-eb413e27d094 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-50ee258b-e1de-40d1-b12c-eb413e27d094 {
  display: none;
}
#s-50ee258b-e1de-40d1-b12c-eb413e27d094, #wrap-s-50ee258b-e1de-40d1-b12c-eb413e27d094 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-50ee258b-e1de-40d1-b12c-eb413e27d094 {
  display: none;
}
#s-50ee258b-e1de-40d1-b12c-eb413e27d094, #wrap-s-50ee258b-e1de-40d1-b12c-eb413e27d094 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-50ee258b-e1de-40d1-b12c-eb413e27d094 {
  display: none;
}
#s-50ee258b-e1de-40d1-b12c-eb413e27d094, #wrap-s-50ee258b-e1de-40d1-b12c-eb413e27d094 { display:none !important; }}
#s-fe766b24-09df-4402-9352-fdf3c850a61e {
  text-align: center;
}
@media (min-width: 1200px){#s-fe766b24-09df-4402-9352-fdf3c850a61e {
  display: none;
}
#s-fe766b24-09df-4402-9352-fdf3c850a61e, #wrap-s-fe766b24-09df-4402-9352-fdf3c850a61e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe766b24-09df-4402-9352-fdf3c850a61e {
  display: none;
}
#s-fe766b24-09df-4402-9352-fdf3c850a61e, #wrap-s-fe766b24-09df-4402-9352-fdf3c850a61e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe766b24-09df-4402-9352-fdf3c850a61e {
  display: none;
}
#s-fe766b24-09df-4402-9352-fdf3c850a61e, #wrap-s-fe766b24-09df-4402-9352-fdf3c850a61e { display:none !important; }}






  #s-fe766b24-09df-4402-9352-fdf3c850a61e img.shogun-image {
    

    
    
    
  }


#s-fe766b24-09df-4402-9352-fdf3c850a61e .shogun-image-content {
  
    align-items: center;
  
}

#s-21a1e56c-64da-4ddd-80d9-7b61afe2b0f3 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-21a1e56c-64da-4ddd-80d9-7b61afe2b0f3 {
  min-height: 500px;
display: none;
}
#s-21a1e56c-64da-4ddd-80d9-7b61afe2b0f3, #wrap-s-21a1e56c-64da-4ddd-80d9-7b61afe2b0f3 { display:none !important; }}







#s-21a1e56c-64da-4ddd-80d9-7b61afe2b0f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21a1e56c-64da-4ddd-80d9-7b61afe2b0f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc2e6e46-41ea-4ca4-aaa4-af4f501dcd63 {
  margin-left: auto;
margin-right: auto;
padding-left: 80px;
padding-right: 80px;
max-width: 1420px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc2e6e46-41ea-4ca4-aaa4-af4f501dcd63 {
  padding-left: 20px;
padding-right: 20px;
}
}






  #s-bc2e6e46-41ea-4ca4-aaa4-af4f501dcd63 img.shogun-image {
    

    
    
    
  }


#s-bc2e6e46-41ea-4ca4-aaa4-af4f501dcd63 .shogun-image-content {
  
    align-items: center;
  
}

#s-a68794d2-8f46-4268-a4bd-b4c4cdae3ef3 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 80px;
padding-bottom: 70px;
padding-right: 80px;
min-height: 500px;
max-width: 1420px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a68794d2-8f46-4268-a4bd-b4c4cdae3ef3 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-a68794d2-8f46-4268-a4bd-b4c4cdae3ef3 {
  padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
}
}







#s-a68794d2-8f46-4268-a4bd-b4c4cdae3ef3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a68794d2-8f46-4268-a4bd-b4c4cdae3ef3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea267d61-950b-4315-8abf-0b5cfabdbfa6 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 60px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-ea267d61-950b-4315-8abf-0b5cfabdbfa6 {
  padding-top: 40px;
}
}
#s-ea267d61-950b-4315-8abf-0b5cfabdbfa6 .shogun-heading-component h2 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "Northwell";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 1200px){#s-ea267d61-950b-4315-8abf-0b5cfabdbfa6 .shogun-heading-component h2 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "Northwell";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ea267d61-950b-4315-8abf-0b5cfabdbfa6 .shogun-heading-component h2 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "Northwell";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


}@media (max-width: 767px){#s-ea267d61-950b-4315-8abf-0b5cfabdbfa6 .shogun-heading-component h2 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "Northwell";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}
#s-d894c0ac-4138-4ade-8e94-67b6e8552da2 {
  padding-top: 10px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-d894c0ac-4138-4ade-8e94-67b6e8552da2 {
  display: none;
}
#s-d894c0ac-4138-4ade-8e94-67b6e8552da2, #wrap-s-d894c0ac-4138-4ade-8e94-67b6e8552da2 { display:none !important; }}
#s-b5bea6db-6f11-4a2b-86e2-f3a5c835e012 {
  padding-top: 10px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-b5bea6db-6f11-4a2b-86e2-f3a5c835e012 {
  display: none;
}
#s-b5bea6db-6f11-4a2b-86e2-f3a5c835e012, #wrap-s-b5bea6db-6f11-4a2b-86e2-f3a5c835e012 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5bea6db-6f11-4a2b-86e2-f3a5c835e012 {
  display: none;
}
#s-b5bea6db-6f11-4a2b-86e2-f3a5c835e012, #wrap-s-b5bea6db-6f11-4a2b-86e2-f3a5c835e012 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b5bea6db-6f11-4a2b-86e2-f3a5c835e012 {
  display: none;
}
#s-b5bea6db-6f11-4a2b-86e2-f3a5c835e012, #wrap-s-b5bea6db-6f11-4a2b-86e2-f3a5c835e012 { display:none !important; }}
#s-5071b1c5-3e03-4128-af56-c2991f43b8f9 {
  min-height: 50px;
background-color: rgba(250, 248, 245, 1);
}








#s-5071b1c5-3e03-4128-af56-c2991f43b8f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5071b1c5-3e03-4128-af56-c2991f43b8f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-28bcc06d-6a66-45db-9e56-6816e20efaee {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 30px;
}
@media (max-width: 767px){#s-28bcc06d-6a66-45db-9e56-6816e20efaee {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-28bcc06d-6a66-45db-9e56-6816e20efaee .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-28bcc06d-6a66-45db-9e56-6816e20efaee .shg-sld-nav-button.shg-sld-left,
#s-28bcc06d-6a66-45db-9e56-6816e20efaee .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-2d9dba7b-427f-47e6-b070-209d2fd8cbc3 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1420px;
}

@media (min-width: 0px) {
[id="s-2d9dba7b-427f-47e6-b070-209d2fd8cbc3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d9dba7b-427f-47e6-b070-209d2fd8cbc3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d9dba7b-427f-47e6-b070-209d2fd8cbc3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2d9dba7b-427f-47e6-b070-209d2fd8cbc3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d9dba7b-427f-47e6-b070-209d2fd8cbc3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d9dba7b-427f-47e6-b070-209d2fd8cbc3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d9dba7b-427f-47e6-b070-209d2fd8cbc3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-2d9dba7b-427f-47e6-b070-209d2fd8cbc3"] > .shg-row {
    flex-flow: column-reverse;
  }
}








#s-37ade210-6c55-4f6b-bbc9-8835775ef9c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37ade210-6c55-4f6b-bbc9-8835775ef9c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-37ade210-6c55-4f6b-bbc9-8835775ef9c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37ade210-6c55-4f6b-bbc9-8835775ef9c3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-96add8fb-e336-4332-bdac-84001dbfad92 {
  text-align: center;
}







  #s-96add8fb-e336-4332-bdac-84001dbfad92 img.shogun-image {
    

    
    
    
  }


#s-96add8fb-e336-4332-bdac-84001dbfad92 .shogun-image-content {
  
    align-items: center;
  
}








#s-124cf8d7-a4cd-4ce1-b546-ecb62f96eeae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-124cf8d7-a4cd-4ce1-b546-ecb62f96eeae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb21ee27-ac01-43e4-b95c-5e5d16835177 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fb21ee27-ac01-43e4-b95c-5e5d16835177 .shogun-heading-component h3 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "BentonSans_Medium";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1.2px;
  text-align: left;
}



@media (max-width: 767px){#s-2809874d-8c75-4a31-bcaa-4df349499dff {
  display: none;
}
#s-2809874d-8c75-4a31-bcaa-4df349499dff, #wrap-s-2809874d-8c75-4a31-bcaa-4df349499dff { display:none !important; }}
@media (min-width: 1200px){#s-81acc0c1-2ed6-4e97-85a2-e868805f5019 {
  display: none;
}
#s-81acc0c1-2ed6-4e97-85a2-e868805f5019, #wrap-s-81acc0c1-2ed6-4e97-85a2-e868805f5019 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81acc0c1-2ed6-4e97-85a2-e868805f5019 {
  display: none;
}
#s-81acc0c1-2ed6-4e97-85a2-e868805f5019, #wrap-s-81acc0c1-2ed6-4e97-85a2-e868805f5019 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-81acc0c1-2ed6-4e97-85a2-e868805f5019 {
  display: none;
}
#s-81acc0c1-2ed6-4e97-85a2-e868805f5019, #wrap-s-81acc0c1-2ed6-4e97-85a2-e868805f5019 { display:none !important; }}
#s-d1dfdb73-47aa-4c59-aedf-6185a9824d41 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d1dfdb73-47aa-4c59-aedf-6185a9824d41 .shogun-heading-component h1 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "BentonSans_Book";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.5em;
  letter-spacing: 1.2px;
  text-align: left;
}



#s-36b65738-af20-40c1-9112-bc61b5baa2bf {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1420px;
}

@media (min-width: 0px) {
[id="s-36b65738-af20-40c1-9112-bc61b5baa2bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36b65738-af20-40c1-9112-bc61b5baa2bf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36b65738-af20-40c1-9112-bc61b5baa2bf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-36b65738-af20-40c1-9112-bc61b5baa2bf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36b65738-af20-40c1-9112-bc61b5baa2bf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-36b65738-af20-40c1-9112-bc61b5baa2bf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-36b65738-af20-40c1-9112-bc61b5baa2bf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-36b65738-af20-40c1-9112-bc61b5baa2bf"] > .shg-row {
    flex-flow: column-reverse;
  }
}








#s-b7079795-4c1e-49cf-a8ec-806ce1e39462 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7079795-4c1e-49cf-a8ec-806ce1e39462.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-b7079795-4c1e-49cf-a8ec-806ce1e39462 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7079795-4c1e-49cf-a8ec-806ce1e39462.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-5a1a0219-81ec-499e-b12e-9334ec13e94f {
  text-align: center;
}







  #s-5a1a0219-81ec-499e-b12e-9334ec13e94f img.shogun-image {
    

    
    
    
  }


#s-5a1a0219-81ec-499e-b12e-9334ec13e94f .shogun-image-content {
  
    align-items: center;
  
}








#s-edc86209-7e3e-497b-bf06-bf73007d9dc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edc86209-7e3e-497b-bf06-bf73007d9dc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f307bd6f-c547-4377-b117-3aa2e3878cc8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f307bd6f-c547-4377-b117-3aa2e3878cc8 .shogun-heading-component h3 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "BentonSans_Medium";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1.2px;
  text-align: left;
}



@media (max-width: 767px){#s-182c50db-4722-4d17-a032-3841c1a7013c {
  display: none;
}
#s-182c50db-4722-4d17-a032-3841c1a7013c, #wrap-s-182c50db-4722-4d17-a032-3841c1a7013c { display:none !important; }}
@media (min-width: 1200px){#s-3b91d13b-20de-4ee6-92fb-2bcbd39385d4 {
  display: none;
}
#s-3b91d13b-20de-4ee6-92fb-2bcbd39385d4, #wrap-s-3b91d13b-20de-4ee6-92fb-2bcbd39385d4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b91d13b-20de-4ee6-92fb-2bcbd39385d4 {
  display: none;
}
#s-3b91d13b-20de-4ee6-92fb-2bcbd39385d4, #wrap-s-3b91d13b-20de-4ee6-92fb-2bcbd39385d4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3b91d13b-20de-4ee6-92fb-2bcbd39385d4 {
  display: none;
}
#s-3b91d13b-20de-4ee6-92fb-2bcbd39385d4, #wrap-s-3b91d13b-20de-4ee6-92fb-2bcbd39385d4 { display:none !important; }}
#s-7aee3eed-2b38-431e-afdc-9efbfa5a7958 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7aee3eed-2b38-431e-afdc-9efbfa5a7958 .shogun-heading-component h1 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "BentonSans_Book";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.5em;
  letter-spacing: 1.2px;
  text-align: left;
}



#s-d1bad58e-a2ec-4bc1-893a-9d7b88447d68 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1420px;
}

@media (min-width: 0px) {
[id="s-d1bad58e-a2ec-4bc1-893a-9d7b88447d68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1bad58e-a2ec-4bc1-893a-9d7b88447d68"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d1bad58e-a2ec-4bc1-893a-9d7b88447d68"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d1bad58e-a2ec-4bc1-893a-9d7b88447d68"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d1bad58e-a2ec-4bc1-893a-9d7b88447d68"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1bad58e-a2ec-4bc1-893a-9d7b88447d68"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d1bad58e-a2ec-4bc1-893a-9d7b88447d68"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-d1bad58e-a2ec-4bc1-893a-9d7b88447d68"] > .shg-row {
    flex-flow: column-reverse;
  }
}








#s-5a73d215-2f22-4ba3-8581-2337cf598a50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a73d215-2f22-4ba3-8581-2337cf598a50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-5a73d215-2f22-4ba3-8581-2337cf598a50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a73d215-2f22-4ba3-8581-2337cf598a50.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-9ca51577-19df-41ae-a707-8387911b3a2b {
  text-align: center;
}







  #s-9ca51577-19df-41ae-a707-8387911b3a2b img.shogun-image {
    

    
    
    
  }


#s-9ca51577-19df-41ae-a707-8387911b3a2b .shogun-image-content {
  
    align-items: center;
  
}








#s-7dbead02-9e93-4bb3-afe1-ea10f230563d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dbead02-9e93-4bb3-afe1-ea10f230563d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4b36001-26c4-4bec-bc7b-17ffec968ae1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a4b36001-26c4-4bec-bc7b-17ffec968ae1 .shogun-heading-component h3 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "BentonSans_Medium";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1.2px;
  text-align: left;
}



@media (max-width: 767px){#s-36b92449-85d6-4f71-9faf-c2883674600d {
  display: none;
}
#s-36b92449-85d6-4f71-9faf-c2883674600d, #wrap-s-36b92449-85d6-4f71-9faf-c2883674600d { display:none !important; }}
@media (min-width: 1200px){#s-6619c5e6-a3c7-46f4-9d7e-152c5ae88742 {
  display: none;
}
#s-6619c5e6-a3c7-46f4-9d7e-152c5ae88742, #wrap-s-6619c5e6-a3c7-46f4-9d7e-152c5ae88742 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6619c5e6-a3c7-46f4-9d7e-152c5ae88742 {
  display: none;
}
#s-6619c5e6-a3c7-46f4-9d7e-152c5ae88742, #wrap-s-6619c5e6-a3c7-46f4-9d7e-152c5ae88742 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6619c5e6-a3c7-46f4-9d7e-152c5ae88742 {
  display: none;
}
#s-6619c5e6-a3c7-46f4-9d7e-152c5ae88742, #wrap-s-6619c5e6-a3c7-46f4-9d7e-152c5ae88742 { display:none !important; }}
#s-fb5917ea-0f56-4dc7-bd74-e35ccddc3dd2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fb5917ea-0f56-4dc7-bd74-e35ccddc3dd2 .shogun-heading-component h1 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "BentonSans_Book";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.5em;
  letter-spacing: 1.2px;
  text-align: left;
}



#s-690426cc-d2db-438d-a9a5-d71bf02c5c94 {
  min-height: 50px;
}








#s-690426cc-d2db-438d-a9a5-d71bf02c5c94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-690426cc-d2db-438d-a9a5-d71bf02c5c94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7926f261-4dbe-4f2d-98e6-da4de483bafb {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 80px;
padding-right: 80px;
max-width: 1420px;
}
@media (max-width: 767px){#s-7926f261-4dbe-4f2d-98e6-da4de483bafb {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-7926f261-4dbe-4f2d-98e6-da4de483bafb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7926f261-4dbe-4f2d-98e6-da4de483bafb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7926f261-4dbe-4f2d-98e6-da4de483bafb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7926f261-4dbe-4f2d-98e6-da4de483bafb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7926f261-4dbe-4f2d-98e6-da4de483bafb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7926f261-4dbe-4f2d-98e6-da4de483bafb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-7926f261-4dbe-4f2d-98e6-da4de483bafb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

}

#s-87466690-5634-4ae9-bcbc-245a9047115e {
  min-height: 500px;
}
@media (min-width: 1200px){#s-87466690-5634-4ae9-bcbc-245a9047115e {
  padding-top: 0px;
}
}@media (max-width: 767px){#s-87466690-5634-4ae9-bcbc-245a9047115e {
  padding-top: 40px;
}
}







#s-87466690-5634-4ae9-bcbc-245a9047115e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87466690-5634-4ae9-bcbc-245a9047115e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-96bd768c-4db7-455c-a6b9-59dcbb19aebf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96bd768c-4db7-455c-a6b9-59dcbb19aebf .shogun-heading-component h2 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "Northwell";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (max-width: 767px){#s-96bd768c-4db7-455c-a6b9-59dcbb19aebf .shogun-heading-component h2 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "Northwell";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}
#s-cbe45ee8-4a1c-459e-aa80-8b263e645547 {
  min-height: 50px;
}








#s-cbe45ee8-4a1c-459e-aa80-8b263e645547 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbe45ee8-4a1c-459e-aa80-8b263e645547.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-9682ada9-9fe0-4ea5-8563-b962f4ac351f {
  padding-right: 0px;
}

#s-9682ada9-9fe0-4ea5-8563-b962f4ac351f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-9682ada9-9fe0-4ea5-8563-b962f4ac351f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.3);
  padding: 12px;
}

#s-9682ada9-9fe0-4ea5-8563-b962f4ac351f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(74, 74, 73, 1);
}

#s-9682ada9-9fe0-4ea5-8563-b962f4ac351f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-9682ada9-9fe0-4ea5-8563-b962f4ac351f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(74, 74, 73, 1);
  text-align: left;
  font-family: BentonSans_Book;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-9682ada9-9fe0-4ea5-8563-b962f4ac351f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (max-width: 767px){#s-9682ada9-9fe0-4ea5-8563-b962f4ac351f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-9682ada9-9fe0-4ea5-8563-b962f4ac351f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0.3);
  padding: 12px;
}

#s-9682ada9-9fe0-4ea5-8563-b962f4ac351f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(74, 74, 73, 1);
}

#s-9682ada9-9fe0-4ea5-8563-b962f4ac351f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-9682ada9-9fe0-4ea5-8563-b962f4ac351f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(74, 74, 73, 1);
  text-align: left;
  font-family: BentonSans_Book;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-9682ada9-9fe0-4ea5-8563-b962f4ac351f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 14px;
}}
#s-f4275a3b-b196-4789-a5dd-026ba376d0b1 {
  border-style: solid;
margin-left: 25px;
margin-right: 25px;
padding-top: 12px;
padding-bottom: 25px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
}

#s-0fab5b69-e305-4cb1-8be6-d5707c1a2175 {
  border-style: solid;
margin-left: 25px;
margin-right: 25px;
padding-top: 12px;
padding-bottom: 25px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
}

#s-74953986-7e06-41fc-bf67-fd2493ca555a {
  border-style: solid;
margin-left: 25px;
margin-right: 25px;
padding-top: 12px;
padding-bottom: 25px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
}

#s-2422784c-f724-4971-a197-cfc794fa0e9a {
  border-style: solid;
margin-left: 25px;
margin-right: 25px;
padding-top: 12px;
padding-bottom: 25px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
}

#s-3ffd2de6-28a8-4d69-9f4e-2f6bb21f5304 {
  border-style: solid;
margin-left: 25px;
margin-right: 25px;
padding-top: 12px;
padding-bottom: 25px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
}

#s-2db16a26-e294-44ff-865e-db58dfa02b08 {
  border-style: solid;
margin-left: 25px;
margin-right: 25px;
padding-top: 12px;
padding-bottom: 25px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
}

#s-9683efd4-b80e-4302-a6a2-318de187002b {
  border-style: solid;
margin-left: 25px;
margin-right: 25px;
padding-top: 12px;
padding-bottom: 25px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.2);
}

#s-ad5f5dde-a45a-4ee3-8267-36f42815270b {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-ad5f5dde-a45a-4ee3-8267-36f42815270b {
  min-height: 500px;
}
}







#s-ad5f5dde-a45a-4ee3-8267-36f42815270b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad5f5dde-a45a-4ee3-8267-36f42815270b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ecaf504-ecea-49f9-88c5-d972f07552d6 {
  text-align: center;
}







  #s-4ecaf504-ecea-49f9-88c5-d972f07552d6 img.shogun-image {
    

    
    
    
  }


#s-4ecaf504-ecea-49f9-88c5-d972f07552d6 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-07b553e0-3d83-497e-b06c-3d692830605a {
  padding-top: 30px;
padding-bottom: 70px;
min-height: 50px;
}
@media (max-width: 767px){#s-07b553e0-3d83-497e-b06c-3d692830605a {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-07b553e0-3d83-497e-b06c-3d692830605a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07b553e0-3d83-497e-b06c-3d692830605a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6d3136c-9646-418a-b3ca-862ccbe2531a {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 80px;
padding-bottom: 10px;
padding-right: 80px;
max-width: 1420px;
text-align: left;
}
@media (max-width: 767px){#s-e6d3136c-9646-418a-b3ca-862ccbe2531a {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
max-width: 1420px;
text-align: center;
}
}
#s-e6d3136c-9646-418a-b3ca-862ccbe2531a .shogun-heading-component h2 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "Northwell";
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-e6d3136c-9646-418a-b3ca-862ccbe2531a .shogun-heading-component h2 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "Northwell";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e6d3136c-9646-418a-b3ca-862ccbe2531a .shogun-heading-component h2 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "Northwell";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-e6d3136c-9646-418a-b3ca-862ccbe2531a .shogun-heading-component h2 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "Northwell";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


}
#s-d841fe01-36a8-401d-96eb-ebe1a509d2b8 {
  margin-left: auto;
margin-right: auto;
padding-left: 80px;
padding-right: 80px;
max-width: 1420px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d841fe01-36a8-401d-96eb-ebe1a509d2b8 {
  padding-left: 50px;
padding-right: 50px;
}
}@media (max-width: 767px){#s-d841fe01-36a8-401d-96eb-ebe1a509d2b8 {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-d841fe01-36a8-401d-96eb-ebe1a509d2b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d841fe01-36a8-401d-96eb-ebe1a509d2b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d841fe01-36a8-401d-96eb-ebe1a509d2b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d841fe01-36a8-401d-96eb-ebe1a509d2b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-65b78a58-959a-4d58-a8bb-df877e0881ce {
  text-align: center;
}







  #s-65b78a58-959a-4d58-a8bb-df877e0881ce img.shogun-image {
    

    
    
    
  }


#s-65b78a58-959a-4d58-a8bb-df877e0881ce .shogun-image-content {
  
    align-items: center;
  
}

#s-7234c6ee-c6dd-4c6e-ae9b-d72edf2c95ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7234c6ee-c6dd-4c6e-ae9b-d72edf2c95ec .shogun-heading-component h3 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "BentonSans_Book";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1.2px;
  text-align: left;
}



.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-e613006d-85b7-4f4f-81b9-7e3d858f2427 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(85, 85, 85, 0.07);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(74, 74, 73, 1);
}
#s-e613006d-85b7-4f4f-81b9-7e3d858f2427:hover {background-color: rgba(85, 85, 85, 0.38) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e613006d-85b7-4f4f-81b9-7e3d858f2427:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-e613006d-85b7-4f4f-81b9-7e3d858f2427 {
  margin-bottom: 40px;
}
}

  #s-e613006d-85b7-4f4f-81b9-7e3d858f2427-root {
    text-align: left;
  }


#s-e613006d-85b7-4f4f-81b9-7e3d858f2427.shg-btn {
  color: rgba(74, 74, 73, 1);
  font-size: 16px;
  
  
  font-family: BentonSans_Light;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e613006d-85b7-4f4f-81b9-7e3d858f2427-root {
    text-align: left;
  }


#s-e613006d-85b7-4f4f-81b9-7e3d858f2427.shg-btn {
  color: rgba(74, 74, 73, 1);
  font-size: 16px;
  
  
  font-family: BentonSans_Light;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e613006d-85b7-4f4f-81b9-7e3d858f2427-root {
    text-align: left;
  }


#s-e613006d-85b7-4f4f-81b9-7e3d858f2427.shg-btn {
  color: rgba(74, 74, 73, 1);
  font-size: 16px;
  
  
  font-family: BentonSans_Light;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e613006d-85b7-4f4f-81b9-7e3d858f2427-root {
    text-align: left;
  }


#s-e613006d-85b7-4f4f-81b9-7e3d858f2427.shg-btn {
  color: rgba(74, 74, 73, 1);
  font-size: 16px;
  
  
  font-family: BentonSans_Light;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e613006d-85b7-4f4f-81b9-7e3d858f2427-root {
    text-align: left;
  }


#s-e613006d-85b7-4f4f-81b9-7e3d858f2427.shg-btn {
  color: rgba(74, 74, 73, 1);
  font-size: 14px;
  
  
  font-family: BentonSans_Light;
  display:  inline-block ;
}
}
  #s-e613006d-85b7-4f4f-81b9-7e3d858f2427-root {
    text-align: left;
  }


#s-e613006d-85b7-4f4f-81b9-7e3d858f2427.shg-btn {
  color: rgba(74, 74, 73, 1);
  font-size: 16px;
  
  
  font-family: BentonSans_Light;
  display:  inline-block ;
}

#s-6cd0e0ad-6e02-4213-ace5-08a866eb9bf9 {
  text-align: center;
}







  #s-6cd0e0ad-6e02-4213-ace5-08a866eb9bf9 img.shogun-image {
    

    
    
    
  }


#s-6cd0e0ad-6e02-4213-ace5-08a866eb9bf9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1bc0e161-538c-4435-89c4-ca60422e27f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1bc0e161-538c-4435-89c4-ca60422e27f6 .shogun-heading-component h3 {
  color: rgba(74, 74, 73, 1);
  font-weight:  normal ;
  font-family: "BentonSans_Book";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1.2px;
  text-align: left;
}



#s-e1fbdf90-a6f4-461b-b814-8b12c9e103c2 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(255, 255, 255, 1);
border-radius: 2px;
background-color: rgba(85, 85, 85, 0.07);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(74, 74, 73, 1);
}
#s-e1fbdf90-a6f4-461b-b814-8b12c9e103c2:hover {background-color: rgba(85, 85, 85, 0.38) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e1fbdf90-a6f4-461b-b814-8b12c9e103c2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e1fbdf90-a6f4-461b-b814-8b12c9e103c2-root {
    text-align: left;
  }


#s-e1fbdf90-a6f4-461b-b814-8b12c9e103c2.shg-btn {
  color: rgba(74, 74, 73, 1);
  font-size: 16px;
  
  
  font-family: BentonSans_Light;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e1fbdf90-a6f4-461b-b814-8b12c9e103c2-root {
    text-align: left;
  }


#s-e1fbdf90-a6f4-461b-b814-8b12c9e103c2.shg-btn {
  color: rgba(74, 74, 73, 1);
  font-size: 16px;
  
  
  font-family: BentonSans_Light;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1fbdf90-a6f4-461b-b814-8b12c9e103c2-root {
    text-align: left;
  }


#s-e1fbdf90-a6f4-461b-b814-8b12c9e103c2.shg-btn {
  color: rgba(74, 74, 73, 1);
  font-size: 16px;
  
  
  font-family: BentonSans_Light;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1fbdf90-a6f4-461b-b814-8b12c9e103c2-root {
    text-align: left;
  }


#s-e1fbdf90-a6f4-461b-b814-8b12c9e103c2.shg-btn {
  color: rgba(74, 74, 73, 1);
  font-size: 16px;
  
  
  font-family: BentonSans_Light;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e1fbdf90-a6f4-461b-b814-8b12c9e103c2-root {
    text-align: left;
  }


#s-e1fbdf90-a6f4-461b-b814-8b12c9e103c2.shg-btn {
  color: rgba(74, 74, 73, 1);
  font-size: 14px;
  
  
  font-family: BentonSans_Light;
  display:  inline-block ;
}
}
  #s-e1fbdf90-a6f4-461b-b814-8b12c9e103c2-root {
    text-align: left;
  }


#s-e1fbdf90-a6f4-461b-b814-8b12c9e103c2.shg-btn {
  color: rgba(74, 74, 73, 1);
  font-size: 16px;
  
  
  font-family: BentonSans_Light;
  display:  inline-block ;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}