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

.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-30fa3037-ff4a-4d77-bf47-76bd1636302b {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-30fa3037-ff4a-4d77-bf47-76bd1636302b {
  display: none;
}
#s-30fa3037-ff4a-4d77-bf47-76bd1636302b, #wrap-s-30fa3037-ff4a-4d77-bf47-76bd1636302b { display:none !important; }}@media (max-width: 767px){#s-30fa3037-ff4a-4d77-bf47-76bd1636302b {
  display: none;
}
#s-30fa3037-ff4a-4d77-bf47-76bd1636302b, #wrap-s-30fa3037-ff4a-4d77-bf47-76bd1636302b { display:none !important; }}







#s-30fa3037-ff4a-4d77-bf47-76bd1636302b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30fa3037-ff4a-4d77-bf47-76bd1636302b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-244b08fe-4cfe-4ac9-a3f5-aa6b12409821 {
  min-height: 50px;
}








#s-244b08fe-4cfe-4ac9-a3f5-aa6b12409821 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-244b08fe-4cfe-4ac9-a3f5-aa6b12409821.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bae7f28-97ae-4dd0-9470-eb81e734a937 {
  min-height: 50px;
}








#s-1bae7f28-97ae-4dd0-9470-eb81e734a937 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bae7f28-97ae-4dd0-9470-eb81e734a937.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90c1569a-9a08-48aa-964c-4124abf2b987 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-90c1569a-9a08-48aa-964c-4124abf2b987 {
  display: none;
}
#s-90c1569a-9a08-48aa-964c-4124abf2b987, #wrap-s-90c1569a-9a08-48aa-964c-4124abf2b987 { display:none !important; }}@media (max-width: 767px){#s-90c1569a-9a08-48aa-964c-4124abf2b987 {
  display: none;
}
#s-90c1569a-9a08-48aa-964c-4124abf2b987, #wrap-s-90c1569a-9a08-48aa-964c-4124abf2b987 { display:none !important; }}







#s-90c1569a-9a08-48aa-964c-4124abf2b987 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90c1569a-9a08-48aa-964c-4124abf2b987.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e566560c-26b6-445f-942f-6cf4228a0841 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-e566560c-26b6-445f-942f-6cf4228a0841 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e566560c-26b6-445f-942f-6cf4228a0841.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37bffef4-ed8a-435f-99e1-11cb2f2ba037 {
  min-height: 50px;
}








#s-37bffef4-ed8a-435f-99e1-11cb2f2ba037 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37bffef4-ed8a-435f-99e1-11cb2f2ba037.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-743f0388-7705-4f0c-9582-6a1cb35b8840 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-743f0388-7705-4f0c-9582-6a1cb35b8840 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-743f0388-7705-4f0c-9582-6a1cb35b8840 .shg-sld-nav-button.shg-sld-left,
#s-743f0388-7705-4f0c-9582-6a1cb35b8840 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

#s-9cd5ddfc-957a-45d2-8b63-11a0b4a4aef4 {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-9cd5ddfc-957a-45d2-8b63-11a0b4a4aef4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9cd5ddfc-957a-45d2-8b63-11a0b4a4aef4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9cd5ddfc-957a-45d2-8b63-11a0b4a4aef4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9cd5ddfc-957a-45d2-8b63-11a0b4a4aef4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  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-52d9d12a-680f-469a-a9f1-dabe8c32215e {
  text-align: center;
}







  #s-52d9d12a-680f-469a-a9f1-dabe8c32215e img.shogun-image {
    

    
    
    
  }


#s-52d9d12a-680f-469a-a9f1-dabe8c32215e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-79cdd1b3-7b51-4e45-bf5c-9aecc8480e4b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79cdd1b3-7b51-4e45-bf5c-9aecc8480e4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-79cdd1b3-7b51-4e45-bf5c-9aecc8480e4b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-79cdd1b3-7b51-4e45-bf5c-9aecc8480e4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-79cdd1b3-7b51-4e45-bf5c-9aecc8480e4b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-79cdd1b3-7b51-4e45-bf5c-9aecc8480e4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-79cdd1b3-7b51-4e45-bf5c-9aecc8480e4b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-43afd13b-8cfb-41ae-a430-37ccdb9bcaab {
  margin-top: 8px;
text-align: center;
}







  #s-43afd13b-8cfb-41ae-a430-37ccdb9bcaab img.shogun-image {
    

    
    
    
  }


#s-43afd13b-8cfb-41ae-a430-37ccdb9bcaab .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-9eba75c6-54d8-4bd9-874b-a297ac577165 {
  margin-left: -5%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9eba75c6-54d8-4bd9-874b-a297ac577165 .shogun-heading-component h1 {
  color: rgba(133, 219, 215, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: left;
}



#s-182595f9-ba57-4e23-b499-083f9ebea24c {
  text-align: center;
}







  #s-182595f9-ba57-4e23-b499-083f9ebea24c img.shogun-image {
    

    
    
    
  }


#s-182595f9-ba57-4e23-b499-083f9ebea24c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-2177b830-22a1-4a3a-8256-9773f6868392 {
  margin-top: -5px;
margin-bottom: -5px;
min-height: 50px;
}








#s-2177b830-22a1-4a3a-8256-9773f6868392 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2177b830-22a1-4a3a-8256-9773f6868392.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd62e999-8f3d-4b94-9a63-85630c4b1219 {
  margin-left: 4%;
margin-right: 4%;
padding-left: 6%;
padding-right: 6%;
}

@media (min-width: 0px) {
[id="s-cd62e999-8f3d-4b94-9a63-85630c4b1219"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cd62e999-8f3d-4b94-9a63-85630c4b1219"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cd62e999-8f3d-4b94-9a63-85630c4b1219"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd62e999-8f3d-4b94-9a63-85630c4b1219"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-1d9c7be6-5a28-439f-b4f1-214391e60bfb {
  margin-right: -1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d9c7be6-5a28-439f-b4f1-214391e60bfb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 5px;
  
  
  
}



#s-d795a3fa-7e56-4a4d-9351-c205a65c0c89 {
  margin-right: -0.5em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d795a3fa-7e56-4a4d-9351-c205a65c0c89 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 9px;
  line-height: 1.2em;
  
  
}



#s-b93d210c-35fa-4b17-90e4-266a3eb6a798 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b93d210c-35fa-4b17-90e4-266a3eb6a798 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 9px;
  line-height: 1.2em;
  
  
}



#s-b09a2d4a-859b-47fd-9aa0-78077a572f8c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b09a2d4a-859b-47fd-9aa0-78077a572f8c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.2em;
  
  
}



#s-9ea8e9cb-18fb-40cd-8d7d-e75d29c18423 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ea8e9cb-18fb-40cd-8d7d-e75d29c18423 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.2em;
  
  
}



#s-45d1d9e8-d3d9-4398-9c95-649d097d5e23 {
  margin-left: -0.5em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45d1d9e8-d3d9-4398-9c95-649d097d5e23 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.2em;
  
  
}



#s-77bbdefd-cbab-42df-b396-9939aff092e8 {
  text-align: center;
}







  #s-77bbdefd-cbab-42df-b396-9939aff092e8 img.shogun-image {
    

    
    
    
  }


#s-77bbdefd-cbab-42df-b396-9939aff092e8 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-6b78b90a-abd4-45d5-b4fa-a65558a35420 {
  margin-left: 6%;
margin-bottom: 0%;
margin-right: 6%;
}

@media (min-width: 0px) {
[id="s-6b78b90a-abd4-45d5-b4fa-a65558a35420"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b78b90a-abd4-45d5-b4fa-a65558a35420"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6b78b90a-abd4-45d5-b4fa-a65558a35420"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b78b90a-abd4-45d5-b4fa-a65558a35420"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-00097eb0-2b34-4321-a099-3ab48d173854 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00097eb0-2b34-4321-a099-3ab48d173854 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.2em;
  
  
}



#s-d30839f9-d3c2-4dca-b781-1f0f15e79d10 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d30839f9-d3c2-4dca-b781-1f0f15e79d10 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.2em;
  
  
}



#s-564953d0-88b9-4ce4-aecb-1ddb8f6f50a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-564953d0-88b9-4ce4-aecb-1ddb8f6f50a4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}



#s-f05d9f61-210c-4b56-aa57-687b0f35b8ed {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
}








#s-f05d9f61-210c-4b56-aa57-687b0f35b8ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f05d9f61-210c-4b56-aa57-687b0f35b8ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c232038-724c-47a6-a211-6ba98baa0d4f {
  margin-top: -5px;
margin-bottom: -5px;
min-height: 50px;
}








#s-3c232038-724c-47a6-a211-6ba98baa0d4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c232038-724c-47a6-a211-6ba98baa0d4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7e8e91f-da45-4aa6-bf1e-574c536df16c {
  margin-left: 6%;
margin-bottom: 1%;
margin-right: 6%;
}

@media (min-width: 0px) {
[id="s-c7e8e91f-da45-4aa6-bf1e-574c536df16c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7e8e91f-da45-4aa6-bf1e-574c536df16c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c7e8e91f-da45-4aa6-bf1e-574c536df16c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7e8e91f-da45-4aa6-bf1e-574c536df16c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-17741954-a3c1-4cc0-b8fb-8705e5d5a65a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17741954-a3c1-4cc0-b8fb-8705e5d5a65a .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}



#s-f6e8e3ba-89bc-47e4-93b8-676648fc23b1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6e8e3ba-89bc-47e4-93b8-676648fc23b1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}



#s-97eab50b-ca98-45b7-84ca-f7142f4f61a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97eab50b-ca98-45b7-84ca-f7142f4f61a1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}



#s-ae59f7c4-6bde-4bde-8cf8-d4ba2ddf0c79 {
  text-align: center;
}







  #s-ae59f7c4-6bde-4bde-8cf8-d4ba2ddf0c79 img.shogun-image {
    

    
    
    
  }


#s-ae59f7c4-6bde-4bde-8cf8-d4ba2ddf0c79 .shogun-image-content {
  
    align-items: center;
  
}

#s-5df54ae0-3ae6-417b-8521-fd6aa54316a8 {
  text-align: center;
}







  #s-5df54ae0-3ae6-417b-8521-fd6aa54316a8 img.shogun-image {
    

    
    
    
  }


#s-5df54ae0-3ae6-417b-8521-fd6aa54316a8 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-cee92af3-350d-4e97-9549-8ebe7ac687c5 {
  margin-bottom: -5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cee92af3-350d-4e97-9549-8ebe7ac687c5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-0f27a02d-325e-412d-9dd5-676eeaa8deba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f27a02d-325e-412d-9dd5-676eeaa8deba .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-fb6cc7b2-c1be-4220-8b0f-8481bcc1ccc5 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-fb6cc7b2-c1be-4220-8b0f-8481bcc1ccc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb6cc7b2-c1be-4220-8b0f-8481bcc1ccc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9a68035-6b4e-46ff-beda-00cc84754773 {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-a9a68035-6b4e-46ff-beda-00cc84754773"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9a68035-6b4e-46ff-beda-00cc84754773"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a9a68035-6b4e-46ff-beda-00cc84754773"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9a68035-6b4e-46ff-beda-00cc84754773"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a10472d8-caa8-47c3-8e0d-b768bd9a7662 {
  text-align: center;
}







  #s-a10472d8-caa8-47c3-8e0d-b768bd9a7662 img.shogun-image {
    

    
    
    
  }


#s-a10472d8-caa8-47c3-8e0d-b768bd9a7662 .shogun-image-content {
  
    align-items: flex-end;
  
}

@media (min-width: 0px) {
[id="s-60d4ba5e-0df5-4958-ae50-102b3ec52c44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60d4ba5e-0df5-4958-ae50-102b3ec52c44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-60d4ba5e-0df5-4958-ae50-102b3ec52c44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-60d4ba5e-0df5-4958-ae50-102b3ec52c44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-80ad1534-a17d-46c0-bb58-c5a81fcc25d4 {
  min-height: 50px;
}








#s-80ad1534-a17d-46c0-bb58-c5a81fcc25d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80ad1534-a17d-46c0-bb58-c5a81fcc25d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1814129f-7c7f-4cf1-8b10-5cdb3b725ed0 {
  margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-1814129f-7c7f-4cf1-8b10-5cdb3b725ed0 .shogun-heading-component h1 {
  color: rgba(146, 214, 209, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: right;
}



#s-924810e2-4c5b-4b39-b482-fbf351408de6 {
  margin-top: -30px;
margin-bottom: -30px;
min-height: 50px;
}








#s-924810e2-4c5b-4b39-b482-fbf351408de6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-924810e2-4c5b-4b39-b482-fbf351408de6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb090751-c4f6-4bbd-ac31-50977168315e {
  margin-top: -7px;
margin-bottom: -7px;
min-height: 50px;
}








#s-eb090751-c4f6-4bbd-ac31-50977168315e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb090751-c4f6-4bbd-ac31-50977168315e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de074c90-6832-4375-8114-6a260183fc3f {
  margin-top: 0em;
margin-bottom: 3em;
}

@media (min-width: 0px) {
[id="s-de074c90-6832-4375-8114-6a260183fc3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de074c90-6832-4375-8114-6a260183fc3f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de074c90-6832-4375-8114-6a260183fc3f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de074c90-6832-4375-8114-6a260183fc3f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b95fdfcc-788b-4ff4-b915-a27ec9a1a54b {
  margin-top: -1em;
margin-bottom: -1em;
}

@media (min-width: 0px) {
[id="s-b95fdfcc-788b-4ff4-b915-a27ec9a1a54b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b95fdfcc-788b-4ff4-b915-a27ec9a1a54b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-b95fdfcc-788b-4ff4-b915-a27ec9a1a54b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-b95fdfcc-788b-4ff4-b915-a27ec9a1a54b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 35.0px);
}

}

#s-5c220401-74b7-4ebe-a98e-1075905e32b2 {
  margin-left: 0.3em;
margin-bottom: -1em;
margin-right: -1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5c220401-74b7-4ebe-a98e-1075905e32b2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 11px;
  
  
  text-align: left;
}



#s-be9b1824-b065-4e45-acfb-53755af6ae30 {
  margin-left: 0.3em;
margin-right: -2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-be9b1824-b065-4e45-acfb-53755af6ae30 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 9px;
  
  
  text-align: left;
}



#s-a7e1f2dc-3edc-42ae-9afc-d7784a8176f8 {
  margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-a7e1f2dc-3edc-42ae-9afc-d7784a8176f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7e1f2dc-3edc-42ae-9afc-d7784a8176f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-a7e1f2dc-3edc-42ae-9afc-d7784a8176f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7e1f2dc-3edc-42ae-9afc-d7784a8176f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 35.0px);
}

}

#s-db53ee69-155a-48c8-a4b4-2e4bd2d5d22d {
  margin-left: 0.3em;
margin-bottom: -1em;
margin-right: -1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-db53ee69-155a-48c8-a4b4-2e4bd2d5d22d .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 11px;
  
  
  text-align: left;
}



#s-fd766232-10f2-4666-8a09-1483277c8d0f {
  margin-left: 0.3em;
margin-right: -1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fd766232-10f2-4666-8a09-1483277c8d0f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 9px;
  
  
  text-align: left;
}



#s-1386f13c-0ffd-421f-98b7-16974a6319dc {
  margin-top: 0em;
margin-bottom: -1px;
}

@media (min-width: 0px) {
[id="s-1386f13c-0ffd-421f-98b7-16974a6319dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1386f13c-0ffd-421f-98b7-16974a6319dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-1386f13c-0ffd-421f-98b7-16974a6319dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-1386f13c-0ffd-421f-98b7-16974a6319dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 35.0px);
}

}

#s-c8935ffc-fef2-4eb1-b129-046e4fc84932 {
  margin-top: -1em;
margin-left: 0.3em;
margin-bottom: -1em;
margin-right: -1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c8935ffc-fef2-4eb1-b129-046e4fc84932 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 11px;
  
  
  text-align: left;
}



#s-863ed4b1-fbb4-4832-abb1-c6d881ba78fa {
  margin-left: 0.3em;
margin-right: -2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-863ed4b1-fbb4-4832-abb1-c6d881ba78fa .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 9px;
  
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-5ce80d09-3018-4edf-9599-a2c17b566c4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ce80d09-3018-4edf-9599-a2c17b566c4e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-5ce80d09-3018-4edf-9599-a2c17b566c4e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ce80d09-3018-4edf-9599-a2c17b566c4e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 35.0px);
}

}

#s-7a86f11d-f1bf-47e0-9a54-ff63e12fdf4f {
  margin-top: -1em;
margin-left: 0.3em;
margin-bottom: -1em;
margin-right: -1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7a86f11d-f1bf-47e0-9a54-ff63e12fdf4f .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 11px;
  
  
  text-align: left;
}



#s-d1baff2c-56c5-441f-86f3-e09e520b99f8 {
  margin-left: 0.3em;
margin-right: -1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d1baff2c-56c5-441f-86f3-e09e520b99f8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 9px;
  
  
  text-align: left;
}



#s-9b0c8f36-7426-42f6-a424-3aa76444a567 {
  text-align: center;
}







  #s-9b0c8f36-7426-42f6-a424-3aa76444a567 img.shogun-image {
    

    
    
    
  }


#s-9b0c8f36-7426-42f6-a424-3aa76444a567 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-0da06025-14a0-41eb-9130-cee602bfe948 {
  margin-top: 6px;
margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0da06025-14a0-41eb-9130-cee602bfe948 .shogun-heading-component h1 {
  color: rgba(159, 212, 212, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-793b68df-a0d7-4a88-bbe2-364789584690 {
  text-align: center;
}







  #s-793b68df-a0d7-4a88-bbe2-364789584690 img.shogun-image {
    

    
    
    
  }


#s-793b68df-a0d7-4a88-bbe2-364789584690 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-1aab0302-5f14-40f9-b7b8-f0aca4785ad7 {
  margin-left: 6%;
margin-bottom: 0%;
margin-right: 6%;
}

@media (min-width: 0px) {
[id="s-1aab0302-5f14-40f9-b7b8-f0aca4785ad7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1aab0302-5f14-40f9-b7b8-f0aca4785ad7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1aab0302-5f14-40f9-b7b8-f0aca4785ad7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1aab0302-5f14-40f9-b7b8-f0aca4785ad7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cb901c0e-5d97-46fb-9a0d-8029b4dcec79 {
  margin-top: 0px;
margin-left: -2em;
margin-bottom: 0px;
margin-right: -2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb901c0e-5d97-46fb-9a0d-8029b4dcec79 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}



#s-1bf0bc59-7bd4-44cd-ac51-8c7c91c1c11d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bf0bc59-7bd4-44cd-ac51-8c7c91c1c11d .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}



#s-891c0c7d-e2fa-4390-8dc3-94d5fa56ffe9 {
  margin-left: -6%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-891c0c7d-e2fa-4390-8dc3-94d5fa56ffe9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}



#s-de084f59-9b6b-4b01-a0ca-337aad950d74 {
  min-height: 50px;
}








#s-de084f59-9b6b-4b01-a0ca-337aad950d74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de084f59-9b6b-4b01-a0ca-337aad950d74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-230f6fa7-338b-4c23-a10d-66086ddf7b9e {
  margin-top: -5px;
margin-bottom: -5px;
min-height: 50px;
}








#s-230f6fa7-338b-4c23-a10d-66086ddf7b9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-230f6fa7-338b-4c23-a10d-66086ddf7b9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3a844f2-2dcb-4bf3-84a9-ad74e5a7960f {
  margin-left: 6%;
margin-bottom: 0%;
margin-right: 6%;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-f3a844f2-2dcb-4bf3-84a9-ad74e5a7960f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3a844f2-2dcb-4bf3-84a9-ad74e5a7960f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f3a844f2-2dcb-4bf3-84a9-ad74e5a7960f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3a844f2-2dcb-4bf3-84a9-ad74e5a7960f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4feb5095-8454-48e7-9df2-e6807a3544f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4feb5095-8454-48e7-9df2-e6807a3544f8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}



#s-f3cbc63d-8f0a-4366-9188-8ddea69f684e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3cbc63d-8f0a-4366-9188-8ddea69f684e .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.2em;
  
  
}



#s-99538d3f-977a-4c54-b397-c086a96ece3f {
  margin-left: -6%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99538d3f-977a-4c54-b397-c086a96ece3f .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}



#s-61696f48-b3e7-46bf-b2bd-eed33a3d5d4c {
  text-align: center;
}







  #s-61696f48-b3e7-46bf-b2bd-eed33a3d5d4c img.shogun-image {
    

    
    
    
  }


#s-61696f48-b3e7-46bf-b2bd-eed33a3d5d4c .shogun-image-content {
  
    align-items: center;
  
}

#s-44c4f95a-fc62-4e8d-ae14-50a9bc4407dd {
  text-align: center;
}







  #s-44c4f95a-fc62-4e8d-ae14-50a9bc4407dd img.shogun-image {
    

    
    
    
  }


#s-44c4f95a-fc62-4e8d-ae14-50a9bc4407dd .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-4a097473-f032-43c2-8002-0da75718dc1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a097473-f032-43c2-8002-0da75718dc1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4a097473-f032-43c2-8002-0da75718dc1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a097473-f032-43c2-8002-0da75718dc1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dbf6eddc-9f6d-4443-a13a-941e1f1f5d1b {
  margin-top: 0px;
margin-bottom: -6px;
margin-right: 0em;
text-align: right;
}







  #s-dbf6eddc-9f6d-4443-a13a-941e1f1f5d1b img.shogun-image {
    

    
    
    
  }


#s-dbf6eddc-9f6d-4443-a13a-941e1f1f5d1b .shogun-image-content {
  
    align-items: center;
  
}

#s-60f3e4d7-3d3d-41fc-b04c-a586c5731b92 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-60f3e4d7-3d3d-41fc-b04c-a586c5731b92 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: right;
}



#s-af34a195-40f7-474a-bc93-93e5903b9cd7 {
  margin-left: 0%;
margin-bottom: -6px;
margin-right: 1em;
text-align: right;
}







  #s-af34a195-40f7-474a-bc93-93e5903b9cd7 img.shogun-image {
    

    
    
    
  }


#s-af34a195-40f7-474a-bc93-93e5903b9cd7 .shogun-image-content {
  
    align-items: center;
  
}

#s-18fbe2be-b4ef-48d1-a0e1-418795526ce0 {
  margin-left: 1em;
margin-right: 1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-18fbe2be-b4ef-48d1-a0e1-418795526ce0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: right;
}



#s-a847499f-20ca-4de7-9681-4c438b017de6 {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-a847499f-20ca-4de7-9681-4c438b017de6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a847499f-20ca-4de7-9681-4c438b017de6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a847499f-20ca-4de7-9681-4c438b017de6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a847499f-20ca-4de7-9681-4c438b017de6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c2e3bcfa-bf59-4ac9-9d07-d6ea793ab4c2 {
  text-align: center;
}







  #s-c2e3bcfa-bf59-4ac9-9d07-d6ea793ab4c2 img.shogun-image {
    

    
    
    
  }


#s-c2e3bcfa-bf59-4ac9-9d07-d6ea793ab4c2 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-2aa68a9f-85b6-41d2-a0af-3792ef48a07d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2aa68a9f-85b6-41d2-a0af-3792ef48a07d .shogun-heading-component h1 {
  color: rgba(146, 214, 209, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f3617a40-4051-4793-9fdb-2decb2552548 {
  margin-left: 4%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-f3617a40-4051-4793-9fdb-2decb2552548"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3617a40-4051-4793-9fdb-2decb2552548"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f3617a40-4051-4793-9fdb-2decb2552548"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3617a40-4051-4793-9fdb-2decb2552548"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-112be65f-22d8-49e9-a8b6-90d3b07c2d09 {
  margin-left: 20%;
margin-right: -20%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-112be65f-22d8-49e9-a8b6-90d3b07c2d09 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}



#s-7939f923-5470-461b-ae8c-a59edf9ab293 {
  margin-left: 20%;
margin-right: -20%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7939f923-5470-461b-ae8c-a59edf9ab293 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}



#s-1ab21fbe-102f-4c54-80da-610d1519fcb3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ab21fbe-102f-4c54-80da-610d1519fcb3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}



#s-6f2756a7-d622-46c2-a9c2-e5c2fdf4713d {
  margin-top: -5px;
margin-bottom: -5px;
min-height: 50px;
}








#s-6f2756a7-d622-46c2-a9c2-e5c2fdf4713d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f2756a7-d622-46c2-a9c2-e5c2fdf4713d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f87bfdda-3c83-4f96-b22d-db794703cc68 {
  margin-top: -6px;
margin-bottom: -6px;
}

@media (min-width: 0px) {
[id="s-f87bfdda-3c83-4f96-b22d-db794703cc68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f87bfdda-3c83-4f96-b22d-db794703cc68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f87bfdda-3c83-4f96-b22d-db794703cc68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f87bfdda-3c83-4f96-b22d-db794703cc68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cabbb658-811f-42a0-9ab5-724058ea7153 {
  margin-top: 6px;
margin-bottom: 6px;
min-height: 50px;
}








#s-cabbb658-811f-42a0-9ab5-724058ea7153 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cabbb658-811f-42a0-9ab5-724058ea7153.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee577522-0218-4721-a25a-2157908c6231 {
  min-height: 50px;
}








#s-ee577522-0218-4721-a25a-2157908c6231 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee577522-0218-4721-a25a-2157908c6231.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2cb8fea-7287-4644-9c73-23c2ccb707f9 {
  margin-top: 0px;
margin-bottom: 0em;
min-height: 50px;
}








#s-d2cb8fea-7287-4644-9c73-23c2ccb707f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2cb8fea-7287-4644-9c73-23c2ccb707f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf48a089-3c81-4c7b-8886-b26c0a1c2c45 {
  margin-top: 0em;
margin-left: 2em;
margin-bottom: 0em;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
text-align: left;
}

#s-bf48a089-3c81-4c7b-8886-b26c0a1c2c45 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  text-align: left;
}



#s-f861b14f-9125-418e-8b84-b77391096033 {
  text-align: center;
}







  #s-f861b14f-9125-418e-8b84-b77391096033 img.shogun-image {
    

    
    
    
  }


#s-f861b14f-9125-418e-8b84-b77391096033 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-6725904f-e4ef-4e84-8939-eaa605a21c6f {
  margin-left: 6%;
margin-bottom: 1em;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-6725904f-e4ef-4e84-8939-eaa605a21c6f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6725904f-e4ef-4e84-8939-eaa605a21c6f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6725904f-e4ef-4e84-8939-eaa605a21c6f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6725904f-e4ef-4e84-8939-eaa605a21c6f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-85e733fc-d487-444e-9772-bbb7952f929e {
  margin-left: -1em;
margin-right: -1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85e733fc-d487-444e-9772-bbb7952f929e .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}



#s-9cf441e2-8bcd-459f-ad2d-9c6f3a19e2e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9cf441e2-8bcd-459f-ad2d-9c6f3a19e2e8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}



#s-813f4a1a-428a-4819-a857-2ed028b991f3 {
  margin-left: -1em;
margin-right: -1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-813f4a1a-428a-4819-a857-2ed028b991f3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}



#s-faf00b1f-fb7d-4681-8ebc-123183722bc8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-faf00b1f-fb7d-4681-8ebc-123183722bc8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}



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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-569f4456-0f3b-41e7-9a86-394db9614ac4 {
  text-align: center;
}







  img.s-569f4456-0f3b-41e7-9a86-394db9614ac4.shogun-image {
    
    
  }


.s-569f4456-0f3b-41e7-9a86-394db9614ac4 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-569f4456-0f3b-41e7-9a86-394db9614ac4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-569f4456-0f3b-41e7-9a86-394db9614ac4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-569f4456-0f3b-41e7-9a86-394db9614ac4.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-569f4456-0f3b-41e7-9a86-394db9614ac4.shogun-image {
    
    
  }


.s-569f4456-0f3b-41e7-9a86-394db9614ac4 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-569f4456-0f3b-41e7-9a86-394db9614ac4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-569f4456-0f3b-41e7-9a86-394db9614ac4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-569f4456-0f3b-41e7-9a86-394db9614ac4.shogun-image {
  box-sizing: border-box;
}

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





  img.s-569f4456-0f3b-41e7-9a86-394db9614ac4.shogun-image {
    
    
  }


.s-569f4456-0f3b-41e7-9a86-394db9614ac4 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-569f4456-0f3b-41e7-9a86-394db9614ac4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-569f4456-0f3b-41e7-9a86-394db9614ac4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-569f4456-0f3b-41e7-9a86-394db9614ac4.shogun-image {
  box-sizing: border-box;
}

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





  img.s-569f4456-0f3b-41e7-9a86-394db9614ac4.shogun-image {
    
    
  }


.s-569f4456-0f3b-41e7-9a86-394db9614ac4 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-569f4456-0f3b-41e7-9a86-394db9614ac4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-569f4456-0f3b-41e7-9a86-394db9614ac4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-569f4456-0f3b-41e7-9a86-394db9614ac4.shogun-image {
  box-sizing: border-box;
}

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





  img.s-569f4456-0f3b-41e7-9a86-394db9614ac4.shogun-image {
    
    
  }


.s-569f4456-0f3b-41e7-9a86-394db9614ac4 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-569f4456-0f3b-41e7-9a86-394db9614ac4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-569f4456-0f3b-41e7-9a86-394db9614ac4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-569f4456-0f3b-41e7-9a86-394db9614ac4.shogun-image {
  box-sizing: border-box;
}

}
#s-4818680a-3e2b-4d90-8889-904fbc956dd4 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-4818680a-3e2b-4d90-8889-904fbc956dd4 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7be10b24-4f01-47ff-b031-1730bb259219 {
  text-align: center;
}







  img.s-7be10b24-4f01-47ff-b031-1730bb259219.shogun-image {
    
    
  }


.s-7be10b24-4f01-47ff-b031-1730bb259219 .shogun-image-content {
  
    align-items: center;
  
}

.s-7be10b24-4f01-47ff-b031-1730bb259219.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be10b24-4f01-47ff-b031-1730bb259219.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be10b24-4f01-47ff-b031-1730bb259219.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-7be10b24-4f01-47ff-b031-1730bb259219.shogun-image {
    
    
  }


.s-7be10b24-4f01-47ff-b031-1730bb259219 .shogun-image-content {
  
    align-items: center;
  
}

.s-7be10b24-4f01-47ff-b031-1730bb259219.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be10b24-4f01-47ff-b031-1730bb259219.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be10b24-4f01-47ff-b031-1730bb259219.shogun-image {
  box-sizing: border-box;
}

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





  img.s-7be10b24-4f01-47ff-b031-1730bb259219.shogun-image {
    
    
  }


.s-7be10b24-4f01-47ff-b031-1730bb259219 .shogun-image-content {
  
    align-items: center;
  
}

.s-7be10b24-4f01-47ff-b031-1730bb259219.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be10b24-4f01-47ff-b031-1730bb259219.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be10b24-4f01-47ff-b031-1730bb259219.shogun-image {
  box-sizing: border-box;
}

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





  img.s-7be10b24-4f01-47ff-b031-1730bb259219.shogun-image {
    
    
  }


.s-7be10b24-4f01-47ff-b031-1730bb259219 .shogun-image-content {
  
    align-items: center;
  
}

.s-7be10b24-4f01-47ff-b031-1730bb259219.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be10b24-4f01-47ff-b031-1730bb259219.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be10b24-4f01-47ff-b031-1730bb259219.shogun-image {
  box-sizing: border-box;
}

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





  img.s-7be10b24-4f01-47ff-b031-1730bb259219.shogun-image {
    
    
  }


.s-7be10b24-4f01-47ff-b031-1730bb259219 .shogun-image-content {
  
    align-items: center;
  
}

.s-7be10b24-4f01-47ff-b031-1730bb259219.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7be10b24-4f01-47ff-b031-1730bb259219.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7be10b24-4f01-47ff-b031-1730bb259219.shogun-image {
  box-sizing: border-box;
}

}
#s-3d3f155f-cbee-4574-94ff-778550adce38 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 2.2em;
padding-bottom: 1.5em;
}

@media (min-width: 0px) {
[id="s-3d3f155f-cbee-4574-94ff-778550adce38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d3f155f-cbee-4574-94ff-778550adce38"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3d3f155f-cbee-4574-94ff-778550adce38"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d3f155f-cbee-4574-94ff-778550adce38"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7956b3be-7ef6-44dd-85f1-0592f462f2b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7956b3be-7ef6-44dd-85f1-0592f462f2b4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.1em;
  
  
}



#s-217a66e7-3afa-477c-a13e-4b35a29b2109 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-217a66e7-3afa-477c-a13e-4b35a29b2109 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.1em;
  
  
}



#s-f0904507-6de8-4efe-a2ee-c7745bfa7e69 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0904507-6de8-4efe-a2ee-c7745bfa7e69 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.1em;
  
  
}



#s-55fd5a7e-8141-43af-a348-87ddbc901005 {
  margin-left: 1%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-55fd5a7e-8141-43af-a348-87ddbc901005"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55fd5a7e-8141-43af-a348-87ddbc901005"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-55fd5a7e-8141-43af-a348-87ddbc901005"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-55fd5a7e-8141-43af-a348-87ddbc901005"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-1548718c-82f1-490c-bcfe-8cb56f0c3b48 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1548718c-82f1-490c-bcfe-8cb56f0c3b48 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.1em;
  
  
}



#s-5cdb5c43-0f7e-4e0c-b2a3-a85e3ffbb115 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5cdb5c43-0f7e-4e0c-b2a3-a85e3ffbb115 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.1em;
  
  
}



#s-c7925cb4-b36b-4e3a-9174-c0be426f9a3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7925cb4-b36b-4e3a-9174-c0be426f9a3b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 10px;
  line-height: 1.1em;
  
  
}



#s-083740a6-c6d6-4d0c-8f60-8896e085dcb4 {
  text-align: center;
}







  img.s-083740a6-c6d6-4d0c-8f60-8896e085dcb4.shogun-image {
    
    
  }


.s-083740a6-c6d6-4d0c-8f60-8896e085dcb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-083740a6-c6d6-4d0c-8f60-8896e085dcb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-083740a6-c6d6-4d0c-8f60-8896e085dcb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-083740a6-c6d6-4d0c-8f60-8896e085dcb4.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-083740a6-c6d6-4d0c-8f60-8896e085dcb4.shogun-image {
    
    
  }


.s-083740a6-c6d6-4d0c-8f60-8896e085dcb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-083740a6-c6d6-4d0c-8f60-8896e085dcb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-083740a6-c6d6-4d0c-8f60-8896e085dcb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-083740a6-c6d6-4d0c-8f60-8896e085dcb4.shogun-image {
  box-sizing: border-box;
}

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





  img.s-083740a6-c6d6-4d0c-8f60-8896e085dcb4.shogun-image {
    
    
  }


.s-083740a6-c6d6-4d0c-8f60-8896e085dcb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-083740a6-c6d6-4d0c-8f60-8896e085dcb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-083740a6-c6d6-4d0c-8f60-8896e085dcb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-083740a6-c6d6-4d0c-8f60-8896e085dcb4.shogun-image {
  box-sizing: border-box;
}

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





  img.s-083740a6-c6d6-4d0c-8f60-8896e085dcb4.shogun-image {
    
    
  }


.s-083740a6-c6d6-4d0c-8f60-8896e085dcb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-083740a6-c6d6-4d0c-8f60-8896e085dcb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-083740a6-c6d6-4d0c-8f60-8896e085dcb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-083740a6-c6d6-4d0c-8f60-8896e085dcb4.shogun-image {
  box-sizing: border-box;
}

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





  img.s-083740a6-c6d6-4d0c-8f60-8896e085dcb4.shogun-image {
    
    
  }


.s-083740a6-c6d6-4d0c-8f60-8896e085dcb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-083740a6-c6d6-4d0c-8f60-8896e085dcb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-083740a6-c6d6-4d0c-8f60-8896e085dcb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-083740a6-c6d6-4d0c-8f60-8896e085dcb4.shogun-image {
  box-sizing: border-box;
}

}
#s-21ba5245-8d19-48a2-89ff-57e959ed57e7 {
  margin-left: 0%;
margin-right: 0%;
}

#s-27090771-dcc4-492a-b58c-d52d61da97d9 {
  margin-top: -7px;
}

#s-05e03149-0f9f-45ec-9d55-928d3c1898f9 {
  padding-top: 5px;
max-width: 60px;
text-align: center;
}







  img.s-05e03149-0f9f-45ec-9d55-928d3c1898f9.shogun-image {
    
    
  }


.s-05e03149-0f9f-45ec-9d55-928d3c1898f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-05e03149-0f9f-45ec-9d55-928d3c1898f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05e03149-0f9f-45ec-9d55-928d3c1898f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05e03149-0f9f-45ec-9d55-928d3c1898f9.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-05e03149-0f9f-45ec-9d55-928d3c1898f9.shogun-image {
    
    
  }


.s-05e03149-0f9f-45ec-9d55-928d3c1898f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-05e03149-0f9f-45ec-9d55-928d3c1898f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05e03149-0f9f-45ec-9d55-928d3c1898f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05e03149-0f9f-45ec-9d55-928d3c1898f9.shogun-image {
  box-sizing: border-box;
}

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





  img.s-05e03149-0f9f-45ec-9d55-928d3c1898f9.shogun-image {
    
    
  }


.s-05e03149-0f9f-45ec-9d55-928d3c1898f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-05e03149-0f9f-45ec-9d55-928d3c1898f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05e03149-0f9f-45ec-9d55-928d3c1898f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05e03149-0f9f-45ec-9d55-928d3c1898f9.shogun-image {
  box-sizing: border-box;
}

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





  img.s-05e03149-0f9f-45ec-9d55-928d3c1898f9.shogun-image {
    
    
  }


.s-05e03149-0f9f-45ec-9d55-928d3c1898f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-05e03149-0f9f-45ec-9d55-928d3c1898f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05e03149-0f9f-45ec-9d55-928d3c1898f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05e03149-0f9f-45ec-9d55-928d3c1898f9.shogun-image {
  box-sizing: border-box;
}

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





  img.s-05e03149-0f9f-45ec-9d55-928d3c1898f9.shogun-image {
    
    
  }


.s-05e03149-0f9f-45ec-9d55-928d3c1898f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-05e03149-0f9f-45ec-9d55-928d3c1898f9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05e03149-0f9f-45ec-9d55-928d3c1898f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05e03149-0f9f-45ec-9d55-928d3c1898f9.shogun-image {
  box-sizing: border-box;
}

}
#s-f2662c55-e90c-49c2-a10b-5f70102de02d {
  text-align: center;
}







  img.s-f2662c55-e90c-49c2-a10b-5f70102de02d.shogun-image {
    
    
  }


.s-f2662c55-e90c-49c2-a10b-5f70102de02d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f2662c55-e90c-49c2-a10b-5f70102de02d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2662c55-e90c-49c2-a10b-5f70102de02d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2662c55-e90c-49c2-a10b-5f70102de02d.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-f2662c55-e90c-49c2-a10b-5f70102de02d.shogun-image {
    
    
  }


.s-f2662c55-e90c-49c2-a10b-5f70102de02d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f2662c55-e90c-49c2-a10b-5f70102de02d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2662c55-e90c-49c2-a10b-5f70102de02d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2662c55-e90c-49c2-a10b-5f70102de02d.shogun-image {
  box-sizing: border-box;
}

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





  img.s-f2662c55-e90c-49c2-a10b-5f70102de02d.shogun-image {
    
    
  }


.s-f2662c55-e90c-49c2-a10b-5f70102de02d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f2662c55-e90c-49c2-a10b-5f70102de02d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2662c55-e90c-49c2-a10b-5f70102de02d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2662c55-e90c-49c2-a10b-5f70102de02d.shogun-image {
  box-sizing: border-box;
}

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





  img.s-f2662c55-e90c-49c2-a10b-5f70102de02d.shogun-image {
    
    
  }


.s-f2662c55-e90c-49c2-a10b-5f70102de02d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f2662c55-e90c-49c2-a10b-5f70102de02d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2662c55-e90c-49c2-a10b-5f70102de02d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2662c55-e90c-49c2-a10b-5f70102de02d.shogun-image {
  box-sizing: border-box;
}

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





  img.s-f2662c55-e90c-49c2-a10b-5f70102de02d.shogun-image {
    
    
  }


.s-f2662c55-e90c-49c2-a10b-5f70102de02d .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-f2662c55-e90c-49c2-a10b-5f70102de02d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2662c55-e90c-49c2-a10b-5f70102de02d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2662c55-e90c-49c2-a10b-5f70102de02d.shogun-image {
  box-sizing: border-box;
}

}
#s-1ecdd4ab-91cb-49fa-8d9f-03fc6382959a {
  padding-top: 35px;
padding-bottom: 35px;
text-align: center;
}

#s-1ecdd4ab-91cb-49fa-8d9f-03fc6382959a .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-350fc69d-1da6-43a5-a665-f41a3b26a7fd {
  margin-left: 15%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-350fc69d-1da6-43a5-a665-f41a3b26a7fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-350fc69d-1da6-43a5-a665-f41a3b26a7fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-350fc69d-1da6-43a5-a665-f41a3b26a7fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-350fc69d-1da6-43a5-a665-f41a3b26a7fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b18438cb-dc0f-47ac-85d8-166202467e64 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-b18438cb-dc0f-47ac-85d8-166202467e64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b18438cb-dc0f-47ac-85d8-166202467e64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-510a544c-2143-4e51-a818-33cfea3f6561 {
  min-height: 50px;
}








#s-510a544c-2143-4e51-a818-33cfea3f6561 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-510a544c-2143-4e51-a818-33cfea3f6561.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ceab4ad-2444-464d-8d2d-4c9e2d2084d5 {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}







  #s-6ceab4ad-2444-464d-8d2d-4c9e2d2084d5 img.shogun-image {
    

    
    
    
  }


#s-6ceab4ad-2444-464d-8d2d-4c9e2d2084d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-63b88e61-4aee-4bfd-8da1-b30f9c5ee030 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63b88e61-4aee-4bfd-8da1-b30f9c5ee030 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-73a7c6df-62b3-47b7-9d52-3f3cc5fd062c {
  min-height: 50px;
}








#s-73a7c6df-62b3-47b7-9d52-3f3cc5fd062c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73a7c6df-62b3-47b7-9d52-3f3cc5fd062c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b686d881-0901-44e8-b3b5-71566df09600 {
  margin-left: 6%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b686d881-0901-44e8-b3b5-71566df09600 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  
}



#s-7c716a81-1e79-4221-bad0-78f461a7ca90 {
  text-align: center;
}







  #s-7c716a81-1e79-4221-bad0-78f461a7ca90 img.shogun-image {
    

    
    
    
  }


#s-7c716a81-1e79-4221-bad0-78f461a7ca90 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-6a0147de-3c0e-439d-b7fb-2151a5da0ac9 {
  margin-top: 0em;
margin-left: 6%;
margin-bottom: 0em;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6a0147de-3c0e-439d-b7fb-2151a5da0ac9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.1em;
  
  text-align: left;
}



#s-0142f4fd-cca4-4bc1-9cca-a558dacc5772 {
  margin-top: -1em;
margin-left: 6%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0142f4fd-cca4-4bc1-9cca-a558dacc5772 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-aca3dd54-ac2e-476e-afb5-193ae17d2b25 {
  margin-top: -20px;
margin-bottom: -20px;
min-height: 50px;
}








#s-aca3dd54-ac2e-476e-afb5-193ae17d2b25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aca3dd54-ac2e-476e-afb5-193ae17d2b25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b82593e-ac36-4b06-ba01-b3eb7b71dfeb {
  text-align: center;
}







  #s-8b82593e-ac36-4b06-ba01-b3eb7b71dfeb img.shogun-image {
    

    
    
    
  }


#s-8b82593e-ac36-4b06-ba01-b3eb7b71dfeb .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f1181511-dcf9-4a63-b88a-6cb5a298a35f {
  margin-bottom: -1px;
min-height: 50px;
}








#s-f1181511-dcf9-4a63-b88a-6cb5a298a35f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1181511-dcf9-4a63-b88a-6cb5a298a35f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21dee10e-8312-46fc-add2-73e4c7e57f6e {
  min-height: 50px;
}








#s-21dee10e-8312-46fc-add2-73e4c7e57f6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21dee10e-8312-46fc-add2-73e4c7e57f6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40c36b2e-95b7-4fd3-a2b6-02f8133ce42e {
  min-height: 50px;
}








#s-40c36b2e-95b7-4fd3-a2b6-02f8133ce42e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40c36b2e-95b7-4fd3-a2b6-02f8133ce42e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbf3d8d1-1753-4c4c-8c87-8b5558d3e906 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bbf3d8d1-1753-4c4c-8c87-8b5558d3e906 {
  display: none;
}
#s-bbf3d8d1-1753-4c4c-8c87-8b5558d3e906, #wrap-s-bbf3d8d1-1753-4c4c-8c87-8b5558d3e906 { display:none !important; }}@media (max-width: 767px){#s-bbf3d8d1-1753-4c4c-8c87-8b5558d3e906 {
  display: none;
}
#s-bbf3d8d1-1753-4c4c-8c87-8b5558d3e906, #wrap-s-bbf3d8d1-1753-4c4c-8c87-8b5558d3e906 { display:none !important; }}







#s-bbf3d8d1-1753-4c4c-8c87-8b5558d3e906 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbf3d8d1-1753-4c4c-8c87-8b5558d3e906.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9dcded4-e992-4ffa-a602-0f60951d5bd1 {
  min-height: 50px;
}








#s-a9dcded4-e992-4ffa-a602-0f60951d5bd1 > .shg-box-overlay {
  background-color: rgba(237, 237, 237, 1);
  opacity: 0;
}#s-a9dcded4-e992-4ffa-a602-0f60951d5bd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e2c1579-d121-4124-93dc-99b6613b8463 {
  min-height: 50px;
}








#s-0e2c1579-d121-4124-93dc-99b6613b8463 > .shg-box-overlay {
  background-color: rgba(237, 237, 237, 1);
  opacity: 0;
}#s-0e2c1579-d121-4124-93dc-99b6613b8463.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc145f91-8b1f-43ea-bcca-52b90340ca85 {
  min-height: 50px;
}








#s-fc145f91-8b1f-43ea-bcca-52b90340ca85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc145f91-8b1f-43ea-bcca-52b90340ca85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-b0272dbc-dc2f-4c4b-a41f-6af90defd481 {
  display: none;
}
#s-b0272dbc-dc2f-4c4b-a41f-6af90defd481, #wrap-s-b0272dbc-dc2f-4c4b-a41f-6af90defd481 { display:none !important; }}@media (max-width: 767px){#s-b0272dbc-dc2f-4c4b-a41f-6af90defd481 {
  display: none;
}
#s-b0272dbc-dc2f-4c4b-a41f-6af90defd481, #wrap-s-b0272dbc-dc2f-4c4b-a41f-6af90defd481 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b0272dbc-dc2f-4c4b-a41f-6af90defd481"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0272dbc-dc2f-4c4b-a41f-6af90defd481"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b0272dbc-dc2f-4c4b-a41f-6af90defd481"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b0272dbc-dc2f-4c4b-a41f-6af90defd481"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b0272dbc-dc2f-4c4b-a41f-6af90defd481"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0272dbc-dc2f-4c4b-a41f-6af90defd481"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b0272dbc-dc2f-4c4b-a41f-6af90defd481"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-60a05ae4-025d-48b3-93a2-800c269162bc {
  text-align: center;
}







  #s-60a05ae4-025d-48b3-93a2-800c269162bc img.shogun-image {
    

    
    
    
  }


#s-60a05ae4-025d-48b3-93a2-800c269162bc .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-bf187e47-2ba5-4525-8065-2da25b64a8ef {
  min-height: 50px;
}








#s-bf187e47-2ba5-4525-8065-2da25b64a8ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf187e47-2ba5-4525-8065-2da25b64a8ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-009d5d19-6605-4caa-bc32-2b4860603ba5 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-009d5d19-6605-4caa-bc32-2b4860603ba5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-009d5d19-6605-4caa-bc32-2b4860603ba5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99e0b243-2743-4466-bd15-40994e0f7d63 {
  margin-left: 3.2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-99e0b243-2743-4466-bd15-40994e0f7d63 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-2a99da05-3bae-474d-afeb-5e3f3ff45d79 {
  min-height: 50px;
}








#s-2a99da05-3bae-474d-afeb-5e3f3ff45d79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a99da05-3bae-474d-afeb-5e3f3ff45d79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-355d2b29-69e3-44f2-accd-a3954e861b7e {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}







  img.s-355d2b29-69e3-44f2-accd-a3954e861b7e.shogun-image {
    
    
  }


.s-355d2b29-69e3-44f2-accd-a3954e861b7e .shogun-image-content {
  
    align-items: center;
  
}

.s-355d2b29-69e3-44f2-accd-a3954e861b7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-355d2b29-69e3-44f2-accd-a3954e861b7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-355d2b29-69e3-44f2-accd-a3954e861b7e.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-355d2b29-69e3-44f2-accd-a3954e861b7e.shogun-image {
    
    
  }


.s-355d2b29-69e3-44f2-accd-a3954e861b7e .shogun-image-content {
  
    align-items: center;
  
}

.s-355d2b29-69e3-44f2-accd-a3954e861b7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-355d2b29-69e3-44f2-accd-a3954e861b7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-355d2b29-69e3-44f2-accd-a3954e861b7e.shogun-image {
  box-sizing: border-box;
}

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





  img.s-355d2b29-69e3-44f2-accd-a3954e861b7e.shogun-image {
    
    
  }


.s-355d2b29-69e3-44f2-accd-a3954e861b7e .shogun-image-content {
  
    align-items: center;
  
}

.s-355d2b29-69e3-44f2-accd-a3954e861b7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-355d2b29-69e3-44f2-accd-a3954e861b7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-355d2b29-69e3-44f2-accd-a3954e861b7e.shogun-image {
  box-sizing: border-box;
}

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





  img.s-355d2b29-69e3-44f2-accd-a3954e861b7e.shogun-image {
    
    
  }


.s-355d2b29-69e3-44f2-accd-a3954e861b7e .shogun-image-content {
  
    align-items: center;
  
}

.s-355d2b29-69e3-44f2-accd-a3954e861b7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-355d2b29-69e3-44f2-accd-a3954e861b7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-355d2b29-69e3-44f2-accd-a3954e861b7e.shogun-image {
  box-sizing: border-box;
}

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





  img.s-355d2b29-69e3-44f2-accd-a3954e861b7e.shogun-image {
    
    
  }


.s-355d2b29-69e3-44f2-accd-a3954e861b7e .shogun-image-content {
  
    align-items: center;
  
}

.s-355d2b29-69e3-44f2-accd-a3954e861b7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-355d2b29-69e3-44f2-accd-a3954e861b7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-355d2b29-69e3-44f2-accd-a3954e861b7e.shogun-image {
  box-sizing: border-box;
}

}
#s-eb0d20b9-f366-4d82-aa19-d93fb48d9936 {
  margin-left: 10%;
}

@media (min-width: 0px) {
[id="s-eb0d20b9-f366-4d82-aa19-d93fb48d9936"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb0d20b9-f366-4d82-aa19-d93fb48d9936"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb0d20b9-f366-4d82-aa19-d93fb48d9936"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb0d20b9-f366-4d82-aa19-d93fb48d9936"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb0d20b9-f366-4d82-aa19-d93fb48d9936"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb0d20b9-f366-4d82-aa19-d93fb48d9936"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb0d20b9-f366-4d82-aa19-d93fb48d9936"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e {
  margin-top: 10px;
text-align: center;
}







  img.s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e.shogun-image {
    
    
  }


.s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e .shogun-image-content {
  
    align-items: center;
  
}

.s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e.shogun-image {
    
    
  }


.s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e .shogun-image-content {
  
    align-items: center;
  
}

.s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e.shogun-image {
  box-sizing: border-box;
}

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





  img.s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e.shogun-image {
    
    
  }


.s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e .shogun-image-content {
  
    align-items: center;
  
}

.s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e.shogun-image {
  box-sizing: border-box;
}

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





  img.s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e.shogun-image {
    
    
  }


.s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e .shogun-image-content {
  
    align-items: center;
  
}

.s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e.shogun-image {
  box-sizing: border-box;
}

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





  img.s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e.shogun-image {
    
    
  }


.s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e .shogun-image-content {
  
    align-items: center;
  
}

.s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6f85edd-fd78-47e1-a9d9-decb1f11db1e.shogun-image {
  box-sizing: border-box;
}

}
#s-bb71478b-c648-4e00-aa18-a89de6836e9d {
  padding-top: 2.5px;
padding-bottom: 10px;
text-align: left;
}

#s-bb71478b-c648-4e00-aa18-a89de6836e9d .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-cf8eda7b-8e79-4ec6-9505-581d75d4e9ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cf8eda7b-8e79-4ec6-9505-581d75d4e9ca .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  
  text-align: left;
}



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

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

#s-b08e1054-cd10-4ac6-9c5e-c3eff6a6c9bf {
  margin-left: 13%;
margin-right: 17%;
padding-top: 30px;
padding-bottom: 30px;
}

#s-b08e1054-cd10-4ac6-9c5e-c3eff6a6c9bf hr {
  border-top: 2px solid rgba(151, 151, 151, 1);
}

#s-656a88ae-1c59-4a01-8dcd-128d7df53aa1 {
  margin-left: 10%;
}

@media (min-width: 0px) {
[id="s-656a88ae-1c59-4a01-8dcd-128d7df53aa1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-656a88ae-1c59-4a01-8dcd-128d7df53aa1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-656a88ae-1c59-4a01-8dcd-128d7df53aa1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-656a88ae-1c59-4a01-8dcd-128d7df53aa1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-656a88ae-1c59-4a01-8dcd-128d7df53aa1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-656a88ae-1c59-4a01-8dcd-128d7df53aa1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-656a88ae-1c59-4a01-8dcd-128d7df53aa1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-be15c7bb-8981-4aaf-a8c4-0ec221979d29 {
  margin-top: 10px;
text-align: center;
}







  img.s-be15c7bb-8981-4aaf-a8c4-0ec221979d29.shogun-image {
    
    
  }


.s-be15c7bb-8981-4aaf-a8c4-0ec221979d29 .shogun-image-content {
  
    align-items: center;
  
}

.s-be15c7bb-8981-4aaf-a8c4-0ec221979d29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be15c7bb-8981-4aaf-a8c4-0ec221979d29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be15c7bb-8981-4aaf-a8c4-0ec221979d29.shogun-image {
  box-sizing: border-box;
}

@media (min-width: 1200px){





  img.s-be15c7bb-8981-4aaf-a8c4-0ec221979d29.shogun-image {
    
    
  }


.s-be15c7bb-8981-4aaf-a8c4-0ec221979d29 .shogun-image-content {
  
    align-items: center;
  
}

.s-be15c7bb-8981-4aaf-a8c4-0ec221979d29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be15c7bb-8981-4aaf-a8c4-0ec221979d29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be15c7bb-8981-4aaf-a8c4-0ec221979d29.shogun-image {
  box-sizing: border-box;
}

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





  img.s-be15c7bb-8981-4aaf-a8c4-0ec221979d29.shogun-image {
    
    
  }


.s-be15c7bb-8981-4aaf-a8c4-0ec221979d29 .shogun-image-content {
  
    align-items: center;
  
}

.s-be15c7bb-8981-4aaf-a8c4-0ec221979d29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be15c7bb-8981-4aaf-a8c4-0ec221979d29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be15c7bb-8981-4aaf-a8c4-0ec221979d29.shogun-image {
  box-sizing: border-box;
}

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





  img.s-be15c7bb-8981-4aaf-a8c4-0ec221979d29.shogun-image {
    
    
  }


.s-be15c7bb-8981-4aaf-a8c4-0ec221979d29 .shogun-image-content {
  
    align-items: center;
  
}

.s-be15c7bb-8981-4aaf-a8c4-0ec221979d29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be15c7bb-8981-4aaf-a8c4-0ec221979d29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be15c7bb-8981-4aaf-a8c4-0ec221979d29.shogun-image {
  box-sizing: border-box;
}

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





  img.s-be15c7bb-8981-4aaf-a8c4-0ec221979d29.shogun-image {
    
    
  }


.s-be15c7bb-8981-4aaf-a8c4-0ec221979d29 .shogun-image-content {
  
    align-items: center;
  
}

.s-be15c7bb-8981-4aaf-a8c4-0ec221979d29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be15c7bb-8981-4aaf-a8c4-0ec221979d29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be15c7bb-8981-4aaf-a8c4-0ec221979d29.shogun-image {
  box-sizing: border-box;
}

}
#s-76f827e5-9ba1-461b-b96c-95498413bd59 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-76f827e5-9ba1-461b-b96c-95498413bd59 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-f6e58388-be78-46c0-9f78-89412bcdf261 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f6e58388-be78-46c0-9f78-89412bcdf261 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-224209a5-d6db-4629-afe5-afffa19a333e {
  min-height: 50px;
}








#s-224209a5-d6db-4629-afe5-afffa19a333e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-224209a5-d6db-4629-afe5-afffa19a333e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d16eeca-63bb-4917-8629-3fcca2a076ed {
  text-align: center;
}







  #s-4d16eeca-63bb-4917-8629-3fcca2a076ed img.shogun-image {
    

    
    
    
  }


#s-4d16eeca-63bb-4917-8629-3fcca2a076ed .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-11a4cb6b-6729-46f7-929d-9d1749a8ef8a {
  min-height: 50px;
}








#s-11a4cb6b-6729-46f7-929d-9d1749a8ef8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11a4cb6b-6729-46f7-929d-9d1749a8ef8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4045f4c1-1fd2-4f25-bd52-f99d0c73df37 {
  min-height: 50px;
}








#s-4045f4c1-1fd2-4f25-bd52-f99d0c73df37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4045f4c1-1fd2-4f25-bd52-f99d0c73df37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65062dfe-bcf2-46d1-bd63-814f036cae6f {
  min-height: 50px;
}








#s-65062dfe-bcf2-46d1-bd63-814f036cae6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65062dfe-bcf2-46d1-bd63-814f036cae6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-326c9efb-b6cc-472d-a5c2-a5d858569b6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-326c9efb-b6cc-472d-a5c2-a5d858569b6e .shogun-heading-component h1 {
  color: rgba(114, 113, 113, 1);
  font-weight:  200 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-2a2497a9-798d-4d40-ba34-ebdf1a537e1f {
  text-align: center;
}







  #s-2a2497a9-798d-4d40-ba34-ebdf1a537e1f img.shogun-image {
    

    
    
    
  }


#s-2a2497a9-798d-4d40-ba34-ebdf1a537e1f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-dbd0627b-c620-4108-99e6-64a27463dbb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbd0627b-c620-4108-99e6-64a27463dbb7 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  
  
  
}



#s-0183cb01-9d7e-443f-ae55-b6db06e17283 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0183cb01-9d7e-443f-ae55-b6db06e17283 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-39adddcc-cd83-42ce-b5c1-d49b9edd4797 {
  text-align: center;
}







  #s-39adddcc-cd83-42ce-b5c1-d49b9edd4797 img.shogun-image {
    

    
    
    
  }


#s-39adddcc-cd83-42ce-b5c1-d49b9edd4797 .shogun-image-content {
  
    align-items: center;
  
}

#s-13511f3b-078d-47c7-90c2-808cbfa53da9 {
  min-height: 50px;
}








#s-13511f3b-078d-47c7-90c2-808cbfa53da9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13511f3b-078d-47c7-90c2-808cbfa53da9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a7670f6-fe39-4470-b1db-95372b2f1c6a {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-7a7670f6-fe39-4470-b1db-95372b2f1c6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a7670f6-fe39-4470-b1db-95372b2f1c6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d73fe3a4-e0fc-4ba7-81a8-927141b33521 {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-d73fe3a4-e0fc-4ba7-81a8-927141b33521"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d73fe3a4-e0fc-4ba7-81a8-927141b33521"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d73fe3a4-e0fc-4ba7-81a8-927141b33521"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d73fe3a4-e0fc-4ba7-81a8-927141b33521"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f1fc2c24-bbc4-40c4-9f8f-60dc7ea39a7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1fc2c24-bbc4-40c4-9f8f-60dc7ea39a7a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-abeb5f54-e5e0-49af-8e61-d714b416cc30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abeb5f54-e5e0-49af-8e61-d714b416cc30 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-1140fffa-f437-4844-a214-3fb9d5d00a58 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1140fffa-f437-4844-a214-3fb9d5d00a58 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-c91dfefd-f16b-4ef5-820e-4543560a0d6c {
  min-height: 50px;
}








#s-c91dfefd-f16b-4ef5-820e-4543560a0d6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c91dfefd-f16b-4ef5-820e-4543560a0d6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85bbd14b-b724-48cb-ad11-048ac0b59196 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-85bbd14b-b724-48cb-ad11-048ac0b59196 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85bbd14b-b724-48cb-ad11-048ac0b59196.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e2250e4-2b5b-4fff-96fa-0584f57404d5 {
  min-height: 50px;
}








#s-1e2250e4-2b5b-4fff-96fa-0584f57404d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e2250e4-2b5b-4fff-96fa-0584f57404d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c53ce7ed-7007-4f0a-bd53-ffb2efb469c9 {
  margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-c53ce7ed-7007-4f0a-bd53-ffb2efb469c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c53ce7ed-7007-4f0a-bd53-ffb2efb469c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c53ce7ed-7007-4f0a-bd53-ffb2efb469c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c53ce7ed-7007-4f0a-bd53-ffb2efb469c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-04f6ae9a-c726-4449-95a6-064810616624 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04f6ae9a-c726-4449-95a6-064810616624 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-8ea47443-524c-45de-bc77-186b1d3c9e82 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ea47443-524c-45de-bc77-186b1d3c9e82 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-7add1a08-3dc5-42fb-b1cc-fd5050a29b82 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7add1a08-3dc5-42fb-b1cc-fd5050a29b82 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-3c5d9a63-b55a-464a-8b69-f509ac1e2def {
  min-height: 50px;
}








#s-3c5d9a63-b55a-464a-8b69-f509ac1e2def > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c5d9a63-b55a-464a-8b69-f509ac1e2def.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c031940-c55d-4475-92af-cb0c7d594e89 {
  text-align: center;
}







  #s-1c031940-c55d-4475-92af-cb0c7d594e89 img.shogun-image {
    

    
    
    
  }


#s-1c031940-c55d-4475-92af-cb0c7d594e89 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-9a381427-7a76-4dae-97f8-e2aff38390ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a381427-7a76-4dae-97f8-e2aff38390ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9a381427-7a76-4dae-97f8-e2aff38390ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a381427-7a76-4dae-97f8-e2aff38390ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b81960ab-ff23-4d37-9843-bd0244b4edc0 {
  min-height: 50px;
}








#s-b81960ab-ff23-4d37-9843-bd0244b4edc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b81960ab-ff23-4d37-9843-bd0244b4edc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53b8288f-8d55-40fe-afda-ee660c956bb2 {
  text-align: center;
}







  #s-53b8288f-8d55-40fe-afda-ee660c956bb2 img.shogun-image {
    

    
    
    
  }


#s-53b8288f-8d55-40fe-afda-ee660c956bb2 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-df758027-2082-479e-bb5c-e52dd4c0ef85 {
  min-height: 50px;
}








#s-df758027-2082-479e-bb5c-e52dd4c0ef85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df758027-2082-479e-bb5c-e52dd4c0ef85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8198c79-a485-403f-a892-be2a2d0e1402 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-c8198c79-a485-403f-a892-be2a2d0e1402 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8198c79-a485-403f-a892-be2a2d0e1402.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3f6b54cc-a317-4e0c-baad-3d7ccfe87c3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f6b54cc-a317-4e0c-baad-3d7ccfe87c3c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3f6b54cc-a317-4e0c-baad-3d7ccfe87c3c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3f6b54cc-a317-4e0c-baad-3d7ccfe87c3c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3f6b54cc-a317-4e0c-baad-3d7ccfe87c3c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f6b54cc-a317-4e0c-baad-3d7ccfe87c3c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3f6b54cc-a317-4e0c-baad-3d7ccfe87c3c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-22297d1e-349a-47c8-bd44-45e0b3ce637f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22297d1e-349a-47c8-bd44-45e0b3ce637f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 0.5em;
  
  
}



#s-f312e376-d189-420c-9636-7b29ddbf736f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f312e376-d189-420c-9636-7b29ddbf736f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  
  
}



#s-da455c2a-b8be-428e-880c-c80f0b18b68d {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-da455c2a-b8be-428e-880c-c80f0b18b68d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da455c2a-b8be-428e-880c-c80f0b18b68d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a3142ec-2577-4952-9a39-9f95f6bfd8c8 {
  margin-left: 4%;
}

@media (min-width: 0px) {
[id="s-7a3142ec-2577-4952-9a39-9f95f6bfd8c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a3142ec-2577-4952-9a39-9f95f6bfd8c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a3142ec-2577-4952-9a39-9f95f6bfd8c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a3142ec-2577-4952-9a39-9f95f6bfd8c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a3142ec-2577-4952-9a39-9f95f6bfd8c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a3142ec-2577-4952-9a39-9f95f6bfd8c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7a3142ec-2577-4952-9a39-9f95f6bfd8c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-61fe6722-810e-41d8-8451-7cde073fe139 {
  min-height: 50px;
}








#s-61fe6722-810e-41d8-8451-7cde073fe139 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61fe6722-810e-41d8-8451-7cde073fe139.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ea70946-72d1-4ca4-80e5-0159b99b2f5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2ea70946-72d1-4ca4-80e5-0159b99b2f5f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  line-height: 1.4em;
  
  text-align: left;
}



#s-3b8cbc6c-d598-4261-8ab0-41fae5aa8479 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3b8cbc6c-d598-4261-8ab0-41fae5aa8479 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-6c158ea8-ed31-49b8-94fd-c247c5e704f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6c158ea8-ed31-49b8-94fd-c247c5e704f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-ae4f9dbe-13a2-4e2c-8870-ffe586f460da {
  min-height: 50px;
}








#s-ae4f9dbe-13a2-4e2c-8870-ffe586f460da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae4f9dbe-13a2-4e2c-8870-ffe586f460da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c5fac09-271d-40d4-9d44-d5ef8f448495 {
  text-align: center;
}







  #s-7c5fac09-271d-40d4-9d44-d5ef8f448495 img.shogun-image {
    

    
    
    
  }


#s-7c5fac09-271d-40d4-9d44-d5ef8f448495 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a551feb-8f7e-4ed1-96cb-63e0ac7b2bc4 {
  min-height: 50px;
}








#s-4a551feb-8f7e-4ed1-96cb-63e0ac7b2bc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a551feb-8f7e-4ed1-96cb-63e0ac7b2bc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acd9d73c-eb05-4dc5-8522-b3b9ea0cb7cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-acd9d73c-eb05-4dc5-8522-b3b9ea0cb7cd .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  
}



#s-dcc186e8-93b9-4893-9874-044516ca43d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcc186e8-93b9-4893-9874-044516ca43d2 .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 0.7em;
  
  
}



#s-ab631a4b-5bec-4822-8e51-cdb90fc8aad8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab631a4b-5bec-4822-8e51-cdb90fc8aad8 .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}



#s-d98eac62-b93c-4de6-8dff-3d5e13e2bc57 {
  text-align: center;
}







  #s-d98eac62-b93c-4de6-8dff-3d5e13e2bc57 img.shogun-image {
    

    
    
    
  }


#s-d98eac62-b93c-4de6-8dff-3d5e13e2bc57 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-63fbca01-b569-4af4-af08-50ef33811e46 {
  text-align: center;
}







  #s-63fbca01-b569-4af4-af08-50ef33811e46 img.shogun-image {
    

    
    
    
  }


#s-63fbca01-b569-4af4-af08-50ef33811e46 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-54331c09-772e-4a9a-bbc6-e2093aca68df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-54331c09-772e-4a9a-bbc6-e2093aca68df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-54331c09-772e-4a9a-bbc6-e2093aca68df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-54331c09-772e-4a9a-bbc6-e2093aca68df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-54331c09-772e-4a9a-bbc6-e2093aca68df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-54331c09-772e-4a9a-bbc6-e2093aca68df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-54331c09-772e-4a9a-bbc6-e2093aca68df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

#s-7116e376-62ed-45fd-a47f-3b2526612942 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7116e376-62ed-45fd-a47f-3b2526612942 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-6015a142-a8f4-4c8e-8ff8-8f62a536f4a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6015a142-a8f4-4c8e-8ff8-8f62a536f4a0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-1d53e856-514b-4c09-a867-63916e5eaeae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1d53e856-514b-4c09-a867-63916e5eaeae .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-03647764-1af7-4023-b193-ca3ab5413f3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-03647764-1af7-4023-b193-ca3ab5413f3e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



@media (min-width: 0px) {
[id="s-8e2ed40e-3d51-411c-86f4-8316a0e79422"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8e2ed40e-3d51-411c-86f4-8316a0e79422"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8e2ed40e-3d51-411c-86f4-8316a0e79422"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8e2ed40e-3d51-411c-86f4-8316a0e79422"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8e2ed40e-3d51-411c-86f4-8316a0e79422"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8e2ed40e-3d51-411c-86f4-8316a0e79422"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8e2ed40e-3d51-411c-86f4-8316a0e79422"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

}

#s-4a4cbe38-cd7e-4fe6-811f-19f6247df610 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4a4cbe38-cd7e-4fe6-811f-19f6247df610 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-a8756a6b-aab2-4b6c-ae08-58626d027a8d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a8756a6b-aab2-4b6c-ae08-58626d027a8d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-012cd5f6-7c41-4f1a-891d-8aa7c2b8574c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-012cd5f6-7c41-4f1a-891d-8aa7c2b8574c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-5c8c20dc-085c-4e77-9c3d-4f1f18ba1f57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5c8c20dc-085c-4e77-9c3d-4f1f18ba1f57 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-fcc021db-11a9-4732-bd5a-9e44a1e4633a {
  min-height: 50px;
}








#s-fcc021db-11a9-4732-bd5a-9e44a1e4633a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcc021db-11a9-4732-bd5a-9e44a1e4633a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c27498f-524b-42df-9bd7-a43aab011340 {
  min-height: 50px;
}








#s-7c27498f-524b-42df-9bd7-a43aab011340 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c27498f-524b-42df-9bd7-a43aab011340.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3652e66e-76f1-4f17-83ba-962e62a3dba0 {
  min-height: 50px;
}








#s-3652e66e-76f1-4f17-83ba-962e62a3dba0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3652e66e-76f1-4f17-83ba-962e62a3dba0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-561d5363-4c74-4993-bfe0-da158b706dda {
  min-height: 50px;
}








#s-561d5363-4c74-4993-bfe0-da158b706dda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-561d5363-4c74-4993-bfe0-da158b706dda.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25623e75-a208-426a-b944-f660f9adf932 {
  min-height: 50px;
}








#s-25623e75-a208-426a-b944-f660f9adf932 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25623e75-a208-426a-b944-f660f9adf932.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16be8f4b-8f5e-428f-9d92-c6060079e6e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16be8f4b-8f5e-428f-9d92-c6060079e6e0 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1.3em;
  
  
}



#s-6730e660-5f68-4696-8805-ee6ff2a9d156 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6730e660-5f68-4696-8805-ee6ff2a9d156 .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  
}



#s-ab8f0b4f-5b4d-4680-a7bc-daab26c4766b {
  text-align: center;
}







  #s-ab8f0b4f-5b4d-4680-a7bc-daab26c4766b img.shogun-image {
    

    
    
    
  }


#s-ab8f0b4f-5b4d-4680-a7bc-daab26c4766b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-e437ec92-d733-4020-82f2-b02098396b9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e437ec92-d733-4020-82f2-b02098396b9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e437ec92-d733-4020-82f2-b02098396b9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e437ec92-d733-4020-82f2-b02098396b9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f68057f7-4a42-40a3-8fb3-b2ba4157ae1f {
  margin-left: -10%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f68057f7-4a42-40a3-8fb3-b2ba4157ae1f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  italic ;
  font-size: 50px;
  
  
  
}



#s-b544deae-b738-4d80-9a5a-22946390e329 {
  min-height: 50px;
}








#s-b544deae-b738-4d80-9a5a-22946390e329 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b544deae-b738-4d80-9a5a-22946390e329.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5654874-4b46-4af4-b814-3ac68817a0ce {
  min-height: 50px;
}








#s-d5654874-4b46-4af4-b814-3ac68817a0ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5654874-4b46-4af4-b814-3ac68817a0ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed28591a-23d8-4bdc-a886-7b76b1e89b7f {
  min-height: 50px;
}








#s-ed28591a-23d8-4bdc-a886-7b76b1e89b7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed28591a-23d8-4bdc-a886-7b76b1e89b7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4fbe202-31a0-4bd5-aadc-eb923108429a {
  min-height: 50px;
}








#s-a4fbe202-31a0-4bd5-aadc-eb923108429a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4fbe202-31a0-4bd5-aadc-eb923108429a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ed5e780-9943-48a2-b69c-8822789ec4c7 {
  min-height: 50px;
}








#s-3ed5e780-9943-48a2-b69c-8822789ec4c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ed5e780-9943-48a2-b69c-8822789ec4c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-886c90d2-c9cb-49f7-9862-b5f29d16d067 {
  min-height: 50px;
}








#s-886c90d2-c9cb-49f7-9862-b5f29d16d067 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-886c90d2-c9cb-49f7-9862-b5f29d16d067.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82c6abe3-efb4-4876-92a3-2d03931962d3 {
  min-height: 50px;
}








#s-82c6abe3-efb4-4876-92a3-2d03931962d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82c6abe3-efb4-4876-92a3-2d03931962d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3b721e8-fd89-4f0a-8709-26c1516b2fa8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3b721e8-fd89-4f0a-8709-26c1516b2fa8 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.3em;
  
  
}



#s-bc3c0071-ec09-46d2-9729-f6d6ac065785 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc3c0071-ec09-46d2-9729-f6d6ac065785 .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}



#s-a0d9e2ed-559e-4aab-ac8e-9731ad8c242c {
  min-height: 50px;
}








#s-a0d9e2ed-559e-4aab-ac8e-9731ad8c242c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0d9e2ed-559e-4aab-ac8e-9731ad8c242c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01271e79-9975-4e57-9995-aa21eeea08cb {
  text-align: center;
}







  #s-01271e79-9975-4e57-9995-aa21eeea08cb img.shogun-image {
    

    
    
    
  }


#s-01271e79-9975-4e57-9995-aa21eeea08cb .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c5ac125e-5e44-4fd5-ab20-767f100797b8 {
  min-height: 50px;
}








#s-c5ac125e-5e44-4fd5-ab20-767f100797b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5ac125e-5e44-4fd5-ab20-767f100797b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-931f5534-aa8f-44c9-ae40-af0c07d307ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-931f5534-aa8f-44c9-ae40-af0c07d307ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-931f5534-aa8f-44c9-ae40-af0c07d307ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-931f5534-aa8f-44c9-ae40-af0c07d307ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-b23a5196-130f-445f-baab-746ff8526cb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b23a5196-130f-445f-baab-746ff8526cb9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b23a5196-130f-445f-baab-746ff8526cb9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b23a5196-130f-445f-baab-746ff8526cb9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-3536c012-1535-4cbe-b963-c5190788a112 {
  text-align: center;
}







  #s-3536c012-1535-4cbe-b963-c5190788a112 img.shogun-image {
    

    
    
    
  }


#s-3536c012-1535-4cbe-b963-c5190788a112 .shogun-image-content {
  
    align-items: center;
  
}

#s-30712075-1e5e-4196-8cc0-d3c838252418 {
  text-align: center;
}







  #s-30712075-1e5e-4196-8cc0-d3c838252418 img.shogun-image {
    

    
    
    
  }


#s-30712075-1e5e-4196-8cc0-d3c838252418 .shogun-image-content {
  
    align-items: center;
  
}

#s-30a2c60c-ed60-42ee-b745-1012af40c935 {
  text-align: center;
}







  #s-30a2c60c-ed60-42ee-b745-1012af40c935 img.shogun-image {
    

    
    
    
  }


#s-30a2c60c-ed60-42ee-b745-1012af40c935 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea71ec43-ed24-4185-8da0-f3674f9f2efd {
  margin-top: -0.5px;
}

@media (min-width: 0px) {
[id="s-ea71ec43-ed24-4185-8da0-f3674f9f2efd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea71ec43-ed24-4185-8da0-f3674f9f2efd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ea71ec43-ed24-4185-8da0-f3674f9f2efd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea71ec43-ed24-4185-8da0-f3674f9f2efd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-56172eb4-7009-4e6e-8e57-60f2509d00c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56172eb4-7009-4e6e-8e57-60f2509d00c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-56172eb4-7009-4e6e-8e57-60f2509d00c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-56172eb4-7009-4e6e-8e57-60f2509d00c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-69a9ba43-955f-4420-9890-07ea751c0cdd {
  margin-bottom: -1.5em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69a9ba43-955f-4420-9890-07ea751c0cdd .shogun-heading-component h1 {
  color: rgba(62, 58, 57, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f27e1e92-46a0-4b22-929f-c5e1fe4827db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f27e1e92-46a0-4b22-929f-c5e1fe4827db .shogun-heading-component h1 {
  color: rgba(62, 58, 57, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-f6b43ea0-c1fa-4400-bb4d-d5e907414184 {
  margin-bottom: -1.5em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6b43ea0-c1fa-4400-bb4d-d5e907414184 .shogun-heading-component h1 {
  color: rgba(62, 58, 57, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-96929130-e082-4dd6-8aa2-debf7eb527bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96929130-e082-4dd6-8aa2-debf7eb527bb .shogun-heading-component h1 {
  color: rgba(62, 58, 57, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-d9dc76a5-736e-4774-ae58-cb9e50a6cabe {
  margin-bottom: -1.5em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9dc76a5-736e-4774-ae58-cb9e50a6cabe .shogun-heading-component h1 {
  color: rgba(62, 58, 57, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-448f7f24-f56f-4794-a8b8-0510dded4555 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-448f7f24-f56f-4794-a8b8-0510dded4555 .shogun-heading-component h1 {
  color: rgba(62, 58, 57, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-e95cb79e-232f-442a-8468-05be4292f1b4 {
  min-height: 50px;
}








#s-e95cb79e-232f-442a-8468-05be4292f1b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e95cb79e-232f-442a-8468-05be4292f1b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97e133b8-e854-4455-a73a-593335e46921 {
  min-height: 50px;
}








#s-97e133b8-e854-4455-a73a-593335e46921 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97e133b8-e854-4455-a73a-593335e46921.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc0f8bd2-06bb-4b48-9e12-1ef0d4fd3a31 {
  min-height: 50px;
}








#s-bc0f8bd2-06bb-4b48-9e12-1ef0d4fd3a31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc0f8bd2-06bb-4b48-9e12-1ef0d4fd3a31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aca2a55b-bc97-499b-aa87-82e7184b578e {
  min-height: 50px;
}








#s-aca2a55b-bc97-499b-aa87-82e7184b578e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aca2a55b-bc97-499b-aa87-82e7184b578e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb76490d-447b-4a00-89d4-f9d33d695173 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb76490d-447b-4a00-89d4-f9d33d695173 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.3em;
  
  
}



#s-80301517-2ed4-4427-a3ba-a8a87e9b7ed2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80301517-2ed4-4427-a3ba-a8a87e9b7ed2 .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}



#s-a3ebe042-ffc8-4cb5-bf32-9772fd7333cd {
  min-height: 50px;
}








#s-a3ebe042-ffc8-4cb5-bf32-9772fd7333cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3ebe042-ffc8-4cb5-bf32-9772fd7333cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43b0b49b-7c2b-4893-b6e6-373c7d85d024 {
  text-align: center;
}







  #s-43b0b49b-7c2b-4893-b6e6-373c7d85d024 img.shogun-image {
    

    
    
    
  }


#s-43b0b49b-7c2b-4893-b6e6-373c7d85d024 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-f7a4a391-63c6-429a-95c9-2eb4bf277ec6 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-f7a4a391-63c6-429a-95c9-2eb4bf277ec6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f7a4a391-63c6-429a-95c9-2eb4bf277ec6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f7a4a391-63c6-429a-95c9-2eb4bf277ec6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f7a4a391-63c6-429a-95c9-2eb4bf277ec6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f7a4a391-63c6-429a-95c9-2eb4bf277ec6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f7a4a391-63c6-429a-95c9-2eb4bf277ec6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f7a4a391-63c6-429a-95c9-2eb4bf277ec6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7a4a391-63c6-429a-95c9-2eb4bf277ec6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f7a4a391-63c6-429a-95c9-2eb4bf277ec6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f7a4a391-63c6-429a-95c9-2eb4bf277ec6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-c83cf357-e24f-4c10-a896-930e2b3f74e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c83cf357-e24f-4c10-a896-930e2b3f74e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c83cf357-e24f-4c10-a896-930e2b3f74e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c83cf357-e24f-4c10-a896-930e2b3f74e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f8140554-b848-43c6-ba01-3dcbf17c38ee {
  margin-left: 1em;
margin-right: -2em;
min-height: 50px;
}








#s-f8140554-b848-43c6-ba01-3dcbf17c38ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8140554-b848-43c6-ba01-3dcbf17c38ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d2e9ccd-b727-4799-bba1-424f23085875 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d2e9ccd-b727-4799-bba1-424f23085875 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-8a9a94e4-882d-4bfb-be2a-a03ac95655f3 {
  margin-top: -22px;
margin-left: -2em;
margin-bottom: 0px;
margin-right: -2em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a9a94e4-882d-4bfb-be2a-a03ac95655f3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-f8c82aa3-9dde-481d-a61b-751dc3b9c3d7 {
  margin-top: -2em;
margin-right: -3em;
min-height: 50px;
}








#s-f8c82aa3-9dde-481d-a61b-751dc3b9c3d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8c82aa3-9dde-481d-a61b-751dc3b9c3d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e718dcb-15bf-4c0a-8adf-14d21315350f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e718dcb-15bf-4c0a-8adf-14d21315350f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}



#s-ca76230a-90e4-479a-9da2-06aeb21f09aa {
  margin-top: -22px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca76230a-90e4-479a-9da2-06aeb21f09aa .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b70f2c39-9ba5-42b6-b9bd-c63c0c275dca {
  margin-left: 2.8em;
margin-right: 0em;
padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}








#s-b70f2c39-9ba5-42b6-b9bd-c63c0c275dca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b70f2c39-9ba5-42b6-b9bd-c63c0c275dca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9212a20-6fca-4d16-bde2-5bd486aef946 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9212a20-6fca-4d16-bde2-5bd486aef946 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-6d03023f-d045-4157-85a5-d3d15c1a2c35 {
  margin-top: -22px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d03023f-d045-4157-85a5-d3d15c1a2c35 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-bccc7c39-5095-426d-a466-b53775819324 {
  min-height: 50px;
}








#s-bccc7c39-5095-426d-a466-b53775819324 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bccc7c39-5095-426d-a466-b53775819324.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95dfb4b1-bb1c-45f7-887d-29381f288b0f {
  min-height: 50px;
}








#s-95dfb4b1-bb1c-45f7-887d-29381f288b0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95dfb4b1-bb1c-45f7-887d-29381f288b0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42ccf207-cc05-41bf-a9be-040d6b553986 {
  min-height: 50px;
}








#s-42ccf207-cc05-41bf-a9be-040d6b553986 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42ccf207-cc05-41bf-a9be-040d6b553986.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cdbdc5d-dfcf-4ba0-b027-458ef3360aa1 {
  text-align: center;
}







  #s-9cdbdc5d-dfcf-4ba0-b027-458ef3360aa1 img.shogun-image {
    

    
    
    
  }


#s-9cdbdc5d-dfcf-4ba0-b027-458ef3360aa1 .shogun-image-content {
  
    align-items: center;
  
}

#s-52413f73-335d-4fbc-910e-a138dfdbd87e {
  margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-52413f73-335d-4fbc-910e-a138dfdbd87e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52413f73-335d-4fbc-910e-a138dfdbd87e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52413f73-335d-4fbc-910e-a138dfdbd87e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52413f73-335d-4fbc-910e-a138dfdbd87e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9bda5862-da77-4bdc-90d0-98895378ec87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9bda5862-da77-4bdc-90d0-98895378ec87 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-ea801275-3c12-42b0-8e8c-1083ac5adbae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ea801275-3c12-42b0-8e8c-1083ac5adbae .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-4a7d2f43-4c7b-47a7-93d8-81f33e997cce {
  min-height: 50px;
}








#s-4a7d2f43-4c7b-47a7-93d8-81f33e997cce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a7d2f43-4c7b-47a7-93d8-81f33e997cce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-632fc1b3-1a17-491c-8268-24c48d2f8bca {
  text-align: center;
}







  #s-632fc1b3-1a17-491c-8268-24c48d2f8bca img.shogun-image {
    

    
    
    
  }


#s-632fc1b3-1a17-491c-8268-24c48d2f8bca .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-2dba315a-4fd7-4326-ba0d-2d898879566a {
  min-height: 50px;
}








#s-2dba315a-4fd7-4326-ba0d-2d898879566a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2dba315a-4fd7-4326-ba0d-2d898879566a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75d1f082-0ec9-442d-83e3-7f73690f5239 {
  min-height: 50px;
}








#s-75d1f082-0ec9-442d-83e3-7f73690f5239 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75d1f082-0ec9-442d-83e3-7f73690f5239.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fcb055a-8c05-454a-90c8-e6497a4be687 {
  min-height: 50px;
}








#s-9fcb055a-8c05-454a-90c8-e6497a4be687 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fcb055a-8c05-454a-90c8-e6497a4be687.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9d7c6ad-4265-45c3-a29a-c0723a7395a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9d7c6ad-4265-45c3-a29a-c0723a7395a1 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.3em;
  
  
}



#s-81548bd5-c3a0-489c-be25-0ad579505098 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81548bd5-c3a0-489c-be25-0ad579505098 .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  
}



#s-f1f77a3b-1e07-4ab4-8682-9e0adcb14f5e {
  text-align: center;
}







  #s-f1f77a3b-1e07-4ab4-8682-9e0adcb14f5e img.shogun-image {
    

    
    
    
  }


#s-f1f77a3b-1e07-4ab4-8682-9e0adcb14f5e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e28f67b4-c372-4443-b539-4e0270b3066e {
  min-height: 50px;
}








#s-e28f67b4-c372-4443-b539-4e0270b3066e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e28f67b4-c372-4443-b539-4e0270b3066e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b9807c4-7019-41d3-8cca-3db60b35ec54 {
  min-height: 50px;
}








#s-7b9807c4-7019-41d3-8cca-3db60b35ec54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b9807c4-7019-41d3-8cca-3db60b35ec54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ddf83a56-d125-42b5-b3e0-94ed7397fda5 {
  min-height: 50px;
}








#s-ddf83a56-d125-42b5-b3e0-94ed7397fda5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddf83a56-d125-42b5-b3e0-94ed7397fda5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62499fb0-0442-459c-ba9e-3b38e2438640 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62499fb0-0442-459c-ba9e-3b38e2438640 .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-0c00ce69-8f7f-4483-9e0b-37bc2cca1235 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c00ce69-8f7f-4483-9e0b-37bc2cca1235 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.3em;
  
  
}



#s-4e38bc76-7ff2-4950-b425-75ace1da736c {
  text-align: center;
}







  #s-4e38bc76-7ff2-4950-b425-75ace1da736c img.shogun-image {
    

    
    
    
  }


#s-4e38bc76-7ff2-4950-b425-75ace1da736c .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-2d75ce9c-f569-4baa-8a23-e928d1eb2c57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d75ce9c-f569-4baa-8a23-e928d1eb2c57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d75ce9c-f569-4baa-8a23-e928d1eb2c57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d75ce9c-f569-4baa-8a23-e928d1eb2c57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-02e13096-e9e3-4160-b5eb-137d81d1bfaf {
  min-height: 50px;
}








#s-02e13096-e9e3-4160-b5eb-137d81d1bfaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02e13096-e9e3-4160-b5eb-137d81d1bfaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17b5793d-2a2b-44d5-8833-f888a3455098 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-17b5793d-2a2b-44d5-8833-f888a3455098 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-efa32a61-4aa8-4f00-9bd5-51f83d6bfe64 {
  margin-top: -10px;
margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-efa32a61-4aa8-4f00-9bd5-51f83d6bfe64 .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-1d84538f-c964-4210-af55-72df42cd3781 {
  margin-top: -20px;
margin-bottom: -20px;
min-height: 50px;
}








#s-1d84538f-c964-4210-af55-72df42cd3781 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d84538f-c964-4210-af55-72df42cd3781.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e7a218e-ba13-4fb1-aa99-4effffab75c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3e7a218e-ba13-4fb1-aa99-4effffab75c8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-ea547b57-5b65-4a43-a026-ce3d46c9b958 {
  margin-top: -10px;
margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ea547b57-5b65-4a43-a026-ce3d46c9b958 .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-02692adb-6973-4f4a-8043-d546f8d40e4e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-02692adb-6973-4f4a-8043-d546f8d40e4e .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-403c604f-443e-4fc9-b854-bc52a1dbeaca {
  margin-top: -10px;
margin-bottom: -10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-403c604f-443e-4fc9-b854-bc52a1dbeaca .shogun-heading-component h1 {
  color: rgba(89, 87, 87, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-eff215d0-967b-4be7-a91a-1c6feed2bb93 {
  min-height: 50px;
}








#s-eff215d0-967b-4be7-a91a-1c6feed2bb93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eff215d0-967b-4be7-a91a-1c6feed2bb93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-061db53b-a40b-44d8-a925-6f020db1c81c {
  min-height: 50px;
}








#s-061db53b-a40b-44d8-a925-6f020db1c81c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-061db53b-a40b-44d8-a925-6f020db1c81c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8668011-9149-42da-829f-b9aaa046d64d {
  min-height: 50px;
}








#s-d8668011-9149-42da-829f-b9aaa046d64d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8668011-9149-42da-829f-b9aaa046d64d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa14c555-0dac-4490-9ea5-3f86a0020955 {
  text-align: center;
}







  #s-aa14c555-0dac-4490-9ea5-3f86a0020955 img.shogun-image {
    

    
    
    
  }


#s-aa14c555-0dac-4490-9ea5-3f86a0020955 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-6d684e96-211f-49bb-9f65-a5bf8a9911ba {
  margin-top: 3px;
margin-bottom: 3px;
}

@media (min-width: 0px) {
[id="s-6d684e96-211f-49bb-9f65-a5bf8a9911ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d684e96-211f-49bb-9f65-a5bf8a9911ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6d684e96-211f-49bb-9f65-a5bf8a9911ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6d684e96-211f-49bb-9f65-a5bf8a9911ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6d684e96-211f-49bb-9f65-a5bf8a9911ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d684e96-211f-49bb-9f65-a5bf8a9911ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6d684e96-211f-49bb-9f65-a5bf8a9911ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-d9e32fe8-70bd-4d7e-b0f5-09c38873a96b {
  margin-top: 3em;
margin-bottom: 0px;
margin-right: -1em;
min-height: 50px;
}








#s-d9e32fe8-70bd-4d7e-b0f5-09c38873a96b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9e32fe8-70bd-4d7e-b0f5-09c38873a96b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76d4ef12-3cc0-4d44-851f-adb3c19b4b1e {
  margin-top: 3px;
margin-left: 0em;
margin-bottom: -1em;
margin-right: -1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76d4ef12-3cc0-4d44-851f-adb3c19b4b1e .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 2.3em;
  
  
}



#s-559a9443-4ed2-456a-ad5b-98563fcd66c7 {
  margin-top: 1.5em;
margin-left: 0em;
margin-bottom: 0.7px;
margin-right: -1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-559a9443-4ed2-456a-ad5b-98563fcd66c7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 2.3em;
  
  
}



#s-5c403acc-164d-4417-86eb-85c55319c13a {
  margin-top: 0em;
margin-left: 0em;
margin-bottom: 0px;
margin-right: -1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c403acc-164d-4417-86eb-85c55319c13a .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 2.5em;
  
  
}



@media (min-width: 0px) {
[id="s-30bd48d4-14a9-487c-820f-4e2288c4090f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-30bd48d4-14a9-487c-820f-4e2288c4090f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-30bd48d4-14a9-487c-820f-4e2288c4090f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-30bd48d4-14a9-487c-820f-4e2288c4090f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-30bd48d4-14a9-487c-820f-4e2288c4090f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-30bd48d4-14a9-487c-820f-4e2288c4090f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-30bd48d4-14a9-487c-820f-4e2288c4090f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-30bd48d4-14a9-487c-820f-4e2288c4090f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-30bd48d4-14a9-487c-820f-4e2288c4090f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-30bd48d4-14a9-487c-820f-4e2288c4090f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

#s-89d5cdca-8b2d-46e6-947c-267e71bf8136 {
  margin-top: 1em;
margin-left: -6em;
margin-bottom: 0em;
margin-right: -3em;
min-height: 50px;
}








#s-89d5cdca-8b2d-46e6-947c-267e71bf8136 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89d5cdca-8b2d-46e6-947c-267e71bf8136.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca2604e1-4d5a-462e-bcb4-67e23b0fbc5e {
  margin-top: 2.1em;
margin-bottom: -2.5em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca2604e1-4d5a-462e-bcb4-67e23b0fbc5e .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 2.3em;
  
  
}



#s-2bd9d9bd-43f4-4b57-9df2-be48f8fc0b20 {
  margin-top: 1.2em;
margin-bottom: -0.3em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2bd9d9bd-43f4-4b57-9df2-be48f8fc0b20 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  
  
}



#s-95b83eaa-c453-45c5-80c7-3341e2c4d82e {
  margin-top: -5px;
margin-left: -1em;
margin-bottom: -26px;
margin-right: -1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95b83eaa-c453-45c5-80c7-3341e2c4d82e .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  
  
}



#s-bf7e87ba-ea00-484f-871e-ca28ec7ef321 {
  margin-top: 1.3em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf7e87ba-ea00-484f-871e-ca28ec7ef321 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 2.5em;
  
  
}



#s-a3b16060-1baf-4db4-b37a-68fa9329d081 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 0em;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-a3b16060-1baf-4db4-b37a-68fa9329d081 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3b16060-1baf-4db4-b37a-68fa9329d081.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b86d28ce-a62f-454e-852c-fa9ef59d94f3 {
  margin-top: 2.1em;
margin-bottom: -2.5em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b86d28ce-a62f-454e-852c-fa9ef59d94f3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 2.3em;
  
  
}



#s-ad245cd9-5c44-42c9-bf8c-9570896a7f34 {
  margin-top: 1.2em;
margin-bottom: -0.3em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad245cd9-5c44-42c9-bf8c-9570896a7f34 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  
  
}



#s-7355f193-6254-4120-b1aa-c2e055efcf05 {
  margin-top: -5px;
margin-left: -1em;
margin-bottom: -26px;
margin-right: -1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7355f193-6254-4120-b1aa-c2e055efcf05 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  
  
}



#s-39cc7a18-bc00-412a-83f2-eba8f1a6fee8 {
  margin-top: 1.3em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39cc7a18-bc00-412a-83f2-eba8f1a6fee8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 2.5em;
  
  
}



#s-3360cb8a-2c74-4b40-a7bc-92ffe4863316 {
  margin-top: 1em;
margin-left: 0em;
margin-bottom: 0em;
min-height: 50px;
}








#s-3360cb8a-2c74-4b40-a7bc-92ffe4863316 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3360cb8a-2c74-4b40-a7bc-92ffe4863316.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf87a15c-6589-4007-8c2b-74bd8fb22a9f {
  margin-top: 2.1em;
margin-bottom: -2.5em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf87a15c-6589-4007-8c2b-74bd8fb22a9f .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 2.3em;
  
  
}



#s-c7e8dd95-3238-41d1-b0df-d217833f99d3 {
  margin-top: 1.2em;
margin-bottom: -0.3em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7e8dd95-3238-41d1-b0df-d217833f99d3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  
  
}



#s-2ef7d8e5-d55b-4320-888d-253cc9f87cff {
  margin-top: -5px;
margin-left: -1em;
margin-bottom: -26px;
margin-right: -1em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ef7d8e5-d55b-4320-888d-253cc9f87cff .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.3em;
  
  
}



#s-5500fab6-b626-4e09-a517-47a4172b293e {
  margin-top: 1.3em;
margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5500fab6-b626-4e09-a517-47a4172b293e .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  line-height: 2.5em;
  
  
}



#s-992c1c54-1801-439b-92b3-11d3da5e9f56 {
  min-height: 50px;
}








#s-992c1c54-1801-439b-92b3-11d3da5e9f56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-992c1c54-1801-439b-92b3-11d3da5e9f56.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a0f2963-ada8-4b76-be46-79a69eb99801 {
  margin-top: -15px;
margin-bottom: -15px;
min-height: 50px;
}








#s-8a0f2963-ada8-4b76-be46-79a69eb99801 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a0f2963-ada8-4b76-be46-79a69eb99801.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a5e2c34-2d8d-4c09-898d-4c960c85dc1e {
  min-height: 50px;
}








#s-6a5e2c34-2d8d-4c09-898d-4c960c85dc1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a5e2c34-2d8d-4c09-898d-4c960c85dc1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79f821d4-35de-47a5-81e6-99256de5f096 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-79f821d4-35de-47a5-81e6-99256de5f096 {
  display: none;
}
#s-79f821d4-35de-47a5-81e6-99256de5f096, #wrap-s-79f821d4-35de-47a5-81e6-99256de5f096 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79f821d4-35de-47a5-81e6-99256de5f096 {
  display: none;
}
#s-79f821d4-35de-47a5-81e6-99256de5f096, #wrap-s-79f821d4-35de-47a5-81e6-99256de5f096 { display:none !important; }}







#s-79f821d4-35de-47a5-81e6-99256de5f096 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79f821d4-35de-47a5-81e6-99256de5f096.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba722e12-b2cc-428d-a716-fd7ecba3007e {
  min-height: 50px;
}








#s-ba722e12-b2cc-428d-a716-fd7ecba3007e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba722e12-b2cc-428d-a716-fd7ecba3007e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a20e5dd-7495-4059-843e-79bc88327abe {
  text-align: center;
}







  #s-1a20e5dd-7495-4059-843e-79bc88327abe img.shogun-image {
    

    
    
    
  }


#s-1a20e5dd-7495-4059-843e-79bc88327abe .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-94b03858-d073-438b-a3f4-86d999b288bd {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
text-align: left;
}

#s-94b03858-d073-438b-a3f4-86d999b288bd .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-b128a51e-14b1-4662-99b0-ad29af91b0ae {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
text-align: left;
}

#s-b128a51e-14b1-4662-99b0-ad29af91b0ae .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-909c2a95-5718-4525-ad45-d7f8c8b1e900 {
  min-height: 50px;
}








#s-909c2a95-5718-4525-ad45-d7f8c8b1e900 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-909c2a95-5718-4525-ad45-d7f8c8b1e900.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f8edb86-cfaa-4d20-af2a-2f66f6752959 {
  min-height: 50px;
}








#s-3f8edb86-cfaa-4d20-af2a-2f66f6752959 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f8edb86-cfaa-4d20-af2a-2f66f6752959.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa8b2b52-02a5-4118-9608-3f58e14fb50f {
  text-align: center;
}







  #s-fa8b2b52-02a5-4118-9608-3f58e14fb50f img.shogun-image {
    

    
    
    
  }


#s-fa8b2b52-02a5-4118-9608-3f58e14fb50f .shogun-image-content {
  
    align-items: center;
  
}

#s-d8782552-534a-4a99-a344-f411686d4404 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8782552-534a-4a99-a344-f411686d4404 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: -0.2px;
  
}



#s-26495679-afb7-4c3d-aa43-6f2b3382fc32 {
  margin-left: 8%;
margin-right: 8%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-26495679-afb7-4c3d-aa43-6f2b3382fc32 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  letter-spacing: 0.2px;
  
}



#s-bc15afd7-c431-4f92-ac38-26bc335e6492 {
  min-height: 50px;
}








#s-bc15afd7-c431-4f92-ac38-26bc335e6492 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc15afd7-c431-4f92-ac38-26bc335e6492.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-befe7ec9-961f-4b27-8fde-eb71678d9d81 {
  margin-left: 7%;
margin-right: 7%;
}

@media (min-width: 0px) {
[id="s-befe7ec9-961f-4b27-8fde-eb71678d9d81"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-befe7ec9-961f-4b27-8fde-eb71678d9d81"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-befe7ec9-961f-4b27-8fde-eb71678d9d81"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-befe7ec9-961f-4b27-8fde-eb71678d9d81"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-6a371ac6-d993-4754-9be1-ed4425e51b9b {
  margin-left: 26%;
margin-right: 26%;
text-align: center;
}







  #s-6a371ac6-d993-4754-9be1-ed4425e51b9b img.shogun-image {
    

    
    
    
  }


#s-6a371ac6-d993-4754-9be1-ed4425e51b9b .shogun-image-content {
  
    align-items: center;
  
}

#s-38f8da24-fac1-46df-80b6-5ba4c2cfa36f {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-38f8da24-fac1-46df-80b6-5ba4c2cfa36f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-7c3443f0-00d0-4550-8502-3d865bfec733 {
  margin-left: 30%;
margin-right: 30%;
text-align: center;
}







  #s-7c3443f0-00d0-4550-8502-3d865bfec733 img.shogun-image {
    

    
    
    
  }


#s-7c3443f0-00d0-4550-8502-3d865bfec733 .shogun-image-content {
  
    align-items: center;
  
}

#s-e31ccff4-b30a-430b-b68a-7c267dbbfdc8 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-e31ccff4-b30a-430b-b68a-7c267dbbfdc8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-30d0aeb6-142b-4420-8ff6-9ecd84f50b5d {
  margin-left: 27%;
margin-right: 27%;
text-align: center;
}







  #s-30d0aeb6-142b-4420-8ff6-9ecd84f50b5d img.shogun-image {
    

    
    
    
  }


#s-30d0aeb6-142b-4420-8ff6-9ecd84f50b5d .shogun-image-content {
  
    align-items: center;
  
}

#s-451d582a-0957-4ac5-ace2-08905f3ea57f {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-451d582a-0957-4ac5-ace2-08905f3ea57f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-637bc835-9599-4de4-a7f9-cfdbf3ec47f1 {
  margin-left: 35.3%;
margin-right: 35.3%;
text-align: center;
}







  #s-637bc835-9599-4de4-a7f9-cfdbf3ec47f1 img.shogun-image {
    

    
    
    
  }


#s-637bc835-9599-4de4-a7f9-cfdbf3ec47f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ebdc222-ef7f-439c-b077-015ec0afe433 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-5ebdc222-ef7f-439c-b077-015ec0afe433 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-8eea16ad-0165-4897-9234-7d7c66be4f83 {
  margin-left: 26%;
margin-right: 26%;
text-align: center;
}







  #s-8eea16ad-0165-4897-9234-7d7c66be4f83 img.shogun-image {
    

    
    
    
  }


#s-8eea16ad-0165-4897-9234-7d7c66be4f83 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f5fed94-4b4e-40b7-93c1-20337d3d48c0 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-0f5fed94-4b4e-40b7-93c1-20337d3d48c0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-0c205b12-7afd-41b4-8551-8c1cbbf1a082 {
  margin-left: 26%;
margin-right: 26%;
text-align: center;
}







  #s-0c205b12-7afd-41b4-8551-8c1cbbf1a082 img.shogun-image {
    

    
    
    
  }


#s-0c205b12-7afd-41b4-8551-8c1cbbf1a082 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b768c02-41fd-41ba-a31f-f3003b4af1d6 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-6b768c02-41fd-41ba-a31f-f3003b4af1d6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-623947e5-dbbc-4ca1-b1a2-6041aa0bebc7 {
  min-height: 50px;
}








#s-623947e5-dbbc-4ca1-b1a2-6041aa0bebc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-623947e5-dbbc-4ca1-b1a2-6041aa0bebc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e94a8a21-7c59-4239-8b38-6c024146c2dc {
  text-align: center;
}







  #s-e94a8a21-7c59-4239-8b38-6c024146c2dc img.shogun-image {
    

    
    
    
  }


#s-e94a8a21-7c59-4239-8b38-6c024146c2dc .shogun-image-content {
  
    align-items: center;
  
}

#s-5d701d45-9a00-4d80-aeb5-697268777951 {
  margin-left: 11%;
margin-right: 11%;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-5d701d45-9a00-4d80-aeb5-697268777951 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: right;
}



#s-efa38117-95f7-4f93-be06-aa207032d3da {
  min-height: 50px;
}








#s-efa38117-95f7-4f93-be06-aa207032d3da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efa38117-95f7-4f93-be06-aa207032d3da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ba80d4e-bc2b-42bd-9d41-0d215ae92125 {
  min-height: 50px;
}








#s-3ba80d4e-bc2b-42bd-9d41-0d215ae92125 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ba80d4e-bc2b-42bd-9d41-0d215ae92125.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c298d52-f5e9-4939-bd71-5b07fe3636cb {
  min-height: 50px;
background-color: rgba(132, 216, 204, 1);
}








#s-8c298d52-f5e9-4939-bd71-5b07fe3636cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c298d52-f5e9-4939-bd71-5b07fe3636cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-876f0f3a-c6c9-454e-b7b9-20cbaac1dd88 {
  padding-top: 15px;
padding-bottom: 0px;
text-align: center;
}

#s-876f0f3a-c6c9-454e-b7b9-20cbaac1dd88 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: -0.1px;
  
}



#s-da235bb2-9b70-4d42-b566-1977f54a35c3 {
  padding-top: 0px;
padding-bottom: 15px;
text-align: center;
}

#s-da235bb2-9b70-4d42-b566-1977f54a35c3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 15px;
  
  letter-spacing: -0.1px;
  
}



#s-bdeb9944-f801-499e-93b1-8cb91e9a27dc {
  padding-top: 18px;
padding-bottom: 0px;
text-align: center;
}

#s-bdeb9944-f801-499e-93b1-8cb91e9a27dc .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-0b3a2fa7-56d4-4626-b098-97129ebeb8c1 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-0b3a2fa7-56d4-4626-b098-97129ebeb8c1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-12bdaba4-c5b6-4a94-9530-6acf461b35ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12bdaba4-c5b6-4a94-9530-6acf461b35ea .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-96af8aaa-a8c8-4e75-9676-6374d7460b7f {
  text-align: center;
}







  #s-96af8aaa-a8c8-4e75-9676-6374d7460b7f img.shogun-image {
    

    
    
    
  }


#s-96af8aaa-a8c8-4e75-9676-6374d7460b7f .shogun-image-content {
  
    align-items: center;
  
}

#s-decdf8b5-0a8e-4aa7-910c-a6c8fd632ab1 {
  min-height: 50px;
}








#s-decdf8b5-0a8e-4aa7-910c-a6c8fd632ab1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-decdf8b5-0a8e-4aa7-910c-a6c8fd632ab1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1f2f83c-3f04-4916-b336-9f0975fdd7f6 {
  min-height: 50px;
}








#s-e1f2f83c-3f04-4916-b336-9f0975fdd7f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1f2f83c-3f04-4916-b336-9f0975fdd7f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88ce4106-39b3-4bf9-941b-86ad9f2cf6a4 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-88ce4106-39b3-4bf9-941b-86ad9f2cf6a4 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 39px;
  line-height: 1.3em;
  
  
}



#s-b63ff38b-886b-49f0-a701-3f1722612e0c {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b63ff38b-886b-49f0-a701-3f1722612e0c .shogun-heading-component h1 {
  color: rgba(66, 66, 66, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-f849d9d1-03a5-453b-8c9a-0c1982aec3f1 {
  margin-left: 6%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f849d9d1-03a5-453b-8c9a-0c1982aec3f1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-c0f30a16-22de-4f12-9da7-83e4c5b0259f {
  text-align: center;
}







  #s-c0f30a16-22de-4f12-9da7-83e4c5b0259f img.shogun-image {
    

    
    
    
  }


#s-c0f30a16-22de-4f12-9da7-83e4c5b0259f .shogun-image-content {
  
    align-items: center;
  
}

#s-9d6c8dfb-4789-4d47-a2c2-686be85c8986 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(132, 216, 204, 1);
}








#s-9d6c8dfb-4789-4d47-a2c2-686be85c8986 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d6c8dfb-4789-4d47-a2c2-686be85c8986.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02363f03-ff8e-4efe-ad3e-54b170516c71 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-02363f03-ff8e-4efe-ad3e-54b170516c71 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-6357b747-8645-416d-ab92-8de55af05ad6 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-6357b747-8645-416d-ab92-8de55af05ad6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-aab132cf-f3ff-4dc0-b58f-cc34af14bf57 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-aab132cf-f3ff-4dc0-b58f-cc34af14bf57 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-aab034a6-4379-4028-9d59-e0febc3bce66 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-aab034a6-4379-4028-9d59-e0febc3bce66 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-0dc725aa-c9ad-4a3c-bc29-e9ef464f19d5 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-0dc725aa-c9ad-4a3c-bc29-e9ef464f19d5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-f7c3bff6-3cde-4117-84a2-fe134046fd1a {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-f7c3bff6-3cde-4117-84a2-fe134046fd1a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-4548dc06-5548-4d8a-aa57-6b9a1fe8cd04 {
  padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-4548dc06-5548-4d8a-aa57-6b9a1fe8cd04 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-addc81ff-bfbc-44e2-8353-6d7ddc882130 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: center;
}

#s-addc81ff-bfbc-44e2-8353-6d7ddc882130 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-7aa1fc78-df00-4b58-83b5-0afe9e8ad13b {
  min-height: 50px;
}








#s-7aa1fc78-df00-4b58-83b5-0afe9e8ad13b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7aa1fc78-df00-4b58-83b5-0afe9e8ad13b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57255662-3686-4f60-afde-6253f36311cd {
  min-height: 50px;
}








#s-57255662-3686-4f60-afde-6253f36311cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57255662-3686-4f60-afde-6253f36311cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-385b31d8-3b9b-40b0-85dc-5049dac865b5 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-385b31d8-3b9b-40b0-85dc-5049dac865b5 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: -0.2px;
  
}



#s-1e979f8b-8467-4d67-9576-9a2b7884bf40 {
  margin-left: 8%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e979f8b-8467-4d67-9576-9a2b7884bf40 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-1a01c981-e470-4c2b-900d-18dcf3daa3f3 {
  text-align: center;
}







  #s-1a01c981-e470-4c2b-900d-18dcf3daa3f3 img.shogun-image {
    

    
    
    
  }


#s-1a01c981-e470-4c2b-900d-18dcf3daa3f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d24143f-ca83-495f-9512-f250ecd70a37 {
  min-height: 50px;
}








#s-1d24143f-ca83-495f-9512-f250ecd70a37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d24143f-ca83-495f-9512-f250ecd70a37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b296c608-801d-4fbd-8ace-b33c80fdf931 {
  min-height: 50px;
}








#s-b296c608-801d-4fbd-8ace-b33c80fdf931 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b296c608-801d-4fbd-8ace-b33c80fdf931.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c69bb8a-b485-4da4-98c7-a13721d1a283 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-0c69bb8a-b485-4da4-98c7-a13721d1a283 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: -0.2px;
  
}



#s-ab976ec2-8ede-4f3c-af01-f1281f24d4bd {
  margin-left: 8%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 25px;
text-align: center;
}

#s-ab976ec2-8ede-4f3c-af01-f1281f24d4bd .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-70d2fa7c-0d98-48a8-b4af-d0923a2124e9 {
  text-align: center;
}







  #s-70d2fa7c-0d98-48a8-b4af-d0923a2124e9 img.shogun-image {
    

    
    
    
  }


#s-70d2fa7c-0d98-48a8-b4af-d0923a2124e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0a1bd03-010b-487c-a984-b416889148d0 {
  min-height: 50px;
}








#s-d0a1bd03-010b-487c-a984-b416889148d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0a1bd03-010b-487c-a984-b416889148d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ea2b170-604c-44c6-9d6d-e90fec91a3a2 {
  min-height: 50px;
}








#s-1ea2b170-604c-44c6-9d6d-e90fec91a3a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ea2b170-604c-44c6-9d6d-e90fec91a3a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49ec0386-de89-43a5-8bc2-705de28845b0 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-49ec0386-de89-43a5-8bc2-705de28845b0 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: -0.2px;
  
}



#s-05713fbe-882d-4f3d-a32f-36cf1ebbd8d0 {
  margin-left: 8%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 25px;
text-align: center;
}

#s-05713fbe-882d-4f3d-a32f-36cf1ebbd8d0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-a7731290-7693-49a3-bbc4-8ed572645c1a {
  text-align: center;
}







  #s-a7731290-7693-49a3-bbc4-8ed572645c1a img.shogun-image {
    

    
    
    
  }


#s-a7731290-7693-49a3-bbc4-8ed572645c1a .shogun-image-content {
  
    align-items: center;
  
}

#s-144b0479-cc4c-4b01-90e2-2dc54553396d {
  min-height: 50px;
}








#s-144b0479-cc4c-4b01-90e2-2dc54553396d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-144b0479-cc4c-4b01-90e2-2dc54553396d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24ae95e4-f694-4ff1-a124-7187684b51d2 {
  min-height: 50px;
}








#s-24ae95e4-f694-4ff1-a124-7187684b51d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24ae95e4-f694-4ff1-a124-7187684b51d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53b6e297-4974-424a-a247-5a69af1c5dc8 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-53b6e297-4974-424a-a247-5a69af1c5dc8 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: -0.2px;
  
}



#s-3d573c0a-77fb-4308-bf34-23faa2834846 {
  margin-left: 8%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 25px;
text-align: center;
}

#s-3d573c0a-77fb-4308-bf34-23faa2834846 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-50aefac6-3d26-4f34-b4e5-8c07f080d8b2 {
  text-align: center;
}







  #s-50aefac6-3d26-4f34-b4e5-8c07f080d8b2 img.shogun-image {
    

    
    
    
  }


#s-50aefac6-3d26-4f34-b4e5-8c07f080d8b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-ecfe168c-71eb-4b27-8a22-53cbc179a191 {
  min-height: 50px;
}








#s-ecfe168c-71eb-4b27-8a22-53cbc179a191 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecfe168c-71eb-4b27-8a22-53cbc179a191.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-625b8af1-fba3-454a-a1df-ea9cb7daad49 {
  min-height: 50px;
}








#s-625b8af1-fba3-454a-a1df-ea9cb7daad49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-625b8af1-fba3-454a-a1df-ea9cb7daad49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7864bf19-eecf-4b7f-b377-85659251b925 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-7864bf19-eecf-4b7f-b377-85659251b925 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: -0.2px;
  
}



#s-e7f70e3d-1f60-4713-ae60-495fb9985645 {
  margin-left: 8%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 25px;
text-align: center;
}

#s-e7f70e3d-1f60-4713-ae60-495fb9985645 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-48993531-93cd-467c-996e-b8227aac7564 {
  text-align: center;
}







  #s-48993531-93cd-467c-996e-b8227aac7564 img.shogun-image {
    

    
    
    
  }


#s-48993531-93cd-467c-996e-b8227aac7564 .shogun-image-content {
  
    align-items: center;
  
}

#s-93ed7a0a-4579-4efe-b1a7-4081f14b6fd9 {
  min-height: 50px;
}








#s-93ed7a0a-4579-4efe-b1a7-4081f14b6fd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93ed7a0a-4579-4efe-b1a7-4081f14b6fd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4d4fcdd-911f-4d27-a85b-1abaa583b742 {
  min-height: 50px;
}








#s-e4d4fcdd-911f-4d27-a85b-1abaa583b742 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4d4fcdd-911f-4d27-a85b-1abaa583b742.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-951019c9-97b4-4c26-b3b9-d84c60dfe4df {
  margin-left: 13%;
margin-right: 13%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-951019c9-97b4-4c26-b3b9-d84c60dfe4df .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-f9d12d7b-714c-488a-9807-475e43f9ed01 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f9d12d7b-714c-488a-9807-475e43f9ed01 .shogun-heading-component h1 {
  color: rgba(132, 216, 204, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.3em;
  letter-spacing: -0.2px;
  
}



#s-b40dd1f0-8ed9-4b7d-a223-fb80129c78dd {
  text-align: center;
}







  #s-b40dd1f0-8ed9-4b7d-a223-fb80129c78dd img.shogun-image {
    

    
    
    
  }


#s-b40dd1f0-8ed9-4b7d-a223-fb80129c78dd .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-3c7cc394-76f5-4293-be99-a351ac2148d4 {
  min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-3c7cc394-76f5-4293-be99-a351ac2148d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c7cc394-76f5-4293-be99-a351ac2148d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69c4347b-6064-4a90-8601-c001a7d15576 {
  margin-left: 30%;
margin-right: 30%;
padding-top: 30px;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  #s-69c4347b-6064-4a90-8601-c001a7d15576 img.shogun-image {
    

    
    
    
  }


#s-69c4347b-6064-4a90-8601-c001a7d15576 .shogun-image-content {
  
    align-items: center;
  
}

#s-31636d55-f140-40cb-a338-b69512a1d427 {
  min-height: 50px;
}








#s-31636d55-f140-40cb-a338-b69512a1d427 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31636d55-f140-40cb-a338-b69512a1d427.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71894c0c-b51d-43dc-b470-b613149f44ed {
  padding-top: 15px;
padding-bottom: 0px;
text-align: center;
}

#s-71894c0c-b51d-43dc-b470-b613149f44ed .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c9becd09-fe17-4e43-b5dc-48e6daa20265 {
  margin-left: 13%;
margin-right: 13%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9becd09-fe17-4e43-b5dc-48e6daa20265 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-a52b4b4f-77a7-4112-852a-0e1161a55b1a {
  min-height: 50px;
}








#s-a52b4b4f-77a7-4112-852a-0e1161a55b1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a52b4b4f-77a7-4112-852a-0e1161a55b1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b29ccfb9-c92a-45de-a82e-05de3299ac9d {
  padding-top: 15px;
padding-bottom: 0px;
text-align: center;
}

#s-b29ccfb9-c92a-45de-a82e-05de3299ac9d .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b7015d32-294c-4fb0-80e1-97a2f33d763f {
  margin-left: 13%;
margin-right: 13%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7015d32-294c-4fb0-80e1-97a2f33d763f .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-b5077b24-ba50-47a7-8475-7169f6657073 {
  min-height: 50px;
}








#s-b5077b24-ba50-47a7-8475-7169f6657073 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5077b24-ba50-47a7-8475-7169f6657073.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df29f696-5f18-4d0a-9c2a-8488ea03f7f5 {
  padding-top: 15px;
padding-bottom: 0px;
text-align: center;
}

#s-df29f696-5f18-4d0a-9c2a-8488ea03f7f5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1f6b7ef6-3ff4-4aa2-97f7-2d31d3f14f72 {
  margin-left: 12%;
margin-right: 12%;
padding-top: 10px;
padding-bottom: 30px;
text-align: center;
}

#s-1f6b7ef6-3ff4-4aa2-97f7-2d31d3f14f72 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 13px;
  
  
  
}



#s-3a8ebdda-1aab-44a8-bd2d-5476c87c6845 {
  min-height: 50px;
}








#s-3a8ebdda-1aab-44a8-bd2d-5476c87c6845 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a8ebdda-1aab-44a8-bd2d-5476c87c6845.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2c96c28-fa8b-4822-adbc-ae8b497101ad {
  box-shadow:1px 1px 4px 1px rgba(178, 178, 178, 1);
margin-left: 4%;
margin-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
}








#s-f2c96c28-fa8b-4822-adbc-ae8b497101ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2c96c28-fa8b-4822-adbc-ae8b497101ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c620f998-c411-4190-b58c-ff8802cd0dba {
  padding-top: 30px;
padding-bottom: 15px;
text-align: center;
}

#s-c620f998-c411-4190-b58c-ff8802cd0dba .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-629fe983-70b0-49f4-a7b5-a1bf398f4547 {
  margin-left: -13%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-629fe983-70b0-49f4-a7b5-a1bf398f4547"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.0px);
}

}

@media (min-width: 768px) {
[id="s-629fe983-70b0-49f4-a7b5-a1bf398f4547"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-629fe983-70b0-49f4-a7b5-a1bf398f4547"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-629fe983-70b0-49f4-a7b5-a1bf398f4547"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 9.0px);
}

}

#s-aaa75131-4821-4ba9-a383-68859f47494d {
  padding-top: 4px;
padding-bottom: 4px;
text-align: right;
}

#s-aaa75131-4821-4ba9-a383-68859f47494d .shogun-heading-component h1 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: right;
}



#s-48a3d2ed-897a-4a59-92d4-13d4f509cd29 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: right;
}

#s-48a3d2ed-897a-4a59-92d4-13d4f509cd29 .shogun-heading-component h1 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: right;
}



#s-7ca89c6d-fb02-48b2-8612-e7bb46d0df65 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: right;
}

#s-7ca89c6d-fb02-48b2-8612-e7bb46d0df65 .shogun-heading-component h1 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: right;
}



#s-8c5ae81f-2838-4bb6-b1c4-b35448067338 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: right;
}

#s-8c5ae81f-2838-4bb6-b1c4-b35448067338 .shogun-heading-component h1 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: right;
}



#s-31428762-50f9-46af-af3a-2ae958fd83ec {
  padding-top: 4px;
padding-bottom: 4px;
text-align: right;
}

#s-31428762-50f9-46af-af3a-2ae958fd83ec .shogun-heading-component h1 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: right;
}



#s-8a0205b5-746f-4295-a381-bc6c7fbc9889 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: right;
}

#s-8a0205b5-746f-4295-a381-bc6c7fbc9889 .shogun-heading-component h1 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: right;
}



#s-6501d5bb-5abc-4046-9860-c87db6f989f9 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: right;
}

#s-6501d5bb-5abc-4046-9860-c87db6f989f9 .shogun-heading-component h1 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: right;
}



#s-84a75c99-7ac0-4b34-8faf-d05ea74eb81c {
  padding-top: 4px;
padding-bottom: 4px;
text-align: right;
}

#s-84a75c99-7ac0-4b34-8faf-d05ea74eb81c .shogun-heading-component h1 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: right;
}



#s-68ffe558-2bcf-415d-a738-1790ff8e0b33 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: right;
}

#s-68ffe558-2bcf-415d-a738-1790ff8e0b33 .shogun-heading-component h1 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: right;
}



#s-1dd728ea-6518-415e-9bc6-8373c97e00e3 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: right;
}

#s-1dd728ea-6518-415e-9bc6-8373c97e00e3 .shogun-heading-component h1 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: right;
}



#s-e27f9021-1a56-4acb-83bf-ea8ca214a94d {
  padding-top: 4px;
padding-bottom: 30px;
text-align: right;
}

#s-e27f9021-1a56-4acb-83bf-ea8ca214a94d .shogun-heading-component h1 {
  color: rgba(126, 126, 126, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: right;
}



#s-6fee8a97-37d6-4437-96f4-6024b0b0c9d6 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: left;
}

#s-6fee8a97-37d6-4437-96f4-6024b0b0c9d6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-51e56975-cfa5-4d46-ae66-3faecc16b430 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: left;
}

#s-51e56975-cfa5-4d46-ae66-3faecc16b430 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-d083df03-129a-4fd4-863b-608e59e71165 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: left;
}

#s-d083df03-129a-4fd4-863b-608e59e71165 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-f8cbf29c-37db-4e52-96c8-8f6d135237ab {
  padding-top: 4px;
padding-bottom: 4px;
text-align: left;
}

#s-f8cbf29c-37db-4e52-96c8-8f6d135237ab .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-cc694c47-be91-4016-bcfa-2562b1fb7124 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: left;
}

#s-cc694c47-be91-4016-bcfa-2562b1fb7124 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-df855fe7-50dd-4e5d-a265-853540e37dbc {
  padding-top: 4px;
padding-bottom: 4px;
text-align: left;
}

#s-df855fe7-50dd-4e5d-a265-853540e37dbc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-c3f69e8c-6aca-4cca-9b08-37697da0c0c3 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: left;
}

#s-c3f69e8c-6aca-4cca-9b08-37697da0c0c3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-cea6dd35-5e2d-417a-aa8d-371c3b8e4c59 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: left;
}

#s-cea6dd35-5e2d-417a-aa8d-371c3b8e4c59 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-46790c38-ba96-4fdb-a1b5-5bc77b27e533 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: left;
}

#s-46790c38-ba96-4fdb-a1b5-5bc77b27e533 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-6af8fe58-53fc-4533-92f6-fff36bf3e08e {
  padding-top: 4px;
padding-bottom: 4px;
text-align: left;
}

#s-6af8fe58-53fc-4533-92f6-fff36bf3e08e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-fd677864-b2fb-4702-9e05-26724d6c1c58 {
  padding-top: 4px;
padding-bottom: 4px;
text-align: left;
}

#s-fd677864-b2fb-4702-9e05-26724d6c1c58 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-8a38d914-8448-4807-b744-a08b355c5547 {
  min-height: 50px;
}








#s-8a38d914-8448-4807-b744-a08b355c5547 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a38d914-8448-4807-b744-a08b355c5547.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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