.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-c14a78e9-0655-4d75-a6ff-1af03caf3578 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 40px;
}








#s-c14a78e9-0655-4d75-a6ff-1af03caf3578 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c14a78e9-0655-4d75-a6ff-1af03caf3578.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-cee35b0d-3210-49f2-b95f-549bbe089a92 {
  margin-left: 40px;
margin-right: 40px;
background-color: rgba(242, 239, 233, 1);
}

@media (min-width: 0px) {
[id="s-cee35b0d-3210-49f2-b95f-549bbe089a92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cee35b0d-3210-49f2-b95f-549bbe089a92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cee35b0d-3210-49f2-b95f-549bbe089a92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cee35b0d-3210-49f2-b95f-549bbe089a92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-43038ddc-e26f-4c0c-bd0f-1da3dc98cbd0 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 2px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-43038ddc-e26f-4c0c-bd0f-1da3dc98cbd0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  italic ;
  font-size: 29px;
  
  
  
}



#s-ff1abf92-3973-4ff5-b3b7-70ac62642427 {
  margin-left: 50px;
margin-right: 60px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ff1abf92-3973-4ff5-b3b7-70ac62642427 .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



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

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

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

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

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

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

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

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

#s-ec0e5410-fca2-4e0d-89ab-8c4e52adb581 {
  margin-top: 20px;
margin-left: 70px;
margin-bottom: 40px;
margin-right: 70px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 30px;
max-width: 503px;
text-align: center;
background-color: rgba(246, 179, 42, 1);
text-decoration: none;
}
#s-ec0e5410-fca2-4e0d-89ab-8c4e52adb581:hover {background-color: rgba(255, 92, 92, 1) !important;
text-decoration: none !important;}#s-ec0e5410-fca2-4e0d-89ab-8c4e52adb581:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ec0e5410-fca2-4e0d-89ab-8c4e52adb581-root {
    text-align: center;
  }


#s-ec0e5410-fca2-4e0d-89ab-8c4e52adb581.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ec0e5410-fca2-4e0d-89ab-8c4e52adb581-root {
    text-align: center;
  }


#s-ec0e5410-fca2-4e0d-89ab-8c4e52adb581.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec0e5410-fca2-4e0d-89ab-8c4e52adb581-root {
    text-align: center;
  }


#s-ec0e5410-fca2-4e0d-89ab-8c4e52adb581.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ec0e5410-fca2-4e0d-89ab-8c4e52adb581-root {
    text-align: center;
  }


#s-ec0e5410-fca2-4e0d-89ab-8c4e52adb581.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ec0e5410-fca2-4e0d-89ab-8c4e52adb581-root {
    text-align: center;
  }


#s-ec0e5410-fca2-4e0d-89ab-8c4e52adb581.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  
  display:  block ;
}
}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-7011dad1-c2d9-45b5-9d33-4e4e33cd9a29 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
max-width: 3000px;
text-align: center;
}







  #s-7011dad1-c2d9-45b5-9d33-4e4e33cd9a29 img.shogun-image {
    

    
    
    
  }


#s-7011dad1-c2d9-45b5-9d33-4e4e33cd9a29 .shogun-image-content {
  
    align-items: center;
  
}

#s-0302fff9-32c5-4f9e-b64e-3176acaea9e5 {
  margin-top: 30px;
margin-left: 40px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0302fff9-32c5-4f9e-b64e-3176acaea9e5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

#s-fe2f98e3-260a-4d9e-9ac8-4e797235afc2 {
  margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
opacity: 0.55;
}

#s-fe2f98e3-260a-4d9e-9ac8-4e797235afc2 hr {
  border-top: 1px solid #ddd;
}

#s-48c70268-3d6e-4831-baf4-5ae66d2539fa {
  min-height: 50px;
}








#s-48c70268-3d6e-4831-baf4-5ae66d2539fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48c70268-3d6e-4831-baf4-5ae66d2539fa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1424ed1b-fb36-4e7e-95b4-3580d87d4575 {
  min-height: 50px;
}








#s-1424ed1b-fb36-4e7e-95b4-3580d87d4575 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1424ed1b-fb36-4e7e-95b4-3580d87d4575.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-d65d4de4-8ea5-451f-950c-2fc0f7b29f3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d65d4de4-8ea5-451f-950c-2fc0f7b29f3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d65d4de4-8ea5-451f-950c-2fc0f7b29f3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d65d4de4-8ea5-451f-950c-2fc0f7b29f3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-adc5734b-e7a0-4886-8245-2651b5dbdfc5 {
  border-style: solid;
margin-left: 10%;
margin-right: 10%;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-adc5734b-e7a0-4886-8245-2651b5dbdfc5 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.44;
}#s-adc5734b-e7a0-4886-8245-2651b5dbdfc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ef3ee598-8f46-402f-b842-4de0c25750d0 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef3ee598-8f46-402f-b842-4de0c25750d0 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-1ebd418c-f72b-44d8-8b54-eae213b422db {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ebd418c-f72b-44d8-8b54-eae213b422db .shogun-heading-component h5 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c4af87de-d603-41a3-8b1d-fc79e48f69e7 {
  margin-left: 130px;
margin-bottom: 20px;
margin-right: 130px;
text-align: center;
}







  #s-c4af87de-d603-41a3-8b1d-fc79e48f69e7 img.shogun-image {
    

    
    
    
  }


#s-c4af87de-d603-41a3-8b1d-fc79e48f69e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e8b85d4-8c37-4ccd-9d48-f72c0387f1be {
  border-style: solid;
margin-left: 10%;
margin-right: 10%;
padding-top: 1px;
padding-left: 1px;
padding-bottom: 1px;
padding-right: 1px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-9e8b85d4-8c37-4ccd-9d48-f72c0387f1be > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.03;
}#s-9e8b85d4-8c37-4ccd-9d48-f72c0387f1be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f0de5fa-42ac-4843-b3cd-1c8cff80104b {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f0de5fa-42ac-4843-b3cd-1c8cff80104b .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-61bf749a-9600-4d68-8bcc-7e26f0d76261 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61bf749a-9600-4d68-8bcc-7e26f0d76261 .shogun-heading-component h5 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1fea330e-bc62-430a-845c-9a52eb87dc28 {
  margin-left: 130px;
margin-bottom: 20px;
margin-right: 130px;
text-align: center;
}







  #s-1fea330e-bc62-430a-845c-9a52eb87dc28 img.shogun-image {
    

    
    
    
  }


#s-1fea330e-bc62-430a-845c-9a52eb87dc28 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2fef7ff-8d3d-4c1e-844f-9181543755bf {
  border-style: solid;
margin-left: 10%;
margin-right: 10%;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-d2fef7ff-8d3d-4c1e-844f-9181543755bf > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-d2fef7ff-8d3d-4c1e-844f-9181543755bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4300b60a-4f23-4cc6-b2a8-cfe0bb0f6ad9 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4300b60a-4f23-4cc6-b2a8-cfe0bb0f6ad9 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-04f0777f-0b7f-449c-b2c7-918cf8677fc3 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04f0777f-0b7f-449c-b2c7-918cf8677fc3 .shogun-heading-component h5 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-23bb2527-a45c-4f58-8d7c-836d2ca6dd47 {
  margin-left: 130px;
margin-bottom: 20px;
margin-right: 130px;
text-align: center;
}







  #s-23bb2527-a45c-4f58-8d7c-836d2ca6dd47 img.shogun-image {
    

    
    
    
  }


#s-23bb2527-a45c-4f58-8d7c-836d2ca6dd47 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffd66a83-f69b-42c3-b0df-6bdb81cd2e8e {
  margin-top: 30px;
margin-left: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ffd66a83-f69b-42c3-b0df-6bdb81cd2e8e .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-12159aa4-aca2-4329-b787-34fbd17b698b {
  margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
opacity: 0.55;
}

#s-12159aa4-aca2-4329-b787-34fbd17b698b hr {
  border-top: 1px solid #ddd;
}

#s-97cbe917-6fe5-4ee3-a95c-88430206f211 {
  min-height: 50px;
}








#s-97cbe917-6fe5-4ee3-a95c-88430206f211 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97cbe917-6fe5-4ee3-a95c-88430206f211.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-74e8af1c-d6fe-4265-9028-086eb418030e {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-74e8af1c-d6fe-4265-9028-086eb418030e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-35bf78ff-c1dd-4a38-b3d1-f6c6d19af4bc {
  border-style: solid;
margin-left: 40px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-35bf78ff-c1dd-4a38-b3d1-f6c6d19af4bc > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.44;
}#s-35bf78ff-c1dd-4a38-b3d1-f6c6d19af4bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9de5dd02-2ab1-46e6-a5ab-ef67dd05f284 {
  max-width: 3226px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-9de5dd02-2ab1-46e6-a5ab-ef67dd05f284 img.shogun-image,
  #s-9de5dd02-2ab1-46e6-a5ab-ef67dd05f284 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9de5dd02-2ab1-46e6-a5ab-ef67dd05f284 {
    width: 100%;
    height: auto;
  }



  #s-9de5dd02-2ab1-46e6-a5ab-ef67dd05f284 img.shogun-image {
    

    
    
    
  }


#s-9de5dd02-2ab1-46e6-a5ab-ef67dd05f284 .shogun-image-content {
  
    align-items: center;
  
}

#s-7cad73a9-170b-4c55-8d1e-68622e307616 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7cad73a9-170b-4c55-8d1e-68622e307616 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-eb9a132f-b0d5-494b-8c32-7dc4c041be59 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb9a132f-b0d5-494b-8c32-7dc4c041be59 .shogun-heading-component h5 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-0fc1f036-a8a1-4e2f-b144-491618185e5e {
  margin-top: 0px;
margin-left: 130px;
margin-bottom: 20px;
margin-right: 130px;
text-align: center;
}







  #s-0fc1f036-a8a1-4e2f-b144-491618185e5e img.shogun-image {
    

    
    
    
  }


#s-0fc1f036-a8a1-4e2f-b144-491618185e5e .shogun-image-content {
  
    align-items: center;
  
}

#s-8e2ba53d-54fd-47cb-9576-bfc3ae561719 {
  min-height: 50px;
}








#s-8e2ba53d-54fd-47cb-9576-bfc3ae561719 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e2ba53d-54fd-47cb-9576-bfc3ae561719.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4766df97-2de7-4e8a-8187-c1ae3f00ef1d {
  border-style: solid;
margin-left: 40px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-4766df97-2de7-4e8a-8187-c1ae3f00ef1d > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.44;
}#s-4766df97-2de7-4e8a-8187-c1ae3f00ef1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7bfba12-aad2-4c50-b469-3ba943247d1e {
  text-align: center;
}







  #s-e7bfba12-aad2-4c50-b469-3ba943247d1e img.shogun-image {
    

    
    
    
  }


#s-e7bfba12-aad2-4c50-b469-3ba943247d1e .shogun-image-content {
  
    align-items: center;
  
}

#s-4e35519d-f7d4-404e-a10c-59e7b5b7ce39 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e35519d-f7d4-404e-a10c-59e7b5b7ce39 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5b1fa054-e834-4433-9604-35668181d644 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b1fa054-e834-4433-9604-35668181d644 .shogun-heading-component h5 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b065686d-b9fe-430f-93fc-3d636fac58cd {
  margin-left: 130px;
margin-bottom: 20px;
margin-right: 130px;
text-align: center;
}







  #s-b065686d-b9fe-430f-93fc-3d636fac58cd img.shogun-image {
    

    
    
    
  }


#s-b065686d-b9fe-430f-93fc-3d636fac58cd .shogun-image-content {
  
    align-items: center;
  
}

#s-ef0deb1e-a93e-4d7f-abf6-8ee96df86e68 {
  border-style: solid;
margin-left: 40px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-ef0deb1e-a93e-4d7f-abf6-8ee96df86e68 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.44;
}#s-ef0deb1e-a93e-4d7f-abf6-8ee96df86e68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-356b76d3-fbad-457a-8456-3fd9cd9ae11f {
  text-align: center;
}







  #s-356b76d3-fbad-457a-8456-3fd9cd9ae11f img.shogun-image {
    

    
    
    
  }


#s-356b76d3-fbad-457a-8456-3fd9cd9ae11f .shogun-image-content {
  
    align-items: center;
  
}

#s-f546b302-8c5f-4f33-be66-eba1eb1bb39c {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f546b302-8c5f-4f33-be66-eba1eb1bb39c .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2b20c61d-1a7a-4c4a-9126-6365edc8c43b {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b20c61d-1a7a-4c4a-9126-6365edc8c43b .shogun-heading-component h5 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b96b6267-f166-4df3-ae00-03c98e5d4148 {
  margin-top: 0px;
margin-left: 130px;
margin-bottom: 20px;
margin-right: 130px;
text-align: center;
}







  #s-b96b6267-f166-4df3-ae00-03c98e5d4148 img.shogun-image {
    

    
    
    
  }


#s-b96b6267-f166-4df3-ae00-03c98e5d4148 .shogun-image-content {
  
    align-items: center;
  
}

#s-1181e8de-458b-4149-b678-8ceaa9223117 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1181e8de-458b-4149-b678-8ceaa9223117"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1181e8de-458b-4149-b678-8ceaa9223117"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1181e8de-458b-4149-b678-8ceaa9223117"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1181e8de-458b-4149-b678-8ceaa9223117"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-cfbd0c40-b18a-4a3a-b7e3-690924e7698c {
  border-style: solid;
margin-left: 40px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-cfbd0c40-b18a-4a3a-b7e3-690924e7698c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.44;
}#s-cfbd0c40-b18a-4a3a-b7e3-690924e7698c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3573270c-8d31-4e47-90f5-0ad61d6e0668 {
  text-align: center;
}







  #s-3573270c-8d31-4e47-90f5-0ad61d6e0668 img.shogun-image {
    

    
    
    
  }


#s-3573270c-8d31-4e47-90f5-0ad61d6e0668 .shogun-image-content {
  
    align-items: center;
  
}

#s-b59e83cf-c65e-4e8b-a2a8-6a9d874936b7 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b59e83cf-c65e-4e8b-a2a8-6a9d874936b7 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9750e837-9d32-462a-959e-d02c777f07af {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9750e837-9d32-462a-959e-d02c777f07af .shogun-heading-component h5 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1db6ab3a-726a-423b-8f4a-5fd2ca51e993 {
  margin-top: 0px;
margin-left: 130px;
margin-bottom: 20px;
margin-right: 130px;
text-align: center;
}







  #s-1db6ab3a-726a-423b-8f4a-5fd2ca51e993 img.shogun-image {
    

    
    
    
  }


#s-1db6ab3a-726a-423b-8f4a-5fd2ca51e993 .shogun-image-content {
  
    align-items: center;
  
}

#s-7040b865-eec8-422c-87e8-f97e5e9bf1b5 {
  border-style: solid;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-7040b865-eec8-422c-87e8-f97e5e9bf1b5 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.44;
}#s-7040b865-eec8-422c-87e8-f97e5e9bf1b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b29dd5d9-24fc-4efc-94db-8c27b9d66388 {
  text-align: center;
}







  #s-b29dd5d9-24fc-4efc-94db-8c27b9d66388 img.shogun-image {
    

    
    
    
  }


#s-b29dd5d9-24fc-4efc-94db-8c27b9d66388 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c144f2c-a3e8-49a7-9d67-e82e863c09b8 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c144f2c-a3e8-49a7-9d67-e82e863c09b8 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-327a6214-fe5f-4906-8a4e-72bc66783e65 {
  margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-327a6214-fe5f-4906-8a4e-72bc66783e65 .shogun-heading-component h5 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5a672574-bbfb-43df-9680-ace8486a9853 {
  margin-top: 0px;
margin-left: 130px;
margin-bottom: 20px;
margin-right: 130px;
text-align: center;
}







  #s-5a672574-bbfb-43df-9680-ace8486a9853 img.shogun-image {
    

    
    
    
  }


#s-5a672574-bbfb-43df-9680-ace8486a9853 .shogun-image-content {
  
    align-items: center;
  
}

#s-9a3fc15b-73e7-426d-81f8-3d8f2ae2d996 {
  margin-top: 30px;
margin-left: 40px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9a3fc15b-73e7-426d-81f8-3d8f2ae2d996 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-0a96ee99-93ec-4987-a195-8ae8f287bb5d {
  margin-left: 40px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
opacity: 0.55;
}

#s-0a96ee99-93ec-4987-a195-8ae8f287bb5d hr {
  border-top: 1px solid #ddd;
}

#s-6002997c-9594-4983-bfe4-8f6225b1ca8c {
  min-height: 50px;
}








#s-6002997c-9594-4983-bfe4-8f6225b1ca8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6002997c-9594-4983-bfe4-8f6225b1ca8c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-d1f9fc72-e18a-4f77-bedf-d8000ca895d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1f9fc72-e18a-4f77-bedf-d8000ca895d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d1f9fc72-e18a-4f77-bedf-d8000ca895d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1f9fc72-e18a-4f77-bedf-d8000ca895d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8f153bfc-63be-4304-ab73-88171af5347c {
  border-style: solid;
margin-left: 40px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-8f153bfc-63be-4304-ab73-88171af5347c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.44;
}#s-8f153bfc-63be-4304-ab73-88171af5347c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6e1a006-bf36-468c-bf7a-e6bcf364d471 {
  max-width: 3456px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b6e1a006-bf36-468c-bf7a-e6bcf364d471 img.shogun-image,
  #s-b6e1a006-bf36-468c-bf7a-e6bcf364d471 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b6e1a006-bf36-468c-bf7a-e6bcf364d471 {
    width: 100%;
    height: auto;
  }



  #s-b6e1a006-bf36-468c-bf7a-e6bcf364d471 img.shogun-image {
    

    
    
    
  }


#s-b6e1a006-bf36-468c-bf7a-e6bcf364d471 .shogun-image-content {
  
    align-items: center;
  
}

#s-58e5aa31-9884-4e96-ba94-b39409c0db82 {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58e5aa31-9884-4e96-ba94-b39409c0db82 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ca568b3e-27e2-4bce-a7d5-0350aa4ba58e {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca568b3e-27e2-4bce-a7d5-0350aa4ba58e .shogun-heading-component h5 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-67807b13-6e53-4b6a-b29a-ed174248b566 {
  margin-left: 130px;
margin-bottom: 20px;
margin-right: 130px;
text-align: center;
}







  #s-67807b13-6e53-4b6a-b29a-ed174248b566 img.shogun-image {
    

    
    
    
  }


#s-67807b13-6e53-4b6a-b29a-ed174248b566 .shogun-image-content {
  
    align-items: center;
  
}

#s-56ae8b6f-3614-4b41-ac2a-62b9751e5404 {
  border-style: solid;
margin-left: 40px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-56ae8b6f-3614-4b41-ac2a-62b9751e5404 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.44;
}#s-56ae8b6f-3614-4b41-ac2a-62b9751e5404.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-678d42b9-b7b1-48a7-abeb-0b1e8393d74d {
  max-width: 3456px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-678d42b9-b7b1-48a7-abeb-0b1e8393d74d img.shogun-image,
  #s-678d42b9-b7b1-48a7-abeb-0b1e8393d74d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-678d42b9-b7b1-48a7-abeb-0b1e8393d74d {
    width: 100%;
    height: auto;
  }



  #s-678d42b9-b7b1-48a7-abeb-0b1e8393d74d img.shogun-image {
    

    
    
    
  }


#s-678d42b9-b7b1-48a7-abeb-0b1e8393d74d .shogun-image-content {
  
    align-items: center;
  
}

#s-49ca0614-bde0-4164-ac01-59e300a8f420 {
  max-width: 3456px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-49ca0614-bde0-4164-ac01-59e300a8f420 img.shogun-image,
  #s-49ca0614-bde0-4164-ac01-59e300a8f420 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-49ca0614-bde0-4164-ac01-59e300a8f420 {
    width: 100%;
    height: auto;
  }



  #s-49ca0614-bde0-4164-ac01-59e300a8f420 img.shogun-image {
    

    
    
    
  }


#s-49ca0614-bde0-4164-ac01-59e300a8f420 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2f36109-8cd0-4724-a92c-9e5237730d6a {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2f36109-8cd0-4724-a92c-9e5237730d6a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-dc53b60d-ce2b-4bc5-8dd0-7415a7b3cbf3 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc53b60d-ce2b-4bc5-8dd0-7415a7b3cbf3 .shogun-heading-component h5 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-58d478f9-de67-4015-95d4-69f2fb957e07 {
  margin-left: 130px;
margin-bottom: 20px;
margin-right: 130px;
text-align: center;
}







  #s-58d478f9-de67-4015-95d4-69f2fb957e07 img.shogun-image {
    

    
    
    
  }


#s-58d478f9-de67-4015-95d4-69f2fb957e07 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c6980fa-e4b8-4b90-9711-cf318869728b {
  border-style: solid;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-8c6980fa-e4b8-4b90-9711-cf318869728b > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.44;
}#s-8c6980fa-e4b8-4b90-9711-cf318869728b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e182f35c-9a4d-4fe7-898d-4d1242c04cc2 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e182f35c-9a4d-4fe7-898d-4d1242c04cc2 img.shogun-image,
  #s-e182f35c-9a4d-4fe7-898d-4d1242c04cc2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e182f35c-9a4d-4fe7-898d-4d1242c04cc2 {
    width: 100%;
    height: auto;
  }



  #s-e182f35c-9a4d-4fe7-898d-4d1242c04cc2 img.shogun-image {
    

    
    
    
  }


#s-e182f35c-9a4d-4fe7-898d-4d1242c04cc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd9bddef-0b5b-46d8-b60a-9620ee1c4b24 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd9bddef-0b5b-46d8-b60a-9620ee1c4b24 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-86806fb5-09b2-412f-8d45-e35673a17bed {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86806fb5-09b2-412f-8d45-e35673a17bed .shogun-heading-component h5 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-17d4326c-3be4-4292-8d3b-11dbe25962f3 {
  margin-left: 130px;
margin-bottom: 20px;
margin-right: 130px;
text-align: center;
}







  #s-17d4326c-3be4-4292-8d3b-11dbe25962f3 img.shogun-image {
    

    
    
    
  }


#s-17d4326c-3be4-4292-8d3b-11dbe25962f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-3fb274b7-8b9e-4836-99be-b8a6cd9bbc00 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-3fb274b7-8b9e-4836-99be-b8a6cd9bbc00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fb274b7-8b9e-4836-99be-b8a6cd9bbc00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3fb274b7-8b9e-4836-99be-b8a6cd9bbc00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fb274b7-8b9e-4836-99be-b8a6cd9bbc00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-742901e7-6f42-4543-b7b9-c3828067afb3 {
  border-style: solid;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-742901e7-6f42-4543-b7b9-c3828067afb3 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.44;
}#s-742901e7-6f42-4543-b7b9-c3828067afb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a7ca61b-4193-4e45-a1db-2658973dd55e {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0a7ca61b-4193-4e45-a1db-2658973dd55e img.shogun-image,
  #s-0a7ca61b-4193-4e45-a1db-2658973dd55e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0a7ca61b-4193-4e45-a1db-2658973dd55e {
    width: 100%;
    height: auto;
  }



  #s-0a7ca61b-4193-4e45-a1db-2658973dd55e img.shogun-image {
    

    
    
    
  }


#s-0a7ca61b-4193-4e45-a1db-2658973dd55e .shogun-image-content {
  
    align-items: center;
  
}

#s-361edc8a-b11b-4b15-8da9-353177e2353d {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-361edc8a-b11b-4b15-8da9-353177e2353d img.shogun-image,
  #s-361edc8a-b11b-4b15-8da9-353177e2353d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-361edc8a-b11b-4b15-8da9-353177e2353d {
    width: 100%;
    height: auto;
  }



  #s-361edc8a-b11b-4b15-8da9-353177e2353d img.shogun-image {
    

    
    
    
  }


#s-361edc8a-b11b-4b15-8da9-353177e2353d .shogun-image-content {
  
    align-items: center;
  
}

#s-2d2b95e6-6b52-4aa8-b176-33e788124232 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d2b95e6-6b52-4aa8-b176-33e788124232 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c9624044-51e1-41ee-b9ad-fc141856475b {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9624044-51e1-41ee-b9ad-fc141856475b .shogun-heading-component h5 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e5ff3609-c250-4821-b255-84bd4890e930 {
  margin-left: 130px;
margin-bottom: 20px;
margin-right: 130px;
text-align: center;
}







  #s-e5ff3609-c250-4821-b255-84bd4890e930 img.shogun-image {
    

    
    
    
  }


#s-e5ff3609-c250-4821-b255-84bd4890e930 .shogun-image-content {
  
    align-items: center;
  
}

#s-09c5f1b6-abfe-4fb8-a684-543a50bc5e2d {
  border-style: solid;
margin-left: 40px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-09c5f1b6-abfe-4fb8-a684-543a50bc5e2d > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.44;
}#s-09c5f1b6-abfe-4fb8-a684-543a50bc5e2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a46a7d4b-cf9f-4264-9bf9-5c6bdd4aa294 {
  text-align: center;
}







  #s-a46a7d4b-cf9f-4264-9bf9-5c6bdd4aa294 img.shogun-image {
    

    
    
    
  }


#s-a46a7d4b-cf9f-4264-9bf9-5c6bdd4aa294 .shogun-image-content {
  
    align-items: center;
  
}

#s-a74dc39d-57f2-4a03-a500-dccdc71ec08d {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a74dc39d-57f2-4a03-a500-dccdc71ec08d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e9d178bf-9800-412e-9ce3-705cbd4e19e7 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9d178bf-9800-412e-9ce3-705cbd4e19e7 .shogun-heading-component h5 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-7c1dd069-01e6-4083-85ff-61801d56357e {
  margin-left: 130px;
margin-bottom: 20px;
margin-right: 130px;
text-align: center;
}







  #s-7c1dd069-01e6-4083-85ff-61801d56357e img.shogun-image {
    

    
    
    
  }


#s-7c1dd069-01e6-4083-85ff-61801d56357e .shogun-image-content {
  
    align-items: center;
  
}

#s-f7947410-ea95-47c7-8864-e56c81e53378 {
  border-style: solid;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-f7947410-ea95-47c7-8864-e56c81e53378 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.44;
}#s-f7947410-ea95-47c7-8864-e56c81e53378.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3eace42-7adf-4c60-8521-ee2ece8a4d21 {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b3eace42-7adf-4c60-8521-ee2ece8a4d21 img.shogun-image,
  #s-b3eace42-7adf-4c60-8521-ee2ece8a4d21 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3eace42-7adf-4c60-8521-ee2ece8a4d21 {
    width: 100%;
    height: auto;
  }



  #s-b3eace42-7adf-4c60-8521-ee2ece8a4d21 img.shogun-image {
    

    
    
    
  }


#s-b3eace42-7adf-4c60-8521-ee2ece8a4d21 .shogun-image-content {
  
    align-items: center;
  
}

#s-432a0f91-499f-44d9-81e0-f362c149bb26 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-432a0f91-499f-44d9-81e0-f362c149bb26 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-341f9843-1aa2-4875-92c1-7dc888df46fb {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-341f9843-1aa2-4875-92c1-7dc888df46fb .shogun-heading-component h5 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-feb1108a-3555-4a23-80c9-267fdddae00b {
  margin-left: 130px;
margin-bottom: 20px;
margin-right: 130px;
text-align: center;
}







  #s-feb1108a-3555-4a23-80c9-267fdddae00b img.shogun-image {
    

    
    
    
  }


#s-feb1108a-3555-4a23-80c9-267fdddae00b .shogun-image-content {
  
    align-items: center;
  
}

#s-2d4418b3-fd2d-4674-925f-818a943b4843 {
  margin-top: 30px;
margin-left: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2d4418b3-fd2d-4674-925f-818a943b4843 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-856c4147-b8e0-41e4-be94-f548b7dd06ed {
  margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
opacity: 0.55;
}

#s-856c4147-b8e0-41e4-be94-f548b7dd06ed hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-e412a8fc-0475-47fd-b6af-eb37436c9017"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e412a8fc-0475-47fd-b6af-eb37436c9017"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e412a8fc-0475-47fd-b6af-eb37436c9017"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e412a8fc-0475-47fd-b6af-eb37436c9017"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-8c078bf0-668c-4c14-831f-ca5d13d1870f {
  border-style: solid;
margin-left: 40px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-8c078bf0-668c-4c14-831f-ca5d13d1870f > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.44;
}#s-8c078bf0-668c-4c14-831f-ca5d13d1870f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92e4f2d7-1585-49a5-958c-4358cddb13ed {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92e4f2d7-1585-49a5-958c-4358cddb13ed .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f413af5b-515f-43bf-accd-2e7ff62550f8 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f413af5b-515f-43bf-accd-2e7ff62550f8 .shogun-heading-component h5 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-949cebbd-d5fc-449f-b6dc-c0db8cd09742 {
  margin-top: 0px;
margin-left: 130px;
margin-bottom: 20px;
margin-right: 130px;
text-align: center;
}







  #s-949cebbd-d5fc-449f-b6dc-c0db8cd09742 img.shogun-image {
    

    
    
    
  }


#s-949cebbd-d5fc-449f-b6dc-c0db8cd09742 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0cc2505-591b-4c67-a62c-6e120d35756f {
  border-style: solid;
margin-top: 30px;
margin-left: 40px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-e0cc2505-591b-4c67-a62c-6e120d35756f > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.44;
}#s-e0cc2505-591b-4c67-a62c-6e120d35756f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36c0c9d2-f749-4e6e-bd5f-584827b522b7 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36c0c9d2-f749-4e6e-bd5f-584827b522b7 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-d1aa893e-53d7-4132-ad3b-393fecdf4a00 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1aa893e-53d7-4132-ad3b-393fecdf4a00 .shogun-heading-component h5 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d55c31f1-5aa6-4791-86c5-277a6d2a3683 {
  margin-top: 0px;
margin-left: 130px;
margin-bottom: 20px;
margin-right: 130px;
text-align: center;
}







  #s-d55c31f1-5aa6-4791-86c5-277a6d2a3683 img.shogun-image {
    

    
    
    
  }


#s-d55c31f1-5aa6-4791-86c5-277a6d2a3683 .shogun-image-content {
  
    align-items: center;
  
}

#s-af798d28-15a6-4230-8cd3-4b640aca515c {
  border-style: solid;
margin-left: 40px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-af798d28-15a6-4230-8cd3-4b640aca515c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.44;
}#s-af798d28-15a6-4230-8cd3-4b640aca515c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9dbbabfa-6c00-47b4-8482-6bd375280977 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9dbbabfa-6c00-47b4-8482-6bd375280977 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-57a57f67-6be2-4cd7-b447-aea310efb98d {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57a57f67-6be2-4cd7-b447-aea310efb98d .shogun-heading-component h5 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e07f138a-17ae-44be-b7c2-b993153d82ec {
  margin-left: 130px;
margin-bottom: 20px;
margin-right: 130px;
text-align: center;
}







  #s-e07f138a-17ae-44be-b7c2-b993153d82ec img.shogun-image {
    

    
    
    
  }


#s-e07f138a-17ae-44be-b7c2-b993153d82ec .shogun-image-content {
  
    align-items: center;
  
}

#s-7f913fd1-4404-4064-a133-fe96852d2abb {
  border-style: solid;
margin-top: 30px;
margin-left: 40px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-7f913fd1-4404-4064-a133-fe96852d2abb > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.44;
}#s-7f913fd1-4404-4064-a133-fe96852d2abb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2d2f921-93cf-4cb4-8c5d-5630ebbfaab0 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2d2f921-93cf-4cb4-8c5d-5630ebbfaab0 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-51ac0a27-05b5-4a80-8379-b57bb7af4fa1 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51ac0a27-05b5-4a80-8379-b57bb7af4fa1 .shogun-heading-component h5 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f209933a-af01-4262-9c23-080a7e285cbe {
  margin-top: 0px;
margin-left: 130px;
margin-bottom: 20px;
margin-right: 130px;
text-align: center;
}







  #s-f209933a-af01-4262-9c23-080a7e285cbe img.shogun-image {
    

    
    
    
  }


#s-f209933a-af01-4262-9c23-080a7e285cbe .shogun-image-content {
  
    align-items: center;
  
}

#s-13301556-4caa-4014-87b1-5046f3fe1bfb {
  border-style: solid;
margin-left: 40px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-13301556-4caa-4014-87b1-5046f3fe1bfb > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.44;
}#s-13301556-4caa-4014-87b1-5046f3fe1bfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa0fc847-b693-4f4c-a7f7-b709ff7787dd {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa0fc847-b693-4f4c-a7f7-b709ff7787dd .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-9ff2b18a-e149-40b3-acfc-9c419ca2bb18 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ff2b18a-e149-40b3-acfc-9c419ca2bb18 .shogun-heading-component h5 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-add5fa8b-eff0-489d-90fc-936e03d94d25 {
  margin-left: 130px;
margin-bottom: 20px;
margin-right: 130px;
text-align: center;
}







  #s-add5fa8b-eff0-489d-90fc-936e03d94d25 img.shogun-image {
    

    
    
    
  }


#s-add5fa8b-eff0-489d-90fc-936e03d94d25 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f5f43e1-250b-41de-ae6f-f6f91ec16ab7 {
  margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
opacity: 0.55;
}

#s-5f5f43e1-250b-41de-ae6f-f6f91ec16ab7 hr {
  border-top: 1px solid #ddd;
}

#s-225b8627-c5dc-4b19-bb59-0a6adbaff720 {
  min-height: 50px;
}








#s-225b8627-c5dc-4b19-bb59-0a6adbaff720 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-225b8627-c5dc-4b19-bb59-0a6adbaff720.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c8f77821-56ac-4776-9a58-5d8be28f71b1 {
  margin-top: 30px;
margin-left: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c8f77821-56ac-4776-9a58-5d8be28f71b1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-0728ba88-bd32-4139-9ca0-738c41bf99d0 {
  margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
opacity: 0.55;
}

#s-0728ba88-bd32-4139-9ca0-738c41bf99d0 hr {
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-a2e8e84c-54c4-4e54-af4a-39250507c7d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2e8e84c-54c4-4e54-af4a-39250507c7d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a2e8e84c-54c4-4e54-af4a-39250507c7d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2e8e84c-54c4-4e54-af4a-39250507c7d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f7cc7b40-15b6-4a3b-beb9-88f35897a3d6 {
  min-height: 50px;
}








#s-f7cc7b40-15b6-4a3b-beb9-88f35897a3d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7cc7b40-15b6-4a3b-beb9-88f35897a3d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3ced8c4-7a7a-4812-b02b-84b324fb1fdd {
  margin-left: 40px;
margin-right: 20px;
text-align: center;
}







  #s-a3ced8c4-7a7a-4812-b02b-84b324fb1fdd img.shogun-image {
    

    
    
    
  }


#s-a3ced8c4-7a7a-4812-b02b-84b324fb1fdd .shogun-image-content {
  
    align-items: center;
  
}

#s-788c8a96-5777-41d1-8332-2d96cc9ea6f9 {
  margin-top: 10px;
margin-left: 40px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-788c8a96-5777-41d1-8332-2d96cc9ea6f9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-788c8a96-5777-41d1-8332-2d96cc9ea6f9 .shogun-heading-component h3 a {
  color: #000;
}


#s-59517ede-df90-424e-822a-fb77edee4391 {
  margin-left: 40px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59517ede-df90-424e-822a-fb77edee4391 .shogun-heading-component h5 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-59517ede-df90-424e-822a-fb77edee4391 .shogun-heading-component h5 a {
  color: #000;
}


#s-daa760fc-019a-4786-ba6a-d34aa3fd8e17 {
  margin-left: 40px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-daa760fc-019a-4786-ba6a-d34aa3fd8e17 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-daa760fc-019a-4786-ba6a-d34aa3fd8e17 .shogun-heading-component h5 a {
  color: #000;
}


#s-afd0664e-055a-4206-8864-abe2a8b8ba60 {
  min-height: 50px;
}








#s-afd0664e-055a-4206-8864-abe2a8b8ba60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afd0664e-055a-4206-8864-abe2a8b8ba60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1af123c0-11d9-4c5b-a542-33f9c1dd67fb {
  margin-left: 40px;
margin-right: 20px;
max-width: 960px;
text-align: center;
}







  #s-1af123c0-11d9-4c5b-a542-33f9c1dd67fb img.shogun-image {
    

    
    
    
  }


#s-1af123c0-11d9-4c5b-a542-33f9c1dd67fb .shogun-image-content {
  
    align-items: center;
  
}

#s-209a7b36-8311-43f8-a062-1d3849e37eb6 {
  margin-top: 10px;
margin-left: 40px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-209a7b36-8311-43f8-a062-1d3849e37eb6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


#s-209a7b36-8311-43f8-a062-1d3849e37eb6 .shogun-heading-component h3 a {
  color: #000;
}


#s-2a1c323d-2b56-476c-be29-1d9e76071c86 {
  margin-left: 40px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a1c323d-2b56-476c-be29-1d9e76071c86 .shogun-heading-component h5 {
  color: #000;
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-2a1c323d-2b56-476c-be29-1d9e76071c86 .shogun-heading-component h5 a {
  color: #000;
}


#s-4626b947-cfaa-4f9b-bf72-146e80ac05d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4626b947-cfaa-4f9b-bf72-146e80ac05d2 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-4626b947-cfaa-4f9b-bf72-146e80ac05d2 .shogun-heading-component h5 a {
  color: #000;
}


#s-ff8572ca-f7ee-4cd6-9618-ceeac2f00605 {
  min-height: 50px;
}








#s-ff8572ca-f7ee-4cd6-9618-ceeac2f00605 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff8572ca-f7ee-4cd6-9618-ceeac2f00605.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b22b584-d4a3-4b9b-94b4-cd5ebd2d6201 {
  border-style: solid;
margin-top: 30px;
margin-left: 40px;
margin-right: 20px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-4b22b584-d4a3-4b9b-94b4-cd5ebd2d6201 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.44;
}#s-4b22b584-d4a3-4b9b-94b4-cd5ebd2d6201.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-831a66fa-9bc1-46d6-90de-35798e68aec8 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-831a66fa-9bc1-46d6-90de-35798e68aec8 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-1075cc31-5a59-40b6-b105-e1e9f2995715 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1075cc31-5a59-40b6-b105-e1e9f2995715 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c6363c5b-8216-49f3-9e2f-3477e29da915 {
  margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
opacity: 0.55;
}

#s-c6363c5b-8216-49f3-9e2f-3477e29da915 hr {
  border-top: 1px solid #ddd;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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