.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-7721d842-6f7e-498a-8c41-f006eb6f03cf {
  min-height: 50px;
}








#s-7721d842-6f7e-498a-8c41-f006eb6f03cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7721d842-6f7e-498a-8c41-f006eb6f03cf.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-c788e8b5-cdb2-46aa-923d-55331fb0a2a9 {
  margin-bottom: 2em;
min-height: 150px;
background-color: rgba(226, 65, 75, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-c788e8b5-cdb2-46aa-923d-55331fb0a2a9 {
  display: none;
}
#s-c788e8b5-cdb2-46aa-923d-55331fb0a2a9, #wrap-s-c788e8b5-cdb2-46aa-923d-55331fb0a2a9 { display: none !important; }}@media (max-width: 767px){#s-c788e8b5-cdb2-46aa-923d-55331fb0a2a9 {
  display: none;
}
#s-c788e8b5-cdb2-46aa-923d-55331fb0a2a9, #wrap-s-c788e8b5-cdb2-46aa-923d-55331fb0a2a9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c788e8b5-cdb2-46aa-923d-55331fb0a2a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c788e8b5-cdb2-46aa-923d-55331fb0a2a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c788e8b5-cdb2-46aa-923d-55331fb0a2a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c788e8b5-cdb2-46aa-923d-55331fb0a2a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c788e8b5-cdb2-46aa-923d-55331fb0a2a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c788e8b5-cdb2-46aa-923d-55331fb0a2a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c788e8b5-cdb2-46aa-923d-55331fb0a2a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-b706e68e-f98a-4dfc-955d-e6c8c27489bd {
  background-color: rgba(0, 59, 113, 1);
}

@media (min-width: 0px) {
[id="s-b706e68e-f98a-4dfc-955d-e6c8c27489bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b706e68e-f98a-4dfc-955d-e6c8c27489bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0em);
}

[id="s-b706e68e-f98a-4dfc-955d-e6c8c27489bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0em);
}

}

@media (min-width: 992px) {
[id="s-b706e68e-f98a-4dfc-955d-e6c8c27489bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0em);
}

[id="s-b706e68e-f98a-4dfc-955d-e6c8c27489bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0em);
}

}

@media (min-width: 1200px) {
[id="s-b706e68e-f98a-4dfc-955d-e6c8c27489bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0em);
}

[id="s-b706e68e-f98a-4dfc-955d-e6c8c27489bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0em);
}

}

#s-2e1ca8a8-5401-4466-a410-4a8c19431489 {
  margin-bottom: 0em;
padding-left: 0em;
padding-right: 0em;
min-height: 150px;
background-color: rgba(0, 59, 113, 1);
}








#s-2e1ca8a8-5401-4466-a410-4a8c19431489 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e1ca8a8-5401-4466-a410-4a8c19431489.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-4b6dea3c-45c4-48cb-bad1-b8b3485bbdc3 {
  margin-left: 2em;
max-width: 100%;
text-align: center;
}







  #s-4b6dea3c-45c4-48cb-bad1-b8b3485bbdc3 img.shogun-image {
    

    
    
    
  }


#s-4b6dea3c-45c4-48cb-bad1-b8b3485bbdc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f090380-042c-4c96-bd4a-329f952d5e8b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 150px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f090380-042c-4c96-bd4a-329f952d5e8b {
  display: none;
}
#s-9f090380-042c-4c96-bd4a-329f952d5e8b, #wrap-s-9f090380-042c-4c96-bd4a-329f952d5e8b { display: none !important; }}@media (max-width: 767px){#s-9f090380-042c-4c96-bd4a-329f952d5e8b {
  display: none;
}
#s-9f090380-042c-4c96-bd4a-329f952d5e8b, #wrap-s-9f090380-042c-4c96-bd4a-329f952d5e8b { display: none !important; }}
#s-9f090380-042c-4c96-bd4a-329f952d5e8b {
  background-image: url(https://i.shgcdn.com/aa8a3ad2-01cc-4494-b86c-6ed882bcd0fc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9f090380-042c-4c96-bd4a-329f952d5e8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f090380-042c-4c96-bd4a-329f952d5e8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f281b611-df9a-4c42-868b-cf98e83a20d5 {
  margin-top: 0em;
min-height: 150px;
background-color: rgba(226, 65, 75, 1);
}

@media (min-width: 0px) {
[id="s-f281b611-df9a-4c42-868b-cf98e83a20d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-f281b611-df9a-4c42-868b-cf98e83a20d5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-f281b611-df9a-4c42-868b-cf98e83a20d5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-f281b611-df9a-4c42-868b-cf98e83a20d5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.666666666666666px);
}

}

.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-d855f66b-85cd-46a3-915f-5270516028e9 {
  margin-top: 3em;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(226, 65, 75, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d855f66b-85cd-46a3-915f-5270516028e9:hover {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}#s-d855f66b-85cd-46a3-915f-5270516028e9:active {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}

  #s-d855f66b-85cd-46a3-915f-5270516028e9-root {
    text-align: center;
  }


#s-d855f66b-85cd-46a3-915f-5270516028e9.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d855f66b-85cd-46a3-915f-5270516028e9-root {
    text-align: center;
  }


#s-d855f66b-85cd-46a3-915f-5270516028e9.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d855f66b-85cd-46a3-915f-5270516028e9-root {
    text-align: center;
  }


#s-d855f66b-85cd-46a3-915f-5270516028e9.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d855f66b-85cd-46a3-915f-5270516028e9-root {
    text-align: center;
  }


#s-d855f66b-85cd-46a3-915f-5270516028e9.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d855f66b-85cd-46a3-915f-5270516028e9-root {
    text-align: center;
  }


#s-d855f66b-85cd-46a3-915f-5270516028e9.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}
#s-21a549f7-ef8f-4b33-adff-7e2a521029f5 {
  margin-top: 3em;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(226, 65, 75, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-21a549f7-ef8f-4b33-adff-7e2a521029f5:hover {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}#s-21a549f7-ef8f-4b33-adff-7e2a521029f5:active {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}

  #s-21a549f7-ef8f-4b33-adff-7e2a521029f5-root {
    text-align: center;
  }


#s-21a549f7-ef8f-4b33-adff-7e2a521029f5.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-21a549f7-ef8f-4b33-adff-7e2a521029f5-root {
    text-align: center;
  }


#s-21a549f7-ef8f-4b33-adff-7e2a521029f5.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-21a549f7-ef8f-4b33-adff-7e2a521029f5-root {
    text-align: center;
  }


#s-21a549f7-ef8f-4b33-adff-7e2a521029f5.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-21a549f7-ef8f-4b33-adff-7e2a521029f5-root {
    text-align: center;
  }


#s-21a549f7-ef8f-4b33-adff-7e2a521029f5.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-21a549f7-ef8f-4b33-adff-7e2a521029f5-root {
    text-align: center;
  }


#s-21a549f7-ef8f-4b33-adff-7e2a521029f5.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}
#s-d1ede1ac-96ab-47a9-9ca9-2185ac879e7e {
  margin-top: 3em;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(226, 65, 75, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d1ede1ac-96ab-47a9-9ca9-2185ac879e7e:hover {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}#s-d1ede1ac-96ab-47a9-9ca9-2185ac879e7e:active {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}

  #s-d1ede1ac-96ab-47a9-9ca9-2185ac879e7e-root {
    text-align: center;
  }


#s-d1ede1ac-96ab-47a9-9ca9-2185ac879e7e.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d1ede1ac-96ab-47a9-9ca9-2185ac879e7e-root {
    text-align: center;
  }


#s-d1ede1ac-96ab-47a9-9ca9-2185ac879e7e.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1ede1ac-96ab-47a9-9ca9-2185ac879e7e-root {
    text-align: center;
  }


#s-d1ede1ac-96ab-47a9-9ca9-2185ac879e7e.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1ede1ac-96ab-47a9-9ca9-2185ac879e7e-root {
    text-align: center;
  }


#s-d1ede1ac-96ab-47a9-9ca9-2185ac879e7e.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d1ede1ac-96ab-47a9-9ca9-2185ac879e7e-root {
    text-align: center;
  }


#s-d1ede1ac-96ab-47a9-9ca9-2185ac879e7e.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}
#s-fbe469b7-a38d-4235-9fcf-fc5d1e71bbbf {
  margin-top: 3em;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(226, 65, 75, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fbe469b7-a38d-4235-9fcf-fc5d1e71bbbf:hover {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}#s-fbe469b7-a38d-4235-9fcf-fc5d1e71bbbf:active {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}

  #s-fbe469b7-a38d-4235-9fcf-fc5d1e71bbbf-root {
    text-align: center;
  }


#s-fbe469b7-a38d-4235-9fcf-fc5d1e71bbbf.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fbe469b7-a38d-4235-9fcf-fc5d1e71bbbf-root {
    text-align: center;
  }


#s-fbe469b7-a38d-4235-9fcf-fc5d1e71bbbf.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fbe469b7-a38d-4235-9fcf-fc5d1e71bbbf-root {
    text-align: center;
  }


#s-fbe469b7-a38d-4235-9fcf-fc5d1e71bbbf.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fbe469b7-a38d-4235-9fcf-fc5d1e71bbbf-root {
    text-align: center;
  }


#s-fbe469b7-a38d-4235-9fcf-fc5d1e71bbbf.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fbe469b7-a38d-4235-9fcf-fc5d1e71bbbf-root {
    text-align: center;
  }


#s-fbe469b7-a38d-4235-9fcf-fc5d1e71bbbf.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}
#s-0c96bd5f-860c-43d7-afee-56797fd8f297 {
  margin-top: 3em;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(226, 65, 75, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0c96bd5f-860c-43d7-afee-56797fd8f297:hover {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}#s-0c96bd5f-860c-43d7-afee-56797fd8f297:active {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}

  #s-0c96bd5f-860c-43d7-afee-56797fd8f297-root {
    text-align: center;
  }


#s-0c96bd5f-860c-43d7-afee-56797fd8f297.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0c96bd5f-860c-43d7-afee-56797fd8f297-root {
    text-align: center;
  }


#s-0c96bd5f-860c-43d7-afee-56797fd8f297.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c96bd5f-860c-43d7-afee-56797fd8f297-root {
    text-align: center;
  }


#s-0c96bd5f-860c-43d7-afee-56797fd8f297.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0c96bd5f-860c-43d7-afee-56797fd8f297-root {
    text-align: center;
  }


#s-0c96bd5f-860c-43d7-afee-56797fd8f297.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0c96bd5f-860c-43d7-afee-56797fd8f297-root {
    text-align: center;
  }


#s-0c96bd5f-860c-43d7-afee-56797fd8f297.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}
#s-b734c598-d50b-49e7-881d-c25ebbefd2bf {
  border-style: solid;
margin-top: 3em;
margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(251, 168, 0, 1);
border-radius: 2px;
background-color: rgba(226, 65, 75, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b734c598-d50b-49e7-881d-c25ebbefd2bf:hover {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}#s-b734c598-d50b-49e7-881d-c25ebbefd2bf:active {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}

  #s-b734c598-d50b-49e7-881d-c25ebbefd2bf-root {
    text-align: center;
  }


#s-b734c598-d50b-49e7-881d-c25ebbefd2bf.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b734c598-d50b-49e7-881d-c25ebbefd2bf-root {
    text-align: center;
  }


#s-b734c598-d50b-49e7-881d-c25ebbefd2bf.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b734c598-d50b-49e7-881d-c25ebbefd2bf-root {
    text-align: center;
  }


#s-b734c598-d50b-49e7-881d-c25ebbefd2bf.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b734c598-d50b-49e7-881d-c25ebbefd2bf-root {
    text-align: center;
  }


#s-b734c598-d50b-49e7-881d-c25ebbefd2bf.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b734c598-d50b-49e7-881d-c25ebbefd2bf-root {
    text-align: center;
  }


#s-b734c598-d50b-49e7-881d-c25ebbefd2bf.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}
#s-a3486bd5-caf6-4554-929b-1ab80c97586a {
  min-height: 50px;
background-color: rgba(0, 59, 113, 1);
}
@media (min-width: 1200px){#s-a3486bd5-caf6-4554-929b-1ab80c97586a {
  display: none;
}
#s-a3486bd5-caf6-4554-929b-1ab80c97586a, #wrap-s-a3486bd5-caf6-4554-929b-1ab80c97586a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3486bd5-caf6-4554-929b-1ab80c97586a {
  display: none;
}
#s-a3486bd5-caf6-4554-929b-1ab80c97586a, #wrap-s-a3486bd5-caf6-4554-929b-1ab80c97586a { display: none !important; }}







#s-a3486bd5-caf6-4554-929b-1ab80c97586a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3486bd5-caf6-4554-929b-1ab80c97586a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa22e944-ac03-45a2-8c0f-a5f11ed045d1 {
  margin-left: auto;
margin-right: auto;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
max-width: 80%;
text-align: center;
}







  #s-aa22e944-ac03-45a2-8c0f-a5f11ed045d1 img.shogun-image {
    

    
    
    
  }


#s-aa22e944-ac03-45a2-8c0f-a5f11ed045d1 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-7d99915f-f8e5-492e-bb25-18719ee01cd0 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-7d99915f-f8e5-492e-bb25-18719ee01cd0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7d99915f-f8e5-492e-bb25-18719ee01cd0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(226, 65, 75, 1);
  padding: 10px;
}

#s-7d99915f-f8e5-492e-bb25-18719ee01cd0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 243, 239, 1);
}

#s-7d99915f-f8e5-492e-bb25-18719ee01cd0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(226, 65, 75, 1);
  border-top: 1px solid #ddd;
}

#s-7d99915f-f8e5-492e-bb25-18719ee01cd0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 243, 239, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-7d99915f-f8e5-492e-bb25-18719ee01cd0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-841883eb-6b2e-44ff-9712-3b1359cad107 {
  margin-top: 0em;
padding-left: 3%;
padding-right: 3%;
min-height: 150px;
background-color: rgba(226, 65, 75, 1);
}

@media (min-width: 0px) {
[id="s-841883eb-6b2e-44ff-9712-3b1359cad107"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.0px);
}

}

@media (min-width: 768px) {
[id="s-841883eb-6b2e-44ff-9712-3b1359cad107"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 11.666666666666666px);
}

}

@media (min-width: 992px) {
[id="s-841883eb-6b2e-44ff-9712-3b1359cad107"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 11.666666666666666px);
}

}

@media (min-width: 1200px) {
[id="s-841883eb-6b2e-44ff-9712-3b1359cad107"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 11.666666666666666px);
}

}

#s-305568ce-01e1-4b07-800c-c49ef5967599 {
  margin-top: 1em;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(226, 65, 75, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-305568ce-01e1-4b07-800c-c49ef5967599:hover {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}#s-305568ce-01e1-4b07-800c-c49ef5967599:active {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}

  #s-305568ce-01e1-4b07-800c-c49ef5967599-root {
    text-align: center;
  }


#s-305568ce-01e1-4b07-800c-c49ef5967599.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-305568ce-01e1-4b07-800c-c49ef5967599-root {
    text-align: center;
  }


#s-305568ce-01e1-4b07-800c-c49ef5967599.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-305568ce-01e1-4b07-800c-c49ef5967599-root {
    text-align: center;
  }


#s-305568ce-01e1-4b07-800c-c49ef5967599.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-305568ce-01e1-4b07-800c-c49ef5967599-root {
    text-align: center;
  }


#s-305568ce-01e1-4b07-800c-c49ef5967599.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-305568ce-01e1-4b07-800c-c49ef5967599-root {
    text-align: center;
  }


#s-305568ce-01e1-4b07-800c-c49ef5967599.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}
#s-9fe35626-de27-454e-8d94-58d3b66c276f {
  margin-top: 1em;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(226, 65, 75, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9fe35626-de27-454e-8d94-58d3b66c276f:hover {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}#s-9fe35626-de27-454e-8d94-58d3b66c276f:active {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}

  #s-9fe35626-de27-454e-8d94-58d3b66c276f-root {
    text-align: center;
  }


#s-9fe35626-de27-454e-8d94-58d3b66c276f.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9fe35626-de27-454e-8d94-58d3b66c276f-root {
    text-align: center;
  }


#s-9fe35626-de27-454e-8d94-58d3b66c276f.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9fe35626-de27-454e-8d94-58d3b66c276f-root {
    text-align: center;
  }


#s-9fe35626-de27-454e-8d94-58d3b66c276f.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9fe35626-de27-454e-8d94-58d3b66c276f-root {
    text-align: center;
  }


#s-9fe35626-de27-454e-8d94-58d3b66c276f.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9fe35626-de27-454e-8d94-58d3b66c276f-root {
    text-align: center;
  }


#s-9fe35626-de27-454e-8d94-58d3b66c276f.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}
#s-f161d417-f8f8-4e59-a1cd-a17f1f67db44 {
  margin-top: 1em;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(226, 65, 75, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f161d417-f8f8-4e59-a1cd-a17f1f67db44:hover {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}#s-f161d417-f8f8-4e59-a1cd-a17f1f67db44:active {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}

  #s-f161d417-f8f8-4e59-a1cd-a17f1f67db44-root {
    text-align: center;
  }


#s-f161d417-f8f8-4e59-a1cd-a17f1f67db44.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f161d417-f8f8-4e59-a1cd-a17f1f67db44-root {
    text-align: center;
  }


#s-f161d417-f8f8-4e59-a1cd-a17f1f67db44.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f161d417-f8f8-4e59-a1cd-a17f1f67db44-root {
    text-align: center;
  }


#s-f161d417-f8f8-4e59-a1cd-a17f1f67db44.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f161d417-f8f8-4e59-a1cd-a17f1f67db44-root {
    text-align: center;
  }


#s-f161d417-f8f8-4e59-a1cd-a17f1f67db44.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f161d417-f8f8-4e59-a1cd-a17f1f67db44-root {
    text-align: center;
  }


#s-f161d417-f8f8-4e59-a1cd-a17f1f67db44.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}
#s-ae551745-9ead-4b5f-8d3c-921dd78d2b47 {
  margin-top: 1em;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(226, 65, 75, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ae551745-9ead-4b5f-8d3c-921dd78d2b47:hover {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}#s-ae551745-9ead-4b5f-8d3c-921dd78d2b47:active {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}

  #s-ae551745-9ead-4b5f-8d3c-921dd78d2b47-root {
    text-align: center;
  }


#s-ae551745-9ead-4b5f-8d3c-921dd78d2b47.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ae551745-9ead-4b5f-8d3c-921dd78d2b47-root {
    text-align: center;
  }


#s-ae551745-9ead-4b5f-8d3c-921dd78d2b47.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ae551745-9ead-4b5f-8d3c-921dd78d2b47-root {
    text-align: center;
  }


#s-ae551745-9ead-4b5f-8d3c-921dd78d2b47.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ae551745-9ead-4b5f-8d3c-921dd78d2b47-root {
    text-align: center;
  }


#s-ae551745-9ead-4b5f-8d3c-921dd78d2b47.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ae551745-9ead-4b5f-8d3c-921dd78d2b47-root {
    text-align: center;
  }


#s-ae551745-9ead-4b5f-8d3c-921dd78d2b47.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}
#s-99b597da-944e-4ce5-b17d-6c19dd23a7af {
  margin-top: 1em;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
background-color: rgba(226, 65, 75, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-99b597da-944e-4ce5-b17d-6c19dd23a7af:hover {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}#s-99b597da-944e-4ce5-b17d-6c19dd23a7af:active {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}

  #s-99b597da-944e-4ce5-b17d-6c19dd23a7af-root {
    text-align: center;
  }


#s-99b597da-944e-4ce5-b17d-6c19dd23a7af.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-99b597da-944e-4ce5-b17d-6c19dd23a7af-root {
    text-align: center;
  }


#s-99b597da-944e-4ce5-b17d-6c19dd23a7af.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99b597da-944e-4ce5-b17d-6c19dd23a7af-root {
    text-align: center;
  }


#s-99b597da-944e-4ce5-b17d-6c19dd23a7af.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99b597da-944e-4ce5-b17d-6c19dd23a7af-root {
    text-align: center;
  }


#s-99b597da-944e-4ce5-b17d-6c19dd23a7af.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-99b597da-944e-4ce5-b17d-6c19dd23a7af-root {
    text-align: center;
  }


#s-99b597da-944e-4ce5-b17d-6c19dd23a7af.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}
#s-8a1ffade-f29d-46b5-8d79-594458fc74ae {
  border-style: solid;
margin-top: 1em;
margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(251, 168, 0, 1);
border-radius: 2px;
background-color: rgba(226, 65, 75, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8a1ffade-f29d-46b5-8d79-594458fc74ae:hover {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}#s-8a1ffade-f29d-46b5-8d79-594458fc74ae:active {background-color: rgba(240, 170, 30, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(33, 34, 38, 1) !important;}

  #s-8a1ffade-f29d-46b5-8d79-594458fc74ae-root {
    text-align: center;
  }


#s-8a1ffade-f29d-46b5-8d79-594458fc74ae.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8a1ffade-f29d-46b5-8d79-594458fc74ae-root {
    text-align: center;
  }


#s-8a1ffade-f29d-46b5-8d79-594458fc74ae.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a1ffade-f29d-46b5-8d79-594458fc74ae-root {
    text-align: center;
  }


#s-8a1ffade-f29d-46b5-8d79-594458fc74ae.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a1ffade-f29d-46b5-8d79-594458fc74ae-root {
    text-align: center;
  }


#s-8a1ffade-f29d-46b5-8d79-594458fc74ae.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8a1ffade-f29d-46b5-8d79-594458fc74ae-root {
    text-align: center;
  }


#s-8a1ffade-f29d-46b5-8d79-594458fc74ae.shg-btn {
  color: #ffffff;
  font-size: 1.1em;
  
  
  
  display:  inline-block ;
}
}
#s-c22bc99c-8781-45f0-b839-b4603fa80fe5 {
  min-height: 50px;
}








#s-c22bc99c-8781-45f0-b839-b4603fa80fe5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c22bc99c-8781-45f0-b839-b4603fa80fe5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-837cb1d3-4137-4d67-afb9-0e71fb5b9c4f {
  padding-top: 4em;
padding-left: 4em;
padding-bottom: 4em;
padding-right: 4em;
min-height: 50px;
background-color: rgba(232, 242, 251, 1);
}
@media (max-width: 767px){#s-837cb1d3-4137-4d67-afb9-0e71fb5b9c4f {
  padding-left: 2em;
padding-right: 2em;
}
}







#s-837cb1d3-4137-4d67-afb9-0e71fb5b9c4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-837cb1d3-4137-4d67-afb9-0e71fb5b9c4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-837cb1d3-4137-4d67-afb9-0e71fb5b9c4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-837cb1d3-4137-4d67-afb9-0e71fb5b9c4f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-2972ecf3-f1a5-4aff-9e9a-9b78c311682b {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 450px;
max-width: 1366px;
}
@media (min-width: 1200px){#s-2972ecf3-f1a5-4aff-9e9a-9b78c311682b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2972ecf3-f1a5-4aff-9e9a-9b78c311682b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2972ecf3-f1a5-4aff-9e9a-9b78c311682b {
  display: none;
}
#s-2972ecf3-f1a5-4aff-9e9a-9b78c311682b, #wrap-s-2972ecf3-f1a5-4aff-9e9a-9b78c311682b { display: none !important; }}@media (max-width: 767px){#s-2972ecf3-f1a5-4aff-9e9a-9b78c311682b {
  
}
}







#s-2972ecf3-f1a5-4aff-9e9a-9b78c311682b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2972ecf3-f1a5-4aff-9e9a-9b78c311682b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a4c1f25-30ac-4758-a013-f1442d64dbed {
  min-height: 50px;
}








#s-7a4c1f25-30ac-4758-a013-f1442d64dbed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a4c1f25-30ac-4758-a013-f1442d64dbed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-045d7193-7f0d-492e-951f-d674b80bcbf0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-045d7193-7f0d-492e-951f-d674b80bcbf0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-045d7193-7f0d-492e-951f-d674b80bcbf0 {
  
}
}@media (max-width: 767px){#s-045d7193-7f0d-492e-951f-d674b80bcbf0 {
  
}
}
@media (min-width: 0px) {
[id="s-045d7193-7f0d-492e-951f-d674b80bcbf0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-045d7193-7f0d-492e-951f-d674b80bcbf0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-045d7193-7f0d-492e-951f-d674b80bcbf0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-045d7193-7f0d-492e-951f-d674b80bcbf0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-045d7193-7f0d-492e-951f-d674b80bcbf0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-045d7193-7f0d-492e-951f-d674b80bcbf0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-045d7193-7f0d-492e-951f-d674b80bcbf0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

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

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

#s-f6e856b3-f6c7-4b85-9bf2-d02da420f13d {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f6e856b3-f6c7-4b85-9bf2-d02da420f13d .shogun-heading-component h1 {
  color: rgba(86, 122, 152, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  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-20afaed5-64f7-4ce9-9ef8-d5a62850ec2e {
  margin-top: 10px;
margin-bottom: 5px;
}

#s-02fcda08-7e0b-4f5a-a4fe-002e50fa030f {
  margin-bottom: 1em;
}

#s-9c2188cc-9c60-4e09-8789-58956bfb9c12 {
  margin-bottom: 0em;
}

@media (min-width: 1200px){#s-11638463-85b0-4aae-952c-34f3fc22373e {
  
}
}
@media (min-width: 0px) {
[id="s-11638463-85b0-4aae-952c-34f3fc22373e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11638463-85b0-4aae-952c-34f3fc22373e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11638463-85b0-4aae-952c-34f3fc22373e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11638463-85b0-4aae-952c-34f3fc22373e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-13b698b2-40ce-4a96-a2f1-e5c6b1348b23 {
  margin-top: 0px;
margin-bottom: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 181, 226, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(226, 65, 75, 1);
text-align: left;
text-decoration: none;
line-height: 2em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-13b698b2-40ce-4a96-a2f1-e5c6b1348b23:hover {background-color: rgba(243, 23, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-13b698b2-40ce-4a96-a2f1-e5c6b1348b23:active {background-color: rgba(226, 65, 75, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-13b698b2-40ce-4a96-a2f1-e5c6b1348b23-root {
    text-align: left;
  }


#s-13b698b2-40ce-4a96-a2f1-e5c6b1348b23.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-13b698b2-40ce-4a96-a2f1-e5c6b1348b23-root {
    text-align: left;
  }


#s-13b698b2-40ce-4a96-a2f1-e5c6b1348b23.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-13b698b2-40ce-4a96-a2f1-e5c6b1348b23-root {
    text-align: left;
  }


#s-13b698b2-40ce-4a96-a2f1-e5c6b1348b23.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-13b698b2-40ce-4a96-a2f1-e5c6b1348b23-root {
    text-align: left;
  }


#s-13b698b2-40ce-4a96-a2f1-e5c6b1348b23.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-13b698b2-40ce-4a96-a2f1-e5c6b1348b23-root {
    text-align: left;
  }


#s-13b698b2-40ce-4a96-a2f1-e5c6b1348b23.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-31df6149-0875-4ca1-a7aa-7187d6c05260 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 0px;
}

#s-38407e90-654d-4305-9ce7-e8598bfcef61 {
  text-align: left;
}

#s-41cbc3fa-02b6-4742-b741-2f02c4a5320a {
  margin-bottom: 140px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-41cbc3fa-02b6-4742-b741-2f02c4a5320a {
  display: none;
}
#s-41cbc3fa-02b6-4742-b741-2f02c4a5320a, #wrap-s-41cbc3fa-02b6-4742-b741-2f02c4a5320a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41cbc3fa-02b6-4742-b741-2f02c4a5320a {
  display: none;
}
#s-41cbc3fa-02b6-4742-b741-2f02c4a5320a, #wrap-s-41cbc3fa-02b6-4742-b741-2f02c4a5320a { display: none !important; }}@media (max-width: 767px){#s-41cbc3fa-02b6-4742-b741-2f02c4a5320a {
  display: none;
}
#s-41cbc3fa-02b6-4742-b741-2f02c4a5320a, #wrap-s-41cbc3fa-02b6-4742-b741-2f02c4a5320a { display: none !important; }}







#s-41cbc3fa-02b6-4742-b741-2f02c4a5320a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41cbc3fa-02b6-4742-b741-2f02c4a5320a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36dba959-20f0-4af7-b7e6-b9d2a0dab65a {
  margin-bottom: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-36dba959-20f0-4af7-b7e6-b9d2a0dab65a .shogun-heading-component h1 {
  color: rgba(86, 122, 152, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-6b80a7c7-82de-4b27-a2d3-209676d31071 {
  margin-bottom: 0em;
}

#s-81afe55a-04ec-42b8-ad13-4d735eb8e1c9 {
  margin-bottom: 1em;
}

#s-4e08fa37-f0c9-4646-b0e3-dbf7da2506e0 {
  margin-bottom: 0em;
}

@media (min-width: 0px) {
[id="s-b7d1f2ab-d7bc-432f-b957-fc5f8ba5c980"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7d1f2ab-d7bc-432f-b957-fc5f8ba5c980"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7d1f2ab-d7bc-432f-b957-fc5f8ba5c980"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7d1f2ab-d7bc-432f-b957-fc5f8ba5c980"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3ebdd253-060b-4e17-8447-0c42eba2c268 {
  margin-top: 0px;
margin-bottom: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 181, 226, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(226, 65, 75, 1);
text-align: left;
text-decoration: none;
line-height: 2em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-3ebdd253-060b-4e17-8447-0c42eba2c268:hover {background-color: rgba(243, 23, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3ebdd253-060b-4e17-8447-0c42eba2c268:active {background-color: rgba(226, 65, 75, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-3ebdd253-060b-4e17-8447-0c42eba2c268-root {
    text-align: left;
  }


#s-3ebdd253-060b-4e17-8447-0c42eba2c268.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ebdd253-060b-4e17-8447-0c42eba2c268-root {
    text-align: left;
  }


#s-3ebdd253-060b-4e17-8447-0c42eba2c268.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ebdd253-060b-4e17-8447-0c42eba2c268-root {
    text-align: left;
  }


#s-3ebdd253-060b-4e17-8447-0c42eba2c268.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ebdd253-060b-4e17-8447-0c42eba2c268-root {
    text-align: left;
  }


#s-3ebdd253-060b-4e17-8447-0c42eba2c268.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ebdd253-060b-4e17-8447-0c42eba2c268-root {
    text-align: left;
  }


#s-3ebdd253-060b-4e17-8447-0c42eba2c268.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-d3db0858-a259-4933-8e7a-602e77776d22 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 0px;
}

#s-0fc3bddf-167c-4851-9e17-5db8ce1fcdbd {
  text-align: left;
}

#s-75dd5ed9-1b5c-4cf7-baad-4b8bad46024d {
  padding-top: 4em;
padding-left: 4em;
padding-bottom: 4em;
padding-right: 4em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-75dd5ed9-1b5c-4cf7-baad-4b8bad46024d {
  padding-left: 2em;
padding-right: 2em;
}
}







#s-75dd5ed9-1b5c-4cf7-baad-4b8bad46024d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75dd5ed9-1b5c-4cf7-baad-4b8bad46024d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53e38cf5-042c-42a3-88fd-4297202c93cb {
  margin-left: auto;
margin-right: auto;
max-width: 1366px;
}

@media (min-width: 0px) {
[id="s-53e38cf5-042c-42a3-88fd-4297202c93cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53e38cf5-042c-42a3-88fd-4297202c93cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53e38cf5-042c-42a3-88fd-4297202c93cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53e38cf5-042c-42a3-88fd-4297202c93cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2b7381e5-2839-4739-bf52-21eddc88088d {
  padding-top: 40px;
padding-bottom: 40px;
text-align: left;
}

#s-2b7381e5-2839-4739-bf52-21eddc88088d .shogun-heading-component h2 {
  color: rgba(0, 181, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-bb88f1ee-b09f-4817-b350-22dd95b8d9a2 {
  text-align: left;
}

#s-64981a9d-b0a8-4717-a6ae-504d5005449c {
  margin-bottom: 1em;
padding-top: 20px;
}

#s-57ff3f12-7620-46e7-9c7a-2b3bfb4cae61 {
  min-height: 50px;
}








#s-57ff3f12-7620-46e7-9c7a-2b3bfb4cae61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57ff3f12-7620-46e7-9c7a-2b3bfb4cae61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90ea9183-e148-434e-bac3-6ba4703cc961 {
  padding-top: 4em;
padding-left: 4em;
padding-bottom: 4em;
padding-right: 4em;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (max-width: 767px){#s-90ea9183-e148-434e-bac3-6ba4703cc961 {
  padding-left: 2em;
padding-right: 2em;
}
}







#s-90ea9183-e148-434e-bac3-6ba4703cc961 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90ea9183-e148-434e-bac3-6ba4703cc961.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-285612ba-8586-4e90-b7d6-6f3c7a2a9c47 {
  text-align: left;
}

#s-a053c62b-66c1-4fc3-9593-323568a994fe {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1366px;
}








#s-a053c62b-66c1-4fc3-9593-323568a994fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a053c62b-66c1-4fc3-9593-323568a994fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9968d55-604e-4565-bc20-92a4042b7b26 {
  padding-top: 40px;
padding-bottom: 40px;
text-align: center;
}

#s-d9968d55-604e-4565-bc20-92a4042b7b26 .shogun-heading-component h2 {
  color: rgba(0, 181, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-95cf17fe-e3c7-48fe-a7b3-e2bfbfe6b7f4 {
  margin-top: 2px;
margin-bottom: 2px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-95cf17fe-e3c7-48fe-a7b3-e2bfbfe6b7f4 .shogun-heading-component h2 {
  color: rgba(0, 181, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



#s-9afced18-a22c-4d4f-b000-34fb6e2ec95a {
  margin-left: auto;
margin-right: auto;
max-width: 1366px;
}

@media (min-width: 0px) {
[id="s-9afced18-a22c-4d4f-b000-34fb6e2ec95a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9afced18-a22c-4d4f-b000-34fb6e2ec95a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9afced18-a22c-4d4f-b000-34fb6e2ec95a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9afced18-a22c-4d4f-b000-34fb6e2ec95a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-dd82f6ee-bbc6-420b-bf38-330c15291f3d {
  margin-top: 3px;
margin-bottom: 3px;
padding-bottom: 20px;
text-align: center;
}







  #s-dd82f6ee-bbc6-420b-bf38-330c15291f3d img.shogun-image {
    

    
    
    
  }


#s-dd82f6ee-bbc6-420b-bf38-330c15291f3d .shogun-image-content {
  
    align-items: center;
  
}

#s-3389e8b2-177a-4dcf-b1ed-0a3351f26d80 {
  margin-bottom: 11px;
padding-top: 0px;
padding-bottom: 14px;
min-height: 4px;
text-align: center;
}







  #s-3389e8b2-177a-4dcf-b1ed-0a3351f26d80 img.shogun-image {
    

    
    
    
  }


#s-3389e8b2-177a-4dcf-b1ed-0a3351f26d80 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7d6c0f9-8ee9-4188-811d-ca14e738d3a7 {
  padding-bottom: 20px;
text-align: center;
}







  #s-f7d6c0f9-8ee9-4188-811d-ca14e738d3a7 img.shogun-image {
    

    
    
    
  }


#s-f7d6c0f9-8ee9-4188-811d-ca14e738d3a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-de10d121-60d8-49be-9179-0055e7a4b5ec {
  margin-bottom: -16px;
padding-bottom: 20px;
min-height: 0px;
text-align: center;
}







  #s-de10d121-60d8-49be-9179-0055e7a4b5ec img.shogun-image {
    

    
    
    
  }


#s-de10d121-60d8-49be-9179-0055e7a4b5ec .shogun-image-content {
  
    align-items: center;
  
}

#s-6ee7e0bd-8673-4839-a78c-ca1efe0fb843 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1366px;
}








#s-6ee7e0bd-8673-4839-a78c-ca1efe0fb843 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ee7e0bd-8673-4839-a78c-ca1efe0fb843.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

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

#s-b67fe21d-7d2c-4e39-922a-75592c086ce6 {
  margin-top: 0px;
}

#s-b67fe21d-7d2c-4e39-922a-75592c086ce6 hr {
  border-top: 2px solid #ddd;
}

#s-260c0b31-0492-40f7-8a6f-dd235c5407cd {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-260c0b31-0492-40f7-8a6f-dd235c5407cd .shogun-heading-component h2 {
  color: rgba(0, 181, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}



#s-bb4782c3-7c8e-44ac-8994-7f0ecae96de8 {
  margin-left: auto;
margin-right: auto;
max-width: 1366px;
}

@media (min-width: 0px) {
[id="s-bb4782c3-7c8e-44ac-8994-7f0ecae96de8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bb4782c3-7c8e-44ac-8994-7f0ecae96de8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bb4782c3-7c8e-44ac-8994-7f0ecae96de8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bb4782c3-7c8e-44ac-8994-7f0ecae96de8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7400650a-9c35-4d5e-a362-83d2b13c92fa {
  padding-bottom: 14px;
text-align: center;
}







  #s-7400650a-9c35-4d5e-a362-83d2b13c92fa img.shogun-image {
    

    
    
    
  }


#s-7400650a-9c35-4d5e-a362-83d2b13c92fa .shogun-image-content {
  
    align-items: center;
  
}

#s-01f2b06e-d97c-42b8-80aa-1b3d996152c1 {
  padding-bottom: 24px;
text-align: center;
}







  #s-01f2b06e-d97c-42b8-80aa-1b3d996152c1 img.shogun-image {
    

    
    
    
  }


#s-01f2b06e-d97c-42b8-80aa-1b3d996152c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b8d2d0c-aeca-49ab-8373-f59136ed3955 {
  padding-top: 0px;
padding-bottom: 20px;
min-height: 4px;
text-align: center;
}







  #s-4b8d2d0c-aeca-49ab-8373-f59136ed3955 img.shogun-image {
    

    
    
    
  }


#s-4b8d2d0c-aeca-49ab-8373-f59136ed3955 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6593c6e-a4c1-4d47-9f63-3da9be2d5c54 {
  padding-bottom: 20px;
text-align: center;
}







  #s-e6593c6e-a4c1-4d47-9f63-3da9be2d5c54 img.shogun-image {
    

    
    
    
  }


#s-e6593c6e-a4c1-4d47-9f63-3da9be2d5c54 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0477eb6-6854-4207-afea-ce8fe5c36411 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-b0477eb6-6854-4207-afea-ce8fe5c36411 hr {
  border-top: 2px solid #ddd;
}

#s-fdce3490-0946-456a-b1c9-2f918a35c904 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1366px;
}








#s-fdce3490-0946-456a-b1c9-2f918a35c904 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdce3490-0946-456a-b1c9-2f918a35c904.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f376a63c-49b0-494f-83fc-78e552ee286b {
  text-align: left;
}

#s-3427558c-856e-4f11-8769-58ebc551091a {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-3427558c-856e-4f11-8769-58ebc551091a .shogun-heading-component h2 {
  color: rgba(0, 181, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


#s-3427558c-856e-4f11-8769-58ebc551091a .shogun-heading-component h2 a {
  color: rgba(0, 181, 226, 1);
}


#s-44d4d1ab-5117-4b3d-9c00-9e36a015a0c3 {
  margin-left: auto;
margin-right: auto;
max-width: 1366px;
}

@media (min-width: 0px) {
[id="s-44d4d1ab-5117-4b3d-9c00-9e36a015a0c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44d4d1ab-5117-4b3d-9c00-9e36a015a0c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-44d4d1ab-5117-4b3d-9c00-9e36a015a0c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-44d4d1ab-5117-4b3d-9c00-9e36a015a0c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-985ff907-5eec-49a5-a08d-65dbffac6b72 {
  padding-bottom: 20px;
text-align: center;
}







  #s-985ff907-5eec-49a5-a08d-65dbffac6b72 img.shogun-image {
    

    
    
    
  }


#s-985ff907-5eec-49a5-a08d-65dbffac6b72 .shogun-image-content {
  
    align-items: center;
  
}

#s-d394b8cd-6375-4d28-8206-61a34a51b938 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d394b8cd-6375-4d28-8206-61a34a51b938 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d394b8cd-6375-4d28-8206-61a34a51b938.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75d3a772-bc9a-4072-b42d-59a8608f9669 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-75d3a772-bc9a-4072-b42d-59a8608f9669"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75d3a772-bc9a-4072-b42d-59a8608f9669"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-75d3a772-bc9a-4072-b42d-59a8608f9669"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-75d3a772-bc9a-4072-b42d-59a8608f9669"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-75d3a772-bc9a-4072-b42d-59a8608f9669"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-66fa6f6c-e91a-4a7f-b7e2-fbe79ba2b4ef {
  margin-top: 0em;
margin-left: 0em;
margin-bottom: 0em;
margin-right: 0em;
padding-top: 3em;
padding-left: 3em;
padding-bottom: 3em;
padding-right: 3em;
min-height: 0px;
}








#s-66fa6f6c-e91a-4a7f-b7e2-fbe79ba2b4ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66fa6f6c-e91a-4a7f-b7e2-fbe79ba2b4ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-66fa6f6c-e91a-4a7f-b7e2-fbe79ba2b4ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66fa6f6c-e91a-4a7f-b7e2-fbe79ba2b4ef.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-947c1c6c-b7ae-4948-aff4-755a04ff5e70 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-947c1c6c-b7ae-4948-aff4-755a04ff5e70 .shogun-heading-component h2 {
  color: rgba(0, 181, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-9cfe6284-6c0a-41fe-b8b3-dbd3d123e9fe {
  margin-top: 10px;
margin-bottom: 5px;
}

#s-8be3fa63-497e-462d-beb1-2dc3eb3c9282 {
  min-height: 0px;
}
@media (max-width: 767px){#s-8be3fa63-497e-462d-beb1-2dc3eb3c9282 {
  min-height: 0px;
}
}







#s-8be3fa63-497e-462d-beb1-2dc3eb3c9282 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8be3fa63-497e-462d-beb1-2dc3eb3c9282.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b94e9e93-38c1-46e1-a2db-f414d47f2570 {
  margin-bottom: 0px;
text-align: center;
}







  #s-b94e9e93-38c1-46e1-a2db-f414d47f2570 img.shogun-image {
    

    
    
    
  }


#s-b94e9e93-38c1-46e1-a2db-f414d47f2570 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f7784d9d-3f65-426e-8738-5a26c13b1aea {
  padding-top: 4em;
padding-left: 4em;
padding-bottom: 4em;
padding-right: 4em;
min-height: 50px;
background-color: rgba(240, 170, 30, 1);
}
@media (max-width: 767px){#s-f7784d9d-3f65-426e-8738-5a26c13b1aea {
  padding-left: 2em;
padding-right: 2em;
}
}







#s-f7784d9d-3f65-426e-8738-5a26c13b1aea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7784d9d-3f65-426e-8738-5a26c13b1aea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-244d0961-daec-413c-8c80-7d576b867ed4 {
  text-align: left;
}

#s-7699495d-d9c7-4a6e-8955-3f630441020c {
  margin-left: auto;
margin-right: auto;
max-width: 1366px;
}

@media (min-width: 0px) {
[id="s-7699495d-d9c7-4a6e-8955-3f630441020c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7699495d-d9c7-4a6e-8955-3f630441020c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-7699495d-d9c7-4a6e-8955-3f630441020c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-7699495d-d9c7-4a6e-8955-3f630441020c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-3cd8f8bd-bc36-4632-a6d4-cf3b9ba910c2 {
  text-align: left;
}

#s-65dfc803-36a4-4b2e-a704-31b0023cb480 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-65dfc803-36a4-4b2e-a704-31b0023cb480 .shogun-heading-component h2 {
  color: rgba(15, 60, 99, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-0e3b540f-00ca-4331-a71b-57b0a0c00b3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0e3b540f-00ca-4331-a71b-57b0a0c00b3e .shogun-heading-component h2 {
  color: rgba(15, 60, 99, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 4em;
  
  text-align: left;
}



#s-d603b811-9d6f-4a4d-8051-1d574fcf368b {
  margin-bottom: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: left;
text-decoration: none;
line-height: 2em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-d603b811-9d6f-4a4d-8051-1d574fcf368b:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d603b811-9d6f-4a4d-8051-1d574fcf368b:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-d603b811-9d6f-4a4d-8051-1d574fcf368b-root {
    text-align: left;
  }


#s-d603b811-9d6f-4a4d-8051-1d574fcf368b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d603b811-9d6f-4a4d-8051-1d574fcf368b-root {
    text-align: left;
  }


#s-d603b811-9d6f-4a4d-8051-1d574fcf368b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d603b811-9d6f-4a4d-8051-1d574fcf368b-root {
    text-align: left;
  }


#s-d603b811-9d6f-4a4d-8051-1d574fcf368b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d603b811-9d6f-4a4d-8051-1d574fcf368b-root {
    text-align: left;
  }


#s-d603b811-9d6f-4a4d-8051-1d574fcf368b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d603b811-9d6f-4a4d-8051-1d574fcf368b-root {
    text-align: left;
  }


#s-d603b811-9d6f-4a4d-8051-1d574fcf368b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-e1ccd26b-9261-4255-a3f4-9290ae2b32fd {
  padding-top: 4em;
padding-left: 4em;
padding-bottom: 4em;
padding-right: 4em;
min-height: 50px;
background-color: rgba(226, 65, 75, 1);
}
@media (max-width: 767px){#s-e1ccd26b-9261-4255-a3f4-9290ae2b32fd {
  padding-left: 2em;
padding-right: 2em;
}
}







#s-e1ccd26b-9261-4255-a3f4-9290ae2b32fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1ccd26b-9261-4255-a3f4-9290ae2b32fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d4fd7c9-b193-40df-bc01-73198a552a9a {
  text-align: left;
}

#s-c6b8aced-c65f-4ac3-b986-eef765d8c6cd {
  margin-left: auto;
margin-right: auto;
max-width: 1366px;
}

@media (min-width: 0px) {
[id="s-c6b8aced-c65f-4ac3-b986-eef765d8c6cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6b8aced-c65f-4ac3-b986-eef765d8c6cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c6b8aced-c65f-4ac3-b986-eef765d8c6cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6b8aced-c65f-4ac3-b986-eef765d8c6cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c6b8aced-c65f-4ac3-b986-eef765d8c6cd"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-15f2387a-6622-4268-afd2-001e557f15cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-15f2387a-6622-4268-afd2-001e557f15cf .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-e4c5daa4-af2a-45e1-8f57-28f78caa2106"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4c5daa4-af2a-45e1-8f57-28f78caa2106"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e4c5daa4-af2a-45e1-8f57-28f78caa2106"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4c5daa4-af2a-45e1-8f57-28f78caa2106"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-642ffffe-686c-44f8-84eb-b0268f7c3b4c {
  margin-top: 1em;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-642ffffe-686c-44f8-84eb-b0268f7c3b4c:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-642ffffe-686c-44f8-84eb-b0268f7c3b4c:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-642ffffe-686c-44f8-84eb-b0268f7c3b4c-root {
    text-align: center;
  }


#s-642ffffe-686c-44f8-84eb-b0268f7c3b4c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-642ffffe-686c-44f8-84eb-b0268f7c3b4c-root {
    text-align: center;
  }


#s-642ffffe-686c-44f8-84eb-b0268f7c3b4c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-642ffffe-686c-44f8-84eb-b0268f7c3b4c-root {
    text-align: center;
  }


#s-642ffffe-686c-44f8-84eb-b0268f7c3b4c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-642ffffe-686c-44f8-84eb-b0268f7c3b4c-root {
    text-align: center;
  }


#s-642ffffe-686c-44f8-84eb-b0268f7c3b4c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-642ffffe-686c-44f8-84eb-b0268f7c3b4c-root {
    text-align: center;
  }


#s-642ffffe-686c-44f8-84eb-b0268f7c3b4c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-2e8419a7-1e61-40b7-a03d-1ff06907db45 {
  margin-bottom: 3em;
}

@media (min-width: 0px) {
[id="s-4ee01865-09da-454e-a3c3-e335ae473795"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ee01865-09da-454e-a3c3-e335ae473795"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ee01865-09da-454e-a3c3-e335ae473795"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ee01865-09da-454e-a3c3-e335ae473795"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5deb4fe1-31f4-4387-82dc-e8f43eb12e10 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-5deb4fe1-31f4-4387-82dc-e8f43eb12e10:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5deb4fe1-31f4-4387-82dc-e8f43eb12e10:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-5deb4fe1-31f4-4387-82dc-e8f43eb12e10-root {
    text-align: center;
  }


#s-5deb4fe1-31f4-4387-82dc-e8f43eb12e10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5deb4fe1-31f4-4387-82dc-e8f43eb12e10-root {
    text-align: center;
  }


#s-5deb4fe1-31f4-4387-82dc-e8f43eb12e10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5deb4fe1-31f4-4387-82dc-e8f43eb12e10-root {
    text-align: center;
  }


#s-5deb4fe1-31f4-4387-82dc-e8f43eb12e10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5deb4fe1-31f4-4387-82dc-e8f43eb12e10-root {
    text-align: center;
  }


#s-5deb4fe1-31f4-4387-82dc-e8f43eb12e10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5deb4fe1-31f4-4387-82dc-e8f43eb12e10-root {
    text-align: center;
  }


#s-5deb4fe1-31f4-4387-82dc-e8f43eb12e10.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-f5fcc267-aa07-4182-8b94-bb86499440b3 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-f5fcc267-aa07-4182-8b94-bb86499440b3:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f5fcc267-aa07-4182-8b94-bb86499440b3:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f5fcc267-aa07-4182-8b94-bb86499440b3-root {
    text-align: center;
  }


#s-f5fcc267-aa07-4182-8b94-bb86499440b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f5fcc267-aa07-4182-8b94-bb86499440b3-root {
    text-align: center;
  }


#s-f5fcc267-aa07-4182-8b94-bb86499440b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5fcc267-aa07-4182-8b94-bb86499440b3-root {
    text-align: center;
  }


#s-f5fcc267-aa07-4182-8b94-bb86499440b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5fcc267-aa07-4182-8b94-bb86499440b3-root {
    text-align: center;
  }


#s-f5fcc267-aa07-4182-8b94-bb86499440b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f5fcc267-aa07-4182-8b94-bb86499440b3-root {
    text-align: center;
  }


#s-f5fcc267-aa07-4182-8b94-bb86499440b3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-067b4896-902b-4584-a259-4d00d5123bae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-067b4896-902b-4584-a259-4d00d5123bae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-067b4896-902b-4584-a259-4d00d5123bae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-067b4896-902b-4584-a259-4d00d5123bae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-fe36c8f5-ea63-460a-8847-20a1745b65a7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-fe36c8f5-ea63-460a-8847-20a1745b65a7:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fe36c8f5-ea63-460a-8847-20a1745b65a7:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-fe36c8f5-ea63-460a-8847-20a1745b65a7-root {
    text-align: center;
  }


#s-fe36c8f5-ea63-460a-8847-20a1745b65a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fe36c8f5-ea63-460a-8847-20a1745b65a7-root {
    text-align: center;
  }


#s-fe36c8f5-ea63-460a-8847-20a1745b65a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe36c8f5-ea63-460a-8847-20a1745b65a7-root {
    text-align: center;
  }


#s-fe36c8f5-ea63-460a-8847-20a1745b65a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fe36c8f5-ea63-460a-8847-20a1745b65a7-root {
    text-align: center;
  }


#s-fe36c8f5-ea63-460a-8847-20a1745b65a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fe36c8f5-ea63-460a-8847-20a1745b65a7-root {
    text-align: center;
  }


#s-fe36c8f5-ea63-460a-8847-20a1745b65a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-86cd7562-ebc2-490b-b5d5-8d8ad59ff885 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-86cd7562-ebc2-490b-b5d5-8d8ad59ff885:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-86cd7562-ebc2-490b-b5d5-8d8ad59ff885:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-86cd7562-ebc2-490b-b5d5-8d8ad59ff885-root {
    text-align: center;
  }


#s-86cd7562-ebc2-490b-b5d5-8d8ad59ff885.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-86cd7562-ebc2-490b-b5d5-8d8ad59ff885-root {
    text-align: center;
  }


#s-86cd7562-ebc2-490b-b5d5-8d8ad59ff885.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86cd7562-ebc2-490b-b5d5-8d8ad59ff885-root {
    text-align: center;
  }


#s-86cd7562-ebc2-490b-b5d5-8d8ad59ff885.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86cd7562-ebc2-490b-b5d5-8d8ad59ff885-root {
    text-align: center;
  }


#s-86cd7562-ebc2-490b-b5d5-8d8ad59ff885.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-86cd7562-ebc2-490b-b5d5-8d8ad59ff885-root {
    text-align: center;
  }


#s-86cd7562-ebc2-490b-b5d5-8d8ad59ff885.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-42615125-eeb9-4682-96cf-fe388184140a {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-42615125-eeb9-4682-96cf-fe388184140a img.shogun-image {
    

    
    
    
  }


#s-42615125-eeb9-4682-96cf-fe388184140a .shogun-image-content {
  
    align-items: center;
  
}

#s-514ee568-6b79-455b-b5e7-02626866491f {
  padding-top: 4em;
padding-left: 4em;
padding-bottom: 4em;
padding-right: 4em;
min-height: 50px;
background-color: rgba(240, 170, 30, 1);
}
@media (max-width: 767px){#s-514ee568-6b79-455b-b5e7-02626866491f {
  padding-left: 2em;
padding-right: 2em;
}
}







#s-514ee568-6b79-455b-b5e7-02626866491f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-514ee568-6b79-455b-b5e7-02626866491f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0335605f-64b2-4e6b-a93a-57f414035d77 {
  margin-left: auto;
margin-right: auto;
max-width: 1366px;
}

@media (min-width: 0px) {
[id="s-0335605f-64b2-4e6b-a93a-57f414035d77"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0335605f-64b2-4e6b-a93a-57f414035d77"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0335605f-64b2-4e6b-a93a-57f414035d77"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0335605f-64b2-4e6b-a93a-57f414035d77"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-26f53a0f-9e60-493d-acc5-8da7573ee88f {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-26f53a0f-9e60-493d-acc5-8da7573ee88f img.shogun-image {
    

    
    
    
  }


#s-26f53a0f-9e60-493d-acc5-8da7573ee88f .shogun-image-content {
  
    align-items: center;
  
}

#s-61b2e10e-235b-4820-8df6-70ab4fad757f {
  min-height: 50px;
}








#s-61b2e10e-235b-4820-8df6-70ab4fad757f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61b2e10e-235b-4820-8df6-70ab4fad757f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22d1da28-d00c-46b0-b0af-490aff673ae2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-22d1da28-d00c-46b0-b0af-490aff673ae2 .shogun-heading-component h2 {
  color: rgba(15, 60, 99, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-931b7189-f571-40b5-a1ed-92ba9aaa93a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-931b7189-f571-40b5-a1ed-92ba9aaa93a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-931b7189-f571-40b5-a1ed-92ba9aaa93a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-931b7189-f571-40b5-a1ed-92ba9aaa93a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2d28af7f-f15a-4077-8d9e-c5c4b8c1e3c9 {
  margin-top: 1em;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-2d28af7f-f15a-4077-8d9e-c5c4b8c1e3c9:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2d28af7f-f15a-4077-8d9e-c5c4b8c1e3c9:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2d28af7f-f15a-4077-8d9e-c5c4b8c1e3c9-root {
    text-align: center;
  }


#s-2d28af7f-f15a-4077-8d9e-c5c4b8c1e3c9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2d28af7f-f15a-4077-8d9e-c5c4b8c1e3c9-root {
    text-align: center;
  }


#s-2d28af7f-f15a-4077-8d9e-c5c4b8c1e3c9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d28af7f-f15a-4077-8d9e-c5c4b8c1e3c9-root {
    text-align: center;
  }


#s-2d28af7f-f15a-4077-8d9e-c5c4b8c1e3c9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d28af7f-f15a-4077-8d9e-c5c4b8c1e3c9-root {
    text-align: center;
  }


#s-2d28af7f-f15a-4077-8d9e-c5c4b8c1e3c9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2d28af7f-f15a-4077-8d9e-c5c4b8c1e3c9-root {
    text-align: center;
  }


#s-2d28af7f-f15a-4077-8d9e-c5c4b8c1e3c9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-8d4feb77-6c57-4eac-b8e1-d93e6fdbfdae {
  margin-bottom: 3em;
}

@media (min-width: 0px) {
[id="s-17de79f1-ae52-4186-ade3-a074023b4dbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17de79f1-ae52-4186-ade3-a074023b4dbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-17de79f1-ae52-4186-ade3-a074023b4dbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-17de79f1-ae52-4186-ade3-a074023b4dbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9c9c09d5-cf26-4ab4-a3db-538ec2232816 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
background-position: center undefined;
}
#s-9c9c09d5-cf26-4ab4-a3db-538ec2232816:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9c9c09d5-cf26-4ab4-a3db-538ec2232816:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-9c9c09d5-cf26-4ab4-a3db-538ec2232816-root {
    text-align: center;
  }


#s-9c9c09d5-cf26-4ab4-a3db-538ec2232816.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9c9c09d5-cf26-4ab4-a3db-538ec2232816-root {
    text-align: center;
  }


#s-9c9c09d5-cf26-4ab4-a3db-538ec2232816.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9c9c09d5-cf26-4ab4-a3db-538ec2232816-root {
    text-align: center;
  }


#s-9c9c09d5-cf26-4ab4-a3db-538ec2232816.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9c9c09d5-cf26-4ab4-a3db-538ec2232816-root {
    text-align: center;
  }


#s-9c9c09d5-cf26-4ab4-a3db-538ec2232816.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9c9c09d5-cf26-4ab4-a3db-538ec2232816-root {
    text-align: center;
  }


#s-9c9c09d5-cf26-4ab4-a3db-538ec2232816.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-1ed2a432-92e9-4ed2-99b0-353a7754a520 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-1ed2a432-92e9-4ed2-99b0-353a7754a520:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1ed2a432-92e9-4ed2-99b0-353a7754a520:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-1ed2a432-92e9-4ed2-99b0-353a7754a520-root {
    text-align: center;
  }


#s-1ed2a432-92e9-4ed2-99b0-353a7754a520.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1ed2a432-92e9-4ed2-99b0-353a7754a520-root {
    text-align: center;
  }


#s-1ed2a432-92e9-4ed2-99b0-353a7754a520.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ed2a432-92e9-4ed2-99b0-353a7754a520-root {
    text-align: center;
  }


#s-1ed2a432-92e9-4ed2-99b0-353a7754a520.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ed2a432-92e9-4ed2-99b0-353a7754a520-root {
    text-align: center;
  }


#s-1ed2a432-92e9-4ed2-99b0-353a7754a520.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1ed2a432-92e9-4ed2-99b0-353a7754a520-root {
    text-align: center;
  }


#s-1ed2a432-92e9-4ed2-99b0-353a7754a520.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-dc945665-3ff5-4503-bebc-de323d267abf {
  padding-top: 4em;
padding-left: 4em;
padding-bottom: 4em;
padding-right: 4em;
min-height: 50px;
background-color: rgba(232, 242, 251, 1);
}
@media (max-width: 767px){#s-dc945665-3ff5-4503-bebc-de323d267abf {
  padding-left: 2em;
padding-right: 2em;
}
}







#s-dc945665-3ff5-4503-bebc-de323d267abf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc945665-3ff5-4503-bebc-de323d267abf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0aec433-f241-4a03-b806-f56b20e83377 {
  margin-left: auto;
margin-right: auto;
max-width: 1366px;
}

@media (min-width: 0px) {
[id="s-a0aec433-f241-4a03-b806-f56b20e83377"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0aec433-f241-4a03-b806-f56b20e83377"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0aec433-f241-4a03-b806-f56b20e83377"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0aec433-f241-4a03-b806-f56b20e83377"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a0aec433-f241-4a03-b806-f56b20e83377"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cb022cfd-5271-4de9-a4e7-23f3c44a3b17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cb022cfd-5271-4de9-a4e7-23f3c44a3b17 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-007c1c4c-f5a1-4531-9688-4d36238a9012"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-007c1c4c-f5a1-4531-9688-4d36238a9012"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-007c1c4c-f5a1-4531-9688-4d36238a9012"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-007c1c4c-f5a1-4531-9688-4d36238a9012"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4901dbc8-a0e6-44a2-9108-1d4342ae4387 {
  margin-top: 1em;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-4901dbc8-a0e6-44a2-9108-1d4342ae4387:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4901dbc8-a0e6-44a2-9108-1d4342ae4387:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-4901dbc8-a0e6-44a2-9108-1d4342ae4387-root {
    text-align: center;
  }


#s-4901dbc8-a0e6-44a2-9108-1d4342ae4387.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4901dbc8-a0e6-44a2-9108-1d4342ae4387-root {
    text-align: center;
  }


#s-4901dbc8-a0e6-44a2-9108-1d4342ae4387.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4901dbc8-a0e6-44a2-9108-1d4342ae4387-root {
    text-align: center;
  }


#s-4901dbc8-a0e6-44a2-9108-1d4342ae4387.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4901dbc8-a0e6-44a2-9108-1d4342ae4387-root {
    text-align: center;
  }


#s-4901dbc8-a0e6-44a2-9108-1d4342ae4387.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4901dbc8-a0e6-44a2-9108-1d4342ae4387-root {
    text-align: center;
  }


#s-4901dbc8-a0e6-44a2-9108-1d4342ae4387.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-507a4c60-fc0f-4445-a058-6a2457886ed8 {
  margin-bottom: 3em;
}

@media (min-width: 0px) {
[id="s-0b92bb4e-b70a-4b5a-9342-e03335351c35"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b92bb4e-b70a-4b5a-9342-e03335351c35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0b92bb4e-b70a-4b5a-9342-e03335351c35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b92bb4e-b70a-4b5a-9342-e03335351c35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4457b82b-08f7-43cf-b27c-c3a3293b3383 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-4457b82b-08f7-43cf-b27c-c3a3293b3383:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4457b82b-08f7-43cf-b27c-c3a3293b3383:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-4457b82b-08f7-43cf-b27c-c3a3293b3383-root {
    text-align: center;
  }


#s-4457b82b-08f7-43cf-b27c-c3a3293b3383.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4457b82b-08f7-43cf-b27c-c3a3293b3383-root {
    text-align: center;
  }


#s-4457b82b-08f7-43cf-b27c-c3a3293b3383.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4457b82b-08f7-43cf-b27c-c3a3293b3383-root {
    text-align: center;
  }


#s-4457b82b-08f7-43cf-b27c-c3a3293b3383.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4457b82b-08f7-43cf-b27c-c3a3293b3383-root {
    text-align: center;
  }


#s-4457b82b-08f7-43cf-b27c-c3a3293b3383.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4457b82b-08f7-43cf-b27c-c3a3293b3383-root {
    text-align: center;
  }


#s-4457b82b-08f7-43cf-b27c-c3a3293b3383.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-d7d229a0-8ae4-43b8-93f7-412e0628d7e1 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-d7d229a0-8ae4-43b8-93f7-412e0628d7e1:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d7d229a0-8ae4-43b8-93f7-412e0628d7e1:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-d7d229a0-8ae4-43b8-93f7-412e0628d7e1-root {
    text-align: center;
  }


#s-d7d229a0-8ae4-43b8-93f7-412e0628d7e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d7d229a0-8ae4-43b8-93f7-412e0628d7e1-root {
    text-align: center;
  }


#s-d7d229a0-8ae4-43b8-93f7-412e0628d7e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7d229a0-8ae4-43b8-93f7-412e0628d7e1-root {
    text-align: center;
  }


#s-d7d229a0-8ae4-43b8-93f7-412e0628d7e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7d229a0-8ae4-43b8-93f7-412e0628d7e1-root {
    text-align: center;
  }


#s-d7d229a0-8ae4-43b8-93f7-412e0628d7e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d7d229a0-8ae4-43b8-93f7-412e0628d7e1-root {
    text-align: center;
  }


#s-d7d229a0-8ae4-43b8-93f7-412e0628d7e1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}
#s-4c2094ed-42af-420f-9bab-1a595fbdbc2c {
  margin-top: 0em;
margin-left: 0em;
margin-bottom: 0em;
margin-right: 0em;
text-align: center;
}







  #s-4c2094ed-42af-420f-9bab-1a595fbdbc2c img.shogun-image {
    

    
    
    
  }


#s-4c2094ed-42af-420f-9bab-1a595fbdbc2c .shogun-image-content {
  
    align-items: center;
  
}

#s-afe87ffd-0aa5-4569-a5ec-3b91dc89349c {
  padding-top: 4em;
padding-left: 4em;
padding-bottom: 4em;
padding-right: 4em;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-afe87ffd-0aa5-4569-a5ec-3b91dc89349c {
  display: none;
}
#s-afe87ffd-0aa5-4569-a5ec-3b91dc89349c, #wrap-s-afe87ffd-0aa5-4569-a5ec-3b91dc89349c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-afe87ffd-0aa5-4569-a5ec-3b91dc89349c {
  display: none;
}
#s-afe87ffd-0aa5-4569-a5ec-3b91dc89349c, #wrap-s-afe87ffd-0aa5-4569-a5ec-3b91dc89349c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-afe87ffd-0aa5-4569-a5ec-3b91dc89349c {
  display: none;
}
#s-afe87ffd-0aa5-4569-a5ec-3b91dc89349c, #wrap-s-afe87ffd-0aa5-4569-a5ec-3b91dc89349c { display: none !important; }}@media (max-width: 767px){#s-afe87ffd-0aa5-4569-a5ec-3b91dc89349c {
  padding-left: 2em;
padding-right: 2em;
display: none;
}
#s-afe87ffd-0aa5-4569-a5ec-3b91dc89349c, #wrap-s-afe87ffd-0aa5-4569-a5ec-3b91dc89349c { display: none !important; }}







#s-afe87ffd-0aa5-4569-a5ec-3b91dc89349c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afe87ffd-0aa5-4569-a5ec-3b91dc89349c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f8a34ad-c0ae-434f-b723-e41cc5f23a38 {
  text-align: left;
}

#s-d5ca1513-0336-486f-974d-0de576fc3d46 {
  margin-left: auto;
margin-right: auto;
max-width: 1366px;
}

@media (min-width: 0px) {
[id="s-d5ca1513-0336-486f-974d-0de576fc3d46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5ca1513-0336-486f-974d-0de576fc3d46"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-d5ca1513-0336-486f-974d-0de576fc3d46"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-d5ca1513-0336-486f-974d-0de576fc3d46"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-216c9b89-4a4c-4a10-937b-0152b1f9d353 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-216c9b89-4a4c-4a10-937b-0152b1f9d353 img.shogun-image {
    

    
    
    
  }


#s-216c9b89-4a4c-4a10-937b-0152b1f9d353 .shogun-image-content {
  
    align-items: center;
  
}

#s-04539763-3e5a-46c5-b09c-da417a68e40a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04539763-3e5a-46c5-b09c-da417a68e40a .shogun-heading-component h2 {
  color: rgba(0, 181, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-90e6cd80-93be-43c9-a2cc-7e714cdfea7b {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-2363f5eb-9f11-49be-88db-7a9b1cd98826 {
  margin-left: 12%;
margin-right: 12%;
}

#s-ff9e4d1c-b1e3-4e2d-ac6f-dc8026fa2c65 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-ff9e4d1c-b1e3-4e2d-ac6f-dc8026fa2c65:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ff9e4d1c-b1e3-4e2d-ac6f-dc8026fa2c65:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-ff9e4d1c-b1e3-4e2d-ac6f-dc8026fa2c65-root {
    text-align: center;
  }


#s-ff9e4d1c-b1e3-4e2d-ac6f-dc8026fa2c65.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ff9e4d1c-b1e3-4e2d-ac6f-dc8026fa2c65-root {
    text-align: center;
  }


#s-ff9e4d1c-b1e3-4e2d-ac6f-dc8026fa2c65.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff9e4d1c-b1e3-4e2d-ac6f-dc8026fa2c65-root {
    text-align: center;
  }


#s-ff9e4d1c-b1e3-4e2d-ac6f-dc8026fa2c65.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff9e4d1c-b1e3-4e2d-ac6f-dc8026fa2c65-root {
    text-align: center;
  }


#s-ff9e4d1c-b1e3-4e2d-ac6f-dc8026fa2c65.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ff9e4d1c-b1e3-4e2d-ac6f-dc8026fa2c65-root {
    text-align: center;
  }


#s-ff9e4d1c-b1e3-4e2d-ac6f-dc8026fa2c65.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-aeb54410-4ef9-4a7f-964d-2aa1b707d7be {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-aeb54410-4ef9-4a7f-964d-2aa1b707d7be:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-aeb54410-4ef9-4a7f-964d-2aa1b707d7be:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-aeb54410-4ef9-4a7f-964d-2aa1b707d7be-root {
    text-align: center;
  }


#s-aeb54410-4ef9-4a7f-964d-2aa1b707d7be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aeb54410-4ef9-4a7f-964d-2aa1b707d7be-root {
    text-align: center;
  }


#s-aeb54410-4ef9-4a7f-964d-2aa1b707d7be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aeb54410-4ef9-4a7f-964d-2aa1b707d7be-root {
    text-align: center;
  }


#s-aeb54410-4ef9-4a7f-964d-2aa1b707d7be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aeb54410-4ef9-4a7f-964d-2aa1b707d7be-root {
    text-align: center;
  }


#s-aeb54410-4ef9-4a7f-964d-2aa1b707d7be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aeb54410-4ef9-4a7f-964d-2aa1b707d7be-root {
    text-align: center;
  }


#s-aeb54410-4ef9-4a7f-964d-2aa1b707d7be.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-7d7151ec-94ed-477e-abb5-270ce3309268 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-7d7151ec-94ed-477e-abb5-270ce3309268:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7d7151ec-94ed-477e-abb5-270ce3309268:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-7d7151ec-94ed-477e-abb5-270ce3309268-root {
    text-align: center;
  }


#s-7d7151ec-94ed-477e-abb5-270ce3309268.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7d7151ec-94ed-477e-abb5-270ce3309268-root {
    text-align: center;
  }


#s-7d7151ec-94ed-477e-abb5-270ce3309268.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d7151ec-94ed-477e-abb5-270ce3309268-root {
    text-align: center;
  }


#s-7d7151ec-94ed-477e-abb5-270ce3309268.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d7151ec-94ed-477e-abb5-270ce3309268-root {
    text-align: center;
  }


#s-7d7151ec-94ed-477e-abb5-270ce3309268.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7d7151ec-94ed-477e-abb5-270ce3309268-root {
    text-align: center;
  }


#s-7d7151ec-94ed-477e-abb5-270ce3309268.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-1c617789-7d3c-42ab-a25b-8fd504e2b993 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-1c617789-7d3c-42ab-a25b-8fd504e2b993 img.shogun-image {
    

    
    
    
  }


#s-1c617789-7d3c-42ab-a25b-8fd504e2b993 .shogun-image-content {
  
    align-items: center;
  
}

#s-435b5e4f-c26e-4043-ae24-ae53da0b93a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-435b5e4f-c26e-4043-ae24-ae53da0b93a1 .shogun-heading-component h2 {
  color: rgba(0, 181, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-8a1a3d2f-a2ef-46dc-8fe8-a159f5bae05a {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-dcf61374-c541-4d74-b390-6807ab716fae {
  margin-left: 12%;
margin-right: 12%;
}

#s-1ac36229-5e47-4366-ae57-b2a146cc0f09 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-1ac36229-5e47-4366-ae57-b2a146cc0f09:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1ac36229-5e47-4366-ae57-b2a146cc0f09:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-1ac36229-5e47-4366-ae57-b2a146cc0f09-root {
    text-align: center;
  }


#s-1ac36229-5e47-4366-ae57-b2a146cc0f09.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1ac36229-5e47-4366-ae57-b2a146cc0f09-root {
    text-align: center;
  }


#s-1ac36229-5e47-4366-ae57-b2a146cc0f09.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ac36229-5e47-4366-ae57-b2a146cc0f09-root {
    text-align: center;
  }


#s-1ac36229-5e47-4366-ae57-b2a146cc0f09.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ac36229-5e47-4366-ae57-b2a146cc0f09-root {
    text-align: center;
  }


#s-1ac36229-5e47-4366-ae57-b2a146cc0f09.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1ac36229-5e47-4366-ae57-b2a146cc0f09-root {
    text-align: center;
  }


#s-1ac36229-5e47-4366-ae57-b2a146cc0f09.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-c6deb8e5-16c2-4567-bd75-bf4d62596024 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-c6deb8e5-16c2-4567-bd75-bf4d62596024:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c6deb8e5-16c2-4567-bd75-bf4d62596024:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-c6deb8e5-16c2-4567-bd75-bf4d62596024-root {
    text-align: center;
  }


#s-c6deb8e5-16c2-4567-bd75-bf4d62596024.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c6deb8e5-16c2-4567-bd75-bf4d62596024-root {
    text-align: center;
  }


#s-c6deb8e5-16c2-4567-bd75-bf4d62596024.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c6deb8e5-16c2-4567-bd75-bf4d62596024-root {
    text-align: center;
  }


#s-c6deb8e5-16c2-4567-bd75-bf4d62596024.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c6deb8e5-16c2-4567-bd75-bf4d62596024-root {
    text-align: center;
  }


#s-c6deb8e5-16c2-4567-bd75-bf4d62596024.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c6deb8e5-16c2-4567-bd75-bf4d62596024-root {
    text-align: center;
  }


#s-c6deb8e5-16c2-4567-bd75-bf4d62596024.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-e6e7f521-9908-4e20-a28a-e96b0346849f {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-e6e7f521-9908-4e20-a28a-e96b0346849f:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e6e7f521-9908-4e20-a28a-e96b0346849f:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e6e7f521-9908-4e20-a28a-e96b0346849f-root {
    text-align: center;
  }


#s-e6e7f521-9908-4e20-a28a-e96b0346849f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e6e7f521-9908-4e20-a28a-e96b0346849f-root {
    text-align: center;
  }


#s-e6e7f521-9908-4e20-a28a-e96b0346849f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6e7f521-9908-4e20-a28a-e96b0346849f-root {
    text-align: center;
  }


#s-e6e7f521-9908-4e20-a28a-e96b0346849f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6e7f521-9908-4e20-a28a-e96b0346849f-root {
    text-align: center;
  }


#s-e6e7f521-9908-4e20-a28a-e96b0346849f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e6e7f521-9908-4e20-a28a-e96b0346849f-root {
    text-align: center;
  }


#s-e6e7f521-9908-4e20-a28a-e96b0346849f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-f896cf65-0bce-4a44-becb-76caf79b0845 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}







  #s-f896cf65-0bce-4a44-becb-76caf79b0845 img.shogun-image {
    

    
    
    
  }


#s-f896cf65-0bce-4a44-becb-76caf79b0845 .shogun-image-content {
  
    align-items: center;
  
}

#s-25933cc2-eab3-4bb4-a202-c3beb1ae5afe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25933cc2-eab3-4bb4-a202-c3beb1ae5afe .shogun-heading-component h2 {
  color: rgba(0, 181, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-0360dff6-3234-434f-b482-e638da3c5245 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-5770896a-48f7-42c1-af62-07cd84a04017 {
  margin-left: 12%;
margin-right: 12%;
}

#s-4adbcfd3-bfa8-4675-abb0-42c66a63e3f2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: center;
text-decoration: none;
line-height: 2em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-4adbcfd3-bfa8-4675-abb0-42c66a63e3f2:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4adbcfd3-bfa8-4675-abb0-42c66a63e3f2:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-4adbcfd3-bfa8-4675-abb0-42c66a63e3f2-root {
    text-align: center;
  }


#s-4adbcfd3-bfa8-4675-abb0-42c66a63e3f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4adbcfd3-bfa8-4675-abb0-42c66a63e3f2-root {
    text-align: center;
  }


#s-4adbcfd3-bfa8-4675-abb0-42c66a63e3f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4adbcfd3-bfa8-4675-abb0-42c66a63e3f2-root {
    text-align: center;
  }


#s-4adbcfd3-bfa8-4675-abb0-42c66a63e3f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4adbcfd3-bfa8-4675-abb0-42c66a63e3f2-root {
    text-align: center;
  }


#s-4adbcfd3-bfa8-4675-abb0-42c66a63e3f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4adbcfd3-bfa8-4675-abb0-42c66a63e3f2-root {
    text-align: center;
  }


#s-4adbcfd3-bfa8-4675-abb0-42c66a63e3f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-c819fabd-7920-4804-bf59-73930f10325b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c819fabd-7920-4804-bf59-73930f10325b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c819fabd-7920-4804-bf59-73930f10325b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c819fabd-7920-4804-bf59-73930f10325b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-8f871a4b-8992-4aac-9be9-59644dbe4d0e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-8f871a4b-8992-4aac-9be9-59644dbe4d0e:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8f871a4b-8992-4aac-9be9-59644dbe4d0e:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-8f871a4b-8992-4aac-9be9-59644dbe4d0e-root {
    text-align: center;
  }


#s-8f871a4b-8992-4aac-9be9-59644dbe4d0e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8f871a4b-8992-4aac-9be9-59644dbe4d0e-root {
    text-align: center;
  }


#s-8f871a4b-8992-4aac-9be9-59644dbe4d0e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f871a4b-8992-4aac-9be9-59644dbe4d0e-root {
    text-align: center;
  }


#s-8f871a4b-8992-4aac-9be9-59644dbe4d0e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f871a4b-8992-4aac-9be9-59644dbe4d0e-root {
    text-align: center;
  }


#s-8f871a4b-8992-4aac-9be9-59644dbe4d0e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8f871a4b-8992-4aac-9be9-59644dbe4d0e-root {
    text-align: center;
  }


#s-8f871a4b-8992-4aac-9be9-59644dbe4d0e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-47b209c4-5116-46ef-9d93-5a8677d09c51 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-47b209c4-5116-46ef-9d93-5a8677d09c51:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-47b209c4-5116-46ef-9d93-5a8677d09c51:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-47b209c4-5116-46ef-9d93-5a8677d09c51-root {
    text-align: center;
  }


#s-47b209c4-5116-46ef-9d93-5a8677d09c51.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-47b209c4-5116-46ef-9d93-5a8677d09c51-root {
    text-align: center;
  }


#s-47b209c4-5116-46ef-9d93-5a8677d09c51.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47b209c4-5116-46ef-9d93-5a8677d09c51-root {
    text-align: center;
  }


#s-47b209c4-5116-46ef-9d93-5a8677d09c51.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47b209c4-5116-46ef-9d93-5a8677d09c51-root {
    text-align: center;
  }


#s-47b209c4-5116-46ef-9d93-5a8677d09c51.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-47b209c4-5116-46ef-9d93-5a8677d09c51-root {
    text-align: center;
  }


#s-47b209c4-5116-46ef-9d93-5a8677d09c51.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-2fb3a303-9574-4d56-9485-62094e4bd2d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fb3a303-9574-4d56-9485-62094e4bd2d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-2fb3a303-9574-4d56-9485-62094e4bd2d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fb3a303-9574-4d56-9485-62094e4bd2d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-6ccb8b82-79e3-435b-ad0c-b19950ab96ec {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-6ccb8b82-79e3-435b-ad0c-b19950ab96ec:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6ccb8b82-79e3-435b-ad0c-b19950ab96ec:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-6ccb8b82-79e3-435b-ad0c-b19950ab96ec-root {
    text-align: center;
  }


#s-6ccb8b82-79e3-435b-ad0c-b19950ab96ec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6ccb8b82-79e3-435b-ad0c-b19950ab96ec-root {
    text-align: center;
  }


#s-6ccb8b82-79e3-435b-ad0c-b19950ab96ec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ccb8b82-79e3-435b-ad0c-b19950ab96ec-root {
    text-align: center;
  }


#s-6ccb8b82-79e3-435b-ad0c-b19950ab96ec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ccb8b82-79e3-435b-ad0c-b19950ab96ec-root {
    text-align: center;
  }


#s-6ccb8b82-79e3-435b-ad0c-b19950ab96ec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6ccb8b82-79e3-435b-ad0c-b19950ab96ec-root {
    text-align: center;
  }


#s-6ccb8b82-79e3-435b-ad0c-b19950ab96ec.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-a6cde7f4-352b-4833-ac49-f18093cef6c6 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-a6cde7f4-352b-4833-ac49-f18093cef6c6:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a6cde7f4-352b-4833-ac49-f18093cef6c6:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-a6cde7f4-352b-4833-ac49-f18093cef6c6-root {
    text-align: center;
  }


#s-a6cde7f4-352b-4833-ac49-f18093cef6c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a6cde7f4-352b-4833-ac49-f18093cef6c6-root {
    text-align: center;
  }


#s-a6cde7f4-352b-4833-ac49-f18093cef6c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6cde7f4-352b-4833-ac49-f18093cef6c6-root {
    text-align: center;
  }


#s-a6cde7f4-352b-4833-ac49-f18093cef6c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6cde7f4-352b-4833-ac49-f18093cef6c6-root {
    text-align: center;
  }


#s-a6cde7f4-352b-4833-ac49-f18093cef6c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a6cde7f4-352b-4833-ac49-f18093cef6c6-root {
    text-align: center;
  }


#s-a6cde7f4-352b-4833-ac49-f18093cef6c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-6623a2b3-f33c-4dad-97e6-f690906c29cb {
  text-align: left;
}

#s-47595dfb-9cc9-4925-9345-f5dd5ab9f955 {
  margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 1600px;
}
@media (min-width: 1200px){#s-47595dfb-9cc9-4925-9345-f5dd5ab9f955 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47595dfb-9cc9-4925-9345-f5dd5ab9f955 {
  
}
}@media (max-width: 767px){#s-47595dfb-9cc9-4925-9345-f5dd5ab9f955 {
  
}
}







#s-47595dfb-9cc9-4925-9345-f5dd5ab9f955 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47595dfb-9cc9-4925-9345-f5dd5ab9f955.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-192c6bdf-bf72-433e-9ee9-3b940314a769 {
  text-align: left;
}

#s-c9e6e2b1-54cd-48f8-a5d6-14aa1548ba89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c9e6e2b1-54cd-48f8-a5d6-14aa1548ba89 .shogun-heading-component h2 {
  color: rgba(0, 181, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-d2f328f6-5271-48fb-9f20-28f2d77e202a {
  margin-bottom: 1em;
}

#s-546f0d6a-4459-47d9-8ffc-9c55749f32e9 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-546f0d6a-4459-47d9-8ffc-9c55749f32e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-546f0d6a-4459-47d9-8ffc-9c55749f32e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d322ad3-ef81-4e85-b3c7-1de79d774623 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2d322ad3-ef81-4e85-b3c7-1de79d774623"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d322ad3-ef81-4e85-b3c7-1de79d774623"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d322ad3-ef81-4e85-b3c7-1de79d774623"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d322ad3-ef81-4e85-b3c7-1de79d774623"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1d679de3-3c1b-4508-803a-51389a7439b0 {
  background-repeat: no-repeat;
background-size: contain;
padding-left: 16%;
min-height: 500px;
background-position: left bottom;
}








#s-1d679de3-3c1b-4508-803a-51389a7439b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d679de3-3c1b-4508-803a-51389a7439b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df5a62d5-f475-4b8c-a99b-dd47e084ee6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-df5a62d5-f475-4b8c-a99b-dd47e084ee6f .shogun-heading-component h2 {
  color: rgba(0, 181, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-28464f75-c9b1-40c4-a9fc-d7c4c7883aea {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-28464f75-c9b1-40c4-a9fc-d7c4c7883aea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28464f75-c9b1-40c4-a9fc-d7c4c7883aea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-28464f75-c9b1-40c4-a9fc-d7c4c7883aea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-28464f75-c9b1-40c4-a9fc-d7c4c7883aea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5868841f-3fdc-4cd6-a603-2e2390a918d1 {
  text-align: center;
}







  #s-5868841f-3fdc-4cd6-a603-2e2390a918d1 img.shogun-image {
    

    
    
    
  }


#s-5868841f-3fdc-4cd6-a603-2e2390a918d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-8dfd876b-dfca-4db4-98ca-77b57948e5d1 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 500px;
background-position: right bottom;
}








#s-8dfd876b-dfca-4db4-98ca-77b57948e5d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dfd876b-dfca-4db4-98ca-77b57948e5d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bd7ee24-ef5a-467e-9cf4-465458cd73fd {
  margin-top: 2em;
margin-bottom: 2em;
padding-left: 3em;
padding-right: 1em;
min-height: 50px;
}








#s-1bd7ee24-ef5a-467e-9cf4-465458cd73fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bd7ee24-ef5a-467e-9cf4-465458cd73fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d648ba42-34a9-42b6-9f0d-a2ff6b7f6357 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d648ba42-34a9-42b6-9f0d-a2ff6b7f6357 .shogun-heading-component h2 {
  color: rgba(0, 181, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-2a26d8aa-0b1b-40bd-b423-9d38c2f94fe0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a26d8aa-0b1b-40bd-b423-9d38c2f94fe0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a26d8aa-0b1b-40bd-b423-9d38c2f94fe0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a26d8aa-0b1b-40bd-b423-9d38c2f94fe0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3cf672a3-3ff0-408f-a729-c528ba0026dd {
  text-align: center;
}







  #s-3cf672a3-3ff0-408f-a729-c528ba0026dd img.shogun-image {
    

    
    
    
  }


#s-3cf672a3-3ff0-408f-a729-c528ba0026dd .shogun-image-content {
  
    align-items: center;
  
}

#s-6e032727-e083-49ea-a385-6ebc9d7e06b0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6e032727-e083-49ea-a385-6ebc9d7e06b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e032727-e083-49ea-a385-6ebc9d7e06b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acda4f7d-4f3b-441a-a911-de2d5cf9e5a1 {
  padding-top: 120px;
padding-bottom: 120px;
min-height: 50px;
background-color: rgba(232, 242, 251, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-acda4f7d-4f3b-441a-a911-de2d5cf9e5a1 {
  padding-top: 0px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-acda4f7d-4f3b-441a-a911-de2d5cf9e5a1 {
  padding-top: 60px;
padding-bottom: 0px;
}
}







#s-acda4f7d-4f3b-441a-a911-de2d5cf9e5a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acda4f7d-4f3b-441a-a911-de2d5cf9e5a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56547050-5a4d-45e6-9282-d15f53da43e9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1440px;
}

@media (min-width: 0px) {
[id="s-56547050-5a4d-45e6-9282-d15f53da43e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56547050-5a4d-45e6-9282-d15f53da43e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-56547050-5a4d-45e6-9282-d15f53da43e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-56547050-5a4d-45e6-9282-d15f53da43e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-56547050-5a4d-45e6-9282-d15f53da43e9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c99e36b6-22c7-47fb-9ce8-fe2d939d6499 {
  margin-top: 0em;
margin-left: 0em;
margin-bottom: 0em;
margin-right: 0em;
padding-top: 3em;
padding-left: 3em;
padding-bottom: 3em;
padding-right: 3em;
min-height: 0px;
}








#s-c99e36b6-22c7-47fb-9ce8-fe2d939d6499 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c99e36b6-22c7-47fb-9ce8-fe2d939d6499.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-c99e36b6-22c7-47fb-9ce8-fe2d939d6499 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c99e36b6-22c7-47fb-9ce8-fe2d939d6499.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-433cd024-e909-44eb-b454-636ba2b55c06 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-433cd024-e909-44eb-b454-636ba2b55c06 .shogun-heading-component h2 {
  color: rgba(0, 181, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-acb662b7-357e-47d4-8889-29dd4cf13606 {
  margin-bottom: 1em;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(11, 64, 107, 1);
text-align: left;
text-decoration: none;
line-height: 2em;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-acb662b7-357e-47d4-8889-29dd4cf13606:hover {background-color: rgba(9, 44, 116, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-acb662b7-357e-47d4-8889-29dd4cf13606:active {background-color: rgba(11, 64, 107, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-acb662b7-357e-47d4-8889-29dd4cf13606-root {
    text-align: left;
  }


#s-acb662b7-357e-47d4-8889-29dd4cf13606.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-acb662b7-357e-47d4-8889-29dd4cf13606-root {
    text-align: left;
  }


#s-acb662b7-357e-47d4-8889-29dd4cf13606.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-acb662b7-357e-47d4-8889-29dd4cf13606-root {
    text-align: left;
  }


#s-acb662b7-357e-47d4-8889-29dd4cf13606.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-acb662b7-357e-47d4-8889-29dd4cf13606-root {
    text-align: left;
  }


#s-acb662b7-357e-47d4-8889-29dd4cf13606.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-acb662b7-357e-47d4-8889-29dd4cf13606-root {
    text-align: left;
  }


#s-acb662b7-357e-47d4-8889-29dd4cf13606.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-c860c101-1753-4977-98c7-7a2721fd5622 {
  min-height: 0px;
}
@media (min-width: 1200px){#s-c860c101-1753-4977-98c7-7a2721fd5622 {
  
}
}@media (max-width: 767px){#s-c860c101-1753-4977-98c7-7a2721fd5622 {
  min-height: 0px;
display: none;
}
#s-c860c101-1753-4977-98c7-7a2721fd5622, #wrap-s-c860c101-1753-4977-98c7-7a2721fd5622 { display: none !important; }}







#s-c860c101-1753-4977-98c7-7a2721fd5622 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c860c101-1753-4977-98c7-7a2721fd5622.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a31f463-df45-4551-b560-a666bebcdfbe {
  text-align: left;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 1200px){#s-a7f7022b-0528-4a24-96f3-ade10d774959 {
  display: none;
}
#s-a7f7022b-0528-4a24-96f3-ade10d774959, #wrap-s-a7f7022b-0528-4a24-96f3-ade10d774959 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7f7022b-0528-4a24-96f3-ade10d774959 {
  display: none;
}
#s-a7f7022b-0528-4a24-96f3-ade10d774959, #wrap-s-a7f7022b-0528-4a24-96f3-ade10d774959 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7f7022b-0528-4a24-96f3-ade10d774959 {
  display: none;
}
#s-a7f7022b-0528-4a24-96f3-ade10d774959, #wrap-s-a7f7022b-0528-4a24-96f3-ade10d774959 { display: none !important; }}
#s-27cef633-d1f8-402a-ab8e-5c4898860a26 {
  min-height: 50px;
background-color: rgba(226, 65, 75, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-27cef633-d1f8-402a-ab8e-5c4898860a26 {
  padding-left: 2em;
padding-right: 2em;
}
}







#s-27cef633-d1f8-402a-ab8e-5c4898860a26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27cef633-d1f8-402a-ab8e-5c4898860a26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fced806-97f4-4aa0-bb35-0115110551f9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 3em;
padding-bottom: 3em;
min-height: 50px;
max-width: 1366px;
}
@media (max-width: 767px){#s-2fced806-97f4-4aa0-bb35-0115110551f9 {
  padding-left: 2em;
padding-right: 2em;
}
}







#s-2fced806-97f4-4aa0-bb35-0115110551f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fced806-97f4-4aa0-bb35-0115110551f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b495efb-e559-4f3a-b22d-d107c5b1b8e0 {
  min-height: 50px;
}








#s-7b495efb-e559-4f3a-b22d-d107c5b1b8e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b495efb-e559-4f3a-b22d-d107c5b1b8e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8185694f-f37a-4057-8494-ad6545699cad {
  min-height: 50px;
}








#s-8185694f-f37a-4057-8494-ad6545699cad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8185694f-f37a-4057-8494-ad6545699cad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f2c4233-834f-4826-889d-33a907e0dcf5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f2c4233-834f-4826-889d-33a907e0dcf5 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



@media (max-width: 767px){#s-1678b0e5-829f-46cf-b30e-f8e70e5b1377 {
  margin-top: 0px;
margin-bottom: 1em;
}
}
#s-e4a88e28-3da7-462d-a839-3a9f07933c2e {
  margin-top: 1em;
}
@media (max-width: 767px){#s-e4a88e28-3da7-462d-a839-3a9f07933c2e {
  margin-bottom: 1em;
}
}
#s-f0b05206-34da-4859-9ea0-ba2107516064 {
  padding-left: 6%;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-f0b05206-34da-4859-9ea0-ba2107516064"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0b05206-34da-4859-9ea0-ba2107516064"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f0b05206-34da-4859-9ea0-ba2107516064"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0b05206-34da-4859-9ea0-ba2107516064"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-acaf3442-6b03-4a3e-aacb-69f99edd33e8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 2em;
}
#s-acaf3442-6b03-4a3e-aacb-69f99edd33e8:hover {background-color: rgba(255, 255, 255, 0.2) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-acaf3442-6b03-4a3e-aacb-69f99edd33e8:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(226, 65, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-acaf3442-6b03-4a3e-aacb-69f99edd33e8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-decoration: none;
line-height: 2em;
}
#s-acaf3442-6b03-4a3e-aacb-69f99edd33e8:hover {background-color: rgba(255, 255, 255, 0.2) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-acaf3442-6b03-4a3e-aacb-69f99edd33e8:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(226, 65, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}}

  #s-acaf3442-6b03-4a3e-aacb-69f99edd33e8-root {
    text-align: center;
  }


#s-acaf3442-6b03-4a3e-aacb-69f99edd33e8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-acaf3442-6b03-4a3e-aacb-69f99edd33e8-root {
    text-align: center;
  }


#s-acaf3442-6b03-4a3e-aacb-69f99edd33e8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-acaf3442-6b03-4a3e-aacb-69f99edd33e8-root {
    text-align: center;
  }


#s-acaf3442-6b03-4a3e-aacb-69f99edd33e8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-acaf3442-6b03-4a3e-aacb-69f99edd33e8-root {
    text-align: center;
  }


#s-acaf3442-6b03-4a3e-aacb-69f99edd33e8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-acaf3442-6b03-4a3e-aacb-69f99edd33e8-root {
    text-align: center;
  }


#s-acaf3442-6b03-4a3e-aacb-69f99edd33e8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-476c09d9-b22c-41a9-a497-8cc61604d6f0 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 2em;
}
#s-476c09d9-b22c-41a9-a497-8cc61604d6f0:hover {background-color: rgba(255, 255, 255, 0.2) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-476c09d9-b22c-41a9-a497-8cc61604d6f0:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(226, 65, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-476c09d9-b22c-41a9-a497-8cc61604d6f0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-decoration: none;
line-height: 2em;
}
#s-476c09d9-b22c-41a9-a497-8cc61604d6f0:hover {background-color: rgba(255, 255, 255, 0.2) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-476c09d9-b22c-41a9-a497-8cc61604d6f0:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(226, 65, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}}

  #s-476c09d9-b22c-41a9-a497-8cc61604d6f0-root {
    text-align: center;
  }


#s-476c09d9-b22c-41a9-a497-8cc61604d6f0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-476c09d9-b22c-41a9-a497-8cc61604d6f0-root {
    text-align: center;
  }


#s-476c09d9-b22c-41a9-a497-8cc61604d6f0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-476c09d9-b22c-41a9-a497-8cc61604d6f0-root {
    text-align: center;
  }


#s-476c09d9-b22c-41a9-a497-8cc61604d6f0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-476c09d9-b22c-41a9-a497-8cc61604d6f0-root {
    text-align: center;
  }


#s-476c09d9-b22c-41a9-a497-8cc61604d6f0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-476c09d9-b22c-41a9-a497-8cc61604d6f0-root {
    text-align: center;
  }


#s-476c09d9-b22c-41a9-a497-8cc61604d6f0.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-2ceea82d-a639-4b98-8721-b8ac54193d9b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
line-height: 2em;
}
#s-2ceea82d-a639-4b98-8721-b8ac54193d9b:hover {background-color: rgba(255, 255, 255, 0.2) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2ceea82d-a639-4b98-8721-b8ac54193d9b:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(226, 65, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-2ceea82d-a639-4b98-8721-b8ac54193d9b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-decoration: none;
line-height: 2em;
}
#s-2ceea82d-a639-4b98-8721-b8ac54193d9b:hover {background-color: rgba(255, 255, 255, 0.2) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2ceea82d-a639-4b98-8721-b8ac54193d9b:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(226, 65, 75, 1) !important;
background-image: none !important;
hover-type: color !important;}}

  #s-2ceea82d-a639-4b98-8721-b8ac54193d9b-root {
    text-align: center;
  }


#s-2ceea82d-a639-4b98-8721-b8ac54193d9b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2ceea82d-a639-4b98-8721-b8ac54193d9b-root {
    text-align: center;
  }


#s-2ceea82d-a639-4b98-8721-b8ac54193d9b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ceea82d-a639-4b98-8721-b8ac54193d9b-root {
    text-align: center;
  }


#s-2ceea82d-a639-4b98-8721-b8ac54193d9b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2ceea82d-a639-4b98-8721-b8ac54193d9b-root {
    text-align: center;
  }


#s-2ceea82d-a639-4b98-8721-b8ac54193d9b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2ceea82d-a639-4b98-8721-b8ac54193d9b-root {
    text-align: center;
  }


#s-2ceea82d-a639-4b98-8721-b8ac54193d9b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-58685d01-63eb-4226-8ca0-879e1b912e42 {
  padding-top: 2em;
padding-left: 0em;
padding-bottom: 2em;
padding-right: 0em;
min-height: 50px;
background-color: rgba(244, 243, 239, 1);
}








#s-58685d01-63eb-4226-8ca0-879e1b912e42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58685d01-63eb-4226-8ca0-879e1b912e42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0578b6a-fc1e-42a5-9615-85645fc10797 {
  margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-e0578b6a-fc1e-42a5-9615-85645fc10797"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0578b6a-fc1e-42a5-9615-85645fc10797"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e0578b6a-fc1e-42a5-9615-85645fc10797"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e0578b6a-fc1e-42a5-9615-85645fc10797"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e0578b6a-fc1e-42a5-9615-85645fc10797"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e0578b6a-fc1e-42a5-9615-85645fc10797"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e0578b6a-fc1e-42a5-9615-85645fc10797"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0578b6a-fc1e-42a5-9615-85645fc10797"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e0578b6a-fc1e-42a5-9615-85645fc10797"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e0578b6a-fc1e-42a5-9615-85645fc10797"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-1ce265ca-83d9-4286-b1b8-2121d837c9d7 {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-1ce265ca-83d9-4286-b1b8-2121d837c9d7 img.shogun-image {
    

    
    
    
  }


#s-1ce265ca-83d9-4286-b1b8-2121d837c9d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-bee3a604-b047-4ce1-9fed-05a6985a3fbe {
  max-width: 800px;
text-align: center;
}







  #s-bee3a604-b047-4ce1-9fed-05a6985a3fbe img.shogun-image {
    

    
    
    
  }


#s-bee3a604-b047-4ce1-9fed-05a6985a3fbe .shogun-image-content {
  
    align-items: center;
  
}

#s-cc4a00a2-b28a-4b38-adef-3e747305e775 hr {
  border-top: 2px solid #ddd;
}

#s-bde39498-de64-4cfd-baac-5ac8f56ff09b {
  margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1600px;
}

@media (min-width: 0px) {
[id="s-bde39498-de64-4cfd-baac-5ac8f56ff09b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bde39498-de64-4cfd-baac-5ac8f56ff09b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-bde39498-de64-4cfd-baac-5ac8f56ff09b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-bde39498-de64-4cfd-baac-5ac8f56ff09b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

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