.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-085cc8c5-3432-425c-a8a8-7991086d4601 {
  min-height: 50px;
}








#s-085cc8c5-3432-425c-a8a8-7991086d4601 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-085cc8c5-3432-425c-a8a8-7991086d4601.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-46757d91-e93e-4f8a-9730-5e4aedd89eb8 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46757d91-e93e-4f8a-9730-5e4aedd89eb8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display SC";
  font-style:  italic ;
  font-size: 50px;
  
  
  
}



#s-dd81c3e5-037b-4128-9839-10d456e2a27d {
  min-height: 50px;
}








#s-dd81c3e5-037b-4128-9839-10d456e2a27d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd81c3e5-037b-4128-9839-10d456e2a27d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5539d08-5ddf-479e-bbff-3ab3f6360b8c {
  min-height: 50px;
}








#s-b5539d08-5ddf-479e-bbff-3ab3f6360b8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5539d08-5ddf-479e-bbff-3ab3f6360b8c.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-8dd78576-c617-4eb7-9eb5-519efa70abe3 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-8dd78576-c617-4eb7-9eb5-519efa70abe3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8dd78576-c617-4eb7-9eb5-519efa70abe3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8dd78576-c617-4eb7-9eb5-519efa70abe3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8dd78576-c617-4eb7-9eb5-519efa70abe3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5dbf7f2d-fee0-4dbb-859f-ca30359daab8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5dbf7f2d-fee0-4dbb-859f-ca30359daab8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



.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: ;
}

#s-7155953c-6214-4205-bfd8-809af6a346bd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7155953c-6214-4205-bfd8-809af6a346bd {
  display: none;
}
#s-7155953c-6214-4205-bfd8-809af6a346bd, #wrap-s-7155953c-6214-4205-bfd8-809af6a346bd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7155953c-6214-4205-bfd8-809af6a346bd {
  display: none;
}
#s-7155953c-6214-4205-bfd8-809af6a346bd, #wrap-s-7155953c-6214-4205-bfd8-809af6a346bd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7155953c-6214-4205-bfd8-809af6a346bd {
  display: none;
}
#s-7155953c-6214-4205-bfd8-809af6a346bd, #wrap-s-7155953c-6214-4205-bfd8-809af6a346bd { display:none !important; }}







#s-7155953c-6214-4205-bfd8-809af6a346bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7155953c-6214-4205-bfd8-809af6a346bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f924ca31-4fb9-4e2d-b974-343264b44a7f {
  min-height: 50px;
}








#s-f924ca31-4fb9-4e2d-b974-343264b44a7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f924ca31-4fb9-4e2d-b974-343264b44a7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-750835e6-59ea-49d1-ac48-f6cc098624b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-750835e6-59ea-49d1-ac48-f6cc098624b0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-c83f7df3-6952-4838-8b2d-a9b4f8a9eb23 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c83f7df3-6952-4838-8b2d-a9b4f8a9eb23 {
  display: none;
}
#s-c83f7df3-6952-4838-8b2d-a9b4f8a9eb23, #wrap-s-c83f7df3-6952-4838-8b2d-a9b4f8a9eb23 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c83f7df3-6952-4838-8b2d-a9b4f8a9eb23 {
  display: none;
}
#s-c83f7df3-6952-4838-8b2d-a9b4f8a9eb23, #wrap-s-c83f7df3-6952-4838-8b2d-a9b4f8a9eb23 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c83f7df3-6952-4838-8b2d-a9b4f8a9eb23 {
  display: none;
}
#s-c83f7df3-6952-4838-8b2d-a9b4f8a9eb23, #wrap-s-c83f7df3-6952-4838-8b2d-a9b4f8a9eb23 { display:none !important; }}







#s-c83f7df3-6952-4838-8b2d-a9b4f8a9eb23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c83f7df3-6952-4838-8b2d-a9b4f8a9eb23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-123fbae7-9093-4dcf-8bf4-e460f192aca4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-123fbae7-9093-4dcf-8bf4-e460f192aca4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-2ae60588-33bf-48f3-b9c0-7ba16c5c722b {
  min-height: 50px;
}








#s-2ae60588-33bf-48f3-b9c0-7ba16c5c722b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ae60588-33bf-48f3-b9c0-7ba16c5c722b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4692fd4-92bd-4db2-8cb4-60a629a86f3d {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-a4692fd4-92bd-4db2-8cb4-60a629a86f3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a4692fd4-92bd-4db2-8cb4-60a629a86f3d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a4692fd4-92bd-4db2-8cb4-60a629a86f3d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4692fd4-92bd-4db2-8cb4-60a629a86f3d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4b0a2932-67ca-4c02-88cb-6618739c41e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4b0a2932-67ca-4c02-88cb-6618739c41e9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-c20dd71c-44ad-4053-9481-4988009b51f4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c20dd71c-44ad-4053-9481-4988009b51f4 {
  display: none;
}
#s-c20dd71c-44ad-4053-9481-4988009b51f4, #wrap-s-c20dd71c-44ad-4053-9481-4988009b51f4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c20dd71c-44ad-4053-9481-4988009b51f4 {
  display: none;
}
#s-c20dd71c-44ad-4053-9481-4988009b51f4, #wrap-s-c20dd71c-44ad-4053-9481-4988009b51f4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c20dd71c-44ad-4053-9481-4988009b51f4 {
  display: none;
}
#s-c20dd71c-44ad-4053-9481-4988009b51f4, #wrap-s-c20dd71c-44ad-4053-9481-4988009b51f4 { display:none !important; }}







#s-c20dd71c-44ad-4053-9481-4988009b51f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c20dd71c-44ad-4053-9481-4988009b51f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-701613ac-27cd-4403-89aa-2cb29126c65b {
  min-height: 50px;
}








#s-701613ac-27cd-4403-89aa-2cb29126c65b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-701613ac-27cd-4403-89aa-2cb29126c65b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89fe522f-8115-4fd4-8109-481891217ec9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-89fe522f-8115-4fd4-8109-481891217ec9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-6bde6d7b-23e5-4177-8c0c-c23d3c8e244f {
  min-height: 50px;
}








#s-6bde6d7b-23e5-4177-8c0c-c23d3c8e244f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bde6d7b-23e5-4177-8c0c-c23d3c8e244f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-309b1f94-a1fc-4ca2-b0e4-8614d9d751da {
  min-height: 50px;
}
@media (min-width: 1200px){#s-309b1f94-a1fc-4ca2-b0e4-8614d9d751da {
  display: none;
}
#s-309b1f94-a1fc-4ca2-b0e4-8614d9d751da, #wrap-s-309b1f94-a1fc-4ca2-b0e4-8614d9d751da { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-309b1f94-a1fc-4ca2-b0e4-8614d9d751da {
  display: none;
}
#s-309b1f94-a1fc-4ca2-b0e4-8614d9d751da, #wrap-s-309b1f94-a1fc-4ca2-b0e4-8614d9d751da { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-309b1f94-a1fc-4ca2-b0e4-8614d9d751da {
  display: none;
}
#s-309b1f94-a1fc-4ca2-b0e4-8614d9d751da, #wrap-s-309b1f94-a1fc-4ca2-b0e4-8614d9d751da { display:none !important; }}







#s-309b1f94-a1fc-4ca2-b0e4-8614d9d751da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-309b1f94-a1fc-4ca2-b0e4-8614d9d751da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7538bfd-094a-4eb9-a422-16e89d6c6af8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b7538bfd-094a-4eb9-a422-16e89d6c6af8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-88b2f791-7621-4f05-8a38-bbc32e6333c5 {
  min-height: 50px;
}








#s-88b2f791-7621-4f05-8a38-bbc32e6333c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88b2f791-7621-4f05-8a38-bbc32e6333c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e72853a8-4041-4138-b330-32cf55c7bbbd {
  margin-top: 1px;
margin-left: 10%;
margin-bottom: 1px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-e72853a8-4041-4138-b330-32cf55c7bbbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e72853a8-4041-4138-b330-32cf55c7bbbd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e72853a8-4041-4138-b330-32cf55c7bbbd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e72853a8-4041-4138-b330-32cf55c7bbbd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-52b6fb43-2ff0-4bcc-a783-cbced035c376 {
  min-height: 50px;
}








#s-52b6fb43-2ff0-4bcc-a783-cbced035c376 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52b6fb43-2ff0-4bcc-a783-cbced035c376.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28cc874e-a22e-45bf-9b72-5c7cbaa68330 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-28cc874e-a22e-45bf-9b72-5c7cbaa68330 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-f8983f67-1ce7-40ee-908a-b203721c04dc {
  min-height: 50px;
}








#s-f8983f67-1ce7-40ee-908a-b203721c04dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8983f67-1ce7-40ee-908a-b203721c04dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6d57176-e20a-4786-afd2-1ef797b747c7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d6d57176-e20a-4786-afd2-1ef797b747c7 {
  display: none;
}
#s-d6d57176-e20a-4786-afd2-1ef797b747c7, #wrap-s-d6d57176-e20a-4786-afd2-1ef797b747c7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6d57176-e20a-4786-afd2-1ef797b747c7 {
  display: none;
}
#s-d6d57176-e20a-4786-afd2-1ef797b747c7, #wrap-s-d6d57176-e20a-4786-afd2-1ef797b747c7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d6d57176-e20a-4786-afd2-1ef797b747c7 {
  display: none;
}
#s-d6d57176-e20a-4786-afd2-1ef797b747c7, #wrap-s-d6d57176-e20a-4786-afd2-1ef797b747c7 { display:none !important; }}







#s-d6d57176-e20a-4786-afd2-1ef797b747c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6d57176-e20a-4786-afd2-1ef797b747c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f61b1b8-19e5-4774-b3b5-cf4cb43540d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3f61b1b8-19e5-4774-b3b5-cf4cb43540d4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-8bb66b01-d609-4ba9-9732-5bd3b13d7d51 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8bb66b01-d609-4ba9-9732-5bd3b13d7d51 {
  display: none;
}
#s-8bb66b01-d609-4ba9-9732-5bd3b13d7d51, #wrap-s-8bb66b01-d609-4ba9-9732-5bd3b13d7d51 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8bb66b01-d609-4ba9-9732-5bd3b13d7d51 {
  display: none;
}
#s-8bb66b01-d609-4ba9-9732-5bd3b13d7d51, #wrap-s-8bb66b01-d609-4ba9-9732-5bd3b13d7d51 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8bb66b01-d609-4ba9-9732-5bd3b13d7d51 {
  display: none;
}
#s-8bb66b01-d609-4ba9-9732-5bd3b13d7d51, #wrap-s-8bb66b01-d609-4ba9-9732-5bd3b13d7d51 { display:none !important; }}







#s-8bb66b01-d609-4ba9-9732-5bd3b13d7d51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bb66b01-d609-4ba9-9732-5bd3b13d7d51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6596cc48-460a-4a0b-a2c5-5b7cec390770 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6596cc48-460a-4a0b-a2c5-5b7cec390770 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-0b124a55-ebfe-4186-b66e-bfe2d384143a {
  min-height: 50px;
}








#s-0b124a55-ebfe-4186-b66e-bfe2d384143a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b124a55-ebfe-4186-b66e-bfe2d384143a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71738579-00ef-4881-a3c6-7d30835056f8 {
  margin-top: 1px;
margin-left: 10%;
margin-bottom: 1px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-71738579-00ef-4881-a3c6-7d30835056f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71738579-00ef-4881-a3c6-7d30835056f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-71738579-00ef-4881-a3c6-7d30835056f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-71738579-00ef-4881-a3c6-7d30835056f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-131789fe-09b0-46b0-89ed-a1d4adfa3dbb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-131789fe-09b0-46b0-89ed-a1d4adfa3dbb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-30df27d4-be60-403f-8138-c277307d12e7 {
  min-height: 50px;
}








#s-30df27d4-be60-403f-8138-c277307d12e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30df27d4-be60-403f-8138-c277307d12e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8972e533-5dab-4cdc-a3aa-853db47b93e2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8972e533-5dab-4cdc-a3aa-853db47b93e2 {
  display: none;
}
#s-8972e533-5dab-4cdc-a3aa-853db47b93e2, #wrap-s-8972e533-5dab-4cdc-a3aa-853db47b93e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8972e533-5dab-4cdc-a3aa-853db47b93e2 {
  display: none;
}
#s-8972e533-5dab-4cdc-a3aa-853db47b93e2, #wrap-s-8972e533-5dab-4cdc-a3aa-853db47b93e2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8972e533-5dab-4cdc-a3aa-853db47b93e2 {
  display: none;
}
#s-8972e533-5dab-4cdc-a3aa-853db47b93e2, #wrap-s-8972e533-5dab-4cdc-a3aa-853db47b93e2 { display:none !important; }}







#s-8972e533-5dab-4cdc-a3aa-853db47b93e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8972e533-5dab-4cdc-a3aa-853db47b93e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20de1d73-42de-4216-8e48-76ffb5648e27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-20de1d73-42de-4216-8e48-76ffb5648e27 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-3c6157f8-db2d-477c-82db-36d54e0e30e7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-3c6157f8-db2d-477c-82db-36d54e0e30e7 {
  display: none;
}
#s-3c6157f8-db2d-477c-82db-36d54e0e30e7, #wrap-s-3c6157f8-db2d-477c-82db-36d54e0e30e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c6157f8-db2d-477c-82db-36d54e0e30e7 {
  display: none;
}
#s-3c6157f8-db2d-477c-82db-36d54e0e30e7, #wrap-s-3c6157f8-db2d-477c-82db-36d54e0e30e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c6157f8-db2d-477c-82db-36d54e0e30e7 {
  display: none;
}
#s-3c6157f8-db2d-477c-82db-36d54e0e30e7, #wrap-s-3c6157f8-db2d-477c-82db-36d54e0e30e7 { display:none !important; }}







#s-3c6157f8-db2d-477c-82db-36d54e0e30e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c6157f8-db2d-477c-82db-36d54e0e30e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20cfae11-8a3d-484c-af79-5eb55082c79b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-20cfae11-8a3d-484c-af79-5eb55082c79b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-8d19c619-813a-4ea1-b3df-6aecc35cbfaa {
  min-height: 50px;
}








#s-8d19c619-813a-4ea1-b3df-6aecc35cbfaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d19c619-813a-4ea1-b3df-6aecc35cbfaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e55283c9-7ce7-4868-9c67-cc53b722a9ac {
  min-height: 50px;
}








#s-e55283c9-7ce7-4868-9c67-cc53b722a9ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e55283c9-7ce7-4868-9c67-cc53b722a9ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-d8945516-1b3f-47d7-8d55-ccc2247ddd33 {
  margin-left: 10%;
margin-right: 10%;
}

#s-d8945516-1b3f-47d7-8d55-ccc2247ddd33 hr {
  border-top: 2px solid #ddd;
}

#s-9439c34d-279b-4a70-86c5-0006e1bea60f {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9439c34d-279b-4a70-86c5-0006e1bea60f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display SC";
  font-style:  italic ;
  font-size: 50px;
  
  
  
}



#s-0d9f0222-cd9b-4273-8dea-ccf0570ffc67 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-0d9f0222-cd9b-4273-8dea-ccf0570ffc67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d9f0222-cd9b-4273-8dea-ccf0570ffc67"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0d9f0222-cd9b-4273-8dea-ccf0570ffc67"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d9f0222-cd9b-4273-8dea-ccf0570ffc67"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-67934fa3-f28d-4d9c-8a13-691468608cc4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-67934fa3-f28d-4d9c-8a13-691468608cc4 {
  display: none;
}
#s-67934fa3-f28d-4d9c-8a13-691468608cc4, #wrap-s-67934fa3-f28d-4d9c-8a13-691468608cc4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67934fa3-f28d-4d9c-8a13-691468608cc4 {
  display: none;
}
#s-67934fa3-f28d-4d9c-8a13-691468608cc4, #wrap-s-67934fa3-f28d-4d9c-8a13-691468608cc4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67934fa3-f28d-4d9c-8a13-691468608cc4 {
  display: none;
}
#s-67934fa3-f28d-4d9c-8a13-691468608cc4, #wrap-s-67934fa3-f28d-4d9c-8a13-691468608cc4 { display:none !important; }}







#s-67934fa3-f28d-4d9c-8a13-691468608cc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67934fa3-f28d-4d9c-8a13-691468608cc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0dc25336-c857-467c-921f-4ceb689ac106 {
  min-height: 50px;
}








#s-0dc25336-c857-467c-921f-4ceb689ac106 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0dc25336-c857-467c-921f-4ceb689ac106.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07482f58-a5c1-46b0-9289-261939d1427b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-07482f58-a5c1-46b0-9289-261939d1427b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-1c61b775-b570-400c-8305-fad9202a83d5 {
  min-height: 50px;
}








#s-1c61b775-b570-400c-8305-fad9202a83d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c61b775-b570-400c-8305-fad9202a83d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5800f7d5-36ed-4666-8f92-ae3752b86828 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5800f7d5-36ed-4666-8f92-ae3752b86828 {
  display: none;
}
#s-5800f7d5-36ed-4666-8f92-ae3752b86828, #wrap-s-5800f7d5-36ed-4666-8f92-ae3752b86828 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5800f7d5-36ed-4666-8f92-ae3752b86828 {
  display: none;
}
#s-5800f7d5-36ed-4666-8f92-ae3752b86828, #wrap-s-5800f7d5-36ed-4666-8f92-ae3752b86828 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5800f7d5-36ed-4666-8f92-ae3752b86828 {
  display: none;
}
#s-5800f7d5-36ed-4666-8f92-ae3752b86828, #wrap-s-5800f7d5-36ed-4666-8f92-ae3752b86828 { display:none !important; }}







#s-5800f7d5-36ed-4666-8f92-ae3752b86828 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5800f7d5-36ed-4666-8f92-ae3752b86828.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1f9d368-32e9-406b-bdac-c1856b979575 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e1f9d368-32e9-406b-bdac-c1856b979575 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-72576847-4f8d-4983-85e9-0b9331b96105 {
  min-height: 50px;
}








#s-72576847-4f8d-4983-85e9-0b9331b96105 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72576847-4f8d-4983-85e9-0b9331b96105.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6af0995a-51ff-4a65-80de-75ac0dbc52d2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6af0995a-51ff-4a65-80de-75ac0dbc52d2 {
  display: none;
}
#s-6af0995a-51ff-4a65-80de-75ac0dbc52d2, #wrap-s-6af0995a-51ff-4a65-80de-75ac0dbc52d2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6af0995a-51ff-4a65-80de-75ac0dbc52d2 {
  display: none;
}
#s-6af0995a-51ff-4a65-80de-75ac0dbc52d2, #wrap-s-6af0995a-51ff-4a65-80de-75ac0dbc52d2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6af0995a-51ff-4a65-80de-75ac0dbc52d2 {
  display: none;
}
#s-6af0995a-51ff-4a65-80de-75ac0dbc52d2, #wrap-s-6af0995a-51ff-4a65-80de-75ac0dbc52d2 { display:none !important; }}







#s-6af0995a-51ff-4a65-80de-75ac0dbc52d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6af0995a-51ff-4a65-80de-75ac0dbc52d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-367eecfd-ae50-4606-a5d6-f50de7b64a61 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-367eecfd-ae50-4606-a5d6-f50de7b64a61 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-760109ae-6fe8-47bf-9d33-d21569593ae8 {
  min-height: 50px;
}








#s-760109ae-6fe8-47bf-9d33-d21569593ae8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-760109ae-6fe8-47bf-9d33-d21569593ae8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ef48168-0639-4e9a-9821-8dba6d57c70f {
  margin-left: 10%;
margin-right: 10%;
}

#s-2ef48168-0639-4e9a-9821-8dba6d57c70f hr {
  border-top: 2px solid #ddd;
}

#s-1b704fc9-199f-4d0d-ba35-598b5304213a {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b704fc9-199f-4d0d-ba35-598b5304213a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display SC";
  font-style:  italic ;
  font-size: 50px;
  
  
  
}



#s-5aae95f4-7985-48ee-8a2e-45fc8986da4e {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-5aae95f4-7985-48ee-8a2e-45fc8986da4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5aae95f4-7985-48ee-8a2e-45fc8986da4e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5aae95f4-7985-48ee-8a2e-45fc8986da4e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5aae95f4-7985-48ee-8a2e-45fc8986da4e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-35a14718-7ef2-418a-a055-8f5ef7551f9d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-35a14718-7ef2-418a-a055-8f5ef7551f9d {
  display: none;
}
#s-35a14718-7ef2-418a-a055-8f5ef7551f9d, #wrap-s-35a14718-7ef2-418a-a055-8f5ef7551f9d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-35a14718-7ef2-418a-a055-8f5ef7551f9d {
  display: none;
}
#s-35a14718-7ef2-418a-a055-8f5ef7551f9d, #wrap-s-35a14718-7ef2-418a-a055-8f5ef7551f9d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-35a14718-7ef2-418a-a055-8f5ef7551f9d {
  display: none;
}
#s-35a14718-7ef2-418a-a055-8f5ef7551f9d, #wrap-s-35a14718-7ef2-418a-a055-8f5ef7551f9d { display:none !important; }}







#s-35a14718-7ef2-418a-a055-8f5ef7551f9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35a14718-7ef2-418a-a055-8f5ef7551f9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-482e32fb-41fd-4186-8dd0-e4e2b314349f {
  min-height: 50px;
}








#s-482e32fb-41fd-4186-8dd0-e4e2b314349f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-482e32fb-41fd-4186-8dd0-e4e2b314349f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-921f3b93-6e51-4b1c-900b-3493a0c8c64c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-921f3b93-6e51-4b1c-900b-3493a0c8c64c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-2542977f-c0d7-407f-8468-4ae590756516 {
  min-height: 50px;
}








#s-2542977f-c0d7-407f-8468-4ae590756516 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2542977f-c0d7-407f-8468-4ae590756516.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-661f734c-b178-4f00-a592-2b08fa5d7219 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-661f734c-b178-4f00-a592-2b08fa5d7219 {
  display: none;
}
#s-661f734c-b178-4f00-a592-2b08fa5d7219, #wrap-s-661f734c-b178-4f00-a592-2b08fa5d7219 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-661f734c-b178-4f00-a592-2b08fa5d7219 {
  display: none;
}
#s-661f734c-b178-4f00-a592-2b08fa5d7219, #wrap-s-661f734c-b178-4f00-a592-2b08fa5d7219 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-661f734c-b178-4f00-a592-2b08fa5d7219 {
  display: none;
}
#s-661f734c-b178-4f00-a592-2b08fa5d7219, #wrap-s-661f734c-b178-4f00-a592-2b08fa5d7219 { display:none !important; }}







#s-661f734c-b178-4f00-a592-2b08fa5d7219 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-661f734c-b178-4f00-a592-2b08fa5d7219.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79f5d44c-e2fa-4e44-b7e9-3394f28f3bc8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-79f5d44c-e2fa-4e44-b7e9-3394f28f3bc8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-7b0143fd-60db-47cb-bb1a-5c6db329ca79 {
  min-height: 50px;
}








#s-7b0143fd-60db-47cb-bb1a-5c6db329ca79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b0143fd-60db-47cb-bb1a-5c6db329ca79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17888092-9b2c-4405-bc7f-5c21e374e69b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-17888092-9b2c-4405-bc7f-5c21e374e69b {
  display: none;
}
#s-17888092-9b2c-4405-bc7f-5c21e374e69b, #wrap-s-17888092-9b2c-4405-bc7f-5c21e374e69b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17888092-9b2c-4405-bc7f-5c21e374e69b {
  display: none;
}
#s-17888092-9b2c-4405-bc7f-5c21e374e69b, #wrap-s-17888092-9b2c-4405-bc7f-5c21e374e69b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17888092-9b2c-4405-bc7f-5c21e374e69b {
  display: none;
}
#s-17888092-9b2c-4405-bc7f-5c21e374e69b, #wrap-s-17888092-9b2c-4405-bc7f-5c21e374e69b { display:none !important; }}







#s-17888092-9b2c-4405-bc7f-5c21e374e69b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17888092-9b2c-4405-bc7f-5c21e374e69b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb6841d9-a4e7-4da6-b16b-b732faa1c7a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bb6841d9-a4e7-4da6-b16b-b732faa1c7a7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-02d4451e-6ff8-441e-a42a-ca83c5b42556 {
  min-height: 50px;
}








#s-02d4451e-6ff8-441e-a42a-ca83c5b42556 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02d4451e-6ff8-441e-a42a-ca83c5b42556.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-490cd7a9-92c3-4eb6-9cd0-5e1053901126 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-490cd7a9-92c3-4eb6-9cd0-5e1053901126"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-490cd7a9-92c3-4eb6-9cd0-5e1053901126"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-490cd7a9-92c3-4eb6-9cd0-5e1053901126"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-490cd7a9-92c3-4eb6-9cd0-5e1053901126"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c14e772c-5313-4907-8247-bc0a568de7d0 {
  min-height: 50px;
}








#s-c14e772c-5313-4907-8247-bc0a568de7d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c14e772c-5313-4907-8247-bc0a568de7d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67bc17c2-cb8c-422b-8bdd-4c03fa97c0af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-67bc17c2-cb8c-422b-8bdd-4c03fa97c0af .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-eb2d8cc5-4d11-4383-9fa4-891802f5485c {
  min-height: 50px;
}








#s-eb2d8cc5-4d11-4383-9fa4-891802f5485c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb2d8cc5-4d11-4383-9fa4-891802f5485c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03901787-1995-4ee9-b915-ac81fe970d58 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-03901787-1995-4ee9-b915-ac81fe970d58 {
  display: none;
}
#s-03901787-1995-4ee9-b915-ac81fe970d58, #wrap-s-03901787-1995-4ee9-b915-ac81fe970d58 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03901787-1995-4ee9-b915-ac81fe970d58 {
  display: none;
}
#s-03901787-1995-4ee9-b915-ac81fe970d58, #wrap-s-03901787-1995-4ee9-b915-ac81fe970d58 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-03901787-1995-4ee9-b915-ac81fe970d58 {
  display: none;
}
#s-03901787-1995-4ee9-b915-ac81fe970d58, #wrap-s-03901787-1995-4ee9-b915-ac81fe970d58 { display:none !important; }}







#s-03901787-1995-4ee9-b915-ac81fe970d58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03901787-1995-4ee9-b915-ac81fe970d58.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0eebcc17-27f3-424d-be34-62bfd9bd9de5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0eebcc17-27f3-424d-be34-62bfd9bd9de5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-30d78761-f100-4c12-bc0f-6fe05ea122ff {
  min-height: 50px;
}








#s-30d78761-f100-4c12-bc0f-6fe05ea122ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30d78761-f100-4c12-bc0f-6fe05ea122ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32405bc6-6d32-4ad2-8814-937b699ae03b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-32405bc6-6d32-4ad2-8814-937b699ae03b {
  display: none;
}
#s-32405bc6-6d32-4ad2-8814-937b699ae03b, #wrap-s-32405bc6-6d32-4ad2-8814-937b699ae03b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32405bc6-6d32-4ad2-8814-937b699ae03b {
  display: none;
}
#s-32405bc6-6d32-4ad2-8814-937b699ae03b, #wrap-s-32405bc6-6d32-4ad2-8814-937b699ae03b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32405bc6-6d32-4ad2-8814-937b699ae03b {
  display: none;
}
#s-32405bc6-6d32-4ad2-8814-937b699ae03b, #wrap-s-32405bc6-6d32-4ad2-8814-937b699ae03b { display:none !important; }}







#s-32405bc6-6d32-4ad2-8814-937b699ae03b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32405bc6-6d32-4ad2-8814-937b699ae03b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-337c3e5f-abc8-4b2b-a837-8f696cae9cfc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-337c3e5f-abc8-4b2b-a837-8f696cae9cfc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-5627e1ef-bb87-43c3-9363-5b5f264028ce {
  min-height: 50px;
}








#s-5627e1ef-bb87-43c3-9363-5b5f264028ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5627e1ef-bb87-43c3-9363-5b5f264028ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbab28e7-71ff-4638-a3a2-83195a142f1e {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-dbab28e7-71ff-4638-a3a2-83195a142f1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dbab28e7-71ff-4638-a3a2-83195a142f1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dbab28e7-71ff-4638-a3a2-83195a142f1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbab28e7-71ff-4638-a3a2-83195a142f1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bd6debe4-33d4-473a-8f5c-0d2176bf4376 {
  min-height: 50px;
}








#s-bd6debe4-33d4-473a-8f5c-0d2176bf4376 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd6debe4-33d4-473a-8f5c-0d2176bf4376.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-190c9b47-73d8-45b6-84af-989cd6d86340 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-190c9b47-73d8-45b6-84af-989cd6d86340 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-6c9d6d7b-f45b-45cd-a0cf-c351beff8bf4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6c9d6d7b-f45b-45cd-a0cf-c351beff8bf4 {
  display: none;
}
#s-6c9d6d7b-f45b-45cd-a0cf-c351beff8bf4, #wrap-s-6c9d6d7b-f45b-45cd-a0cf-c351beff8bf4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c9d6d7b-f45b-45cd-a0cf-c351beff8bf4 {
  display: none;
}
#s-6c9d6d7b-f45b-45cd-a0cf-c351beff8bf4, #wrap-s-6c9d6d7b-f45b-45cd-a0cf-c351beff8bf4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c9d6d7b-f45b-45cd-a0cf-c351beff8bf4 {
  display: none;
}
#s-6c9d6d7b-f45b-45cd-a0cf-c351beff8bf4, #wrap-s-6c9d6d7b-f45b-45cd-a0cf-c351beff8bf4 { display:none !important; }}







#s-6c9d6d7b-f45b-45cd-a0cf-c351beff8bf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c9d6d7b-f45b-45cd-a0cf-c351beff8bf4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06f8f154-8ea0-4999-b5eb-46dcaf3fb2fd {
  min-height: 50px;
}








#s-06f8f154-8ea0-4999-b5eb-46dcaf3fb2fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06f8f154-8ea0-4999-b5eb-46dcaf3fb2fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c4e537e-1efb-4021-9da2-233d4c1a7725 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9c4e537e-1efb-4021-9da2-233d4c1a7725 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-9d34dcd9-0653-4519-a1cc-3764004584b3 {
  min-height: 50px;
}








#s-9d34dcd9-0653-4519-a1cc-3764004584b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d34dcd9-0653-4519-a1cc-3764004584b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db76e523-5597-478b-b01e-06f2e687c4ca {
  min-height: 50px;
}
@media (min-width: 1200px){#s-db76e523-5597-478b-b01e-06f2e687c4ca {
  display: none;
}
#s-db76e523-5597-478b-b01e-06f2e687c4ca, #wrap-s-db76e523-5597-478b-b01e-06f2e687c4ca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db76e523-5597-478b-b01e-06f2e687c4ca {
  display: none;
}
#s-db76e523-5597-478b-b01e-06f2e687c4ca, #wrap-s-db76e523-5597-478b-b01e-06f2e687c4ca { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db76e523-5597-478b-b01e-06f2e687c4ca {
  display: none;
}
#s-db76e523-5597-478b-b01e-06f2e687c4ca, #wrap-s-db76e523-5597-478b-b01e-06f2e687c4ca { display:none !important; }}







#s-db76e523-5597-478b-b01e-06f2e687c4ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db76e523-5597-478b-b01e-06f2e687c4ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffa69fa4-f005-47df-a913-84a3bc351b00 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ffa69fa4-f005-47df-a913-84a3bc351b00 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-a7eb3064-838c-403f-a8ff-adfd83201ea1 {
  min-height: 50px;
}








#s-a7eb3064-838c-403f-a8ff-adfd83201ea1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7eb3064-838c-403f-a8ff-adfd83201ea1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89bd7625-3c3b-4ae9-bdaa-1eabaeb41a89 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-89bd7625-3c3b-4ae9-bdaa-1eabaeb41a89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89bd7625-3c3b-4ae9-bdaa-1eabaeb41a89"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-89bd7625-3c3b-4ae9-bdaa-1eabaeb41a89"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-89bd7625-3c3b-4ae9-bdaa-1eabaeb41a89"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d45753fd-4df1-469b-8146-1248a878a4c9 {
  min-height: 50px;
}








#s-d45753fd-4df1-469b-8146-1248a878a4c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d45753fd-4df1-469b-8146-1248a878a4c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22dc9542-c737-4e4f-9c87-f4035f8fe77d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-22dc9542-c737-4e4f-9c87-f4035f8fe77d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-a1db4069-31ba-4a6e-b24a-17b4648bdc3b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a1db4069-31ba-4a6e-b24a-17b4648bdc3b {
  display: none;
}
#s-a1db4069-31ba-4a6e-b24a-17b4648bdc3b, #wrap-s-a1db4069-31ba-4a6e-b24a-17b4648bdc3b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1db4069-31ba-4a6e-b24a-17b4648bdc3b {
  display: none;
}
#s-a1db4069-31ba-4a6e-b24a-17b4648bdc3b, #wrap-s-a1db4069-31ba-4a6e-b24a-17b4648bdc3b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1db4069-31ba-4a6e-b24a-17b4648bdc3b {
  display: none;
}
#s-a1db4069-31ba-4a6e-b24a-17b4648bdc3b, #wrap-s-a1db4069-31ba-4a6e-b24a-17b4648bdc3b { display:none !important; }}







#s-a1db4069-31ba-4a6e-b24a-17b4648bdc3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1db4069-31ba-4a6e-b24a-17b4648bdc3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f5af4f0-4561-4c96-a019-78abf014d321 {
  min-height: 50px;
}








#s-0f5af4f0-4561-4c96-a019-78abf014d321 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f5af4f0-4561-4c96-a019-78abf014d321.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a25a9ab8-01d1-46b2-8991-47f65dd5c6fe {
  min-height: 50px;
}








#s-a25a9ab8-01d1-46b2-8991-47f65dd5c6fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a25a9ab8-01d1-46b2-8991-47f65dd5c6fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b2d0117-cfcb-4f40-84e1-14a37798ac8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4b2d0117-cfcb-4f40-84e1-14a37798ac8f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-40e7d2ab-7055-49b2-a79c-abfd4c3d853a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-40e7d2ab-7055-49b2-a79c-abfd4c3d853a {
  display: none;
}
#s-40e7d2ab-7055-49b2-a79c-abfd4c3d853a, #wrap-s-40e7d2ab-7055-49b2-a79c-abfd4c3d853a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40e7d2ab-7055-49b2-a79c-abfd4c3d853a {
  display: none;
}
#s-40e7d2ab-7055-49b2-a79c-abfd4c3d853a, #wrap-s-40e7d2ab-7055-49b2-a79c-abfd4c3d853a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-40e7d2ab-7055-49b2-a79c-abfd4c3d853a {
  display: none;
}
#s-40e7d2ab-7055-49b2-a79c-abfd4c3d853a, #wrap-s-40e7d2ab-7055-49b2-a79c-abfd4c3d853a { display:none !important; }}







#s-40e7d2ab-7055-49b2-a79c-abfd4c3d853a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40e7d2ab-7055-49b2-a79c-abfd4c3d853a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5434452c-bcdc-48ab-a064-a06b6be5acd1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5434452c-bcdc-48ab-a064-a06b6be5acd1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-86804650-7be7-43ff-ae08-3b3fad8db5f2 {
  min-height: 50px;
}








#s-86804650-7be7-43ff-ae08-3b3fad8db5f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86804650-7be7-43ff-ae08-3b3fad8db5f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbee532f-728d-4513-8940-3515c3a3cf29 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-fbee532f-728d-4513-8940-3515c3a3cf29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbee532f-728d-4513-8940-3515c3a3cf29"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fbee532f-728d-4513-8940-3515c3a3cf29"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbee532f-728d-4513-8940-3515c3a3cf29"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3ef7a45e-cf20-4db0-a0ee-2ded859257b8 {
  min-height: 50px;
}








#s-3ef7a45e-cf20-4db0-a0ee-2ded859257b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ef7a45e-cf20-4db0-a0ee-2ded859257b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b5694b8-6960-4006-b15d-14bb1e37f056 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4b5694b8-6960-4006-b15d-14bb1e37f056 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-b82a4a4d-fa01-4a1c-9ab9-97f598a9304d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b82a4a4d-fa01-4a1c-9ab9-97f598a9304d {
  display: none;
}
#s-b82a4a4d-fa01-4a1c-9ab9-97f598a9304d, #wrap-s-b82a4a4d-fa01-4a1c-9ab9-97f598a9304d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b82a4a4d-fa01-4a1c-9ab9-97f598a9304d {
  display: none;
}
#s-b82a4a4d-fa01-4a1c-9ab9-97f598a9304d, #wrap-s-b82a4a4d-fa01-4a1c-9ab9-97f598a9304d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b82a4a4d-fa01-4a1c-9ab9-97f598a9304d {
  display: none;
}
#s-b82a4a4d-fa01-4a1c-9ab9-97f598a9304d, #wrap-s-b82a4a4d-fa01-4a1c-9ab9-97f598a9304d { display:none !important; }}







#s-b82a4a4d-fa01-4a1c-9ab9-97f598a9304d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b82a4a4d-fa01-4a1c-9ab9-97f598a9304d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16161ec8-744c-4415-9f72-6e5f9f85303e {
  min-height: 50px;
}








#s-16161ec8-744c-4415-9f72-6e5f9f85303e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16161ec8-744c-4415-9f72-6e5f9f85303e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc0e9ba1-9aa9-4f3b-9a01-4e995bd8ce23 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fc0e9ba1-9aa9-4f3b-9a01-4e995bd8ce23 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Playfair Display";
  font-style:  italic ;
  font-size: 25px;
  
  
  text-align: left;
}



/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
