.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-c28fbf10-8425-4285-8e6f-4b7058650eb8 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-bottom: 0%;
min-height: 500px;
background-position: center center;
}

#s-c28fbf10-8425-4285-8e6f-4b7058650eb8 {
  background-image: url(https://i.shgcdn.com/b169e2fa-2c42-4804-a636-bbc643209671/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c28fbf10-8425-4285-8e6f-4b7058650eb8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-c28fbf10-8425-4285-8e6f-4b7058650eb8.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-5b9181ce-1e2d-4438-991d-8f06b5036caf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b9181ce-1e2d-4438-991d-8f06b5036caf .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: center;
}



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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  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-3f60ff78-81a4-4cc1-b5a1-e58b43fc415a {
  margin-top: 4px;
margin-left: 1%;
margin-bottom: 4px;
margin-right: 1%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
}
@media (min-width: 1200px){#s-3f60ff78-81a4-4cc1-b5a1-e58b43fc415a {
  display: none;
}
#s-3f60ff78-81a4-4cc1-b5a1-e58b43fc415a, #wrap-s-3f60ff78-81a4-4cc1-b5a1-e58b43fc415a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f60ff78-81a4-4cc1-b5a1-e58b43fc415a {
  display: none;
}
#s-3f60ff78-81a4-4cc1-b5a1-e58b43fc415a, #wrap-s-3f60ff78-81a4-4cc1-b5a1-e58b43fc415a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f60ff78-81a4-4cc1-b5a1-e58b43fc415a {
  
}
}
#s-c33dc4c4-5a0c-485f-bdd4-79b446a31a47 {
  margin-top: 4px;
margin-left: 1%;
margin-bottom: 4px;
margin-right: 1%;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c33dc4c4-5a0c-485f-bdd4-79b446a31a47 {
  display: none;
}
#s-c33dc4c4-5a0c-485f-bdd4-79b446a31a47, #wrap-s-c33dc4c4-5a0c-485f-bdd4-79b446a31a47 { display:none !important; }}@media (max-width: 767px){#s-c33dc4c4-5a0c-485f-bdd4-79b446a31a47 {
  display: none;
}
#s-c33dc4c4-5a0c-485f-bdd4-79b446a31a47, #wrap-s-c33dc4c4-5a0c-485f-bdd4-79b446a31a47 { display:none !important; }}
.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-708b7fb5-766c-4eb3-8e11-4769a1998087 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 229, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-708b7fb5-766c-4eb3-8e11-4769a1998087:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-708b7fb5-766c-4eb3-8e11-4769a1998087:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-708b7fb5-766c-4eb3-8e11-4769a1998087-root {
    text-align: center;
  }


#s-708b7fb5-766c-4eb3-8e11-4769a1998087.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-708b7fb5-766c-4eb3-8e11-4769a1998087-root {
    text-align: center;
  }


#s-708b7fb5-766c-4eb3-8e11-4769a1998087.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-708b7fb5-766c-4eb3-8e11-4769a1998087-root {
    text-align: center;
  }


#s-708b7fb5-766c-4eb3-8e11-4769a1998087.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-708b7fb5-766c-4eb3-8e11-4769a1998087-root {
    text-align: center;
  }


#s-708b7fb5-766c-4eb3-8e11-4769a1998087.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-708b7fb5-766c-4eb3-8e11-4769a1998087-root {
    text-align: center;
  }


#s-708b7fb5-766c-4eb3-8e11-4769a1998087.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

@media (min-width: 768px) and (max-width: 991px){#s-ffa35d68-adf2-41f2-be27-a803bb4383ed {
  
}
}@media (max-width: 767px){#s-ffa35d68-adf2-41f2-be27-a803bb4383ed {
  
}
}
#s-ffa35d68-adf2-41f2-be27-a803bb4383ed hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

.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-08a307f1-c04e-43c1-a2c4-e7fd1d3bc388 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
}
@media (min-width: 768px) and (max-width: 991px){#s-08a307f1-c04e-43c1-a2c4-e7fd1d3bc388 {
  display: none;
}
#s-08a307f1-c04e-43c1-a2c4-e7fd1d3bc388, #wrap-s-08a307f1-c04e-43c1-a2c4-e7fd1d3bc388 { display:none !important; }}@media (max-width: 767px){#s-08a307f1-c04e-43c1-a2c4-e7fd1d3bc388 {
  display: none;
}
#s-08a307f1-c04e-43c1-a2c4-e7fd1d3bc388, #wrap-s-08a307f1-c04e-43c1-a2c4-e7fd1d3bc388 { display:none !important; }}
@media (min-width: 0px) {
[id="s-08a307f1-c04e-43c1-a2c4-e7fd1d3bc388"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-08a307f1-c04e-43c1-a2c4-e7fd1d3bc388"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-08a307f1-c04e-43c1-a2c4-e7fd1d3bc388"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-08a307f1-c04e-43c1-a2c4-e7fd1d3bc388"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
}

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

.shg-imageV2-content {
  text-align: initial;
}

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

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-7270e280-5406-4dbc-94cc-6a5e34b86f36 {
  max-width: 1334px;
text-align: center;
}







  img.s-7270e280-5406-4dbc-94cc-6a5e34b86f36.shogun-image {
    
    
  }


.s-7270e280-5406-4dbc-94cc-6a5e34b86f36 .shogun-image-content {
  
    align-items: center;
  
}

.s-7270e280-5406-4dbc-94cc-6a5e34b86f36.shg-align-container {
  text-align: center
}

.s-7270e280-5406-4dbc-94cc-6a5e34b86f36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7270e280-5406-4dbc-94cc-6a5e34b86f36.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7270e280-5406-4dbc-94cc-6a5e34b86f36.shogun-image {
    
    
  }


.s-7270e280-5406-4dbc-94cc-6a5e34b86f36 .shogun-image-content {
  
    align-items: center;
  
}

.s-7270e280-5406-4dbc-94cc-6a5e34b86f36.shg-align-container {
  text-align: center
}

.s-7270e280-5406-4dbc-94cc-6a5e34b86f36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7270e280-5406-4dbc-94cc-6a5e34b86f36.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-7270e280-5406-4dbc-94cc-6a5e34b86f36.shogun-image {
    
    
  }


.s-7270e280-5406-4dbc-94cc-6a5e34b86f36 .shogun-image-content {
  
    align-items: center;
  
}

.s-7270e280-5406-4dbc-94cc-6a5e34b86f36.shg-align-container {
  text-align: center
}

.s-7270e280-5406-4dbc-94cc-6a5e34b86f36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7270e280-5406-4dbc-94cc-6a5e34b86f36.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-7270e280-5406-4dbc-94cc-6a5e34b86f36.shogun-image {
    
    
  }


.s-7270e280-5406-4dbc-94cc-6a5e34b86f36 .shogun-image-content {
  
    align-items: center;
  
}

.s-7270e280-5406-4dbc-94cc-6a5e34b86f36.shg-align-container {
  text-align: center
}

.s-7270e280-5406-4dbc-94cc-6a5e34b86f36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7270e280-5406-4dbc-94cc-6a5e34b86f36.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-7270e280-5406-4dbc-94cc-6a5e34b86f36.shogun-image {
    
    
  }


.s-7270e280-5406-4dbc-94cc-6a5e34b86f36 .shogun-image-content {
  
    align-items: center;
  
}

.s-7270e280-5406-4dbc-94cc-6a5e34b86f36.shg-align-container {
  text-align: center
}

.s-7270e280-5406-4dbc-94cc-6a5e34b86f36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7270e280-5406-4dbc-94cc-6a5e34b86f36.shogun-image {
  box-sizing: border-box;
}


}
#s-27803862-16d7-4bea-a47f-92527190b018 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27803862-16d7-4bea-a47f-92527190b018 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-5f21e81a-5fbb-405f-a4c7-f590159fc86b {
  max-width: 1334px;
text-align: center;
}







  img.s-5f21e81a-5fbb-405f-a4c7-f590159fc86b.shogun-image {
    
    
  }


.s-5f21e81a-5fbb-405f-a4c7-f590159fc86b .shogun-image-content {
  
    align-items: center;
  
}

.s-5f21e81a-5fbb-405f-a4c7-f590159fc86b.shg-align-container {
  text-align: center
}

.s-5f21e81a-5fbb-405f-a4c7-f590159fc86b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f21e81a-5fbb-405f-a4c7-f590159fc86b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5f21e81a-5fbb-405f-a4c7-f590159fc86b.shogun-image {
    
    
  }


.s-5f21e81a-5fbb-405f-a4c7-f590159fc86b .shogun-image-content {
  
    align-items: center;
  
}

.s-5f21e81a-5fbb-405f-a4c7-f590159fc86b.shg-align-container {
  text-align: center
}

.s-5f21e81a-5fbb-405f-a4c7-f590159fc86b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f21e81a-5fbb-405f-a4c7-f590159fc86b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5f21e81a-5fbb-405f-a4c7-f590159fc86b.shogun-image {
    
    
  }


.s-5f21e81a-5fbb-405f-a4c7-f590159fc86b .shogun-image-content {
  
    align-items: center;
  
}

.s-5f21e81a-5fbb-405f-a4c7-f590159fc86b.shg-align-container {
  text-align: center
}

.s-5f21e81a-5fbb-405f-a4c7-f590159fc86b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f21e81a-5fbb-405f-a4c7-f590159fc86b.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-5f21e81a-5fbb-405f-a4c7-f590159fc86b.shogun-image {
    
    
  }


.s-5f21e81a-5fbb-405f-a4c7-f590159fc86b .shogun-image-content {
  
    align-items: center;
  
}

.s-5f21e81a-5fbb-405f-a4c7-f590159fc86b.shg-align-container {
  text-align: center
}

.s-5f21e81a-5fbb-405f-a4c7-f590159fc86b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f21e81a-5fbb-405f-a4c7-f590159fc86b.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-5f21e81a-5fbb-405f-a4c7-f590159fc86b.shogun-image {
    
    
  }


.s-5f21e81a-5fbb-405f-a4c7-f590159fc86b .shogun-image-content {
  
    align-items: center;
  
}

.s-5f21e81a-5fbb-405f-a4c7-f590159fc86b.shg-align-container {
  text-align: center
}

.s-5f21e81a-5fbb-405f-a4c7-f590159fc86b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f21e81a-5fbb-405f-a4c7-f590159fc86b.shogun-image {
  box-sizing: border-box;
}


}
#s-f07d9f13-3a68-4b68-a364-d5acbb47f574 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f07d9f13-3a68-4b68-a364-d5acbb47f574 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-429c401c-406c-4655-b313-a2af563ba612 {
  max-width: 1334px;
text-align: center;
}







  img.s-429c401c-406c-4655-b313-a2af563ba612.shogun-image {
    
    
  }


.s-429c401c-406c-4655-b313-a2af563ba612 .shogun-image-content {
  
    align-items: center;
  
}

.s-429c401c-406c-4655-b313-a2af563ba612.shg-align-container {
  text-align: center
}

.s-429c401c-406c-4655-b313-a2af563ba612.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-429c401c-406c-4655-b313-a2af563ba612.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-429c401c-406c-4655-b313-a2af563ba612.shogun-image {
    
    
  }


.s-429c401c-406c-4655-b313-a2af563ba612 .shogun-image-content {
  
    align-items: center;
  
}

.s-429c401c-406c-4655-b313-a2af563ba612.shg-align-container {
  text-align: center
}

.s-429c401c-406c-4655-b313-a2af563ba612.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-429c401c-406c-4655-b313-a2af563ba612.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-429c401c-406c-4655-b313-a2af563ba612.shogun-image {
    
    
  }


.s-429c401c-406c-4655-b313-a2af563ba612 .shogun-image-content {
  
    align-items: center;
  
}

.s-429c401c-406c-4655-b313-a2af563ba612.shg-align-container {
  text-align: center
}

.s-429c401c-406c-4655-b313-a2af563ba612.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-429c401c-406c-4655-b313-a2af563ba612.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-429c401c-406c-4655-b313-a2af563ba612.shogun-image {
    
    
  }


.s-429c401c-406c-4655-b313-a2af563ba612 .shogun-image-content {
  
    align-items: center;
  
}

.s-429c401c-406c-4655-b313-a2af563ba612.shg-align-container {
  text-align: center
}

.s-429c401c-406c-4655-b313-a2af563ba612.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-429c401c-406c-4655-b313-a2af563ba612.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-429c401c-406c-4655-b313-a2af563ba612.shogun-image {
    
    
  }


.s-429c401c-406c-4655-b313-a2af563ba612 .shogun-image-content {
  
    align-items: center;
  
}

.s-429c401c-406c-4655-b313-a2af563ba612.shg-align-container {
  text-align: center
}

.s-429c401c-406c-4655-b313-a2af563ba612.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-429c401c-406c-4655-b313-a2af563ba612.shogun-image {
  box-sizing: border-box;
}


}
#s-b2c21e56-2451-4118-8090-7d8865852388 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2c21e56-2451-4118-8090-7d8865852388 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-9a45b149-38cd-4c0e-8b61-b872efa35aad {
  max-width: 1334px;
text-align: center;
}







  img.s-9a45b149-38cd-4c0e-8b61-b872efa35aad.shogun-image {
    
    
  }


.s-9a45b149-38cd-4c0e-8b61-b872efa35aad .shogun-image-content {
  
    align-items: center;
  
}

.s-9a45b149-38cd-4c0e-8b61-b872efa35aad.shg-align-container {
  text-align: center
}

.s-9a45b149-38cd-4c0e-8b61-b872efa35aad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a45b149-38cd-4c0e-8b61-b872efa35aad.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9a45b149-38cd-4c0e-8b61-b872efa35aad.shogun-image {
    
    
  }


.s-9a45b149-38cd-4c0e-8b61-b872efa35aad .shogun-image-content {
  
    align-items: center;
  
}

.s-9a45b149-38cd-4c0e-8b61-b872efa35aad.shg-align-container {
  text-align: center
}

.s-9a45b149-38cd-4c0e-8b61-b872efa35aad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a45b149-38cd-4c0e-8b61-b872efa35aad.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-9a45b149-38cd-4c0e-8b61-b872efa35aad.shogun-image {
    
    
  }


.s-9a45b149-38cd-4c0e-8b61-b872efa35aad .shogun-image-content {
  
    align-items: center;
  
}

.s-9a45b149-38cd-4c0e-8b61-b872efa35aad.shg-align-container {
  text-align: center
}

.s-9a45b149-38cd-4c0e-8b61-b872efa35aad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a45b149-38cd-4c0e-8b61-b872efa35aad.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-9a45b149-38cd-4c0e-8b61-b872efa35aad.shogun-image {
    
    
  }


.s-9a45b149-38cd-4c0e-8b61-b872efa35aad .shogun-image-content {
  
    align-items: center;
  
}

.s-9a45b149-38cd-4c0e-8b61-b872efa35aad.shg-align-container {
  text-align: center
}

.s-9a45b149-38cd-4c0e-8b61-b872efa35aad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a45b149-38cd-4c0e-8b61-b872efa35aad.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-9a45b149-38cd-4c0e-8b61-b872efa35aad.shogun-image {
    
    
  }


.s-9a45b149-38cd-4c0e-8b61-b872efa35aad .shogun-image-content {
  
    align-items: center;
  
}

.s-9a45b149-38cd-4c0e-8b61-b872efa35aad.shg-align-container {
  text-align: center
}

.s-9a45b149-38cd-4c0e-8b61-b872efa35aad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a45b149-38cd-4c0e-8b61-b872efa35aad.shogun-image {
  box-sizing: border-box;
}


}
#s-61a88754-fe31-44b5-9b6c-968d7e97201f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61a88754-fe31-44b5-9b6c-968d7e97201f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



@media (min-width: 1200px){#s-5ad2ee66-22aa-4956-a7a6-7560b145c2de {
  display: none;
}
#s-5ad2ee66-22aa-4956-a7a6-7560b145c2de, #wrap-s-5ad2ee66-22aa-4956-a7a6-7560b145c2de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ad2ee66-22aa-4956-a7a6-7560b145c2de {
  display: none;
}
#s-5ad2ee66-22aa-4956-a7a6-7560b145c2de, #wrap-s-5ad2ee66-22aa-4956-a7a6-7560b145c2de { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5ad2ee66-22aa-4956-a7a6-7560b145c2de {
  display: none;
}
#s-5ad2ee66-22aa-4956-a7a6-7560b145c2de, #wrap-s-5ad2ee66-22aa-4956-a7a6-7560b145c2de { display:none !important; }}
@media (min-width: 0px) {
[id="s-5ad2ee66-22aa-4956-a7a6-7560b145c2de"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5ad2ee66-22aa-4956-a7a6-7560b145c2de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5ad2ee66-22aa-4956-a7a6-7560b145c2de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ad2ee66-22aa-4956-a7a6-7560b145c2de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a3a1d489-5e81-4b53-a196-a41159dd4701 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
max-width: 1334px;
text-align: center;
}







  img.s-a3a1d489-5e81-4b53-a196-a41159dd4701.shogun-image {
    
    
  }


.s-a3a1d489-5e81-4b53-a196-a41159dd4701 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3a1d489-5e81-4b53-a196-a41159dd4701.shg-align-container {
  text-align: center
}

.s-a3a1d489-5e81-4b53-a196-a41159dd4701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a1d489-5e81-4b53-a196-a41159dd4701.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a3a1d489-5e81-4b53-a196-a41159dd4701.shogun-image {
    
    
  }


.s-a3a1d489-5e81-4b53-a196-a41159dd4701 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3a1d489-5e81-4b53-a196-a41159dd4701.shg-align-container {
  text-align: center
}

.s-a3a1d489-5e81-4b53-a196-a41159dd4701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a1d489-5e81-4b53-a196-a41159dd4701.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a3a1d489-5e81-4b53-a196-a41159dd4701.shogun-image {
    
    
  }


.s-a3a1d489-5e81-4b53-a196-a41159dd4701 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3a1d489-5e81-4b53-a196-a41159dd4701.shg-align-container {
  text-align: center
}

.s-a3a1d489-5e81-4b53-a196-a41159dd4701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a1d489-5e81-4b53-a196-a41159dd4701.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-a3a1d489-5e81-4b53-a196-a41159dd4701.shogun-image {
    
    
  }


.s-a3a1d489-5e81-4b53-a196-a41159dd4701 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3a1d489-5e81-4b53-a196-a41159dd4701.shg-align-container {
  text-align: center
}

.s-a3a1d489-5e81-4b53-a196-a41159dd4701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a1d489-5e81-4b53-a196-a41159dd4701.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-a3a1d489-5e81-4b53-a196-a41159dd4701.shogun-image {
    
    
  }


.s-a3a1d489-5e81-4b53-a196-a41159dd4701 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3a1d489-5e81-4b53-a196-a41159dd4701.shg-align-container {
  text-align: center
}

.s-a3a1d489-5e81-4b53-a196-a41159dd4701.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3a1d489-5e81-4b53-a196-a41159dd4701.shogun-image {
  box-sizing: border-box;
}


}
#s-b4f8a6ef-a968-4283-b58b-609cd0cbc428 {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
padding-bottom: 6px;
}

#s-5015523a-c62c-4ec4-98cc-d114155e9e3d {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
max-width: 1334px;
text-align: center;
}







  img.s-5015523a-c62c-4ec4-98cc-d114155e9e3d.shogun-image {
    
    
  }


.s-5015523a-c62c-4ec4-98cc-d114155e9e3d .shogun-image-content {
  
    align-items: center;
  
}

.s-5015523a-c62c-4ec4-98cc-d114155e9e3d.shg-align-container {
  text-align: center
}

.s-5015523a-c62c-4ec4-98cc-d114155e9e3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5015523a-c62c-4ec4-98cc-d114155e9e3d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5015523a-c62c-4ec4-98cc-d114155e9e3d.shogun-image {
    
    
  }


.s-5015523a-c62c-4ec4-98cc-d114155e9e3d .shogun-image-content {
  
    align-items: center;
  
}

.s-5015523a-c62c-4ec4-98cc-d114155e9e3d.shg-align-container {
  text-align: center
}

.s-5015523a-c62c-4ec4-98cc-d114155e9e3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5015523a-c62c-4ec4-98cc-d114155e9e3d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5015523a-c62c-4ec4-98cc-d114155e9e3d.shogun-image {
    
    
  }


.s-5015523a-c62c-4ec4-98cc-d114155e9e3d .shogun-image-content {
  
    align-items: center;
  
}

.s-5015523a-c62c-4ec4-98cc-d114155e9e3d.shg-align-container {
  text-align: center
}

.s-5015523a-c62c-4ec4-98cc-d114155e9e3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5015523a-c62c-4ec4-98cc-d114155e9e3d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-5015523a-c62c-4ec4-98cc-d114155e9e3d.shogun-image {
    
    
  }


.s-5015523a-c62c-4ec4-98cc-d114155e9e3d .shogun-image-content {
  
    align-items: center;
  
}

.s-5015523a-c62c-4ec4-98cc-d114155e9e3d.shg-align-container {
  text-align: center
}

.s-5015523a-c62c-4ec4-98cc-d114155e9e3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5015523a-c62c-4ec4-98cc-d114155e9e3d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-5015523a-c62c-4ec4-98cc-d114155e9e3d.shogun-image {
    
    
  }


.s-5015523a-c62c-4ec4-98cc-d114155e9e3d .shogun-image-content {
  
    align-items: center;
  
}

.s-5015523a-c62c-4ec4-98cc-d114155e9e3d.shg-align-container {
  text-align: center
}

.s-5015523a-c62c-4ec4-98cc-d114155e9e3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5015523a-c62c-4ec4-98cc-d114155e9e3d.shogun-image {
  box-sizing: border-box;
}


}
#s-4c1bd69e-607c-4762-9ecf-d13cca772a91 {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
padding-bottom: 6px;
}

#s-67e55c82-c600-4193-8f97-8f20e317665d {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-67e55c82-c600-4193-8f97-8f20e317665d {
  display: none;
}
#s-67e55c82-c600-4193-8f97-8f20e317665d, #wrap-s-67e55c82-c600-4193-8f97-8f20e317665d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-67e55c82-c600-4193-8f97-8f20e317665d {
  display: none;
}
#s-67e55c82-c600-4193-8f97-8f20e317665d, #wrap-s-67e55c82-c600-4193-8f97-8f20e317665d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-67e55c82-c600-4193-8f97-8f20e317665d {
  
}
}@media (max-width: 767px){#s-67e55c82-c600-4193-8f97-8f20e317665d {
  display: none;
}
#s-67e55c82-c600-4193-8f97-8f20e317665d, #wrap-s-67e55c82-c600-4193-8f97-8f20e317665d { display:none !important; }}
@media (min-width: 0px) {
[id="s-67e55c82-c600-4193-8f97-8f20e317665d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-67e55c82-c600-4193-8f97-8f20e317665d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67e55c82-c600-4193-8f97-8f20e317665d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67e55c82-c600-4193-8f97-8f20e317665d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6a548647-6a84-45f6-a731-890ff5634444 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
max-width: 1334px;
text-align: center;
}







  img.s-6a548647-6a84-45f6-a731-890ff5634444.shogun-image {
    
    
  }


.s-6a548647-6a84-45f6-a731-890ff5634444 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a548647-6a84-45f6-a731-890ff5634444.shg-align-container {
  text-align: center
}

.s-6a548647-6a84-45f6-a731-890ff5634444.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a548647-6a84-45f6-a731-890ff5634444.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6a548647-6a84-45f6-a731-890ff5634444.shogun-image {
    
    
  }


.s-6a548647-6a84-45f6-a731-890ff5634444 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a548647-6a84-45f6-a731-890ff5634444.shg-align-container {
  text-align: center
}

.s-6a548647-6a84-45f6-a731-890ff5634444.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a548647-6a84-45f6-a731-890ff5634444.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6a548647-6a84-45f6-a731-890ff5634444.shogun-image {
    
    
  }


.s-6a548647-6a84-45f6-a731-890ff5634444 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a548647-6a84-45f6-a731-890ff5634444.shg-align-container {
  text-align: center
}

.s-6a548647-6a84-45f6-a731-890ff5634444.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a548647-6a84-45f6-a731-890ff5634444.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-6a548647-6a84-45f6-a731-890ff5634444.shogun-image {
    
    
  }


.s-6a548647-6a84-45f6-a731-890ff5634444 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a548647-6a84-45f6-a731-890ff5634444.shg-align-container {
  text-align: center
}

.s-6a548647-6a84-45f6-a731-890ff5634444.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a548647-6a84-45f6-a731-890ff5634444.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-6a548647-6a84-45f6-a731-890ff5634444.shogun-image {
    
    
  }


.s-6a548647-6a84-45f6-a731-890ff5634444 .shogun-image-content {
  
    align-items: center;
  
}

.s-6a548647-6a84-45f6-a731-890ff5634444.shg-align-container {
  text-align: center
}

.s-6a548647-6a84-45f6-a731-890ff5634444.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6a548647-6a84-45f6-a731-890ff5634444.shogun-image {
  box-sizing: border-box;
}


}
#s-4db355b8-d0a5-4a34-808a-f6c6a7706160 {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

#s-0f1ece88-0330-4c85-b887-a00683c908ab {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
max-width: 1334px;
text-align: center;
}







  img.s-0f1ece88-0330-4c85-b887-a00683c908ab.shogun-image {
    
    
  }


.s-0f1ece88-0330-4c85-b887-a00683c908ab .shogun-image-content {
  
    align-items: center;
  
}

.s-0f1ece88-0330-4c85-b887-a00683c908ab.shg-align-container {
  text-align: center
}

.s-0f1ece88-0330-4c85-b887-a00683c908ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f1ece88-0330-4c85-b887-a00683c908ab.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0f1ece88-0330-4c85-b887-a00683c908ab.shogun-image {
    
    
  }


.s-0f1ece88-0330-4c85-b887-a00683c908ab .shogun-image-content {
  
    align-items: center;
  
}

.s-0f1ece88-0330-4c85-b887-a00683c908ab.shg-align-container {
  text-align: center
}

.s-0f1ece88-0330-4c85-b887-a00683c908ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f1ece88-0330-4c85-b887-a00683c908ab.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-0f1ece88-0330-4c85-b887-a00683c908ab.shogun-image {
    
    
  }


.s-0f1ece88-0330-4c85-b887-a00683c908ab .shogun-image-content {
  
    align-items: center;
  
}

.s-0f1ece88-0330-4c85-b887-a00683c908ab.shg-align-container {
  text-align: center
}

.s-0f1ece88-0330-4c85-b887-a00683c908ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f1ece88-0330-4c85-b887-a00683c908ab.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-0f1ece88-0330-4c85-b887-a00683c908ab.shogun-image {
    
    
  }


.s-0f1ece88-0330-4c85-b887-a00683c908ab .shogun-image-content {
  
    align-items: center;
  
}

.s-0f1ece88-0330-4c85-b887-a00683c908ab.shg-align-container {
  text-align: center
}

.s-0f1ece88-0330-4c85-b887-a00683c908ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f1ece88-0330-4c85-b887-a00683c908ab.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-0f1ece88-0330-4c85-b887-a00683c908ab.shogun-image {
    
    
  }


.s-0f1ece88-0330-4c85-b887-a00683c908ab .shogun-image-content {
  
    align-items: center;
  
}

.s-0f1ece88-0330-4c85-b887-a00683c908ab.shg-align-container {
  text-align: center
}

.s-0f1ece88-0330-4c85-b887-a00683c908ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f1ece88-0330-4c85-b887-a00683c908ab.shogun-image {
  box-sizing: border-box;
}


}
#s-efb17f57-87d9-4df1-a76b-f16a24369dda {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

@media (min-width: 1200px){#s-b75369d1-e306-4b15-85e8-38720a94f0f8 {
  display: none;
}
#s-b75369d1-e306-4b15-85e8-38720a94f0f8, #wrap-s-b75369d1-e306-4b15-85e8-38720a94f0f8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b75369d1-e306-4b15-85e8-38720a94f0f8 {
  display: none;
}
#s-b75369d1-e306-4b15-85e8-38720a94f0f8, #wrap-s-b75369d1-e306-4b15-85e8-38720a94f0f8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b75369d1-e306-4b15-85e8-38720a94f0f8 {
  display: none;
}
#s-b75369d1-e306-4b15-85e8-38720a94f0f8, #wrap-s-b75369d1-e306-4b15-85e8-38720a94f0f8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b75369d1-e306-4b15-85e8-38720a94f0f8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b75369d1-e306-4b15-85e8-38720a94f0f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b75369d1-e306-4b15-85e8-38720a94f0f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b75369d1-e306-4b15-85e8-38720a94f0f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0232ec73-e132-4d2f-874e-9cdd5aacadad {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
max-width: 1334px;
text-align: center;
}







  img.s-0232ec73-e132-4d2f-874e-9cdd5aacadad.shogun-image {
    
    
  }


.s-0232ec73-e132-4d2f-874e-9cdd5aacadad .shogun-image-content {
  
    align-items: center;
  
}

.s-0232ec73-e132-4d2f-874e-9cdd5aacadad.shg-align-container {
  text-align: center
}

.s-0232ec73-e132-4d2f-874e-9cdd5aacadad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0232ec73-e132-4d2f-874e-9cdd5aacadad.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0232ec73-e132-4d2f-874e-9cdd5aacadad.shogun-image {
    
    
  }


.s-0232ec73-e132-4d2f-874e-9cdd5aacadad .shogun-image-content {
  
    align-items: center;
  
}

.s-0232ec73-e132-4d2f-874e-9cdd5aacadad.shg-align-container {
  text-align: center
}

.s-0232ec73-e132-4d2f-874e-9cdd5aacadad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0232ec73-e132-4d2f-874e-9cdd5aacadad.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-0232ec73-e132-4d2f-874e-9cdd5aacadad.shogun-image {
    
    
  }


.s-0232ec73-e132-4d2f-874e-9cdd5aacadad .shogun-image-content {
  
    align-items: center;
  
}

.s-0232ec73-e132-4d2f-874e-9cdd5aacadad.shg-align-container {
  text-align: center
}

.s-0232ec73-e132-4d2f-874e-9cdd5aacadad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0232ec73-e132-4d2f-874e-9cdd5aacadad.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-0232ec73-e132-4d2f-874e-9cdd5aacadad.shogun-image {
    
    
  }


.s-0232ec73-e132-4d2f-874e-9cdd5aacadad .shogun-image-content {
  
    align-items: center;
  
}

.s-0232ec73-e132-4d2f-874e-9cdd5aacadad.shg-align-container {
  text-align: center
}

.s-0232ec73-e132-4d2f-874e-9cdd5aacadad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0232ec73-e132-4d2f-874e-9cdd5aacadad.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-0232ec73-e132-4d2f-874e-9cdd5aacadad.shogun-image {
    
    
  }


.s-0232ec73-e132-4d2f-874e-9cdd5aacadad .shogun-image-content {
  
    align-items: center;
  
}

.s-0232ec73-e132-4d2f-874e-9cdd5aacadad.shg-align-container {
  text-align: center
}

.s-0232ec73-e132-4d2f-874e-9cdd5aacadad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0232ec73-e132-4d2f-874e-9cdd5aacadad.shogun-image {
  box-sizing: border-box;
}


}
#s-fbde14a8-07a2-4a25-b524-143ccf3263cc {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
padding-bottom: 20px;
}

#s-e7c1167d-38fc-47b8-9389-faa20cefe943 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 6px;
padding-bottom: 6px;
max-width: 1334px;
text-align: center;
}







  img.s-e7c1167d-38fc-47b8-9389-faa20cefe943.shogun-image {
    
    
  }


.s-e7c1167d-38fc-47b8-9389-faa20cefe943 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7c1167d-38fc-47b8-9389-faa20cefe943.shg-align-container {
  text-align: center
}

.s-e7c1167d-38fc-47b8-9389-faa20cefe943.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c1167d-38fc-47b8-9389-faa20cefe943.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e7c1167d-38fc-47b8-9389-faa20cefe943.shogun-image {
    
    
  }


.s-e7c1167d-38fc-47b8-9389-faa20cefe943 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7c1167d-38fc-47b8-9389-faa20cefe943.shg-align-container {
  text-align: center
}

.s-e7c1167d-38fc-47b8-9389-faa20cefe943.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c1167d-38fc-47b8-9389-faa20cefe943.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-e7c1167d-38fc-47b8-9389-faa20cefe943.shogun-image {
    
    
  }


.s-e7c1167d-38fc-47b8-9389-faa20cefe943 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7c1167d-38fc-47b8-9389-faa20cefe943.shg-align-container {
  text-align: center
}

.s-e7c1167d-38fc-47b8-9389-faa20cefe943.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c1167d-38fc-47b8-9389-faa20cefe943.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-e7c1167d-38fc-47b8-9389-faa20cefe943.shogun-image {
    
    
  }


.s-e7c1167d-38fc-47b8-9389-faa20cefe943 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7c1167d-38fc-47b8-9389-faa20cefe943.shg-align-container {
  text-align: center
}

.s-e7c1167d-38fc-47b8-9389-faa20cefe943.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c1167d-38fc-47b8-9389-faa20cefe943.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-e7c1167d-38fc-47b8-9389-faa20cefe943.shogun-image {
    
    
  }


.s-e7c1167d-38fc-47b8-9389-faa20cefe943 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7c1167d-38fc-47b8-9389-faa20cefe943.shg-align-container {
  text-align: center
}

.s-e7c1167d-38fc-47b8-9389-faa20cefe943.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7c1167d-38fc-47b8-9389-faa20cefe943.shogun-image {
  box-sizing: border-box;
}


}
#s-c228b09f-e34f-4be7-b615-5422050747b8 {
  margin-top: 3px;
margin-left: 6%;
margin-bottom: 3px;
margin-right: 6%;
padding-bottom: 20px;
}

#s-25fa44bb-28f6-48ee-acc5-4184b3896590 {
  margin-left: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-25fa44bb-28f6-48ee-acc5-4184b3896590 {
  display: none;
}
#s-25fa44bb-28f6-48ee-acc5-4184b3896590, #wrap-s-25fa44bb-28f6-48ee-acc5-4184b3896590 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25fa44bb-28f6-48ee-acc5-4184b3896590 {
  display: none;
}
#s-25fa44bb-28f6-48ee-acc5-4184b3896590, #wrap-s-25fa44bb-28f6-48ee-acc5-4184b3896590 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25fa44bb-28f6-48ee-acc5-4184b3896590 {
  
}
}@media (max-width: 767px){#s-25fa44bb-28f6-48ee-acc5-4184b3896590 {
  display: none;
}
#s-25fa44bb-28f6-48ee-acc5-4184b3896590, #wrap-s-25fa44bb-28f6-48ee-acc5-4184b3896590 { display:none !important; }}
@media (min-width: 0px) {
[id="s-25fa44bb-28f6-48ee-acc5-4184b3896590"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-25fa44bb-28f6-48ee-acc5-4184b3896590"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-25fa44bb-28f6-48ee-acc5-4184b3896590"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-25fa44bb-28f6-48ee-acc5-4184b3896590"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
max-width: 1334px;
text-align: center;
}







  img.s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d.shogun-image {
    
    
  }


.s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d .shogun-image-content {
  
    align-items: center;
  
}

.s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d.shg-align-container {
  text-align: center
}

.s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d.shogun-image {
    
    
  }


.s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d .shogun-image-content {
  
    align-items: center;
  
}

.s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d.shg-align-container {
  text-align: center
}

.s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d.shogun-image {
    
    
  }


.s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d .shogun-image-content {
  
    align-items: center;
  
}

.s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d.shg-align-container {
  text-align: center
}

.s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d.shogun-image {
    
    
  }


.s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d .shogun-image-content {
  
    align-items: center;
  
}

.s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d.shg-align-container {
  text-align: center
}

.s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d.shogun-image {
    
    
  }


.s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d .shogun-image-content {
  
    align-items: center;
  
}

.s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d.shg-align-container {
  text-align: center
}

.s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14fd2af6-7cd6-47c5-aad6-c7eb8b26714d.shogun-image {
  box-sizing: border-box;
}


}
#s-ceb4888d-060d-496e-a182-53560e32d96a {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

#s-7f7663e3-df63-4633-b75e-52219207c2f5 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 6px;
padding-bottom: 6px;
max-width: 1334px;
text-align: center;
}







  img.s-7f7663e3-df63-4633-b75e-52219207c2f5.shogun-image {
    
    
  }


.s-7f7663e3-df63-4633-b75e-52219207c2f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f7663e3-df63-4633-b75e-52219207c2f5.shg-align-container {
  text-align: center
}

.s-7f7663e3-df63-4633-b75e-52219207c2f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7663e3-df63-4633-b75e-52219207c2f5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7f7663e3-df63-4633-b75e-52219207c2f5.shogun-image {
    
    
  }


.s-7f7663e3-df63-4633-b75e-52219207c2f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f7663e3-df63-4633-b75e-52219207c2f5.shg-align-container {
  text-align: center
}

.s-7f7663e3-df63-4633-b75e-52219207c2f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7663e3-df63-4633-b75e-52219207c2f5.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-7f7663e3-df63-4633-b75e-52219207c2f5.shogun-image {
    
    
  }


.s-7f7663e3-df63-4633-b75e-52219207c2f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f7663e3-df63-4633-b75e-52219207c2f5.shg-align-container {
  text-align: center
}

.s-7f7663e3-df63-4633-b75e-52219207c2f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7663e3-df63-4633-b75e-52219207c2f5.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-7f7663e3-df63-4633-b75e-52219207c2f5.shogun-image {
    
    
  }


.s-7f7663e3-df63-4633-b75e-52219207c2f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f7663e3-df63-4633-b75e-52219207c2f5.shg-align-container {
  text-align: center
}

.s-7f7663e3-df63-4633-b75e-52219207c2f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7663e3-df63-4633-b75e-52219207c2f5.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-7f7663e3-df63-4633-b75e-52219207c2f5.shogun-image {
    
    
  }


.s-7f7663e3-df63-4633-b75e-52219207c2f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f7663e3-df63-4633-b75e-52219207c2f5.shg-align-container {
  text-align: center
}

.s-7f7663e3-df63-4633-b75e-52219207c2f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f7663e3-df63-4633-b75e-52219207c2f5.shogun-image {
  box-sizing: border-box;
}


}
#s-97bb806d-ec26-4948-8c58-eb4ad490b74e {
  margin-top: 3px;
margin-left: 6%;
margin-bottom: 3px;
margin-right: 6%;
}

@media (min-width: 768px) and (max-width: 991px){#s-826e954e-86b6-420d-b1c7-a2a9aea65b7a {
  display: none;
}
#s-826e954e-86b6-420d-b1c7-a2a9aea65b7a, #wrap-s-826e954e-86b6-420d-b1c7-a2a9aea65b7a { display:none !important; }}@media (max-width: 767px){#s-826e954e-86b6-420d-b1c7-a2a9aea65b7a {
  display: none;
}
#s-826e954e-86b6-420d-b1c7-a2a9aea65b7a, #wrap-s-826e954e-86b6-420d-b1c7-a2a9aea65b7a { display:none !important; }}
#s-826e954e-86b6-420d-b1c7-a2a9aea65b7a hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-da531d91-cb28-462e-be6e-51d7ad39f424 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
min-height: 480px;
}
@media (min-width: 768px) and (max-width: 991px){#s-da531d91-cb28-462e-be6e-51d7ad39f424 {
  display: none;
}
#s-da531d91-cb28-462e-be6e-51d7ad39f424, #wrap-s-da531d91-cb28-462e-be6e-51d7ad39f424 { display:none !important; }}@media (max-width: 767px){#s-da531d91-cb28-462e-be6e-51d7ad39f424 {
  display: none;
}
#s-da531d91-cb28-462e-be6e-51d7ad39f424, #wrap-s-da531d91-cb28-462e-be6e-51d7ad39f424 { display:none !important; }}
@media (min-width: 0px) {
[id="s-da531d91-cb28-462e-be6e-51d7ad39f424"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da531d91-cb28-462e-be6e-51d7ad39f424"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-da531d91-cb28-462e-be6e-51d7ad39f424"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-da531d91-cb28-462e-be6e-51d7ad39f424"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-da531d91-cb28-462e-be6e-51d7ad39f424"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-da531d91-cb28-462e-be6e-51d7ad39f424"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-da531d91-cb28-462e-be6e-51d7ad39f424"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

#s-554b0db2-b3c4-4436-a691-4ba0620b3b4c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 478px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-554b0db2-b3c4-4436-a691-4ba0620b3b4c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-554b0db2-b3c4-4436-a691-4ba0620b3b4c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-554b0db2-b3c4-4436-a691-4ba0620b3b4c {
  
}
}@media (max-width: 767px){#s-554b0db2-b3c4-4436-a691-4ba0620b3b4c {
  
}
}
#s-554b0db2-b3c4-4436-a691-4ba0620b3b4c {
  background-image: url(https://i.shgcdn.com/40c251ac-91ae-4f5e-b685-b2c70ee89b7e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-554b0db2-b3c4-4436-a691-4ba0620b3b4c {
  background-image: url(https://i.shgcdn.com/40c251ac-91ae-4f5e-b685-b2c70ee89b7e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-554b0db2-b3c4-4436-a691-4ba0620b3b4c {
  background-image: url(https://i.shgcdn.com/40c251ac-91ae-4f5e-b685-b2c70ee89b7e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-554b0db2-b3c4-4436-a691-4ba0620b3b4c {
  background-image: url(https://i.shgcdn.com/40c251ac-91ae-4f5e-b685-b2c70ee89b7e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-554b0db2-b3c4-4436-a691-4ba0620b3b4c {
  background-image: url(https://i.shgcdn.com/40c251ac-91ae-4f5e-b685-b2c70ee89b7e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-554b0db2-b3c4-4436-a691-4ba0620b3b4c {
  background-image: url(https://i.shgcdn.com/40c251ac-91ae-4f5e-b685-b2c70ee89b7e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-554b0db2-b3c4-4436-a691-4ba0620b3b4c {
  background-image: url(https://i.shgcdn.com/40c251ac-91ae-4f5e-b685-b2c70ee89b7e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-554b0db2-b3c4-4436-a691-4ba0620b3b4c {
  background-image: url(https://i.shgcdn.com/40c251ac-91ae-4f5e-b685-b2c70ee89b7e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-554b0db2-b3c4-4436-a691-4ba0620b3b4c {
  background-image: url(https://i.shgcdn.com/40c251ac-91ae-4f5e-b685-b2c70ee89b7e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-554b0db2-b3c4-4436-a691-4ba0620b3b4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-554b0db2-b3c4-4436-a691-4ba0620b3b4c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7fffbaf9-bc0a-4b46-a64d-9c2151c55404 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 480px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-7fffbaf9-bc0a-4b46-a64d-9c2151c55404 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7fffbaf9-bc0a-4b46-a64d-9c2151c55404 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7fffbaf9-bc0a-4b46-a64d-9c2151c55404 {
  
}
}@media (max-width: 767px){#s-7fffbaf9-bc0a-4b46-a64d-9c2151c55404 {
  
}
}







#s-7fffbaf9-bc0a-4b46-a64d-9c2151c55404 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fffbaf9-bc0a-4b46-a64d-9c2151c55404.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-427c15b4-37dc-4d3a-92fd-4aff27c50bf3 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}

#s-822e4ea8-0e43-40bb-aa0a-ac6ba84c1218 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-bfd28650-168a-4d4d-95b4-1ec4c167573d {
  margin-left: 3%;
margin-right: 3%;
padding-top: 33px;
padding-left: 2%;
padding-bottom: 33px;
padding-right: 2%;
min-height: 480px;
}
@media (min-width: 1200px){#s-bfd28650-168a-4d4d-95b4-1ec4c167573d {
  display: none;
}
#s-bfd28650-168a-4d4d-95b4-1ec4c167573d, #wrap-s-bfd28650-168a-4d4d-95b4-1ec4c167573d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bfd28650-168a-4d4d-95b4-1ec4c167573d {
  display: none;
}
#s-bfd28650-168a-4d4d-95b4-1ec4c167573d, #wrap-s-bfd28650-168a-4d4d-95b4-1ec4c167573d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bfd28650-168a-4d4d-95b4-1ec4c167573d {
  
}
}@media (max-width: 767px){#s-bfd28650-168a-4d4d-95b4-1ec4c167573d {
  display: none;
}
#s-bfd28650-168a-4d4d-95b4-1ec4c167573d, #wrap-s-bfd28650-168a-4d4d-95b4-1ec4c167573d { display:none !important; }}
@media (min-width: 0px) {
[id="s-bfd28650-168a-4d4d-95b4-1ec4c167573d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfd28650-168a-4d4d-95b4-1ec4c167573d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-bfd28650-168a-4d4d-95b4-1ec4c167573d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-bfd28650-168a-4d4d-95b4-1ec4c167573d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-bfd28650-168a-4d4d-95b4-1ec4c167573d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfd28650-168a-4d4d-95b4-1ec4c167573d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-bfd28650-168a-4d4d-95b4-1ec4c167573d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

#s-6d47e6d0-58f0-4cc2-bdbd-1a7adb41ad23 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 478px;
background-color: rgba(0, 0, 0, 0);
background-position: center center;
}
@media (min-width: 1200px){#s-6d47e6d0-58f0-4cc2-bdbd-1a7adb41ad23 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d47e6d0-58f0-4cc2-bdbd-1a7adb41ad23 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d47e6d0-58f0-4cc2-bdbd-1a7adb41ad23 {
  
}
}@media (max-width: 767px){#s-6d47e6d0-58f0-4cc2-bdbd-1a7adb41ad23 {
  
}
}
#s-6d47e6d0-58f0-4cc2-bdbd-1a7adb41ad23 {
  background-image: url(https://i.shgcdn.com/40c251ac-91ae-4f5e-b685-b2c70ee89b7e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6d47e6d0-58f0-4cc2-bdbd-1a7adb41ad23 {
  background-image: url(https://i.shgcdn.com/40c251ac-91ae-4f5e-b685-b2c70ee89b7e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6d47e6d0-58f0-4cc2-bdbd-1a7adb41ad23 {
  background-image: url(https://i.shgcdn.com/40c251ac-91ae-4f5e-b685-b2c70ee89b7e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6d47e6d0-58f0-4cc2-bdbd-1a7adb41ad23 {
  background-image: url(https://i.shgcdn.com/40c251ac-91ae-4f5e-b685-b2c70ee89b7e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6d47e6d0-58f0-4cc2-bdbd-1a7adb41ad23 {
  background-image: url(https://i.shgcdn.com/40c251ac-91ae-4f5e-b685-b2c70ee89b7e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6d47e6d0-58f0-4cc2-bdbd-1a7adb41ad23 {
  background-image: url(https://i.shgcdn.com/40c251ac-91ae-4f5e-b685-b2c70ee89b7e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6d47e6d0-58f0-4cc2-bdbd-1a7adb41ad23 {
  background-image: url(https://i.shgcdn.com/40c251ac-91ae-4f5e-b685-b2c70ee89b7e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6d47e6d0-58f0-4cc2-bdbd-1a7adb41ad23 {
  background-image: url(https://i.shgcdn.com/40c251ac-91ae-4f5e-b685-b2c70ee89b7e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6d47e6d0-58f0-4cc2-bdbd-1a7adb41ad23 {
  background-image: url(https://i.shgcdn.com/40c251ac-91ae-4f5e-b685-b2c70ee89b7e/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-6d47e6d0-58f0-4cc2-bdbd-1a7adb41ad23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d47e6d0-58f0-4cc2-bdbd-1a7adb41ad23.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3b88286a-c487-41eb-b6c5-b9b98147bea6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 480px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-3b88286a-c487-41eb-b6c5-b9b98147bea6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b88286a-c487-41eb-b6c5-b9b98147bea6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b88286a-c487-41eb-b6c5-b9b98147bea6 {
  
}
}@media (max-width: 767px){#s-3b88286a-c487-41eb-b6c5-b9b98147bea6 {
  
}
}







#s-3b88286a-c487-41eb-b6c5-b9b98147bea6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b88286a-c487-41eb-b6c5-b9b98147bea6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93c6b104-9019-46d3-872e-4ee7ab590617 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}

#s-84f548d5-fdd0-467c-b7cd-ac327cd54260 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-b1826040-c270-422a-a4ed-c0b7e537d728 {
  
}
}@media (max-width: 767px){#s-b1826040-c270-422a-a4ed-c0b7e537d728 {
  display: none;
}
#s-b1826040-c270-422a-a4ed-c0b7e537d728, #wrap-s-b1826040-c270-422a-a4ed-c0b7e537d728 { display:none !important; }}
#s-b1826040-c270-422a-a4ed-c0b7e537d728 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 1200px){#s-eeee6e9c-43a2-48cb-8d31-9e6385dda319 {
  display: none;
}
#s-eeee6e9c-43a2-48cb-8d31-9e6385dda319, #wrap-s-eeee6e9c-43a2-48cb-8d31-9e6385dda319 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eeee6e9c-43a2-48cb-8d31-9e6385dda319 {
  display: none;
}
#s-eeee6e9c-43a2-48cb-8d31-9e6385dda319, #wrap-s-eeee6e9c-43a2-48cb-8d31-9e6385dda319 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eeee6e9c-43a2-48cb-8d31-9e6385dda319 {
  display: none;
}
#s-eeee6e9c-43a2-48cb-8d31-9e6385dda319, #wrap-s-eeee6e9c-43a2-48cb-8d31-9e6385dda319 { display:none !important; }}@media (max-width: 767px){#s-eeee6e9c-43a2-48cb-8d31-9e6385dda319 {
  
}
}
@media (min-width: 0px) {
[id="s-eeee6e9c-43a2-48cb-8d31-9e6385dda319"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eeee6e9c-43a2-48cb-8d31-9e6385dda319"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-eeee6e9c-43a2-48cb-8d31-9e6385dda319"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-eeee6e9c-43a2-48cb-8d31-9e6385dda319"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-d2ba8162-5776-41b8-88a0-88fd521a4ee9 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
max-width: 1200px;
text-align: center;
}
@media (max-width: 767px){#s-d2ba8162-5776-41b8-88a0-88fd521a4ee9 {
  display: none;
}
#s-d2ba8162-5776-41b8-88a0-88fd521a4ee9, #wrap-s-d2ba8162-5776-41b8-88a0-88fd521a4ee9 { display:none !important; }}






  img.s-d2ba8162-5776-41b8-88a0-88fd521a4ee9.shogun-image {
    
    
  }


.s-d2ba8162-5776-41b8-88a0-88fd521a4ee9 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2ba8162-5776-41b8-88a0-88fd521a4ee9.shg-align-container {
  text-align: center
}

.s-d2ba8162-5776-41b8-88a0-88fd521a4ee9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2ba8162-5776-41b8-88a0-88fd521a4ee9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d2ba8162-5776-41b8-88a0-88fd521a4ee9.shogun-image {
    
    
  }


.s-d2ba8162-5776-41b8-88a0-88fd521a4ee9 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2ba8162-5776-41b8-88a0-88fd521a4ee9.shg-align-container {
  text-align: center
}

.s-d2ba8162-5776-41b8-88a0-88fd521a4ee9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2ba8162-5776-41b8-88a0-88fd521a4ee9.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d2ba8162-5776-41b8-88a0-88fd521a4ee9.shogun-image {
    
    
  }


.s-d2ba8162-5776-41b8-88a0-88fd521a4ee9 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2ba8162-5776-41b8-88a0-88fd521a4ee9.shg-align-container {
  text-align: center
}

.s-d2ba8162-5776-41b8-88a0-88fd521a4ee9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2ba8162-5776-41b8-88a0-88fd521a4ee9.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-d2ba8162-5776-41b8-88a0-88fd521a4ee9.shogun-image {
    
    
  }


.s-d2ba8162-5776-41b8-88a0-88fd521a4ee9 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2ba8162-5776-41b8-88a0-88fd521a4ee9.shg-align-container {
  text-align: center
}

.s-d2ba8162-5776-41b8-88a0-88fd521a4ee9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2ba8162-5776-41b8-88a0-88fd521a4ee9.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-d2ba8162-5776-41b8-88a0-88fd521a4ee9.shogun-image {
    
    
  }


.s-d2ba8162-5776-41b8-88a0-88fd521a4ee9 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2ba8162-5776-41b8-88a0-88fd521a4ee9.shg-align-container {
  text-align: center
}

.s-d2ba8162-5776-41b8-88a0-88fd521a4ee9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2ba8162-5776-41b8-88a0-88fd521a4ee9.shogun-image {
  box-sizing: border-box;
}


}
#s-881f2f95-e32c-477e-9938-6a2c996842e8 {
  margin-top: 2px;
margin-left: 5%;
margin-bottom: 2px;
margin-right: 5%;
padding-top: 5px;
padding-bottom: 5px;
max-width: 1200px;
text-align: center;
}
@media (min-width: 1200px){#s-881f2f95-e32c-477e-9938-6a2c996842e8 {
  display: none;
}
#s-881f2f95-e32c-477e-9938-6a2c996842e8, #wrap-s-881f2f95-e32c-477e-9938-6a2c996842e8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-881f2f95-e32c-477e-9938-6a2c996842e8 {
  display: none;
}
#s-881f2f95-e32c-477e-9938-6a2c996842e8, #wrap-s-881f2f95-e32c-477e-9938-6a2c996842e8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-881f2f95-e32c-477e-9938-6a2c996842e8 {
  display: none;
}
#s-881f2f95-e32c-477e-9938-6a2c996842e8, #wrap-s-881f2f95-e32c-477e-9938-6a2c996842e8 { display:none !important; }}






  img.s-881f2f95-e32c-477e-9938-6a2c996842e8.shogun-image {
    
    
  }


.s-881f2f95-e32c-477e-9938-6a2c996842e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-881f2f95-e32c-477e-9938-6a2c996842e8.shg-align-container {
  text-align: center
}

.s-881f2f95-e32c-477e-9938-6a2c996842e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-881f2f95-e32c-477e-9938-6a2c996842e8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-881f2f95-e32c-477e-9938-6a2c996842e8.shogun-image {
    
    
  }


.s-881f2f95-e32c-477e-9938-6a2c996842e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-881f2f95-e32c-477e-9938-6a2c996842e8.shg-align-container {
  text-align: center
}

.s-881f2f95-e32c-477e-9938-6a2c996842e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-881f2f95-e32c-477e-9938-6a2c996842e8.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-881f2f95-e32c-477e-9938-6a2c996842e8.shogun-image {
    
    
  }


.s-881f2f95-e32c-477e-9938-6a2c996842e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-881f2f95-e32c-477e-9938-6a2c996842e8.shg-align-container {
  text-align: center
}

.s-881f2f95-e32c-477e-9938-6a2c996842e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-881f2f95-e32c-477e-9938-6a2c996842e8.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-881f2f95-e32c-477e-9938-6a2c996842e8.shogun-image {
    
    
  }


.s-881f2f95-e32c-477e-9938-6a2c996842e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-881f2f95-e32c-477e-9938-6a2c996842e8.shg-align-container {
  text-align: center
}

.s-881f2f95-e32c-477e-9938-6a2c996842e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-881f2f95-e32c-477e-9938-6a2c996842e8.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-881f2f95-e32c-477e-9938-6a2c996842e8.shogun-image {
    
    
  }


.s-881f2f95-e32c-477e-9938-6a2c996842e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-881f2f95-e32c-477e-9938-6a2c996842e8.shg-align-container {
  text-align: center
}

.s-881f2f95-e32c-477e-9938-6a2c996842e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-881f2f95-e32c-477e-9938-6a2c996842e8.shogun-image {
  box-sizing: border-box;
}


}
#s-bbec2e2e-dc66-4013-bf74-964eee26edda {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
}
@media (max-width: 767px){#s-bbec2e2e-dc66-4013-bf74-964eee26edda {
  display: none;
}
#s-bbec2e2e-dc66-4013-bf74-964eee26edda, #wrap-s-bbec2e2e-dc66-4013-bf74-964eee26edda { display:none !important; }}
#s-24b1bef1-4668-4597-82c9-fa9fde019eed {
  margin-top: 8px;
margin-left: 3%;
margin-bottom: 8px;
margin-right: 3%;
}
@media (min-width: 1200px){#s-24b1bef1-4668-4597-82c9-fa9fde019eed {
  display: none;
}
#s-24b1bef1-4668-4597-82c9-fa9fde019eed, #wrap-s-24b1bef1-4668-4597-82c9-fa9fde019eed { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24b1bef1-4668-4597-82c9-fa9fde019eed {
  display: none;
}
#s-24b1bef1-4668-4597-82c9-fa9fde019eed, #wrap-s-24b1bef1-4668-4597-82c9-fa9fde019eed { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24b1bef1-4668-4597-82c9-fa9fde019eed {
  display: none;
}
#s-24b1bef1-4668-4597-82c9-fa9fde019eed, #wrap-s-24b1bef1-4668-4597-82c9-fa9fde019eed { display:none !important; }}
#s-39405a85-1661-4bc1-a539-5a8c8bd402ee {
  text-align: left;
}

#s-39eb3c3b-f4b6-43e3-9afb-d3869f689e8a {
  text-align: left;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c: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}