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

.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-0c73ce46-bc0d-44a7-a982-37661d75ed31 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}

#s-0c73ce46-bc0d-44a7-a982-37661d75ed31 {
  background-image: url(https://i.shgcdn.com/188397b2-7555-4446-bcbd-adcdd2c0aab8/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0c73ce46-bc0d-44a7-a982-37661d75ed31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c73ce46-bc0d-44a7-a982-37661d75ed31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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 {
  
  
  
}

.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;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

.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 {
  
  
  
}

.shg-theme-text-content p {
  
  
  
}

#s-79d11c6b-b1ca-4fdf-9cff-8ffd74cafedd {
  margin-top: 0em;
margin-bottom: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(83, 77, 71, 1);
border-style: solid;
}

#s-c6654c77-6b7b-4bda-b58e-374fd93bb4ec {
  margin-bottom: 100px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-c6654c77-6b7b-4bda-b58e-374fd93bb4ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6654c77-6b7b-4bda-b58e-374fd93bb4ec.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;
  
  
  text-transform: none;
  
  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-59cca9c6-067e-4b8f-94c8-f408f57701b0 {
  margin-top: 50px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59cca9c6-067e-4b8f-94c8-f408f57701b0 .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-4d39c1a4-7483-42d4-ba3a-77aa2db76807 {
  margin-left: 0%;
margin-bottom: 48px;
margin-right: 0%;
padding-top: 19px;
padding-bottom: 19px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(83, 77, 71, 1);
border-style: solid;
}

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

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-2465b565-c307-4cd8-9bac-32b350503a93 {
  margin-top: 0px;
margin-left: 13%;
margin-bottom: 0px;
margin-right: 13%;
}

@media (min-width: 0px) {
[id="s-2465b565-c307-4cd8-9bac-32b350503a93"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2465b565-c307-4cd8-9bac-32b350503a93"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2465b565-c307-4cd8-9bac-32b350503a93"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2465b565-c307-4cd8-9bac-32b350503a93"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

.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;
  flex-direction: column;
  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-efccaa98-ee3f-4337-8746-973ae3c9b3cf {
  border-style: solid;
padding-left: 15%;
padding-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
text-align: center;
}

#s-efccaa98-ee3f-4337-8746-973ae3c9b3cf {
  overflow: hidden;
  
  
}







  #s-efccaa98-ee3f-4337-8746-973ae3c9b3cf img.shogun-image {
    

    
    
    
  }


#s-efccaa98-ee3f-4337-8746-973ae3c9b3cf .shogun-image-content {
  
    justify-content: center;
  
}

#s-45ae2ede-6d2e-4a40-9813-1501b14e49cb {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-45ae2ede-6d2e-4a40-9813-1501b14e49cb .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1f5a5db9-66fe-4191-9592-1dd12799a208 {
  padding-left: 15%;
padding-right: 15%;
text-align: center;
}

#s-1f5a5db9-66fe-4191-9592-1dd12799a208 {
  overflow: hidden;
  
  
}







  #s-1f5a5db9-66fe-4191-9592-1dd12799a208 img.shogun-image {
    

    
    
    
  }


#s-1f5a5db9-66fe-4191-9592-1dd12799a208 .shogun-image-content {
  
    justify-content: center;
  
}

#s-353bf8da-28b9-4ae7-ba09-83a4055da0aa {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-353bf8da-28b9-4ae7-ba09-83a4055da0aa .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-23db6e16-ceca-42ea-a8d8-db4360c915d6 {
  padding-left: 15%;
padding-right: 15%;
text-align: center;
}

#s-23db6e16-ceca-42ea-a8d8-db4360c915d6 {
  overflow: hidden;
  
  
}







  #s-23db6e16-ceca-42ea-a8d8-db4360c915d6 img.shogun-image {
    

    
    
    
  }


#s-23db6e16-ceca-42ea-a8d8-db4360c915d6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-cf783768-ffb2-44ed-9a9c-59c01b4f9fab {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf783768-ffb2-44ed-9a9c-59c01b4f9fab .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-faf608f5-71e1-4e66-89d5-2fb9dea0c3c5 {
  padding-left: 15%;
padding-right: 15%;
text-align: center;
}

#s-faf608f5-71e1-4e66-89d5-2fb9dea0c3c5 {
  overflow: hidden;
  
  
}







  #s-faf608f5-71e1-4e66-89d5-2fb9dea0c3c5 img.shogun-image {
    

    
    
    
  }


#s-faf608f5-71e1-4e66-89d5-2fb9dea0c3c5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1650eea1-14bb-4047-a493-1c7403eff0ae {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1650eea1-14bb-4047-a493-1c7403eff0ae .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-56a3513f-c2d4-405d-8f74-2fe56bc3642f {
  min-height: 50px;
}








#s-56a3513f-c2d4-405d-8f74-2fe56bc3642f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56a3513f-c2d4-405d-8f74-2fe56bc3642f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68274848-5b16-4a97-9e71-771a290e566b {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
margin-bottom: 100px;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-68274848-5b16-4a97-9e71-771a290e566b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68274848-5b16-4a97-9e71-771a290e566b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3ddf4c2-24f3-4338-b9fc-44bea9ca021d {
  margin-top: 50px;
margin-left: 0%;
margin-bottom: 50px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-c3ddf4c2-24f3-4338-b9fc-44bea9ca021d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3ddf4c2-24f3-4338-b9fc-44bea9ca021d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 65.0px);
}

[id="s-c3ddf4c2-24f3-4338-b9fc-44bea9ca021d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 65.0px);
}

}

@media (min-width: 992px) {
[id="s-c3ddf4c2-24f3-4338-b9fc-44bea9ca021d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 65.0px);
}

[id="s-c3ddf4c2-24f3-4338-b9fc-44bea9ca021d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 65.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3ddf4c2-24f3-4338-b9fc-44bea9ca021d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 65.0px);
}

[id="s-c3ddf4c2-24f3-4338-b9fc-44bea9ca021d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 65.0px);
}

}

#s-16ddfeee-c7c9-4bea-8524-3751e3eb4d1e {
  margin-left: 0px;
margin-right: 0px;
min-height: 0px;
}








#s-16ddfeee-c7c9-4bea-8524-3751e3eb4d1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16ddfeee-c7c9-4bea-8524-3751e3eb4d1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d91bf25c-da04-42c1-a144-9e24699145c5 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-d91bf25c-da04-42c1-a144-9e24699145c5 .shogun-heading-component h5 {
  color: rgba(208, 49, 55, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-f5320752-9bb9-4927-9c21-cf9fedafd4c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f5320752-9bb9-4927-9c21-cf9fedafd4c2 .shogun-heading-component h5 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-e6ea08d8-14cb-49bb-9f52-eb4681ec7151 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(83, 77, 71, 1);
border-style: solid;
}

.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 {
  
  
}

.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-8fffe834-5b12-4781-bb20-d81a9b0ce701 {
  border-style: solid;
margin-top: 26px;
margin-bottom: 26px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(83, 77, 71, 1);
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
color: rgba(83, 77, 71, 1);
background-image: none;
hover-type: color;
}
#s-8fffe834-5b12-4781-bb20-d81a9b0ce701:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8fffe834-5b12-4781-bb20-d81a9b0ce701:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8fffe834-5b12-4781-bb20-d81a9b0ce701-root {
    text-align: left;
  }


#s-8fffe834-5b12-4781-bb20-d81a9b0ce701.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8fffe834-5b12-4781-bb20-d81a9b0ce701-root {
    text-align: left;
  }


#s-8fffe834-5b12-4781-bb20-d81a9b0ce701.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8fffe834-5b12-4781-bb20-d81a9b0ce701-root {
    text-align: left;
  }


#s-8fffe834-5b12-4781-bb20-d81a9b0ce701.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8fffe834-5b12-4781-bb20-d81a9b0ce701-root {
    text-align: left;
  }


#s-8fffe834-5b12-4781-bb20-d81a9b0ce701.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8fffe834-5b12-4781-bb20-d81a9b0ce701-root {
    text-align: left;
  }


#s-8fffe834-5b12-4781-bb20-d81a9b0ce701.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-d19c530d-a9a9-480d-8b62-ecc360263792 {
  text-align: center;
}

#s-d19c530d-a9a9-480d-8b62-ecc360263792 {
  overflow: hidden;
  
  
}








#s-d19c530d-a9a9-480d-8b62-ecc360263792 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b83a20ab-a6d9-411a-9455-70e0df935266 {
  margin-left: 10%;
margin-right: 10%;
}








#s-b83a20ab-a6d9-411a-9455-70e0df935266 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b83a20ab-a6d9-411a-9455-70e0df935266.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9cb3e15-f631-47b8-a346-d73e48ec0595 {
  padding-top: 10px;
padding-bottom: 49px;
text-align: center;
}

#s-b9cb3e15-f631-47b8-a346-d73e48ec0595 .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-ad5ea7b8-122f-4187-8fb1-2ebd661b634d {
  max-width: 100%;
}

@media (min-width: 0px) {
[id="s-ad5ea7b8-122f-4187-8fb1-2ebd661b634d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad5ea7b8-122f-4187-8fb1-2ebd661b634d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ad5ea7b8-122f-4187-8fb1-2ebd661b634d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ad5ea7b8-122f-4187-8fb1-2ebd661b634d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-8ecc52a2-3228-4bdf-acbf-8dfb1e73bc02 {
  min-height: 380px;
max-width: 380px;
aspect-ratio: 1:1;
text-align: center;
}

#s-8ecc52a2-3228-4bdf-acbf-8dfb1e73bc02 {
  overflow: hidden;
  
  
      max-width: 380px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-8ecc52a2-3228-4bdf-acbf-8dfb1e73bc02 img.shogun-image,
  #s-8ecc52a2-3228-4bdf-acbf-8dfb1e73bc02 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8ecc52a2-3228-4bdf-acbf-8dfb1e73bc02 {
    width: 100%;
    height: auto;
  }




#s-8ecc52a2-3228-4bdf-acbf-8dfb1e73bc02 .shogun-image-content {
  
    justify-content: center;
  
}

#s-693b2f92-c8f6-4fbf-befd-14ef14114c9c {
  margin-top: 15px;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: left;
}

#s-693b2f92-c8f6-4fbf-befd-14ef14114c9c .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-693b2f92-c8f6-4fbf-befd-14ef14114c9c .shogun-heading-component h1 a {
  color: rgba(83, 77, 71, 1);
}


#s-2277d304-353d-4224-80b1-8f8b5bbccc33 {
  min-height: 380px;
max-width: 380px;
aspect-ratio: 1:1;
text-align: center;
}

#s-2277d304-353d-4224-80b1-8f8b5bbccc33 {
  overflow: hidden;
  
  
      max-width: 380px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-2277d304-353d-4224-80b1-8f8b5bbccc33 img.shogun-image,
  #s-2277d304-353d-4224-80b1-8f8b5bbccc33 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2277d304-353d-4224-80b1-8f8b5bbccc33 {
    width: 100%;
    height: auto;
  }




#s-2277d304-353d-4224-80b1-8f8b5bbccc33 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c25f2e3b-3b0c-4172-b878-4c9d96eda47b {
  margin-top: 15px;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: left;
}

#s-c25f2e3b-3b0c-4172-b878-4c9d96eda47b .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-c25f2e3b-3b0c-4172-b878-4c9d96eda47b .shogun-heading-component h1 a {
  color: rgba(83, 77, 71, 1);
}


#s-7b781c19-89af-4848-a890-ef02c1886e0d {
  min-height: 380px;
max-width: 380px;
aspect-ratio: 1:1;
text-align: center;
}

#s-7b781c19-89af-4848-a890-ef02c1886e0d {
  overflow: hidden;
  
  
      max-width: 380px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-7b781c19-89af-4848-a890-ef02c1886e0d img.shogun-image,
  #s-7b781c19-89af-4848-a890-ef02c1886e0d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7b781c19-89af-4848-a890-ef02c1886e0d {
    width: 100%;
    height: auto;
  }




#s-7b781c19-89af-4848-a890-ef02c1886e0d .shogun-image-content {
  
    justify-content: center;
  
}

#s-751d800e-177b-4d6b-8d47-01cff6f4c5dc {
  margin-top: 15px;
padding-top: 10px;
padding-left: 2%;
padding-bottom: 10px;
padding-right: 2%;
text-align: left;
}

#s-751d800e-177b-4d6b-8d47-01cff6f4c5dc .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-751d800e-177b-4d6b-8d47-01cff6f4c5dc .shogun-heading-component h1 a {
  color: rgba(83, 77, 71, 1);
}


#s-b4daeb97-c515-48c8-908f-c4b9497c0bbf {
  border-style: solid;
margin-top: 26px;
margin-bottom: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(83, 77, 71, 1);
border-radius: 2px;
max-width: 175px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
color: rgba(83, 77, 71, 1);
background-image: none;
hover-type: color;
}
#s-b4daeb97-c515-48c8-908f-c4b9497c0bbf:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b4daeb97-c515-48c8-908f-c4b9497c0bbf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b4daeb97-c515-48c8-908f-c4b9497c0bbf-root {
    text-align: center;
  }


#s-b4daeb97-c515-48c8-908f-c4b9497c0bbf.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b4daeb97-c515-48c8-908f-c4b9497c0bbf-root {
    text-align: center;
  }


#s-b4daeb97-c515-48c8-908f-c4b9497c0bbf.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4daeb97-c515-48c8-908f-c4b9497c0bbf-root {
    text-align: center;
  }


#s-b4daeb97-c515-48c8-908f-c4b9497c0bbf.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4daeb97-c515-48c8-908f-c4b9497c0bbf-root {
    text-align: center;
  }


#s-b4daeb97-c515-48c8-908f-c4b9497c0bbf.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b4daeb97-c515-48c8-908f-c4b9497c0bbf-root {
    text-align: center;
  }


#s-b4daeb97-c515-48c8-908f-c4b9497c0bbf.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-88da8e65-ddc4-4c6e-8d7d-28a10f262e76 {
  min-height: 50px;
}








#s-88da8e65-ddc4-4c6e-8d7d-28a10f262e76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88da8e65-ddc4-4c6e-8d7d-28a10f262e76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bad60c1e-12df-44ff-931a-915ecf048476 {
  margin-left: 0px;
margin-bottom: 100px;
margin-right: 0px;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-bad60c1e-12df-44ff-931a-915ecf048476 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bad60c1e-12df-44ff-931a-915ecf048476.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d81c310-1ef8-48ff-8b1b-916e0d235019 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-9d81c310-1ef8-48ff-8b1b-916e0d235019"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d81c310-1ef8-48ff-8b1b-916e0d235019"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d81c310-1ef8-48ff-8b1b-916e0d235019"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d81c310-1ef8-48ff-8b1b-916e0d235019"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d81c310-1ef8-48ff-8b1b-916e0d235019"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d81c310-1ef8-48ff-8b1b-916e0d235019"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9d81c310-1ef8-48ff-8b1b-916e0d235019"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-467c2734-21f0-4b2e-aa9d-f7b8ec39a661 {
  text-align: center;
}

#s-467c2734-21f0-4b2e-aa9d-f7b8ec39a661 {
  overflow: hidden;
  
  
}







  #s-467c2734-21f0-4b2e-aa9d-f7b8ec39a661 img.shogun-image {
    

    
    
    
  }


#s-467c2734-21f0-4b2e-aa9d-f7b8ec39a661 .shogun-image-content {
  
    justify-content: center;
  
}

#s-573cb373-12e5-4394-a196-1ea02da8a233 {
  min-height: 50px;
}








#s-573cb373-12e5-4394-a196-1ea02da8a233 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-573cb373-12e5-4394-a196-1ea02da8a233.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22c50f6c-5268-4a8b-8386-2d934009fd1f {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-left: 7%;
padding-bottom: 5px;
padding-right: 7%;
text-align: left;
}

#s-22c50f6c-5268-4a8b-8386-2d934009fd1f .shogun-heading-component h5 {
  color: rgba(208, 49, 55, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-15c58725-e5cb-4ec6-883d-e4236b534d83 {
  margin-top: 16px;
margin-left: 7%;
margin-bottom: 16px;
margin-right: 7%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(83, 77, 71, 1);
border-style: solid;
}

#s-4f12d850-f2f4-446c-8e34-e20fa9be0708 {
  border-style: solid;
margin-top: 5px;
margin-left: 7%;
margin-bottom: 5px;
margin-right: 7%;
padding-top: 10px;
padding-left: 70px;
padding-bottom: 10px;
padding-right: 70px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(83, 77, 71, 1);
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
color: rgba(83, 77, 71, 1);
background-image: none;
hover-type: color;
}
#s-4f12d850-f2f4-446c-8e34-e20fa9be0708:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4f12d850-f2f4-446c-8e34-e20fa9be0708:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4f12d850-f2f4-446c-8e34-e20fa9be0708-root {
    text-align: left;
  }


#s-4f12d850-f2f4-446c-8e34-e20fa9be0708.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4f12d850-f2f4-446c-8e34-e20fa9be0708-root {
    text-align: left;
  }


#s-4f12d850-f2f4-446c-8e34-e20fa9be0708.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4f12d850-f2f4-446c-8e34-e20fa9be0708-root {
    text-align: left;
  }


#s-4f12d850-f2f4-446c-8e34-e20fa9be0708.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4f12d850-f2f4-446c-8e34-e20fa9be0708-root {
    text-align: left;
  }


#s-4f12d850-f2f4-446c-8e34-e20fa9be0708.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4f12d850-f2f4-446c-8e34-e20fa9be0708-root {
    text-align: left;
  }


#s-4f12d850-f2f4-446c-8e34-e20fa9be0708.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-1c756768-5142-4181-b094-ae2e534ed39d {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-1c756768-5142-4181-b094-ae2e534ed39d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1c756768-5142-4181-b094-ae2e534ed39d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb3ef85a-82cd-45be-be35-cd993e9a3eaf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb3ef85a-82cd-45be-be35-cd993e9a3eaf .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-d4d57952-c8a3-4a4a-82bf-93578e15f102 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(83, 77, 71, 1);
border-style: solid;
}

#s-cd9570ad-d753-49ee-9f20-a934ad438aec {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(83, 77, 71, 1);
border-style: solid;
}

#s-8f3100b5-7431-4d8d-8594-2915abc8de3e {
  margin-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-8f3100b5-7431-4d8d-8594-2915abc8de3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f3100b5-7431-4d8d-8594-2915abc8de3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-8f3100b5-7431-4d8d-8594-2915abc8de3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f3100b5-7431-4d8d-8594-2915abc8de3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 0px) {
[id="s-c7b01335-64ac-4f74-abf0-9389c21cae61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7b01335-64ac-4f74-abf0-9389c21cae61"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7b01335-64ac-4f74-abf0-9389c21cae61"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c7b01335-64ac-4f74-abf0-9389c21cae61"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7b01335-64ac-4f74-abf0-9389c21cae61"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7b01335-64ac-4f74-abf0-9389c21cae61"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7b01335-64ac-4f74-abf0-9389c21cae61"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-d0dbc61f-99ec-4cf7-b33b-dbd34f236d9d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d0dbc61f-99ec-4cf7-b33b-dbd34f236d9d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d0dbc61f-99ec-4cf7-b33b-dbd34f236d9d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d0dbc61f-99ec-4cf7-b33b-dbd34f236d9d {
  
}
}







#s-d0dbc61f-99ec-4cf7-b33b-dbd34f236d9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0dbc61f-99ec-4cf7-b33b-dbd34f236d9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd64cd51-dbb5-4aa6-8b57-5bc4007995c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bd64cd51-dbb5-4aa6-8b57-5bc4007995c9 .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



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

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

#s-84deba93-f795-4486-ac06-723cf82a358c hr {
  border-top: 4px solid rgba(83, 77, 71, 1);
}

#s-65310fcd-1a0b-4054-a060-461155eaacec {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(83, 77, 71, 1);
border-style: solid;
}

#s-f09968a0-d0a6-4375-b706-15a1f18c7a5b {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 500px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f09968a0-d0a6-4375-b706-15a1f18c7a5b {
  
}
}
#s-f09968a0-d0a6-4375-b706-15a1f18c7a5b {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-f09968a0-d0a6-4375-b706-15a1f18c7a5b .shogun-image-content {
  
    justify-content: center;
  
}

#s-f30675c7-8b95-4786-9053-18e69c856afb {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f30675c7-8b95-4786-9053-18e69c856afb {
  display: none;
}
#s-f30675c7-8b95-4786-9053-18e69c856afb, #wrap-s-f30675c7-8b95-4786-9053-18e69c856afb, #wrap-content-s-f30675c7-8b95-4786-9053-18e69c856afb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f30675c7-8b95-4786-9053-18e69c856afb {
  display: none;
}
#s-f30675c7-8b95-4786-9053-18e69c856afb, #wrap-s-f30675c7-8b95-4786-9053-18e69c856afb, #wrap-content-s-f30675c7-8b95-4786-9053-18e69c856afb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f30675c7-8b95-4786-9053-18e69c856afb {
  display: none;
}
#s-f30675c7-8b95-4786-9053-18e69c856afb, #wrap-s-f30675c7-8b95-4786-9053-18e69c856afb, #wrap-content-s-f30675c7-8b95-4786-9053-18e69c856afb { display: none !important; }}







#s-f30675c7-8b95-4786-9053-18e69c856afb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f30675c7-8b95-4786-9053-18e69c856afb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-88aa0891-77b8-45cd-9154-489500b86d75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88aa0891-77b8-45cd-9154-489500b86d75"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-88aa0891-77b8-45cd-9154-489500b86d75"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-88aa0891-77b8-45cd-9154-489500b86d75"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-88aa0891-77b8-45cd-9154-489500b86d75"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-88aa0891-77b8-45cd-9154-489500b86d75"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-88aa0891-77b8-45cd-9154-489500b86d75"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-90da2ac7-967c-4d83-967d-76600c6b71c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-90da2ac7-967c-4d83-967d-76600c6b71c2 .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-af36dba2-6f3b-4d6b-87bf-171923413158 hr {
  border-top: 4px solid rgba(83, 77, 71, 1);
}

#s-c632ba56-5a7d-41ce-8bbe-2a44d55406fb {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(83, 77, 71, 1);
border-style: solid;
}

#s-eadb6945-669c-4c5e-85bb-6229203fd9a9 {
  max-width: 500px;
text-align: center;
}

#s-eadb6945-669c-4c5e-85bb-6229203fd9a9 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-eadb6945-669c-4c5e-85bb-6229203fd9a9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-74916f30-5592-4683-86b5-a8b42c97e16d {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-74916f30-5592-4683-86b5-a8b42c97e16d {
  display: none;
}
#s-74916f30-5592-4683-86b5-a8b42c97e16d, #wrap-s-74916f30-5592-4683-86b5-a8b42c97e16d, #wrap-content-s-74916f30-5592-4683-86b5-a8b42c97e16d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74916f30-5592-4683-86b5-a8b42c97e16d {
  display: none;
}
#s-74916f30-5592-4683-86b5-a8b42c97e16d, #wrap-s-74916f30-5592-4683-86b5-a8b42c97e16d, #wrap-content-s-74916f30-5592-4683-86b5-a8b42c97e16d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-74916f30-5592-4683-86b5-a8b42c97e16d {
  display: none;
}
#s-74916f30-5592-4683-86b5-a8b42c97e16d, #wrap-s-74916f30-5592-4683-86b5-a8b42c97e16d, #wrap-content-s-74916f30-5592-4683-86b5-a8b42c97e16d { display: none !important; }}







#s-74916f30-5592-4683-86b5-a8b42c97e16d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74916f30-5592-4683-86b5-a8b42c97e16d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31d10155-9144-4fd7-900f-1369679ee00e {
  margin-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-31d10155-9144-4fd7-900f-1369679ee00e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31d10155-9144-4fd7-900f-1369679ee00e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-31d10155-9144-4fd7-900f-1369679ee00e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-31d10155-9144-4fd7-900f-1369679ee00e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 0px) {
[id="s-843a23b4-596e-4427-8f00-fa0617b3dcb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-843a23b4-596e-4427-8f00-fa0617b3dcb9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-843a23b4-596e-4427-8f00-fa0617b3dcb9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-843a23b4-596e-4427-8f00-fa0617b3dcb9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-843a23b4-596e-4427-8f00-fa0617b3dcb9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-843a23b4-596e-4427-8f00-fa0617b3dcb9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-843a23b4-596e-4427-8f00-fa0617b3dcb9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-b4ac386f-fddc-43c9-80ae-a37941730357 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b4ac386f-fddc-43c9-80ae-a37941730357 .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f39f34a0-3531-4d2b-85df-4bbcf908269a hr {
  border-top: 4px solid rgba(83, 77, 71, 1);
}

#s-d51da01c-a125-4005-9aa7-59657d954e4d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(83, 77, 71, 1);
border-style: solid;
}

#s-5cc749ed-ef0d-4bd2-9459-c07f07b9954f {
  max-width: 500px;
text-align: center;
}

#s-5cc749ed-ef0d-4bd2-9459-c07f07b9954f {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-5cc749ed-ef0d-4bd2-9459-c07f07b9954f .shogun-image-content {
  
    justify-content: center;
  
}

#s-fecddbc4-42b7-46e4-b8bb-8b0078d4d3cc {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-fecddbc4-42b7-46e4-b8bb-8b0078d4d3cc {
  display: none;
}
#s-fecddbc4-42b7-46e4-b8bb-8b0078d4d3cc, #wrap-s-fecddbc4-42b7-46e4-b8bb-8b0078d4d3cc, #wrap-content-s-fecddbc4-42b7-46e4-b8bb-8b0078d4d3cc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fecddbc4-42b7-46e4-b8bb-8b0078d4d3cc {
  display: none;
}
#s-fecddbc4-42b7-46e4-b8bb-8b0078d4d3cc, #wrap-s-fecddbc4-42b7-46e4-b8bb-8b0078d4d3cc, #wrap-content-s-fecddbc4-42b7-46e4-b8bb-8b0078d4d3cc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fecddbc4-42b7-46e4-b8bb-8b0078d4d3cc {
  display: none;
}
#s-fecddbc4-42b7-46e4-b8bb-8b0078d4d3cc, #wrap-s-fecddbc4-42b7-46e4-b8bb-8b0078d4d3cc, #wrap-content-s-fecddbc4-42b7-46e4-b8bb-8b0078d4d3cc { display: none !important; }}







#s-fecddbc4-42b7-46e4-b8bb-8b0078d4d3cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fecddbc4-42b7-46e4-b8bb-8b0078d4d3cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9b18501e-e946-4d7e-bc8d-3e9d208152f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b18501e-e946-4d7e-bc8d-3e9d208152f9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b18501e-e946-4d7e-bc8d-3e9d208152f9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b18501e-e946-4d7e-bc8d-3e9d208152f9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b18501e-e946-4d7e-bc8d-3e9d208152f9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b18501e-e946-4d7e-bc8d-3e9d208152f9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b18501e-e946-4d7e-bc8d-3e9d208152f9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-7aef6c36-02ee-4eea-97ad-442bf11d933a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7aef6c36-02ee-4eea-97ad-442bf11d933a .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-840f711d-d409-4b10-a1a8-094c1e8dface hr {
  border-top: 4px solid rgba(83, 77, 71, 1);
}

#s-c5638e16-8a12-4006-a442-c7d73104cb8c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(83, 77, 71, 1);
border-style: solid;
}

#s-85a6e044-3322-4d81-ba00-f12b7ebcb86f {
  max-width: 500px;
text-align: center;
}

#s-85a6e044-3322-4d81-ba00-f12b7ebcb86f {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-85a6e044-3322-4d81-ba00-f12b7ebcb86f .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-85206d72-696b-4917-82dc-bf6963416b5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85206d72-696b-4917-82dc-bf6963416b5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-85206d72-696b-4917-82dc-bf6963416b5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-85206d72-696b-4917-82dc-bf6963416b5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 60.0px);
}

}

#s-b7d386f2-031b-4343-867c-d1108804fca5 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-b7d386f2-031b-4343-867c-d1108804fca5 {
  display: none;
}
#s-b7d386f2-031b-4343-867c-d1108804fca5, #wrap-s-b7d386f2-031b-4343-867c-d1108804fca5, #wrap-content-s-b7d386f2-031b-4343-867c-d1108804fca5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7d386f2-031b-4343-867c-d1108804fca5 {
  display: none;
}
#s-b7d386f2-031b-4343-867c-d1108804fca5, #wrap-s-b7d386f2-031b-4343-867c-d1108804fca5, #wrap-content-s-b7d386f2-031b-4343-867c-d1108804fca5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7d386f2-031b-4343-867c-d1108804fca5 {
  display: none;
}
#s-b7d386f2-031b-4343-867c-d1108804fca5, #wrap-s-b7d386f2-031b-4343-867c-d1108804fca5, #wrap-content-s-b7d386f2-031b-4343-867c-d1108804fca5 { display: none !important; }}







#s-b7d386f2-031b-4343-867c-d1108804fca5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7d386f2-031b-4343-867c-d1108804fca5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9567b515-e10c-4106-a66e-34989dd8a067"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9567b515-e10c-4106-a66e-34989dd8a067"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9567b515-e10c-4106-a66e-34989dd8a067"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9567b515-e10c-4106-a66e-34989dd8a067"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9567b515-e10c-4106-a66e-34989dd8a067"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9567b515-e10c-4106-a66e-34989dd8a067"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9567b515-e10c-4106-a66e-34989dd8a067"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-4d603696-764b-4def-ac02-8e019cf6292d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4d603696-764b-4def-ac02-8e019cf6292d .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-fae0b994-2509-416c-8823-4f2cf33c5c88 hr {
  border-top: 4px solid rgba(83, 77, 71, 1);
}

#s-315c9741-d8c1-45bf-916d-5319582a485e {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(83, 77, 71, 1);
border-style: solid;
}

#s-21b89576-3324-4810-ae60-5feaae83760e {
  max-width: 500px;
text-align: center;
}

#s-21b89576-3324-4810-ae60-5feaae83760e {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-21b89576-3324-4810-ae60-5feaae83760e .shogun-image-content {
  
    justify-content: center;
  
}

#s-262427b2-3099-45b9-95f7-932e981aad2b {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-262427b2-3099-45b9-95f7-932e981aad2b {
  display: none;
}
#s-262427b2-3099-45b9-95f7-932e981aad2b, #wrap-s-262427b2-3099-45b9-95f7-932e981aad2b, #wrap-content-s-262427b2-3099-45b9-95f7-932e981aad2b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-262427b2-3099-45b9-95f7-932e981aad2b {
  display: none;
}
#s-262427b2-3099-45b9-95f7-932e981aad2b, #wrap-s-262427b2-3099-45b9-95f7-932e981aad2b, #wrap-content-s-262427b2-3099-45b9-95f7-932e981aad2b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-262427b2-3099-45b9-95f7-932e981aad2b {
  display: none;
}
#s-262427b2-3099-45b9-95f7-932e981aad2b, #wrap-s-262427b2-3099-45b9-95f7-932e981aad2b, #wrap-content-s-262427b2-3099-45b9-95f7-932e981aad2b { display: none !important; }}







#s-262427b2-3099-45b9-95f7-932e981aad2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-262427b2-3099-45b9-95f7-932e981aad2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-95da47b8-eb78-428f-95a5-1193b4f6396f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-95da47b8-eb78-428f-95a5-1193b4f6396f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-95da47b8-eb78-428f-95a5-1193b4f6396f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95da47b8-eb78-428f-95a5-1193b4f6396f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-95da47b8-eb78-428f-95a5-1193b4f6396f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95da47b8-eb78-428f-95a5-1193b4f6396f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-95da47b8-eb78-428f-95a5-1193b4f6396f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-099a5c18-e4dc-423a-9a9e-bf0a9922f1a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-099a5c18-e4dc-423a-9a9e-bf0a9922f1a6 .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-e84b3e4b-ed66-4e70-bf77-9cfa75722f0c hr {
  border-top: 4px solid rgba(83, 77, 71, 1);
}

#s-79afe7b2-55bf-4793-ab47-9988061226a3 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(83, 77, 71, 1);
border-style: solid;
}

#s-f0f64fe4-42f1-4bbc-8198-6e957f0bfac6 {
  max-width: 500px;
text-align: center;
}

#s-f0f64fe4-42f1-4bbc-8198-6e957f0bfac6 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-f0f64fe4-42f1-4bbc-8198-6e957f0bfac6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c0e49789-eab8-4829-954f-083208cb3c73 {
  min-height: 0px;
}








#s-c0e49789-eab8-4829-954f-083208cb3c73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0e49789-eab8-4829-954f-083208cb3c73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc88eaf3-1f1a-4768-ae10-76c660370f7f {
  margin-top: 100px;
margin-left: 10%;
margin-bottom: 100px;
margin-right: 10%;
min-height: 50px;
}








#s-cc88eaf3-1f1a-4768-ae10-76c660370f7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc88eaf3-1f1a-4768-ae10-76c660370f7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71054e02-0e8f-4610-b2fe-c3328c39d98d {
  margin-top: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-71054e02-0e8f-4610-b2fe-c3328c39d98d .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-4ce6990f-9666-4ba9-8b1c-f5a035171ebd {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(83, 77, 71, 1);
border-style: solid;
}

#s-e12ac406-7820-4410-abf1-9eac7d3cb0c1 {
  margin-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-e12ac406-7820-4410-abf1-9eac7d3cb0c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e12ac406-7820-4410-abf1-9eac7d3cb0c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-e12ac406-7820-4410-abf1-9eac7d3cb0c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-e12ac406-7820-4410-abf1-9eac7d3cb0c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 0px) {
[id="s-5b9ffdb9-1900-4e90-877b-12ef6257694f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b9ffdb9-1900-4e90-877b-12ef6257694f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b9ffdb9-1900-4e90-877b-12ef6257694f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5b9ffdb9-1900-4e90-877b-12ef6257694f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b9ffdb9-1900-4e90-877b-12ef6257694f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b9ffdb9-1900-4e90-877b-12ef6257694f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5b9ffdb9-1900-4e90-877b-12ef6257694f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-426ac230-dea4-404f-b03d-0aa273864b85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-426ac230-dea4-404f-b03d-0aa273864b85 .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-9a264015-4499-4b78-b754-a3345d2c9a76 hr {
  border-top: 4px solid rgba(83, 77, 71, 1);
}

#s-2a8949fd-958f-4de4-9899-8b17c9ee7d81 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(83, 77, 71, 1);
border-style: solid;
}

#s-af32a852-a66b-4c76-afc1-c208ff9d5426 {
  max-width: 500px;
text-align: center;
}

#s-af32a852-a66b-4c76-afc1-c208ff9d5426 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-af32a852-a66b-4c76-afc1-c208ff9d5426 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c5a270d9-cc8d-40bc-9d23-ad55ece983b1 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c5a270d9-cc8d-40bc-9d23-ad55ece983b1 {
  display: none;
}
#s-c5a270d9-cc8d-40bc-9d23-ad55ece983b1, #wrap-s-c5a270d9-cc8d-40bc-9d23-ad55ece983b1, #wrap-content-s-c5a270d9-cc8d-40bc-9d23-ad55ece983b1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5a270d9-cc8d-40bc-9d23-ad55ece983b1 {
  display: none;
}
#s-c5a270d9-cc8d-40bc-9d23-ad55ece983b1, #wrap-s-c5a270d9-cc8d-40bc-9d23-ad55ece983b1, #wrap-content-s-c5a270d9-cc8d-40bc-9d23-ad55ece983b1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5a270d9-cc8d-40bc-9d23-ad55ece983b1 {
  display: none;
}
#s-c5a270d9-cc8d-40bc-9d23-ad55ece983b1, #wrap-s-c5a270d9-cc8d-40bc-9d23-ad55ece983b1, #wrap-content-s-c5a270d9-cc8d-40bc-9d23-ad55ece983b1 { display: none !important; }}







#s-c5a270d9-cc8d-40bc-9d23-ad55ece983b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5a270d9-cc8d-40bc-9d23-ad55ece983b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ece3928f-2b47-4170-8687-e3fc0e0c360c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ece3928f-2b47-4170-8687-e3fc0e0c360c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ece3928f-2b47-4170-8687-e3fc0e0c360c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ece3928f-2b47-4170-8687-e3fc0e0c360c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ece3928f-2b47-4170-8687-e3fc0e0c360c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ece3928f-2b47-4170-8687-e3fc0e0c360c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ece3928f-2b47-4170-8687-e3fc0e0c360c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-06d47fdc-75d3-4461-a4ea-eebe715e7d48 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-06d47fdc-75d3-4461-a4ea-eebe715e7d48 .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-8414c5a8-90c1-408c-9562-3409a93cc66c hr {
  border-top: 4px solid rgba(83, 77, 71, 1);
}

#s-f6595f99-88b4-48df-ac87-c8d7f33e7bca {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(83, 77, 71, 1);
border-style: solid;
}

#s-e77701f8-fe42-4bc9-8352-2d23c5e5a9cf {
  max-width: 500px;
text-align: center;
}

#s-e77701f8-fe42-4bc9-8352-2d23c5e5a9cf {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-e77701f8-fe42-4bc9-8352-2d23c5e5a9cf .shogun-image-content {
  
    justify-content: center;
  
}

#s-1d37e241-bcd8-43a7-ab63-08d8e54e0656 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1d37e241-bcd8-43a7-ab63-08d8e54e0656 {
  display: none;
}
#s-1d37e241-bcd8-43a7-ab63-08d8e54e0656, #wrap-s-1d37e241-bcd8-43a7-ab63-08d8e54e0656, #wrap-content-s-1d37e241-bcd8-43a7-ab63-08d8e54e0656 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d37e241-bcd8-43a7-ab63-08d8e54e0656 {
  display: none;
}
#s-1d37e241-bcd8-43a7-ab63-08d8e54e0656, #wrap-s-1d37e241-bcd8-43a7-ab63-08d8e54e0656, #wrap-content-s-1d37e241-bcd8-43a7-ab63-08d8e54e0656 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d37e241-bcd8-43a7-ab63-08d8e54e0656 {
  display: none;
}
#s-1d37e241-bcd8-43a7-ab63-08d8e54e0656, #wrap-s-1d37e241-bcd8-43a7-ab63-08d8e54e0656, #wrap-content-s-1d37e241-bcd8-43a7-ab63-08d8e54e0656 { display: none !important; }}







#s-1d37e241-bcd8-43a7-ab63-08d8e54e0656 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d37e241-bcd8-43a7-ab63-08d8e54e0656.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f793edad-5e16-4d87-bb9f-b256f9539216"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f793edad-5e16-4d87-bb9f-b256f9539216"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-f793edad-5e16-4d87-bb9f-b256f9539216"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-f793edad-5e16-4d87-bb9f-b256f9539216"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 0px) {
[id="s-c7b2c7a6-b925-48c8-ac00-a70a33261178"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7b2c7a6-b925-48c8-ac00-a70a33261178"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7b2c7a6-b925-48c8-ac00-a70a33261178"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c7b2c7a6-b925-48c8-ac00-a70a33261178"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7b2c7a6-b925-48c8-ac00-a70a33261178"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7b2c7a6-b925-48c8-ac00-a70a33261178"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c7b2c7a6-b925-48c8-ac00-a70a33261178"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-ad11e529-9411-4468-8184-a0632850479a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ad11e529-9411-4468-8184-a0632850479a .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-a8bb9abb-4c8b-48b9-b702-6a76281d74d4 hr {
  border-top: 4px solid rgba(83, 77, 71, 1);
}

#s-fd0874eb-4457-4ede-8ee2-b37e3d11f157 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(83, 77, 71, 1);
border-style: solid;
}

#s-52b6fce5-c999-4edd-bd1c-813b6719e2e0 {
  max-width: 500px;
text-align: center;
}

#s-52b6fce5-c999-4edd-bd1c-813b6719e2e0 {
  overflow: hidden;
  
  
      max-width: 500px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-52b6fce5-c999-4edd-bd1c-813b6719e2e0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0857cc38-373a-4d23-8c9c-228870f6bf6b {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-0857cc38-373a-4d23-8c9c-228870f6bf6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0857cc38-373a-4d23-8c9c-228870f6bf6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8555657-88bd-4a79-bb5f-81494b8a9232 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8555657-88bd-4a79-bb5f-81494b8a9232 .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-ad27807a-2125-4a5c-ab98-1c494e6b555c {
  margin-top: 50px;
margin-bottom: 100px;
}

@media (min-width: 0px) {
[id="s-ad27807a-2125-4a5c-ab98-1c494e6b555c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad27807a-2125-4a5c-ab98-1c494e6b555c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-ad27807a-2125-4a5c-ab98-1c494e6b555c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad27807a-2125-4a5c-ab98-1c494e6b555c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 60.0px);
}

}

#s-2fbc7465-efc9-43ee-9a64-3db55aa41d38 {
  text-align: center;
}

#s-2fbc7465-efc9-43ee-9a64-3db55aa41d38 {
  overflow: hidden;
  
  
}







  #s-2fbc7465-efc9-43ee-9a64-3db55aa41d38 img.shogun-image {
    

    
    
    
  }


#s-2fbc7465-efc9-43ee-9a64-3db55aa41d38 .shogun-image-content {
  
    justify-content: center;
  
}

#s-86a5e14c-8f03-49e7-aa91-ff256c5c1cb1 {
  min-height: 50px;
}








#s-86a5e14c-8f03-49e7-aa91-ff256c5c1cb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-86a5e14c-8f03-49e7-aa91-ff256c5c1cb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21fc5caf-3335-4eeb-8ce5-b8703293cde2 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(83, 77, 71, 1);
border-style: solid;
}

#s-974d1cc7-d31f-4e6d-8422-28fb29e9a2ca {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(83, 77, 71, 1);
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: left;
text-decoration: none;
color: rgba(83, 77, 71, 1);
background-image: none;
hover-type: color;
}
#s-974d1cc7-d31f-4e6d-8422-28fb29e9a2ca:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-974d1cc7-d31f-4e6d-8422-28fb29e9a2ca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-974d1cc7-d31f-4e6d-8422-28fb29e9a2ca-root {
    text-align: left;
  }


#s-974d1cc7-d31f-4e6d-8422-28fb29e9a2ca.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-974d1cc7-d31f-4e6d-8422-28fb29e9a2ca-root {
    text-align: left;
  }


#s-974d1cc7-d31f-4e6d-8422-28fb29e9a2ca.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-974d1cc7-d31f-4e6d-8422-28fb29e9a2ca-root {
    text-align: left;
  }


#s-974d1cc7-d31f-4e6d-8422-28fb29e9a2ca.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-974d1cc7-d31f-4e6d-8422-28fb29e9a2ca-root {
    text-align: left;
  }


#s-974d1cc7-d31f-4e6d-8422-28fb29e9a2ca.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-974d1cc7-d31f-4e6d-8422-28fb29e9a2ca-root {
    text-align: left;
  }


#s-974d1cc7-d31f-4e6d-8422-28fb29e9a2ca.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-8f544ff8-3969-4a07-a9c3-65c642e86365 {
  margin-left: 10%;
margin-bottom: 100px;
margin-right: 10%;
}








#s-8f544ff8-3969-4a07-a9c3-65c642e86365 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f544ff8-3969-4a07-a9c3-65c642e86365.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-922eb25e-69ac-4bb0-b1b5-39241b057f02 {
  margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-922eb25e-69ac-4bb0-b1b5-39241b057f02 .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



@media (min-width: 0px) {
[id="s-e0cb25e0-725d-4f1a-b48f-bd7417f0bf36"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e0cb25e0-725d-4f1a-b48f-bd7417f0bf36"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e0cb25e0-725d-4f1a-b48f-bd7417f0bf36"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0cb25e0-725d-4f1a-b48f-bd7417f0bf36"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-bbc331a0-4ebc-4856-8cf9-fa18c72a4d4a {
  text-align: center;
}

#s-bbc331a0-4ebc-4856-8cf9-fa18c72a4d4a {
  overflow: hidden;
  
  
}







  #s-bbc331a0-4ebc-4856-8cf9-fa18c72a4d4a img.shogun-image {
    

    
    
    
  }


#s-bbc331a0-4ebc-4856-8cf9-fa18c72a4d4a .shogun-image-content {
  
    justify-content: center;
  
}

#s-dd916671-b7a4-42b2-8298-2cf2ae3e83c8 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(83, 77, 71, 1);
border-style: solid;
}

#s-e82c41fd-8d92-4b74-ba31-43e47a065e4b {
  text-align: center;
}

#s-e82c41fd-8d92-4b74-ba31-43e47a065e4b {
  overflow: hidden;
  
  
}







  #s-e82c41fd-8d92-4b74-ba31-43e47a065e4b img.shogun-image {
    

    
    
    
  }


#s-e82c41fd-8d92-4b74-ba31-43e47a065e4b .shogun-image-content {
  
    justify-content: center;
  
}

#s-23b05d1a-e4a0-4727-aee7-9149402e164a {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(83, 77, 71, 1);
border-style: solid;
}

#s-3d595612-e3f1-441a-96f4-58d38162bb78 {
  text-align: center;
}

#s-3d595612-e3f1-441a-96f4-58d38162bb78 {
  overflow: hidden;
  
  
}







  #s-3d595612-e3f1-441a-96f4-58d38162bb78 img.shogun-image {
    

    
    
    
  }


#s-3d595612-e3f1-441a-96f4-58d38162bb78 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4b200766-c83b-4870-9f17-35b28a8ef508 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(83, 77, 71, 1);
border-style: solid;
}

#s-e72c4f22-132d-4508-885a-caf43d929abb {
  text-align: center;
}

#s-e72c4f22-132d-4508-885a-caf43d929abb {
  overflow: hidden;
  
  
}







  #s-e72c4f22-132d-4508-885a-caf43d929abb img.shogun-image {
    

    
    
    
  }


#s-e72c4f22-132d-4508-885a-caf43d929abb .shogun-image-content {
  
    justify-content: center;
  
}

#s-00ec073d-6347-4cb8-b349-72c02e2ba012 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(83, 77, 71, 1);
border-style: solid;
}

/*
  $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;
}

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
