.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-d8a7ec57-05f6-4e74-bc0b-11c09f995e36 {
  min-height: 50px;
}








#s-d8a7ec57-05f6-4e74-bc0b-11c09f995e36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8a7ec57-05f6-4e74-bc0b-11c09f995e36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-5f6992e3-477c-4dc7-b287-96d44baa1161 {
  margin-top: 0em;
margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5f6992e3-477c-4dc7-b287-96d44baa1161 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-a16c95a4-ca8f-4d1b-b45e-aea8e711cb28 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 160px;
max-width: 1650px;
}








#s-a16c95a4-ca8f-4d1b-b45e-aea8e711cb28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a16c95a4-ca8f-4d1b-b45e-aea8e711cb28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-b2360ae4-43c0-466d-a41a-b36b7576ad36 {
  text-align: center;
}
@media (min-width: 1200px){#s-b2360ae4-43c0-466d-a41a-b36b7576ad36 {
  display: none;
}
#s-b2360ae4-43c0-466d-a41a-b36b7576ad36, #wrap-s-b2360ae4-43c0-466d-a41a-b36b7576ad36 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b2360ae4-43c0-466d-a41a-b36b7576ad36 {
  display: none;
}
#s-b2360ae4-43c0-466d-a41a-b36b7576ad36, #wrap-s-b2360ae4-43c0-466d-a41a-b36b7576ad36 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b2360ae4-43c0-466d-a41a-b36b7576ad36 {
  display: none;
}
#s-b2360ae4-43c0-466d-a41a-b36b7576ad36, #wrap-s-b2360ae4-43c0-466d-a41a-b36b7576ad36 { display: none !important; }}@media (max-width: 767px){#s-b2360ae4-43c0-466d-a41a-b36b7576ad36 {
  
}
}






  #s-b2360ae4-43c0-466d-a41a-b36b7576ad36 img.shogun-image {
    

    
    
    
  }


#s-b2360ae4-43c0-466d-a41a-b36b7576ad36 .shogun-image-content {
  
    align-items: center;
  
}

#s-2bb0c1ba-8bd5-4179-8e8b-bc25c00aeaa9 {
  text-align: center;
}
@media (max-width: 767px){#s-2bb0c1ba-8bd5-4179-8e8b-bc25c00aeaa9 {
  display: none;
}
#s-2bb0c1ba-8bd5-4179-8e8b-bc25c00aeaa9, #wrap-s-2bb0c1ba-8bd5-4179-8e8b-bc25c00aeaa9 { display: none !important; }}






  #s-2bb0c1ba-8bd5-4179-8e8b-bc25c00aeaa9 img.shogun-image {
    

    
    
    
  }


#s-2bb0c1ba-8bd5-4179-8e8b-bc25c00aeaa9 .shogun-image-content {
  
    align-items: center;
  
}

#s-f64dce14-fb41-4dd7-b11a-cee20ac75418 {
  margin-top: 3em;
margin-left: 0em;
margin-bottom: 3em;
margin-right: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-f64dce14-fb41-4dd7-b11a-cee20ac75418 {
  display: none;
}
#s-f64dce14-fb41-4dd7-b11a-cee20ac75418, #wrap-s-f64dce14-fb41-4dd7-b11a-cee20ac75418 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f64dce14-fb41-4dd7-b11a-cee20ac75418 {
  display: none;
}
#s-f64dce14-fb41-4dd7-b11a-cee20ac75418, #wrap-s-f64dce14-fb41-4dd7-b11a-cee20ac75418 { display: none !important; }}@media (max-width: 767px){#s-f64dce14-fb41-4dd7-b11a-cee20ac75418 {
  display: none;
}
#s-f64dce14-fb41-4dd7-b11a-cee20ac75418, #wrap-s-f64dce14-fb41-4dd7-b11a-cee20ac75418 { display: none !important; }}
#s-f64dce14-fb41-4dd7-b11a-cee20ac75418 {
  background-image: url();
}








#s-f64dce14-fb41-4dd7-b11a-cee20ac75418 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f64dce14-fb41-4dd7-b11a-cee20ac75418.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-bd473121-a3b6-43a1-bd06-dea221c13951 {
  margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-bd473121-a3b6-43a1-bd06-dea221c13951"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd473121-a3b6-43a1-bd06-dea221c13951"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd473121-a3b6-43a1-bd06-dea221c13951"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bd473121-a3b6-43a1-bd06-dea221c13951"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd473121-a3b6-43a1-bd06-dea221c13951"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd473121-a3b6-43a1-bd06-dea221c13951"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bd473121-a3b6-43a1-bd06-dea221c13951"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-1dbf9da6-4028-4428-ae07-5df2d3b63dbc {
  padding-right: 1em;
min-height: 50px;
}








#s-1dbf9da6-4028-4428-ae07-5df2d3b63dbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dbf9da6-4028-4428-ae07-5df2d3b63dbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e6e1907-0da2-4fbe-bad8-da4b2a1fdc91 {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8e6e1907-0da2-4fbe-bad8-da4b2a1fdc91 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-8b0cb4e9-8911-46e9-afa3-4a53d09af1ee {
  text-align: left;
}







  #s-8b0cb4e9-8911-46e9-afa3-4a53d09af1ee img.shogun-image {
    

    
    
    
  }


#s-8b0cb4e9-8911-46e9-afa3-4a53d09af1ee .shogun-image-content {
  
    align-items: center;
  
}

#s-6a7587dd-e961-45aa-b474-845cf5826bd1 {
  text-align: center;
opacity: 1;
}







  #s-6a7587dd-e961-45aa-b474-845cf5826bd1 img.shogun-image {
    

    
    
    
  }


#s-6a7587dd-e961-45aa-b474-845cf5826bd1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d0ca2ae2-c895-4076-a09c-244bf8b6cfcd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0ca2ae2-c895-4076-a09c-244bf8b6cfcd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0ca2ae2-c895-4076-a09c-244bf8b6cfcd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d0ca2ae2-c895-4076-a09c-244bf8b6cfcd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0ca2ae2-c895-4076-a09c-244bf8b6cfcd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0ca2ae2-c895-4076-a09c-244bf8b6cfcd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0ca2ae2-c895-4076-a09c-244bf8b6cfcd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-d13abce9-1228-4f8f-9e2a-b8e1ec77ddce {
  text-align: center;
opacity: 1;
}







  #s-d13abce9-1228-4f8f-9e2a-b8e1ec77ddce img.shogun-image {
    

    
    
    
  }


#s-d13abce9-1228-4f8f-9e2a-b8e1ec77ddce .shogun-image-content {
  
    align-items: center;
  
}

#s-98d333eb-de9e-4d2d-b866-b43b94e88ae3 {
  padding-left: 1em;
min-height: 50px;
}








#s-98d333eb-de9e-4d2d-b866-b43b94e88ae3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98d333eb-de9e-4d2d-b866-b43b94e88ae3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2901edd-8c95-4498-912a-43ab8bf68133 {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a2901edd-8c95-4498-912a-43ab8bf68133 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-6e0cf377-e41d-4286-a650-0fc5821a5a86 {
  margin-top: 3em;
margin-left: 3em;
margin-bottom: 3em;
margin-right: 3em;
min-height: 50px;
}
@media (min-width: 1200px){#s-6e0cf377-e41d-4286-a650-0fc5821a5a86 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6e0cf377-e41d-4286-a650-0fc5821a5a86 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6e0cf377-e41d-4286-a650-0fc5821a5a86 {
  display: none;
}
#s-6e0cf377-e41d-4286-a650-0fc5821a5a86, #wrap-s-6e0cf377-e41d-4286-a650-0fc5821a5a86 { display: none !important; }}@media (max-width: 767px){#s-6e0cf377-e41d-4286-a650-0fc5821a5a86 {
  display: none;
}
#s-6e0cf377-e41d-4286-a650-0fc5821a5a86, #wrap-s-6e0cf377-e41d-4286-a650-0fc5821a5a86 { display: none !important; }}
#s-6e0cf377-e41d-4286-a650-0fc5821a5a86 {
  background-image: url();
}








#s-6e0cf377-e41d-4286-a650-0fc5821a5a86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e0cf377-e41d-4286-a650-0fc5821a5a86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6da3519-f2a0-49a1-8602-19cf2587593a {
  margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-c6da3519-f2a0-49a1-8602-19cf2587593a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6da3519-f2a0-49a1-8602-19cf2587593a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c6da3519-f2a0-49a1-8602-19cf2587593a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c6da3519-f2a0-49a1-8602-19cf2587593a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c6da3519-f2a0-49a1-8602-19cf2587593a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6da3519-f2a0-49a1-8602-19cf2587593a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c6da3519-f2a0-49a1-8602-19cf2587593a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-e1e46d26-09e4-443f-92e1-ec03063be3ca {
  padding-right: 1em;
min-height: 50px;
}








#s-e1e46d26-09e4-443f-92e1-ec03063be3ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1e46d26-09e4-443f-92e1-ec03063be3ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5f6b955-5d54-49db-b856-bd9f54eec630 {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b5f6b955-5d54-49db-b856-bd9f54eec630 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-94e82ba6-06b5-47fe-82e7-de72d5ba7102 {
  text-align: left;
}







  #s-94e82ba6-06b5-47fe-82e7-de72d5ba7102 img.shogun-image {
    

    
    
    
  }


#s-94e82ba6-06b5-47fe-82e7-de72d5ba7102 .shogun-image-content {
  
    align-items: center;
  
}

#s-691d598b-6853-40c7-afca-cdff774611f8 {
  text-align: center;
opacity: 1;
}







  #s-691d598b-6853-40c7-afca-cdff774611f8 img.shogun-image {
    

    
    
    
  }


#s-691d598b-6853-40c7-afca-cdff774611f8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-bdef67d5-6a25-47ac-bab8-3eb13953cd03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdef67d5-6a25-47ac-bab8-3eb13953cd03"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bdef67d5-6a25-47ac-bab8-3eb13953cd03"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bdef67d5-6a25-47ac-bab8-3eb13953cd03"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bdef67d5-6a25-47ac-bab8-3eb13953cd03"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bdef67d5-6a25-47ac-bab8-3eb13953cd03"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bdef67d5-6a25-47ac-bab8-3eb13953cd03"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-b07a058e-cf3e-4dbd-9f59-f3a9a9581c82 {
  text-align: center;
opacity: 1;
}







  #s-b07a058e-cf3e-4dbd-9f59-f3a9a9581c82 img.shogun-image {
    

    
    
    
  }


#s-b07a058e-cf3e-4dbd-9f59-f3a9a9581c82 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc5ac703-c726-4843-b4b3-b8c87a915c5d {
  padding-left: 1em;
min-height: 50px;
}








#s-cc5ac703-c726-4843-b4b3-b8c87a915c5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc5ac703-c726-4843-b4b3-b8c87a915c5d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad16f1dc-4cfb-4d59-899e-386b12ebba57 {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ad16f1dc-4cfb-4d59-899e-386b12ebba57 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-87000163-a5f6-43e9-8b05-dc1ebe861069 {
  margin-top: 2em;
margin-bottom: 4em;
min-height: 50px;
}
@media (min-width: 1200px){#s-87000163-a5f6-43e9-8b05-dc1ebe861069 {
  display: none;
}
#s-87000163-a5f6-43e9-8b05-dc1ebe861069, #wrap-s-87000163-a5f6-43e9-8b05-dc1ebe861069 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87000163-a5f6-43e9-8b05-dc1ebe861069 {
  display: none;
}
#s-87000163-a5f6-43e9-8b05-dc1ebe861069, #wrap-s-87000163-a5f6-43e9-8b05-dc1ebe861069 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87000163-a5f6-43e9-8b05-dc1ebe861069 {
  display: none;
}
#s-87000163-a5f6-43e9-8b05-dc1ebe861069, #wrap-s-87000163-a5f6-43e9-8b05-dc1ebe861069 { display: none !important; }}







#s-87000163-a5f6-43e9-8b05-dc1ebe861069 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87000163-a5f6-43e9-8b05-dc1ebe861069.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a43289e-d322-4059-9606-903749422e37 {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a43289e-d322-4059-9606-903749422e37 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-58c56d57-9cb3-450b-bbb6-db2acacb6519 {
  padding-top: 0em;
padding-left: 4em;
padding-bottom: 2em;
padding-right: 4em;
text-align: center;
opacity: 1;
}







  #s-58c56d57-9cb3-450b-bbb6-db2acacb6519 img.shogun-image {
    

    
    
    
  }


#s-58c56d57-9cb3-450b-bbb6-db2acacb6519 .shogun-image-content {
  
    align-items: center;
  
}

#s-de061f0b-c6a2-4a65-897f-c89eafa8c26d {
  margin-bottom: 0em;
}

#s-6f8f8f34-31b4-48b9-812d-95e437931a64 {
  margin-bottom: 2em;
text-align: left;
}







  #s-6f8f8f34-31b4-48b9-812d-95e437931a64 img.shogun-image {
    

    
    
    
  }


#s-6f8f8f34-31b4-48b9-812d-95e437931a64 .shogun-image-content {
  
    align-items: center;
  
}

#s-25c9e622-5a82-44e0-a30c-4a6d3d757315 {
  margin-bottom: 1em;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-25c9e622-5a82-44e0-a30c-4a6d3d757315 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-3a813fe9-8b5b-43fc-92ed-306acf788549 {
  padding-top: 0em;
padding-left: 4em;
padding-bottom: 2em;
padding-right: 4em;
text-align: center;
opacity: 1;
}







  #s-3a813fe9-8b5b-43fc-92ed-306acf788549 img.shogun-image {
    

    
    
    
  }


#s-3a813fe9-8b5b-43fc-92ed-306acf788549 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a24fce4-e4f8-4f97-bdf3-42ca1778a72f {
  margin-top: 0em;
margin-bottom: 2px;
min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}








#s-4a24fce4-e4f8-4f97-bdf3-42ca1778a72f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a24fce4-e4f8-4f97-bdf3-42ca1778a72f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7714ec6-354e-4079-85a4-0aaf108d73ba {
  margin-top: 2em;
margin-bottom: 4em;
padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-b7714ec6-354e-4079-85a4-0aaf108d73ba {
  display: none;
}
#s-b7714ec6-354e-4079-85a4-0aaf108d73ba, #wrap-s-b7714ec6-354e-4079-85a4-0aaf108d73ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7714ec6-354e-4079-85a4-0aaf108d73ba {
  display: none;
}
#s-b7714ec6-354e-4079-85a4-0aaf108d73ba, #wrap-s-b7714ec6-354e-4079-85a4-0aaf108d73ba { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7714ec6-354e-4079-85a4-0aaf108d73ba {
  display: none;
}
#s-b7714ec6-354e-4079-85a4-0aaf108d73ba, #wrap-s-b7714ec6-354e-4079-85a4-0aaf108d73ba { display: none !important; }}@media (max-width: 767px){#s-b7714ec6-354e-4079-85a4-0aaf108d73ba {
  
}
}







#s-b7714ec6-354e-4079-85a4-0aaf108d73ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7714ec6-354e-4079-85a4-0aaf108d73ba.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-84626981-86b7-44a3-a754-c535ada19b61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-84626981-86b7-44a3-a754-c535ada19b61"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-84626981-86b7-44a3-a754-c535ada19b61"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-84626981-86b7-44a3-a754-c535ada19b61"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6e128516-8cb9-4bdc-958a-6674d60da79a {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-6e128516-8cb9-4bdc-958a-6674d60da79a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e128516-8cb9-4bdc-958a-6674d60da79a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0d828ad-a351-4682-a9e7-2439b1cb84a5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0em;
padding-bottom: 2em;
text-align: center;
}







  #s-c0d828ad-a351-4682-a9e7-2439b1cb84a5 img.shogun-image {
    

    
    
    
  }


#s-c0d828ad-a351-4682-a9e7-2439b1cb84a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2b67421-a1e6-49e3-ad2f-298decc957b0 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-d2b67421-a1e6-49e3-ad2f-298decc957b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2b67421-a1e6-49e3-ad2f-298decc957b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-077fbf8f-0ff6-4f18-acff-45247af1a34f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-077fbf8f-0ff6-4f18-acff-45247af1a34f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-14d174d6-f236-47c8-b65c-3b5456c24bfc {
  text-align: center;
}

#s-22c33d6c-694b-407b-a1bb-5cc9a196b00a {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 850px;
background-color: rgba(244, 243, 239, 1);
}








#s-22c33d6c-694b-407b-a1bb-5cc9a196b00a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22c33d6c-694b-407b-a1bb-5cc9a196b00a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec77b2a5-c048-42ea-a411-763c089cb355 {
  margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-bottom: 1em;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-ec77b2a5-c048-42ea-a411-763c089cb355"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec77b2a5-c048-42ea-a411-763c089cb355"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ec77b2a5-c048-42ea-a411-763c089cb355"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec77b2a5-c048-42ea-a411-763c089cb355"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-977d7b38-267c-4db3-97b5-a06e6bcd89d3 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
max-width: 250px;
text-align: center;
}







  #s-977d7b38-267c-4db3-97b5-a06e6bcd89d3 img.shogun-image {
    

    
    
    
  }


#s-977d7b38-267c-4db3-97b5-a06e6bcd89d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-587f0741-6acf-4033-a432-8839728b16a2 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-587f0741-6acf-4033-a432-8839728b16a2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-db756762-9a1d-482d-b154-b8ce4a69bc44 {
  margin-top: 2em;
margin-bottom: 4em;
padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-db756762-9a1d-482d-b154-b8ce4a69bc44 {
  display: none;
}
#s-db756762-9a1d-482d-b154-b8ce4a69bc44, #wrap-s-db756762-9a1d-482d-b154-b8ce4a69bc44 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db756762-9a1d-482d-b154-b8ce4a69bc44 {
  display: none;
}
#s-db756762-9a1d-482d-b154-b8ce4a69bc44, #wrap-s-db756762-9a1d-482d-b154-b8ce4a69bc44 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db756762-9a1d-482d-b154-b8ce4a69bc44 {
  
}
}@media (max-width: 767px){#s-db756762-9a1d-482d-b154-b8ce4a69bc44 {
  display: none;
}
#s-db756762-9a1d-482d-b154-b8ce4a69bc44, #wrap-s-db756762-9a1d-482d-b154-b8ce4a69bc44 { display: none !important; }}







#s-db756762-9a1d-482d-b154-b8ce4a69bc44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db756762-9a1d-482d-b154-b8ce4a69bc44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b928c405-fb4c-4113-84fd-3bd600046df8 {
  margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-b928c405-fb4c-4113-84fd-3bd600046df8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b928c405-fb4c-4113-84fd-3bd600046df8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b928c405-fb4c-4113-84fd-3bd600046df8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b928c405-fb4c-4113-84fd-3bd600046df8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b928c405-fb4c-4113-84fd-3bd600046df8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b928c405-fb4c-4113-84fd-3bd600046df8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b928c405-fb4c-4113-84fd-3bd600046df8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-2668431a-c46b-4e48-a3ec-0b9e7d8fa695 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-2668431a-c46b-4e48-a3ec-0b9e7d8fa695 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2668431a-c46b-4e48-a3ec-0b9e7d8fa695.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26a2927c-4efd-4259-b970-385e0e129e3f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}







  #s-26a2927c-4efd-4259-b970-385e0e129e3f img.shogun-image {
    

    
    
    
  }


#s-26a2927c-4efd-4259-b970-385e0e129e3f .shogun-image-content {
  
    align-items: center;
  
}

#s-81ecabe6-dc55-44e7-bf66-367de5783af4 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-81ecabe6-dc55-44e7-bf66-367de5783af4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81ecabe6-dc55-44e7-bf66-367de5783af4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac78e4f6-d59f-46d1-b591-644d1badad91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ac78e4f6-d59f-46d1-b591-644d1badad91 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-3cc0109a-6276-452c-afd4-132673865c69 {
  text-align: left;
}

#s-192ad4b3-4503-4451-b82e-d71207e55eec {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 900px;
background-color: rgba(244, 243, 239, 1);
}








#s-192ad4b3-4503-4451-b82e-d71207e55eec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-192ad4b3-4503-4451-b82e-d71207e55eec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78d2426b-d286-4b1e-ad55-861e4aa6eed6 {
  margin-top: 1em;
margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-bottom: 0em;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-78d2426b-d286-4b1e-ad55-861e4aa6eed6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78d2426b-d286-4b1e-ad55-861e4aa6eed6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-78d2426b-d286-4b1e-ad55-861e4aa6eed6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-78d2426b-d286-4b1e-ad55-861e4aa6eed6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-78d2426b-d286-4b1e-ad55-861e4aa6eed6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-78d2426b-d286-4b1e-ad55-861e4aa6eed6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-78d2426b-d286-4b1e-ad55-861e4aa6eed6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-2e5a8000-c117-4be9-9832-e60ddb4cd9f0 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-2e5a8000-c117-4be9-9832-e60ddb4cd9f0 img.shogun-image {
    

    
    
    
  }


#s-2e5a8000-c117-4be9-9832-e60ddb4cd9f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-052d3410-0c2f-464c-8d16-e56dfbc2a9b9 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-052d3410-0c2f-464c-8d16-e56dfbc2a9b9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-b4047cf6-a6ee-4dd3-b274-c98e2813d15f {
  margin-top: 2em;
margin-bottom: 4em;
padding-left: 10em;
padding-right: 10em;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b4047cf6-a6ee-4dd3-b274-c98e2813d15f {
  display: none;
}
#s-b4047cf6-a6ee-4dd3-b274-c98e2813d15f, #wrap-s-b4047cf6-a6ee-4dd3-b274-c98e2813d15f { display: none !important; }}@media (max-width: 767px){#s-b4047cf6-a6ee-4dd3-b274-c98e2813d15f {
  display: none;
}
#s-b4047cf6-a6ee-4dd3-b274-c98e2813d15f, #wrap-s-b4047cf6-a6ee-4dd3-b274-c98e2813d15f { display: none !important; }}







#s-b4047cf6-a6ee-4dd3-b274-c98e2813d15f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4047cf6-a6ee-4dd3-b274-c98e2813d15f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fee48c0c-3574-46b4-b49c-273c56fe33a2 {
  margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-fee48c0c-3574-46b4-b49c-273c56fe33a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fee48c0c-3574-46b4-b49c-273c56fe33a2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fee48c0c-3574-46b4-b49c-273c56fe33a2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fee48c0c-3574-46b4-b49c-273c56fe33a2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fee48c0c-3574-46b4-b49c-273c56fe33a2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fee48c0c-3574-46b4-b49c-273c56fe33a2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fee48c0c-3574-46b4-b49c-273c56fe33a2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-a3b6dad3-c2a5-4363-85e6-6dd4dd0d27df {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-a3b6dad3-c2a5-4363-85e6-6dd4dd0d27df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3b6dad3-c2a5-4363-85e6-6dd4dd0d27df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c071ac75-b95c-4367-bcf0-f184b7a2f2a8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}







  #s-c071ac75-b95c-4367-bcf0-f184b7a2f2a8 img.shogun-image {
    

    
    
    
  }


#s-c071ac75-b95c-4367-bcf0-f184b7a2f2a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-857420d3-0e2d-4db2-a025-394504b870aa {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-857420d3-0e2d-4db2-a025-394504b870aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-857420d3-0e2d-4db2-a025-394504b870aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9db838d-c69e-4102-ad89-6ca6c1fa0cd9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e9db838d-c69e-4102-ad89-6ca6c1fa0cd9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-deaa4874-af17-49a5-b1bc-d218537c1f98 {
  text-align: left;
}

#s-f86e943b-2483-43b3-9d7d-ea79c75d60d7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 900px;
background-color: rgba(244, 243, 239, 1);
}








#s-f86e943b-2483-43b3-9d7d-ea79c75d60d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f86e943b-2483-43b3-9d7d-ea79c75d60d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6500805e-836b-4573-993d-21b59ade400e {
  margin-top: 1em;
margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-bottom: 0em;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-6500805e-836b-4573-993d-21b59ade400e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6500805e-836b-4573-993d-21b59ade400e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6500805e-836b-4573-993d-21b59ade400e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6500805e-836b-4573-993d-21b59ade400e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6500805e-836b-4573-993d-21b59ade400e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6500805e-836b-4573-993d-21b59ade400e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6500805e-836b-4573-993d-21b59ade400e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-a926185e-1c1c-4462-aef7-b01b1cf73f3b {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-a926185e-1c1c-4462-aef7-b01b1cf73f3b img.shogun-image {
    

    
    
    
  }


#s-a926185e-1c1c-4462-aef7-b01b1cf73f3b .shogun-image-content {
  
    align-items: center;
  
}

#s-51dfd089-2768-49b0-bb43-f32974cebb48 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-51dfd089-2768-49b0-bb43-f32974cebb48 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f0e0e9a8-1882-427d-867f-4e60d5c8d9e1 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
background-color: rgba(57, 58, 55, 1);
}
@media (min-width: 1200px){#s-f0e0e9a8-1882-427d-867f-4e60d5c8d9e1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f0e0e9a8-1882-427d-867f-4e60d5c8d9e1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f0e0e9a8-1882-427d-867f-4e60d5c8d9e1 {
  display: none;
}
#s-f0e0e9a8-1882-427d-867f-4e60d5c8d9e1, #wrap-s-f0e0e9a8-1882-427d-867f-4e60d5c8d9e1 { display: none !important; }}@media (max-width: 767px){#s-f0e0e9a8-1882-427d-867f-4e60d5c8d9e1 {
  display: none;
}
#s-f0e0e9a8-1882-427d-867f-4e60d5c8d9e1, #wrap-s-f0e0e9a8-1882-427d-867f-4e60d5c8d9e1 { display: none !important; }}







#s-f0e0e9a8-1882-427d-867f-4e60d5c8d9e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0e0e9a8-1882-427d-867f-4e60d5c8d9e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c64e27e-c5ae-41dd-bf3a-e0840931397b {
  margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-left: 4em;
padding-bottom: 0em;
padding-right: 4em;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-3c64e27e-c5ae-41dd-bf3a-e0840931397b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c64e27e-c5ae-41dd-bf3a-e0840931397b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c64e27e-c5ae-41dd-bf3a-e0840931397b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c64e27e-c5ae-41dd-bf3a-e0840931397b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c64e27e-c5ae-41dd-bf3a-e0840931397b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c64e27e-c5ae-41dd-bf3a-e0840931397b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3c64e27e-c5ae-41dd-bf3a-e0840931397b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c932752c-f3e3-4005-8687-4248e2fb48ea {
  padding-top: 0em;
padding-bottom: 0em;
min-height: 50px;
}








#s-c932752c-f3e3-4005-8687-4248e2fb48ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c932752c-f3e3-4005-8687-4248e2fb48ea.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-a4f9c6fe-4f59-407f-af52-0bf251d0121e {
  padding-top: 2em;
padding-bottom: 0em;
max-width: 200px;
text-align: center;
}







  #s-a4f9c6fe-4f59-407f-af52-0bf251d0121e img.shogun-image {
    

    
    
    
  }


#s-a4f9c6fe-4f59-407f-af52-0bf251d0121e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-df9d086d-60a8-4fd4-8a3f-c29266c1f419 {
  padding-right: 0em;
min-height: 50px;
}








#s-df9d086d-60a8-4fd4-8a3f-c29266c1f419 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df9d086d-60a8-4fd4-8a3f-c29266c1f419.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52a4dd9b-349e-4f84-ae08-5aa9861ab4c8 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 50px;
text-align: center;
}







  #s-52a4dd9b-349e-4f84-ae08-5aa9861ab4c8 img.shogun-image {
    

    
    
    
  }


#s-52a4dd9b-349e-4f84-ae08-5aa9861ab4c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ae048e27-be16-4e1b-ad5b-53dd56c5c263 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae048e27-be16-4e1b-ad5b-53dd56c5c263 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-90c8049b-9383-4af2-9aa2-0b563566df46"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-90c8049b-9383-4af2-9aa2-0b563566df46"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-90c8049b-9383-4af2-9aa2-0b563566df46"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-90c8049b-9383-4af2-9aa2-0b563566df46"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-539f1635-e66a-498f-b2bc-cac6a9c7ec4a {
  min-height: 50px;
}








#s-539f1635-e66a-498f-b2bc-cac6a9c7ec4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-539f1635-e66a-498f-b2bc-cac6a9c7ec4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-042f5cfa-911c-42f7-b12b-81419547aa36 {
  text-align: left;
}







  #s-042f5cfa-911c-42f7-b12b-81419547aa36 img.shogun-image {
    

    
    
    
  }


#s-042f5cfa-911c-42f7-b12b-81419547aa36 .shogun-image-content {
  
    align-items: center;
  
}

#s-d87a4c99-0567-461d-87ea-edd566bb0e03 {
  min-height: 50px;
}








#s-d87a4c99-0567-461d-87ea-edd566bb0e03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d87a4c99-0567-461d-87ea-edd566bb0e03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1927bea2-001b-4bb1-a9fa-e5f3823fbfca {
  text-align: left;
}







  #s-1927bea2-001b-4bb1-a9fa-e5f3823fbfca img.shogun-image {
    

    
    
    
  }


#s-1927bea2-001b-4bb1-a9fa-e5f3823fbfca .shogun-image-content {
  
    align-items: center;
  
}

#s-96411cdf-4614-42d5-b1d5-57b0c1f9e161 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
background-color: rgba(57, 58, 55, 1);
}
@media (min-width: 1200px){#s-96411cdf-4614-42d5-b1d5-57b0c1f9e161 {
  display: none;
}
#s-96411cdf-4614-42d5-b1d5-57b0c1f9e161, #wrap-s-96411cdf-4614-42d5-b1d5-57b0c1f9e161 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96411cdf-4614-42d5-b1d5-57b0c1f9e161 {
  display: none;
}
#s-96411cdf-4614-42d5-b1d5-57b0c1f9e161, #wrap-s-96411cdf-4614-42d5-b1d5-57b0c1f9e161 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-96411cdf-4614-42d5-b1d5-57b0c1f9e161 {
  
}
}@media (max-width: 767px){#s-96411cdf-4614-42d5-b1d5-57b0c1f9e161 {
  display: none;
}
#s-96411cdf-4614-42d5-b1d5-57b0c1f9e161, #wrap-s-96411cdf-4614-42d5-b1d5-57b0c1f9e161 { display: none !important; }}







#s-96411cdf-4614-42d5-b1d5-57b0c1f9e161 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96411cdf-4614-42d5-b1d5-57b0c1f9e161.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26d683b9-d538-4089-b7d3-64b06c7de858 {
  margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-left: 3em;
padding-bottom: 0em;
padding-right: 3em;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-26d683b9-d538-4089-b7d3-64b06c7de858"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26d683b9-d538-4089-b7d3-64b06c7de858"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-26d683b9-d538-4089-b7d3-64b06c7de858"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-26d683b9-d538-4089-b7d3-64b06c7de858"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-26d683b9-d538-4089-b7d3-64b06c7de858"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-26d683b9-d538-4089-b7d3-64b06c7de858"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-26d683b9-d538-4089-b7d3-64b06c7de858"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-1711bbd8-8f06-4302-9655-a48452e63219 {
  padding-top: 0em;
padding-bottom: 0em;
min-height: 50px;
}








#s-1711bbd8-8f06-4302-9655-a48452e63219 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1711bbd8-8f06-4302-9655-a48452e63219.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-f0fb29b0-cafd-499e-a7dd-388577f872d1 {
  padding-top: 2em;
padding-bottom: 0em;
max-width: 200px;
text-align: center;
}







  #s-f0fb29b0-cafd-499e-a7dd-388577f872d1 img.shogun-image {
    

    
    
    
  }


#s-f0fb29b0-cafd-499e-a7dd-388577f872d1 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-4ef56bca-9d8c-47b8-8b0e-a593e2940514 {
  padding-right: 0em;
min-height: 50px;
}








#s-4ef56bca-9d8c-47b8-8b0e-a593e2940514 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ef56bca-9d8c-47b8-8b0e-a593e2940514.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f79ea004-1b22-4f8a-ac90-de516d8df88e {
  margin-left: auto;
margin-right: auto;
max-width: 30px;
text-align: center;
}







  #s-f79ea004-1b22-4f8a-ac90-de516d8df88e img.shogun-image {
    

    
    
    
  }


#s-f79ea004-1b22-4f8a-ac90-de516d8df88e .shogun-image-content {
  
    align-items: center;
  
}

#s-aa22bce9-b054-498e-be1d-0232f8d26c54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa22bce9-b054-498e-be1d-0232f8d26c54 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-34fbbd65-b3c1-4930-9d7d-af125770dd50"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-34fbbd65-b3c1-4930-9d7d-af125770dd50"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-34fbbd65-b3c1-4930-9d7d-af125770dd50"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-34fbbd65-b3c1-4930-9d7d-af125770dd50"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-34fbbd65-b3c1-4930-9d7d-af125770dd50"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-34fbbd65-b3c1-4930-9d7d-af125770dd50"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-34fbbd65-b3c1-4930-9d7d-af125770dd50"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

#s-5092c7ce-da15-481b-aa16-bb48b018c391 {
  min-height: 50px;
}








#s-5092c7ce-da15-481b-aa16-bb48b018c391 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5092c7ce-da15-481b-aa16-bb48b018c391.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2092f071-5bd4-4307-8a55-00bd58c329d3 {
  text-align: left;
}







  #s-2092f071-5bd4-4307-8a55-00bd58c329d3 img.shogun-image {
    

    
    
    
  }


#s-2092f071-5bd4-4307-8a55-00bd58c329d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-650cbaf8-f6f9-45d9-ab5b-8f7f935b745c {
  min-height: 50px;
}








#s-650cbaf8-f6f9-45d9-ab5b-8f7f935b745c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-650cbaf8-f6f9-45d9-ab5b-8f7f935b745c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d07823b-444f-423d-9b6d-4bac5107606c {
  text-align: left;
}







  #s-0d07823b-444f-423d-9b6d-4bac5107606c img.shogun-image {
    

    
    
    
  }


#s-0d07823b-444f-423d-9b6d-4bac5107606c .shogun-image-content {
  
    align-items: center;
  
}

#s-baa47ada-4a7a-43df-8fb1-d791fc9a1707 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
background-color: rgba(57, 58, 55, 1);
}
@media (min-width: 1200px){#s-baa47ada-4a7a-43df-8fb1-d791fc9a1707 {
  display: none;
}
#s-baa47ada-4a7a-43df-8fb1-d791fc9a1707, #wrap-s-baa47ada-4a7a-43df-8fb1-d791fc9a1707 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-baa47ada-4a7a-43df-8fb1-d791fc9a1707 {
  display: none;
}
#s-baa47ada-4a7a-43df-8fb1-d791fc9a1707, #wrap-s-baa47ada-4a7a-43df-8fb1-d791fc9a1707 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-baa47ada-4a7a-43df-8fb1-d791fc9a1707 {
  display: none;
}
#s-baa47ada-4a7a-43df-8fb1-d791fc9a1707, #wrap-s-baa47ada-4a7a-43df-8fb1-d791fc9a1707 { display: none !important; }}@media (max-width: 767px){#s-baa47ada-4a7a-43df-8fb1-d791fc9a1707 {
  
}
}







#s-baa47ada-4a7a-43df-8fb1-d791fc9a1707 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-baa47ada-4a7a-43df-8fb1-d791fc9a1707.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c1366ab-6d4e-41e2-92ea-968a8a94fd0b {
  margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-left: 2em;
padding-bottom: 0em;
padding-right: 2em;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-1c1366ab-6d4e-41e2-92ea-968a8a94fd0b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c1366ab-6d4e-41e2-92ea-968a8a94fd0b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1c1366ab-6d4e-41e2-92ea-968a8a94fd0b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1c1366ab-6d4e-41e2-92ea-968a8a94fd0b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1c1366ab-6d4e-41e2-92ea-968a8a94fd0b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c1366ab-6d4e-41e2-92ea-968a8a94fd0b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1c1366ab-6d4e-41e2-92ea-968a8a94fd0b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-1c1366ab-6d4e-41e2-92ea-968a8a94fd0b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f12b3f26-d062-4c2e-9b06-ed2ad1aa16eb {
  padding-top: 0em;
padding-bottom: 0em;
min-height: 50px;
}








#s-f12b3f26-d062-4c2e-9b06-ed2ad1aa16eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f12b3f26-d062-4c2e-9b06-ed2ad1aa16eb.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b09e6ff0-76f1-42b3-b4b9-9d028987bf79 {
  margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-bottom: 0em;
max-width: 200px;
text-align: center;
}







  #s-b09e6ff0-76f1-42b3-b4b9-9d028987bf79 img.shogun-image {
    

    
    
    
  }


#s-b09e6ff0-76f1-42b3-b4b9-9d028987bf79 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-0937e7ef-fbc2-43c9-b58b-964db7f9b51f {
  padding-top: 2em;
padding-right: 0em;
min-height: 50px;
}








#s-0937e7ef-fbc2-43c9-b58b-964db7f9b51f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0937e7ef-fbc2-43c9-b58b-964db7f9b51f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa47863b-0612-4a0e-bceb-52b658d058ef {
  margin-left: auto;
margin-bottom: 1px;
margin-right: auto;
max-width: 50px;
text-align: center;
}







  #s-aa47863b-0612-4a0e-bceb-52b658d058ef img.shogun-image {
    

    
    
    
  }


#s-aa47863b-0612-4a0e-bceb-52b658d058ef .shogun-image-content {
  
    align-items: center;
  
}

#s-a0d023e0-3677-4481-abe9-12f19f7e2207 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0d023e0-3677-4481-abe9-12f19f7e2207 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-f0475907-6d8b-4fac-961a-68bb2c7cb162"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f0475907-6d8b-4fac-961a-68bb2c7cb162"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f0475907-6d8b-4fac-961a-68bb2c7cb162"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0475907-6d8b-4fac-961a-68bb2c7cb162"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-948bd18c-9ef4-4314-8503-e921b5625bf1 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-948bd18c-9ef4-4314-8503-e921b5625bf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-948bd18c-9ef4-4314-8503-e921b5625bf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b564647d-daf2-4a4b-9b9a-d49dc58aacb7 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: left;
}







  #s-b564647d-daf2-4a4b-9b9a-d49dc58aacb7 img.shogun-image {
    

    
    
    
  }


#s-b564647d-daf2-4a4b-9b9a-d49dc58aacb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-45293f47-d2a4-43b7-9daf-ebf3c01df729 {
  min-height: 50px;
}








#s-45293f47-d2a4-43b7-9daf-ebf3c01df729 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45293f47-d2a4-43b7-9daf-ebf3c01df729.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d369e5eb-93b4-4b43-ace5-bbba04695f0a {
  margin-bottom: 1em;
min-height: 50px;
}








#s-d369e5eb-93b4-4b43-ace5-bbba04695f0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d369e5eb-93b4-4b43-ace5-bbba04695f0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57fbf24d-a8c8-4ee4-9892-3e0ab52f87a2 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: left;
}







  #s-57fbf24d-a8c8-4ee4-9892-3e0ab52f87a2 img.shogun-image {
    

    
    
    
  }


#s-57fbf24d-a8c8-4ee4-9892-3e0ab52f87a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-9ba826ce-3bcb-40b7-b092-85d576661c77 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
padding-top: 0em;
padding-left: 0px;
padding-bottom: 0em;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(244, 243, 239, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-9ba826ce-3bcb-40b7-b092-85d576661c77 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ba826ce-3bcb-40b7-b092-85d576661c77 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ba826ce-3bcb-40b7-b092-85d576661c77 {
  
}
}@media (max-width: 767px){#s-9ba826ce-3bcb-40b7-b092-85d576661c77 {
  
}
}







#s-9ba826ce-3bcb-40b7-b092-85d576661c77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ba826ce-3bcb-40b7-b092-85d576661c77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0aedb5b-1dee-4744-b0b5-663bc1df73d6 {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 1em;
padding-right: 2em;
min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}
@media (min-width: 1200px){#s-a0aedb5b-1dee-4744-b0b5-663bc1df73d6 {
  display: none;
}
#s-a0aedb5b-1dee-4744-b0b5-663bc1df73d6, #wrap-s-a0aedb5b-1dee-4744-b0b5-663bc1df73d6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0aedb5b-1dee-4744-b0b5-663bc1df73d6 {
  display: none;
}
#s-a0aedb5b-1dee-4744-b0b5-663bc1df73d6, #wrap-s-a0aedb5b-1dee-4744-b0b5-663bc1df73d6 { display: none !important; }}







#s-a0aedb5b-1dee-4744-b0b5-663bc1df73d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0aedb5b-1dee-4744-b0b5-663bc1df73d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a19ac2de-e4ac-4a08-9279-1ce5483016ec {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a19ac2de-e4ac-4a08-9279-1ce5483016ec .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-78189a6b-efdc-489f-ab80-76007f1bbb44 {
  margin-top: 0em;
}

#s-c9176270-5d4e-42c4-adfe-110fbbd34a1a {
  padding-top: 2em;
padding-left: 6em;
padding-bottom: 1em;
padding-right: 6em;
min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c9176270-5d4e-42c4-adfe-110fbbd34a1a {
  display: none;
}
#s-c9176270-5d4e-42c4-adfe-110fbbd34a1a, #wrap-s-c9176270-5d4e-42c4-adfe-110fbbd34a1a { display: none !important; }}@media (max-width: 767px){#s-c9176270-5d4e-42c4-adfe-110fbbd34a1a {
  display: none;
}
#s-c9176270-5d4e-42c4-adfe-110fbbd34a1a, #wrap-s-c9176270-5d4e-42c4-adfe-110fbbd34a1a { display: none !important; }}







#s-c9176270-5d4e-42c4-adfe-110fbbd34a1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9176270-5d4e-42c4-adfe-110fbbd34a1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c59c791d-e01f-40cd-88cd-10060f528d5e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c59c791d-e01f-40cd-88cd-10060f528d5e .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-64d8cf88-0bca-4330-a6df-b994b1f2b404 {
  margin-top: 0em;
margin-left: auto;
margin-right: auto;
max-width: 800px;
}

#s-4001e8a3-0247-4fd6-b6e7-d7b47559b6c4 {
  margin-top: 2em;
margin-left: 2em;
margin-bottom: 2em;
margin-right: 2em;
min-height: 50px;
}








#s-4001e8a3-0247-4fd6-b6e7-d7b47559b6c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4001e8a3-0247-4fd6-b6e7-d7b47559b6c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13c64393-2bf7-45a4-862f-bd17747c66bc {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
max-width: 800px;
}
@media (max-width: 767px){#s-13c64393-2bf7-45a4-862f-bd17747c66bc {
  display: none;
}
#s-13c64393-2bf7-45a4-862f-bd17747c66bc, #wrap-s-13c64393-2bf7-45a4-862f-bd17747c66bc { display: none !important; }}
@media (min-width: 0px) {
[id="s-13c64393-2bf7-45a4-862f-bd17747c66bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13c64393-2bf7-45a4-862f-bd17747c66bc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-13c64393-2bf7-45a4-862f-bd17747c66bc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-13c64393-2bf7-45a4-862f-bd17747c66bc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3e80c8a9-59da-4b90-928c-0b02f637dbda {
  margin-bottom: 0em;
padding-top: 0em;
padding-left: 2em;
padding-bottom: 0em;
padding-right: 2em;
text-align: center;
}







  #s-3e80c8a9-59da-4b90-928c-0b02f637dbda img.shogun-image {
    

    
    
    
  }


#s-3e80c8a9-59da-4b90-928c-0b02f637dbda .shogun-image-content {
  
    align-items: center;
  
}

#s-70a50ec6-e3b2-4694-ae7c-8dd5b78b5b6c {
  margin-top: 0em;
margin-bottom: 0em;
text-align: center;
}







  #s-70a50ec6-e3b2-4694-ae7c-8dd5b78b5b6c img.shogun-image {
    

    
    
    
  }


#s-70a50ec6-e3b2-4694-ae7c-8dd5b78b5b6c .shogun-image-content {
  
    align-items: center;
  
}

#s-fdfcbf6d-c8d6-4c1b-a64d-f5aba0e67e98 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
text-align: center;
}







  #s-fdfcbf6d-c8d6-4c1b-a64d-f5aba0e67e98 img.shogun-image {
    

    
    
    
  }


#s-fdfcbf6d-c8d6-4c1b-a64d-f5aba0e67e98 .shogun-image-content {
  
    align-items: center;
  
}

#s-119e2b5d-6864-4983-86ae-adbfde246de1 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 1200px){#s-119e2b5d-6864-4983-86ae-adbfde246de1 {
  display: none;
}
#s-119e2b5d-6864-4983-86ae-adbfde246de1, #wrap-s-119e2b5d-6864-4983-86ae-adbfde246de1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-119e2b5d-6864-4983-86ae-adbfde246de1 {
  display: none;
}
#s-119e2b5d-6864-4983-86ae-adbfde246de1, #wrap-s-119e2b5d-6864-4983-86ae-adbfde246de1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-119e2b5d-6864-4983-86ae-adbfde246de1 {
  display: none;
}
#s-119e2b5d-6864-4983-86ae-adbfde246de1, #wrap-s-119e2b5d-6864-4983-86ae-adbfde246de1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-119e2b5d-6864-4983-86ae-adbfde246de1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-119e2b5d-6864-4983-86ae-adbfde246de1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-119e2b5d-6864-4983-86ae-adbfde246de1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-119e2b5d-6864-4983-86ae-adbfde246de1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1b1f1933-152e-4372-8750-bf05d6167d0d {
  margin-bottom: 1em;
min-height: 50px;
}








#s-1b1f1933-152e-4372-8750-bf05d6167d0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b1f1933-152e-4372-8750-bf05d6167d0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d51d5f0c-28d4-4efa-bd0f-27636ef3d01a {
  margin-bottom: 0em;
text-align: center;
}







  #s-d51d5f0c-28d4-4efa-bd0f-27636ef3d01a img.shogun-image {
    

    
    
    
  }


#s-d51d5f0c-28d4-4efa-bd0f-27636ef3d01a .shogun-image-content {
  
    align-items: center;
  
}

#s-96c62002-cf1e-45a1-8768-9eab53d950b9 {
  margin-bottom: 1em;
min-height: 50px;
}








#s-96c62002-cf1e-45a1-8768-9eab53d950b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96c62002-cf1e-45a1-8768-9eab53d950b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4140a43-41ec-4bf0-b9fb-4dd1dfb292ff {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0px;
text-align: center;
}







  #s-b4140a43-41ec-4bf0-b9fb-4dd1dfb292ff img.shogun-image {
    

    
    
    
  }


#s-b4140a43-41ec-4bf0-b9fb-4dd1dfb292ff .shogun-image-content {
  
    align-items: center;
  
}

#s-8709691f-78b6-4255-941b-9655aa0ca81d {
  margin-top: 0em;
margin-left: 0em;
margin-bottom: 0em;
margin-right: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-8709691f-78b6-4255-941b-9655aa0ca81d {
  display: none;
}
#s-8709691f-78b6-4255-941b-9655aa0ca81d, #wrap-s-8709691f-78b6-4255-941b-9655aa0ca81d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8709691f-78b6-4255-941b-9655aa0ca81d {
  display: none;
}
#s-8709691f-78b6-4255-941b-9655aa0ca81d, #wrap-s-8709691f-78b6-4255-941b-9655aa0ca81d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8709691f-78b6-4255-941b-9655aa0ca81d {
  display: none;
}
#s-8709691f-78b6-4255-941b-9655aa0ca81d, #wrap-s-8709691f-78b6-4255-941b-9655aa0ca81d { display: none !important; }}







#s-8709691f-78b6-4255-941b-9655aa0ca81d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8709691f-78b6-4255-941b-9655aa0ca81d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffe61b7a-ee7d-4300-8d39-96b195e0e414 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
max-width: 800px;
}
@media (max-width: 767px){#s-ffe61b7a-ee7d-4300-8d39-96b195e0e414 {
  display: none;
}
#s-ffe61b7a-ee7d-4300-8d39-96b195e0e414, #wrap-s-ffe61b7a-ee7d-4300-8d39-96b195e0e414 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ffe61b7a-ee7d-4300-8d39-96b195e0e414"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ffe61b7a-ee7d-4300-8d39-96b195e0e414"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ffe61b7a-ee7d-4300-8d39-96b195e0e414"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ffe61b7a-ee7d-4300-8d39-96b195e0e414"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2df07315-e02a-4ee7-a6de-6a2d2f5bdaf2 {
  margin-bottom: 0em;
padding-top: 0em;
padding-left: 2em;
padding-bottom: 0em;
padding-right: 2em;
text-align: center;
}







  #s-2df07315-e02a-4ee7-a6de-6a2d2f5bdaf2 img.shogun-image {
    

    
    
    
  }


#s-2df07315-e02a-4ee7-a6de-6a2d2f5bdaf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f29402b-0015-4c98-8408-05dbab6a0404 {
  margin-top: 0em;
margin-bottom: 0em;
text-align: center;
}







  #s-9f29402b-0015-4c98-8408-05dbab6a0404 img.shogun-image {
    

    
    
    
  }


#s-9f29402b-0015-4c98-8408-05dbab6a0404 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d67782c-77c9-44f6-abb7-9c11ad285770 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
text-align: center;
}







  #s-2d67782c-77c9-44f6-abb7-9c11ad285770 img.shogun-image {
    

    
    
    
  }


#s-2d67782c-77c9-44f6-abb7-9c11ad285770 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f615ab3-94c9-496e-92a9-8beceb505b79 {
  margin-bottom: 0em;
text-align: center;
}







  #s-5f615ab3-94c9-496e-92a9-8beceb505b79 img.shogun-image {
    

    
    
    
  }


#s-5f615ab3-94c9-496e-92a9-8beceb505b79 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c699046-aabf-4f46-961c-80aa79ac00a6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: 4em;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}
@media (max-width: 767px){#s-9c699046-aabf-4f46-961c-80aa79ac00a6 {
  
}
}
#s-9c699046-aabf-4f46-961c-80aa79ac00a6 {
  background-image: url();
}








#s-9c699046-aabf-4f46-961c-80aa79ac00a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c699046-aabf-4f46-961c-80aa79ac00a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18a9a8c9-ed9b-4fa8-8078-68db52b06645 {
  margin-top: 0em;
margin-bottom: 1em;
text-align: center;
}







  #s-18a9a8c9-ed9b-4fa8-8078-68db52b06645 img.shogun-image {
    

    
    
    
  }


#s-18a9a8c9-ed9b-4fa8-8078-68db52b06645 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f267ab2-22d1-4aef-bdd2-ca0a4223cfe0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f267ab2-22d1-4aef-bdd2-ca0a4223cfe0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-4c2eb08e-d7d1-4b35-a7b7-d57f68d512b2 {
  min-height: 50px;
}








#s-4c2eb08e-d7d1-4b35-a7b7-d57f68d512b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c2eb08e-d7d1-4b35-a7b7-d57f68d512b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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