.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-22bd01b3-5dec-44b9-8b78-c948598add16 {
  min-height: 50px;
}








#s-22bd01b3-5dec-44b9-8b78-c948598add16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22bd01b3-5dec-44b9-8b78-c948598add16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1feb47df-86b5-4f16-825a-75b3e8cb9315 {
  margin-top: -20px;
margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-1feb47df-86b5-4f16-825a-75b3e8cb9315 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1feb47df-86b5-4f16-825a-75b3e8cb9315.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-7cd5e97f-26ef-4dd4-a473-9393196b06a9 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-7cd5e97f-26ef-4dd4-a473-9393196b06a9 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7cd5e97f-26ef-4dd4-a473-9393196b06a9 .shg-sld-nav-button.shg-sld-left,
#s-7cd5e97f-26ef-4dd4-a473-9393196b06a9 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d {
  text-align: center;
}







  img.s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d.shogun-image {
    
    
  }


.s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d .shogun-image-content {
  
    align-items: center;
  
}

.s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d.shg-align-container {
  text-align: center
}

.s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d.shogun-image {
    
    
  }


.s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d .shogun-image-content {
  
    align-items: center;
  
}

.s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d.shg-align-container {
  text-align: center
}

.s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d.shogun-image {
    
    
  }


.s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d .shogun-image-content {
  
    align-items: center;
  
}

.s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d.shg-align-container {
  text-align: center
}

.s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d.shogun-image {
    
    
  }


.s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d .shogun-image-content {
  
    align-items: center;
  
}

.s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d.shg-align-container {
  text-align: center
}

.s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d.shogun-image {
    
    
  }


.s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d .shogun-image-content {
  
    align-items: center;
  
}

.s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d.shg-align-container {
  text-align: center
}

.s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e561ffe-e308-4e14-945e-7df4f3e3cd9d.shogun-image {
  box-sizing: border-box;
}


}
#s-b3b79247-0b6f-43f8-9974-71f30022f405 {
  text-align: center;
}







  img.s-b3b79247-0b6f-43f8-9974-71f30022f405.shogun-image {
    
    
  }


.s-b3b79247-0b6f-43f8-9974-71f30022f405 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3b79247-0b6f-43f8-9974-71f30022f405.shg-align-container {
  text-align: center
}

.s-b3b79247-0b6f-43f8-9974-71f30022f405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3b79247-0b6f-43f8-9974-71f30022f405.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b3b79247-0b6f-43f8-9974-71f30022f405.shogun-image {
    
    
  }


.s-b3b79247-0b6f-43f8-9974-71f30022f405 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3b79247-0b6f-43f8-9974-71f30022f405.shg-align-container {
  text-align: center
}

.s-b3b79247-0b6f-43f8-9974-71f30022f405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3b79247-0b6f-43f8-9974-71f30022f405.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b3b79247-0b6f-43f8-9974-71f30022f405.shogun-image {
    
    
  }


.s-b3b79247-0b6f-43f8-9974-71f30022f405 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3b79247-0b6f-43f8-9974-71f30022f405.shg-align-container {
  text-align: center
}

.s-b3b79247-0b6f-43f8-9974-71f30022f405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3b79247-0b6f-43f8-9974-71f30022f405.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b3b79247-0b6f-43f8-9974-71f30022f405.shogun-image {
    
    
  }


.s-b3b79247-0b6f-43f8-9974-71f30022f405 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3b79247-0b6f-43f8-9974-71f30022f405.shg-align-container {
  text-align: center
}

.s-b3b79247-0b6f-43f8-9974-71f30022f405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3b79247-0b6f-43f8-9974-71f30022f405.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b3b79247-0b6f-43f8-9974-71f30022f405.shogun-image {
    
    
  }


.s-b3b79247-0b6f-43f8-9974-71f30022f405 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3b79247-0b6f-43f8-9974-71f30022f405.shg-align-container {
  text-align: center
}

.s-b3b79247-0b6f-43f8-9974-71f30022f405.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3b79247-0b6f-43f8-9974-71f30022f405.shogun-image {
  box-sizing: border-box;
}


}
#s-a17dcbd7-d057-4dad-b192-128ef9067161 {
  margin-top: 27px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-a17dcbd7-d057-4dad-b192-128ef9067161 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a17dcbd7-d057-4dad-b192-128ef9067161 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a17dcbd7-d057-4dad-b192-128ef9067161 {
  
}
}@media (max-width: 767px){#s-a17dcbd7-d057-4dad-b192-128ef9067161 {
  
}
}







#s-a17dcbd7-d057-4dad-b192-128ef9067161 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a17dcbd7-d057-4dad-b192-128ef9067161.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

#s-3f477e0b-d21e-40b2-ae92-82ea2047f895 {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-3f477e0b-d21e-40b2-ae92-82ea2047f895 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3f477e0b-d21e-40b2-ae92-82ea2047f895 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3f477e0b-d21e-40b2-ae92-82ea2047f895 {
  
}
}@media (max-width: 767px){#s-3f477e0b-d21e-40b2-ae92-82ea2047f895 {
  
}
}
@media (min-width: 0px) {
[id="s-3f477e0b-d21e-40b2-ae92-82ea2047f895"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-3f477e0b-d21e-40b2-ae92-82ea2047f895"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-3f477e0b-d21e-40b2-ae92-82ea2047f895"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-3f477e0b-d21e-40b2-ae92-82ea2047f895"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 0px) {
[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-e57a0952-8732-4569-8634-269207f1a057"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

#s-33d89733-394b-4d74-95bd-9e608f43d1c3 {
  margin-left: 0px;
}
@media (max-width: 767px){#s-33d89733-394b-4d74-95bd-9e608f43d1c3 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}
#s-33d89733-394b-4d74-95bd-9e608f43d1c3 .shogun-icon-wrapper {
  text-align: center;
}


#s-33d89733-394b-4d74-95bd-9e608f43d1c3 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 45px !important;
  color: rgba(255, 134, 0, 1);
}
@media (max-width: 767px){#s-33d89733-394b-4d74-95bd-9e608f43d1c3 .shogun-icon-wrapper {
  text-align: left;
}


#s-33d89733-394b-4d74-95bd-9e608f43d1c3 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 134, 0, 1);
}
}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c898873f-084f-42c8-950d-ad530ae2dd5f {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5091dc55-8a33-4b30-b482-c61daced86bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5091dc55-8a33-4b30-b482-c61daced86bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5091dc55-8a33-4b30-b482-c61daced86bf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-5091dc55-8a33-4b30-b482-c61daced86bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5091dc55-8a33-4b30-b482-c61daced86bf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-5091dc55-8a33-4b30-b482-c61daced86bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-5091dc55-8a33-4b30-b482-c61daced86bf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

#s-c8c22d96-9c6a-47fd-899a-86acfbc5b267 .shogun-icon-wrapper {
  text-align: center;
}


#s-c8c22d96-9c6a-47fd-899a-86acfbc5b267 .shogun-icon-wrapper > .shogun-icon {

  font-size: 45px !important;
  color: rgba(255, 134, 0, 1);
}
@media (max-width: 767px){#s-c8c22d96-9c6a-47fd-899a-86acfbc5b267 .shogun-icon-wrapper {
  text-align: left;
}


#s-c8c22d96-9c6a-47fd-899a-86acfbc5b267 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 134, 0, 1);
}
}
#s-36c7cde2-7740-4251-9393-3d91cfcb7077 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d9d0b078-4a7d-4ef4-aacc-63e94efb5fcf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9d0b078-4a7d-4ef4-aacc-63e94efb5fcf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d9d0b078-4a7d-4ef4-aacc-63e94efb5fcf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d9d0b078-4a7d-4ef4-aacc-63e94efb5fcf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d9d0b078-4a7d-4ef4-aacc-63e94efb5fcf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9d0b078-4a7d-4ef4-aacc-63e94efb5fcf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-d9d0b078-4a7d-4ef4-aacc-63e94efb5fcf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

#s-11d0ba4e-785a-4c3a-88fa-0f6639996757 .shogun-icon-wrapper {
  text-align: center;
}


#s-11d0ba4e-785a-4c3a-88fa-0f6639996757 .shogun-icon-wrapper > .shogun-icon {

  font-size: 45px !important;
  color: rgba(255, 134, 0, 1);
}
@media (max-width: 767px){#s-11d0ba4e-785a-4c3a-88fa-0f6639996757 .shogun-icon-wrapper {
  text-align: left;
}


#s-11d0ba4e-785a-4c3a-88fa-0f6639996757 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 134, 0, 1);
}
}
#s-3a84d9e1-9f56-411d-bb89-8ed0f21f3b0c {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-c483f24e-25be-46e0-be09-364a79ec8977 {
  margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-c483f24e-25be-46e0-be09-364a79ec8977"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c483f24e-25be-46e0-be09-364a79ec8977"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c483f24e-25be-46e0-be09-364a79ec8977"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c483f24e-25be-46e0-be09-364a79ec8977"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c483f24e-25be-46e0-be09-364a79ec8977"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c483f24e-25be-46e0-be09-364a79ec8977"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c483f24e-25be-46e0-be09-364a79ec8977"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

#s-76e9d4f5-8ede-4a00-8d2b-6136895b017b .shogun-icon-wrapper {
  text-align: center;
}


#s-76e9d4f5-8ede-4a00-8d2b-6136895b017b .shogun-icon-wrapper > .shogun-icon {

  font-size: 45px !important;
  color: rgba(255, 134, 0, 1);
}
@media (max-width: 767px){#s-76e9d4f5-8ede-4a00-8d2b-6136895b017b .shogun-icon-wrapper {
  text-align: left;
}


#s-76e9d4f5-8ede-4a00-8d2b-6136895b017b .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 134, 0, 1);
}
}
#s-71c395b7-d42c-48ed-92c3-c558c8c285bd {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-ff4d0678-f2fb-45aa-8280-877e30913a7f {
  margin-top: 0%;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ff4d0678-f2fb-45aa-8280-877e30913a7f {
  display: none;
}
#s-ff4d0678-f2fb-45aa-8280-877e30913a7f, #wrap-s-ff4d0678-f2fb-45aa-8280-877e30913a7f { display:none !important; }}@media (max-width: 767px){#s-ff4d0678-f2fb-45aa-8280-877e30913a7f {
  display: none;
}
#s-ff4d0678-f2fb-45aa-8280-877e30913a7f, #wrap-s-ff4d0678-f2fb-45aa-8280-877e30913a7f { display:none !important; }}







#s-ff4d0678-f2fb-45aa-8280-877e30913a7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff4d0678-f2fb-45aa-8280-877e30913a7f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef {
  margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e54d3314-57d6-4c3e-9174-03fcb9b6a4ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
background-color: rgba(59, 81, 92, 1);
}

@media (min-width: 0px) {
[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1f1cd3f-14c6-4c65-a822-6111d70cbf91"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

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

#s-607c2f88-041d-4645-8953-5fedf435bede {
  margin-top: 50px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-607c2f88-041d-4645-8953-5fedf435bede .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-be2bd9b7-b2ad-4f80-b599-844bcc6e6704 {
  margin-left: 5%;
margin-right: 5%;
}

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

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

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

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

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

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

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

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

#s-c89e3f4a-4a6f-4ea7-845b-27335bd02074 {
  box-shadow:0px 20px 60px 0px rgba(42, 97, 8, 0.25);
border-style: solid;
margin-top: 0px;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 40px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 14px;
font-weight: bold;
color: rgba(128, 193, 22, 1);
text-decoration: none;
}
#s-c89e3f4a-4a6f-4ea7-845b-27335bd02074:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(128, 193, 22, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(128, 193, 22, 1) !important;
text-decoration: none !important;}#s-c89e3f4a-4a6f-4ea7-845b-27335bd02074:active {border-style: solid !important;
border-color: rgba(128, 193, 22, 1) !important;
background-color: rgba(128, 193, 22, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-c89e3f4a-4a6f-4ea7-845b-27335bd02074-root {
    text-align: center;
  }


#s-c89e3f4a-4a6f-4ea7-845b-27335bd02074.shg-btn {
  color: rgba(128, 193, 22, 1);
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c89e3f4a-4a6f-4ea7-845b-27335bd02074-root {
    text-align: center;
  }


#s-c89e3f4a-4a6f-4ea7-845b-27335bd02074.shg-btn {
  color: rgba(128, 193, 22, 1);
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c89e3f4a-4a6f-4ea7-845b-27335bd02074-root {
    text-align: center;
  }


#s-c89e3f4a-4a6f-4ea7-845b-27335bd02074.shg-btn {
  color: rgba(128, 193, 22, 1);
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c89e3f4a-4a6f-4ea7-845b-27335bd02074-root {
    text-align: center;
  }


#s-c89e3f4a-4a6f-4ea7-845b-27335bd02074.shg-btn {
  color: rgba(128, 193, 22, 1);
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c89e3f4a-4a6f-4ea7-845b-27335bd02074-root {
    text-align: center;
  }


#s-c89e3f4a-4a6f-4ea7-845b-27335bd02074.shg-btn {
  color: rgba(128, 193, 22, 1);
  font-size: 20px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ba67cedc-2b7a-4709-8c74-7f813fef7dad {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
text-align: center;
}







  #s-ba67cedc-2b7a-4709-8c74-7f813fef7dad img.shogun-image {
    

    
    
    
  }


#s-ba67cedc-2b7a-4709-8c74-7f813fef7dad .shogun-image-content {
  
    align-items: center;
  
}

#s-f4dae341-505b-42d5-82db-cf0c64acb838 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
background-color: rgba(67, 59, 92, 1);
}

@media (min-width: 0px) {
[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4dae341-505b-42d5-82db-cf0c64acb838"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-29edc0b0-f4c0-48ee-b539-08714c5dea4f {
  margin-top: 50px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29edc0b0-f4c0-48ee-b539-08714c5dea4f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-a8518447-8602-4a83-a98d-5a14dd9660a0 {
  margin-left: 5%;
margin-right: 5%;
}

#s-0fce94d9-a2be-4398-9e8a-1cb249d740a4 {
  box-shadow:0px 20px 60px 0px rgba(255, 134, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
padding-top: 5px;
padding-left: 20px;
padding-bottom: 5px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-radius: 40px;
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 134, 0, 1);
text-decoration: none;
}
#s-0fce94d9-a2be-4398-9e8a-1cb249d740a4:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(255, 134, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
color: rgba(255, 134, 0, 1) !important;
text-decoration: none !important;}#s-0fce94d9-a2be-4398-9e8a-1cb249d740a4:active {border-style: solid !important;
border-color: rgba(255, 134, 0, 1) !important;
background-color: rgba(255, 134, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0fce94d9-a2be-4398-9e8a-1cb249d740a4-root {
    text-align: center;
  }


#s-0fce94d9-a2be-4398-9e8a-1cb249d740a4.shg-btn {
  color: rgba(255, 134, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0fce94d9-a2be-4398-9e8a-1cb249d740a4-root {
    text-align: center;
  }


#s-0fce94d9-a2be-4398-9e8a-1cb249d740a4.shg-btn {
  color: rgba(255, 134, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0fce94d9-a2be-4398-9e8a-1cb249d740a4-root {
    text-align: center;
  }


#s-0fce94d9-a2be-4398-9e8a-1cb249d740a4.shg-btn {
  color: rgba(255, 134, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0fce94d9-a2be-4398-9e8a-1cb249d740a4-root {
    text-align: center;
  }


#s-0fce94d9-a2be-4398-9e8a-1cb249d740a4.shg-btn {
  color: rgba(255, 134, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0fce94d9-a2be-4398-9e8a-1cb249d740a4-root {
    text-align: center;
  }


#s-0fce94d9-a2be-4398-9e8a-1cb249d740a4.shg-btn {
  color: rgba(255, 134, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-b66d95d1-ff01-4629-8a1a-28c49007872f {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
text-align: center;
}







  #s-b66d95d1-ff01-4629-8a1a-28c49007872f img.shogun-image {
    

    
    
    
  }


#s-b66d95d1-ff01-4629-8a1a-28c49007872f .shogun-image-content {
  
    align-items: center;
  
}

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  background-image: url();
}








#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0295cf46-53db-4524-966b-43d067458ae7 {
  min-height: 50px;
}








#s-0295cf46-53db-4524-966b-43d067458ae7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0295cf46-53db-4524-966b-43d067458ae7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ae08462-4852-4172-9fe1-0b687092435a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8ae08462-4852-4172-9fe1-0b687092435a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ae08462-4852-4172-9fe1-0b687092435a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ae08462-4852-4172-9fe1-0b687092435a {
  
}
}@media (max-width: 767px){#s-8ae08462-4852-4172-9fe1-0b687092435a {
  
}
}
#s-8ae08462-4852-4172-9fe1-0b687092435a {
  background-image: url();
}








#s-8ae08462-4852-4172-9fe1-0b687092435a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ae08462-4852-4172-9fe1-0b687092435a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5bb35958-48b2-49d0-87e8-d291e0732b70 {
  border-style: solid;
margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
text-align: center;
}

#s-5bb35958-48b2-49d0-87e8-d291e0732b70 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  
}



#s-95175cd7-6105-4149-800f-553d009f1c62 {
  min-height: 50px;
}








#s-95175cd7-6105-4149-800f-553d009f1c62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95175cd7-6105-4149-800f-553d009f1c62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d87bda5a-c167-416f-8558-c7e0f3f4cc13 {
  box-shadow:1px 1px 1px 1px rgba(209, 209, 209, 1);
margin-top: 1%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-d87bda5a-c167-416f-8558-c7e0f3f4cc13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d87bda5a-c167-416f-8558-c7e0f3f4cc13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d87bda5a-c167-416f-8558-c7e0f3f4cc13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d87bda5a-c167-416f-8558-c7e0f3f4cc13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d535774a-01f8-49b8-b448-6935365abc7a {
  box-shadow:0px 0px 0px 0px rgba(209, 209, 209, 1);
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dotted;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-d535774a-01f8-49b8-b448-6935365abc7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d535774a-01f8-49b8-b448-6935365abc7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d535774a-01f8-49b8-b448-6935365abc7a {
  
}
}@media (max-width: 767px){#s-d535774a-01f8-49b8-b448-6935365abc7a {
  
}
}
@media (min-width: 0px) {
[id="s-d535774a-01f8-49b8-b448-6935365abc7a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-d535774a-01f8-49b8-b448-6935365abc7a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-d535774a-01f8-49b8-b448-6935365abc7a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-d535774a-01f8-49b8-b448-6935365abc7a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-67e3be52-087e-42be-8846-e2b2734e1c73 {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
}







  img.s-67e3be52-087e-42be-8846-e2b2734e1c73.shogun-image {
    
    
  }


.s-67e3be52-087e-42be-8846-e2b2734e1c73 .shogun-image-content {
  
    align-items: center;
  
}

.s-67e3be52-087e-42be-8846-e2b2734e1c73.shg-align-container {
  text-align: center
}

.s-67e3be52-087e-42be-8846-e2b2734e1c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67e3be52-087e-42be-8846-e2b2734e1c73.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-67e3be52-087e-42be-8846-e2b2734e1c73.shogun-image {
    
    
  }


.s-67e3be52-087e-42be-8846-e2b2734e1c73 .shogun-image-content {
  
    align-items: center;
  
}

.s-67e3be52-087e-42be-8846-e2b2734e1c73.shg-align-container {
  text-align: center
}

.s-67e3be52-087e-42be-8846-e2b2734e1c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67e3be52-087e-42be-8846-e2b2734e1c73.shogun-image {
  box-sizing: border-box;
}


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





  img.s-67e3be52-087e-42be-8846-e2b2734e1c73.shogun-image {
    
    
  }


.s-67e3be52-087e-42be-8846-e2b2734e1c73 .shogun-image-content {
  
    align-items: center;
  
}

.s-67e3be52-087e-42be-8846-e2b2734e1c73.shg-align-container {
  text-align: center
}

.s-67e3be52-087e-42be-8846-e2b2734e1c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67e3be52-087e-42be-8846-e2b2734e1c73.shogun-image {
  box-sizing: border-box;
}


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





  img.s-67e3be52-087e-42be-8846-e2b2734e1c73.shogun-image {
    
    
  }


.s-67e3be52-087e-42be-8846-e2b2734e1c73 .shogun-image-content {
  
    align-items: center;
  
}

.s-67e3be52-087e-42be-8846-e2b2734e1c73.shg-align-container {
  text-align: center
}

.s-67e3be52-087e-42be-8846-e2b2734e1c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67e3be52-087e-42be-8846-e2b2734e1c73.shogun-image {
  box-sizing: border-box;
}


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





  img.s-67e3be52-087e-42be-8846-e2b2734e1c73.shogun-image {
    
    
  }


.s-67e3be52-087e-42be-8846-e2b2734e1c73 .shogun-image-content {
  
    align-items: center;
  
}

.s-67e3be52-087e-42be-8846-e2b2734e1c73.shg-align-container {
  text-align: center
}

.s-67e3be52-087e-42be-8846-e2b2734e1c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67e3be52-087e-42be-8846-e2b2734e1c73.shogun-image {
  box-sizing: border-box;
}


}
#s-2392114b-d940-49e9-9b38-a330e3a004a3 {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-09fb743c-5c4f-4ead-849e-a15da29dca62 {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
}







  img.s-09fb743c-5c4f-4ead-849e-a15da29dca62.shogun-image {
    
    
  }


.s-09fb743c-5c4f-4ead-849e-a15da29dca62 .shogun-image-content {
  
    align-items: center;
  
}

.s-09fb743c-5c4f-4ead-849e-a15da29dca62.shg-align-container {
  text-align: center
}

.s-09fb743c-5c4f-4ead-849e-a15da29dca62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09fb743c-5c4f-4ead-849e-a15da29dca62.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-09fb743c-5c4f-4ead-849e-a15da29dca62.shogun-image {
    
    
  }


.s-09fb743c-5c4f-4ead-849e-a15da29dca62 .shogun-image-content {
  
    align-items: center;
  
}

.s-09fb743c-5c4f-4ead-849e-a15da29dca62.shg-align-container {
  text-align: center
}

.s-09fb743c-5c4f-4ead-849e-a15da29dca62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09fb743c-5c4f-4ead-849e-a15da29dca62.shogun-image {
  box-sizing: border-box;
}


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





  img.s-09fb743c-5c4f-4ead-849e-a15da29dca62.shogun-image {
    
    
  }


.s-09fb743c-5c4f-4ead-849e-a15da29dca62 .shogun-image-content {
  
    align-items: center;
  
}

.s-09fb743c-5c4f-4ead-849e-a15da29dca62.shg-align-container {
  text-align: center
}

.s-09fb743c-5c4f-4ead-849e-a15da29dca62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09fb743c-5c4f-4ead-849e-a15da29dca62.shogun-image {
  box-sizing: border-box;
}


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





  img.s-09fb743c-5c4f-4ead-849e-a15da29dca62.shogun-image {
    
    
  }


.s-09fb743c-5c4f-4ead-849e-a15da29dca62 .shogun-image-content {
  
    align-items: center;
  
}

.s-09fb743c-5c4f-4ead-849e-a15da29dca62.shg-align-container {
  text-align: center
}

.s-09fb743c-5c4f-4ead-849e-a15da29dca62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09fb743c-5c4f-4ead-849e-a15da29dca62.shogun-image {
  box-sizing: border-box;
}


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





  img.s-09fb743c-5c4f-4ead-849e-a15da29dca62.shogun-image {
    
    
  }


.s-09fb743c-5c4f-4ead-849e-a15da29dca62 .shogun-image-content {
  
    align-items: center;
  
}

.s-09fb743c-5c4f-4ead-849e-a15da29dca62.shg-align-container {
  text-align: center
}

.s-09fb743c-5c4f-4ead-849e-a15da29dca62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09fb743c-5c4f-4ead-849e-a15da29dca62.shogun-image {
  box-sizing: border-box;
}


}
#s-dc53486f-8cfa-487c-a43c-302144bd6df2 {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-ff25697e-5dd3-46d2-bdd3-a5249e92813a {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
}







  img.s-ff25697e-5dd3-46d2-bdd3-a5249e92813a.shogun-image {
    
    
  }


.s-ff25697e-5dd3-46d2-bdd3-a5249e92813a .shogun-image-content {
  
    align-items: center;
  
}

.s-ff25697e-5dd3-46d2-bdd3-a5249e92813a.shg-align-container {
  text-align: center
}

.s-ff25697e-5dd3-46d2-bdd3-a5249e92813a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff25697e-5dd3-46d2-bdd3-a5249e92813a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ff25697e-5dd3-46d2-bdd3-a5249e92813a.shogun-image {
    
    
  }


.s-ff25697e-5dd3-46d2-bdd3-a5249e92813a .shogun-image-content {
  
    align-items: center;
  
}

.s-ff25697e-5dd3-46d2-bdd3-a5249e92813a.shg-align-container {
  text-align: center
}

.s-ff25697e-5dd3-46d2-bdd3-a5249e92813a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff25697e-5dd3-46d2-bdd3-a5249e92813a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ff25697e-5dd3-46d2-bdd3-a5249e92813a.shogun-image {
    
    
  }


.s-ff25697e-5dd3-46d2-bdd3-a5249e92813a .shogun-image-content {
  
    align-items: center;
  
}

.s-ff25697e-5dd3-46d2-bdd3-a5249e92813a.shg-align-container {
  text-align: center
}

.s-ff25697e-5dd3-46d2-bdd3-a5249e92813a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff25697e-5dd3-46d2-bdd3-a5249e92813a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ff25697e-5dd3-46d2-bdd3-a5249e92813a.shogun-image {
    
    
  }


.s-ff25697e-5dd3-46d2-bdd3-a5249e92813a .shogun-image-content {
  
    align-items: center;
  
}

.s-ff25697e-5dd3-46d2-bdd3-a5249e92813a.shg-align-container {
  text-align: center
}

.s-ff25697e-5dd3-46d2-bdd3-a5249e92813a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff25697e-5dd3-46d2-bdd3-a5249e92813a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ff25697e-5dd3-46d2-bdd3-a5249e92813a.shogun-image {
    
    
  }


.s-ff25697e-5dd3-46d2-bdd3-a5249e92813a .shogun-image-content {
  
    align-items: center;
  
}

.s-ff25697e-5dd3-46d2-bdd3-a5249e92813a.shg-align-container {
  text-align: center
}

.s-ff25697e-5dd3-46d2-bdd3-a5249e92813a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff25697e-5dd3-46d2-bdd3-a5249e92813a.shogun-image {
  box-sizing: border-box;
}


}
#s-501ae9d4-9ed2-400c-b045-b7d69b4c3dcf {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4 {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
}







  img.s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4.shogun-image {
    
    
  }


.s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4.shg-align-container {
  text-align: center
}

.s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4.shogun-image {
    
    
  }


.s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4.shg-align-container {
  text-align: center
}

.s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4.shogun-image {
    
    
  }


.s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4.shg-align-container {
  text-align: center
}

.s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4.shogun-image {
    
    
  }


.s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4.shg-align-container {
  text-align: center
}

.s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4.shogun-image {
    
    
  }


.s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4.shg-align-container {
  text-align: center
}

.s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b8f33d2-d3fd-43eb-9903-bd16a78b43b4.shogun-image {
  box-sizing: border-box;
}


}
#s-69f4cfe5-b2c8-4631-83de-ca33f480f1d5 {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-753fcfb6-138e-4e24-a99e-bf33a461c561 {
  box-shadow:0px 0px 0px 0px rgba(209, 209, 209, 1);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dotted;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-753fcfb6-138e-4e24-a99e-bf33a461c561 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-753fcfb6-138e-4e24-a99e-bf33a461c561 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-753fcfb6-138e-4e24-a99e-bf33a461c561 {
  
}
}@media (max-width: 767px){#s-753fcfb6-138e-4e24-a99e-bf33a461c561 {
  
}
}
@media (min-width: 0px) {
[id="s-753fcfb6-138e-4e24-a99e-bf33a461c561"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-753fcfb6-138e-4e24-a99e-bf33a461c561"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-753fcfb6-138e-4e24-a99e-bf33a461c561"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-753fcfb6-138e-4e24-a99e-bf33a461c561"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-13a42148-d9f8-4643-89de-11929139a46e {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
}







  img.s-13a42148-d9f8-4643-89de-11929139a46e.shogun-image {
    
    
  }


.s-13a42148-d9f8-4643-89de-11929139a46e .shogun-image-content {
  
    align-items: center;
  
}

.s-13a42148-d9f8-4643-89de-11929139a46e.shg-align-container {
  text-align: center
}

.s-13a42148-d9f8-4643-89de-11929139a46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a42148-d9f8-4643-89de-11929139a46e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-13a42148-d9f8-4643-89de-11929139a46e.shogun-image {
    
    
  }


.s-13a42148-d9f8-4643-89de-11929139a46e .shogun-image-content {
  
    align-items: center;
  
}

.s-13a42148-d9f8-4643-89de-11929139a46e.shg-align-container {
  text-align: center
}

.s-13a42148-d9f8-4643-89de-11929139a46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a42148-d9f8-4643-89de-11929139a46e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-13a42148-d9f8-4643-89de-11929139a46e.shogun-image {
    
    
  }


.s-13a42148-d9f8-4643-89de-11929139a46e .shogun-image-content {
  
    align-items: center;
  
}

.s-13a42148-d9f8-4643-89de-11929139a46e.shg-align-container {
  text-align: center
}

.s-13a42148-d9f8-4643-89de-11929139a46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a42148-d9f8-4643-89de-11929139a46e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-13a42148-d9f8-4643-89de-11929139a46e.shogun-image {
    
    
  }


.s-13a42148-d9f8-4643-89de-11929139a46e .shogun-image-content {
  
    align-items: center;
  
}

.s-13a42148-d9f8-4643-89de-11929139a46e.shg-align-container {
  text-align: center
}

.s-13a42148-d9f8-4643-89de-11929139a46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a42148-d9f8-4643-89de-11929139a46e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-13a42148-d9f8-4643-89de-11929139a46e.shogun-image {
    
    
  }


.s-13a42148-d9f8-4643-89de-11929139a46e .shogun-image-content {
  
    align-items: center;
  
}

.s-13a42148-d9f8-4643-89de-11929139a46e.shg-align-container {
  text-align: center
}

.s-13a42148-d9f8-4643-89de-11929139a46e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13a42148-d9f8-4643-89de-11929139a46e.shogun-image {
  box-sizing: border-box;
}


}
#s-852d0be7-9c64-4f24-a5d5-cce89d06c830 {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-325e7d75-de0b-45f5-a42f-92452e24f639 {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
}







  img.s-325e7d75-de0b-45f5-a42f-92452e24f639.shogun-image {
    
    
  }


.s-325e7d75-de0b-45f5-a42f-92452e24f639 .shogun-image-content {
  
    align-items: center;
  
}

.s-325e7d75-de0b-45f5-a42f-92452e24f639.shg-align-container {
  text-align: center
}

.s-325e7d75-de0b-45f5-a42f-92452e24f639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-325e7d75-de0b-45f5-a42f-92452e24f639.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-325e7d75-de0b-45f5-a42f-92452e24f639.shogun-image {
    
    
  }


.s-325e7d75-de0b-45f5-a42f-92452e24f639 .shogun-image-content {
  
    align-items: center;
  
}

.s-325e7d75-de0b-45f5-a42f-92452e24f639.shg-align-container {
  text-align: center
}

.s-325e7d75-de0b-45f5-a42f-92452e24f639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-325e7d75-de0b-45f5-a42f-92452e24f639.shogun-image {
  box-sizing: border-box;
}


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





  img.s-325e7d75-de0b-45f5-a42f-92452e24f639.shogun-image {
    
    
  }


.s-325e7d75-de0b-45f5-a42f-92452e24f639 .shogun-image-content {
  
    align-items: center;
  
}

.s-325e7d75-de0b-45f5-a42f-92452e24f639.shg-align-container {
  text-align: center
}

.s-325e7d75-de0b-45f5-a42f-92452e24f639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-325e7d75-de0b-45f5-a42f-92452e24f639.shogun-image {
  box-sizing: border-box;
}


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





  img.s-325e7d75-de0b-45f5-a42f-92452e24f639.shogun-image {
    
    
  }


.s-325e7d75-de0b-45f5-a42f-92452e24f639 .shogun-image-content {
  
    align-items: center;
  
}

.s-325e7d75-de0b-45f5-a42f-92452e24f639.shg-align-container {
  text-align: center
}

.s-325e7d75-de0b-45f5-a42f-92452e24f639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-325e7d75-de0b-45f5-a42f-92452e24f639.shogun-image {
  box-sizing: border-box;
}


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





  img.s-325e7d75-de0b-45f5-a42f-92452e24f639.shogun-image {
    
    
  }


.s-325e7d75-de0b-45f5-a42f-92452e24f639 .shogun-image-content {
  
    align-items: center;
  
}

.s-325e7d75-de0b-45f5-a42f-92452e24f639.shg-align-container {
  text-align: center
}

.s-325e7d75-de0b-45f5-a42f-92452e24f639.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-325e7d75-de0b-45f5-a42f-92452e24f639.shogun-image {
  box-sizing: border-box;
}


}
#s-ff076f66-f81e-4140-a837-f18ef654eae1 {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-5a538eda-50c3-4961-9dc4-1590386dae47 {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
}







  img.s-5a538eda-50c3-4961-9dc4-1590386dae47.shogun-image {
    
    
  }


.s-5a538eda-50c3-4961-9dc4-1590386dae47 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a538eda-50c3-4961-9dc4-1590386dae47.shg-align-container {
  text-align: center
}

.s-5a538eda-50c3-4961-9dc4-1590386dae47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a538eda-50c3-4961-9dc4-1590386dae47.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-5a538eda-50c3-4961-9dc4-1590386dae47.shogun-image {
    
    
  }


.s-5a538eda-50c3-4961-9dc4-1590386dae47 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a538eda-50c3-4961-9dc4-1590386dae47.shg-align-container {
  text-align: center
}

.s-5a538eda-50c3-4961-9dc4-1590386dae47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a538eda-50c3-4961-9dc4-1590386dae47.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5a538eda-50c3-4961-9dc4-1590386dae47.shogun-image {
    
    
  }


.s-5a538eda-50c3-4961-9dc4-1590386dae47 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a538eda-50c3-4961-9dc4-1590386dae47.shg-align-container {
  text-align: center
}

.s-5a538eda-50c3-4961-9dc4-1590386dae47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a538eda-50c3-4961-9dc4-1590386dae47.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5a538eda-50c3-4961-9dc4-1590386dae47.shogun-image {
    
    
  }


.s-5a538eda-50c3-4961-9dc4-1590386dae47 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a538eda-50c3-4961-9dc4-1590386dae47.shg-align-container {
  text-align: center
}

.s-5a538eda-50c3-4961-9dc4-1590386dae47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a538eda-50c3-4961-9dc4-1590386dae47.shogun-image {
  box-sizing: border-box;
}


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





  img.s-5a538eda-50c3-4961-9dc4-1590386dae47.shogun-image {
    
    
  }


.s-5a538eda-50c3-4961-9dc4-1590386dae47 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a538eda-50c3-4961-9dc4-1590386dae47.shg-align-container {
  text-align: center
}

.s-5a538eda-50c3-4961-9dc4-1590386dae47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a538eda-50c3-4961-9dc4-1590386dae47.shogun-image {
  box-sizing: border-box;
}


}
#s-fa01b299-4c86-408a-8952-93036e05702d {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c {
  margin-left: 10%;
margin-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: center;
background-color: rgba(255, 134, 0, 1);
}







  img.s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c.shogun-image {
    
    
  }


.s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c .shogun-image-content {
  
    align-items: center;
  
}

.s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c.shg-align-container {
  text-align: center
}

.s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c.shogun-image {
    
    
  }


.s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c .shogun-image-content {
  
    align-items: center;
  
}

.s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c.shg-align-container {
  text-align: center
}

.s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c.shogun-image {
    
    
  }


.s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c .shogun-image-content {
  
    align-items: center;
  
}

.s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c.shg-align-container {
  text-align: center
}

.s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c.shogun-image {
    
    
  }


.s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c .shogun-image-content {
  
    align-items: center;
  
}

.s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c.shg-align-container {
  text-align: center
}

.s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c.shogun-image {
    
    
  }


.s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c .shogun-image-content {
  
    align-items: center;
  
}

.s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c.shg-align-container {
  text-align: center
}

.s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59c2e967-9fe7-4f5b-86a3-97d41d866e5c.shogun-image {
  box-sizing: border-box;
}


}
#s-d3b4e971-edc0-4706-a3f5-fe31dc3536d2 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 3%;
}

#s-e210a00a-de09-46b7-87a0-8a045e9ef01f {
  margin-top: 3%;
text-align: center;
}

#s-e210a00a-de09-46b7-87a0-8a045e9ef01f .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-9eea6a37-eb78-45bc-8fd8-91f6c45ac227 {
  box-shadow:1px 1px 1px 1px rgba(209, 209, 209, 1);
margin-top: 10px;
margin-bottom: 3px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: dotted;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-9eea6a37-eb78-45bc-8fd8-91f6c45ac227 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9eea6a37-eb78-45bc-8fd8-91f6c45ac227 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9eea6a37-eb78-45bc-8fd8-91f6c45ac227 {
  
}
}@media (max-width: 767px){#s-9eea6a37-eb78-45bc-8fd8-91f6c45ac227 {
  
}
}
@media (min-width: 0px) {
[id="s-9eea6a37-eb78-45bc-8fd8-91f6c45ac227"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-9eea6a37-eb78-45bc-8fd8-91f6c45ac227"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-9eea6a37-eb78-45bc-8fd8-91f6c45ac227"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-9eea6a37-eb78-45bc-8fd8-91f6c45ac227"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa {
  margin-left: 3%;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 3024px;
aspect-ratio: 3024/4032;
text-align: center;
background-color: rgba(255, 134, 0, 1);
}





  #s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa img.shogun-image,
  #s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa {
    width: 100%;
    height: auto;
  }



  img.s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa.shogun-image {
    
    
  }


.s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa .shogun-image-content {
  
    align-items: center;
  
}

.s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa.shg-align-container {
  text-align: center
}

.s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa img.shogun-image,
  #s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa {
    width: 100%;
    height: auto;
  }



  img.s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa.shogun-image {
    
    
  }


.s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa .shogun-image-content {
  
    align-items: center;
  
}

.s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa.shg-align-container {
  text-align: center
}

.s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa.shogun-image {
  box-sizing: border-box;
}


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



  #s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa img.shogun-image,
  #s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa {
    width: 100%;
    height: auto;
  }



  img.s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa.shogun-image {
    
    
  }


.s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa .shogun-image-content {
  
    align-items: center;
  
}

.s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa.shg-align-container {
  text-align: center
}

.s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa.shogun-image {
  box-sizing: border-box;
}


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



  #s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa img.shogun-image,
  #s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa {
    width: 100%;
    height: auto;
  }



  img.s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa.shogun-image {
    
    
  }


.s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa .shogun-image-content {
  
    align-items: center;
  
}

.s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa.shg-align-container {
  text-align: center
}

.s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa.shogun-image {
  box-sizing: border-box;
}


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



  #s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa img.shogun-image,
  #s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa {
    width: 100%;
    height: auto;
  }



  img.s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa.shogun-image {
    
    
  }


.s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa .shogun-image-content {
  
    align-items: center;
  
}

.s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa.shg-align-container {
  text-align: center
}

.s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d4d7ebf-7589-4e38-a3fd-2322383e63aa.shogun-image {
  box-sizing: border-box;
}


}
#s-08eec410-b579-49ba-8a21-fbb8c40e96ab {
  margin-left: 3%;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 3024px;
aspect-ratio: 3024/4032;
text-align: center;
background-color: rgba(255, 134, 0, 1);
}





  #s-08eec410-b579-49ba-8a21-fbb8c40e96ab img.shogun-image,
  #s-08eec410-b579-49ba-8a21-fbb8c40e96ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-08eec410-b579-49ba-8a21-fbb8c40e96ab {
    width: 100%;
    height: auto;
  }



  img.s-08eec410-b579-49ba-8a21-fbb8c40e96ab.shogun-image {
    
    
  }


.s-08eec410-b579-49ba-8a21-fbb8c40e96ab .shogun-image-content {
  
    align-items: center;
  
}

.s-08eec410-b579-49ba-8a21-fbb8c40e96ab.shg-align-container {
  text-align: center
}

.s-08eec410-b579-49ba-8a21-fbb8c40e96ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08eec410-b579-49ba-8a21-fbb8c40e96ab.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-08eec410-b579-49ba-8a21-fbb8c40e96ab img.shogun-image,
  #s-08eec410-b579-49ba-8a21-fbb8c40e96ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-08eec410-b579-49ba-8a21-fbb8c40e96ab {
    width: 100%;
    height: auto;
  }



  img.s-08eec410-b579-49ba-8a21-fbb8c40e96ab.shogun-image {
    
    
  }


.s-08eec410-b579-49ba-8a21-fbb8c40e96ab .shogun-image-content {
  
    align-items: center;
  
}

.s-08eec410-b579-49ba-8a21-fbb8c40e96ab.shg-align-container {
  text-align: center
}

.s-08eec410-b579-49ba-8a21-fbb8c40e96ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08eec410-b579-49ba-8a21-fbb8c40e96ab.shogun-image {
  box-sizing: border-box;
}


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



  #s-08eec410-b579-49ba-8a21-fbb8c40e96ab img.shogun-image,
  #s-08eec410-b579-49ba-8a21-fbb8c40e96ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-08eec410-b579-49ba-8a21-fbb8c40e96ab {
    width: 100%;
    height: auto;
  }



  img.s-08eec410-b579-49ba-8a21-fbb8c40e96ab.shogun-image {
    
    
  }


.s-08eec410-b579-49ba-8a21-fbb8c40e96ab .shogun-image-content {
  
    align-items: center;
  
}

.s-08eec410-b579-49ba-8a21-fbb8c40e96ab.shg-align-container {
  text-align: center
}

.s-08eec410-b579-49ba-8a21-fbb8c40e96ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08eec410-b579-49ba-8a21-fbb8c40e96ab.shogun-image {
  box-sizing: border-box;
}


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



  #s-08eec410-b579-49ba-8a21-fbb8c40e96ab img.shogun-image,
  #s-08eec410-b579-49ba-8a21-fbb8c40e96ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-08eec410-b579-49ba-8a21-fbb8c40e96ab {
    width: 100%;
    height: auto;
  }



  img.s-08eec410-b579-49ba-8a21-fbb8c40e96ab.shogun-image {
    
    
  }


.s-08eec410-b579-49ba-8a21-fbb8c40e96ab .shogun-image-content {
  
    align-items: center;
  
}

.s-08eec410-b579-49ba-8a21-fbb8c40e96ab.shg-align-container {
  text-align: center
}

.s-08eec410-b579-49ba-8a21-fbb8c40e96ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08eec410-b579-49ba-8a21-fbb8c40e96ab.shogun-image {
  box-sizing: border-box;
}


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



  #s-08eec410-b579-49ba-8a21-fbb8c40e96ab img.shogun-image,
  #s-08eec410-b579-49ba-8a21-fbb8c40e96ab .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-08eec410-b579-49ba-8a21-fbb8c40e96ab {
    width: 100%;
    height: auto;
  }



  img.s-08eec410-b579-49ba-8a21-fbb8c40e96ab.shogun-image {
    
    
  }


.s-08eec410-b579-49ba-8a21-fbb8c40e96ab .shogun-image-content {
  
    align-items: center;
  
}

.s-08eec410-b579-49ba-8a21-fbb8c40e96ab.shg-align-container {
  text-align: center
}

.s-08eec410-b579-49ba-8a21-fbb8c40e96ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08eec410-b579-49ba-8a21-fbb8c40e96ab.shogun-image {
  box-sizing: border-box;
}


}
#s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4 {
  margin-left: 3%;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 3024px;
aspect-ratio: 3024/4032;
text-align: center;
background-color: rgba(255, 134, 0, 1);
}





  #s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4 img.shogun-image,
  #s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4 {
    width: 100%;
    height: auto;
  }



  img.s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4.shogun-image {
    
    
  }


.s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4.shg-align-container {
  text-align: center
}

.s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4 img.shogun-image,
  #s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4 {
    width: 100%;
    height: auto;
  }



  img.s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4.shogun-image {
    
    
  }


.s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4.shg-align-container {
  text-align: center
}

.s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4.shogun-image {
  box-sizing: border-box;
}


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



  #s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4 img.shogun-image,
  #s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4 {
    width: 100%;
    height: auto;
  }



  img.s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4.shogun-image {
    
    
  }


.s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4.shg-align-container {
  text-align: center
}

.s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4.shogun-image {
  box-sizing: border-box;
}


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



  #s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4 img.shogun-image,
  #s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4 {
    width: 100%;
    height: auto;
  }



  img.s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4.shogun-image {
    
    
  }


.s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4.shg-align-container {
  text-align: center
}

.s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4.shogun-image {
  box-sizing: border-box;
}


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



  #s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4 img.shogun-image,
  #s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4 {
    width: 100%;
    height: auto;
  }



  img.s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4.shogun-image {
    
    
  }


.s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4.shg-align-container {
  text-align: center
}

.s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc8c9883-b092-4c5c-8120-9adcbe9e44c4.shogun-image {
  box-sizing: border-box;
}


}
#s-eb03a117-406b-4e13-925f-271c5d3e662c {
  margin-left: 3%;
margin-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
max-width: 3024px;
aspect-ratio: 3024/4032;
text-align: center;
background-color: rgba(255, 134, 0, 1);
}





  #s-eb03a117-406b-4e13-925f-271c5d3e662c img.shogun-image,
  #s-eb03a117-406b-4e13-925f-271c5d3e662c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb03a117-406b-4e13-925f-271c5d3e662c {
    width: 100%;
    height: auto;
  }



  img.s-eb03a117-406b-4e13-925f-271c5d3e662c.shogun-image {
    
    
  }


.s-eb03a117-406b-4e13-925f-271c5d3e662c .shogun-image-content {
  
    align-items: center;
  
}

.s-eb03a117-406b-4e13-925f-271c5d3e662c.shg-align-container {
  text-align: center
}

.s-eb03a117-406b-4e13-925f-271c5d3e662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb03a117-406b-4e13-925f-271c5d3e662c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-eb03a117-406b-4e13-925f-271c5d3e662c img.shogun-image,
  #s-eb03a117-406b-4e13-925f-271c5d3e662c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb03a117-406b-4e13-925f-271c5d3e662c {
    width: 100%;
    height: auto;
  }



  img.s-eb03a117-406b-4e13-925f-271c5d3e662c.shogun-image {
    
    
  }


.s-eb03a117-406b-4e13-925f-271c5d3e662c .shogun-image-content {
  
    align-items: center;
  
}

.s-eb03a117-406b-4e13-925f-271c5d3e662c.shg-align-container {
  text-align: center
}

.s-eb03a117-406b-4e13-925f-271c5d3e662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb03a117-406b-4e13-925f-271c5d3e662c.shogun-image {
  box-sizing: border-box;
}


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



  #s-eb03a117-406b-4e13-925f-271c5d3e662c img.shogun-image,
  #s-eb03a117-406b-4e13-925f-271c5d3e662c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb03a117-406b-4e13-925f-271c5d3e662c {
    width: 100%;
    height: auto;
  }



  img.s-eb03a117-406b-4e13-925f-271c5d3e662c.shogun-image {
    
    
  }


.s-eb03a117-406b-4e13-925f-271c5d3e662c .shogun-image-content {
  
    align-items: center;
  
}

.s-eb03a117-406b-4e13-925f-271c5d3e662c.shg-align-container {
  text-align: center
}

.s-eb03a117-406b-4e13-925f-271c5d3e662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb03a117-406b-4e13-925f-271c5d3e662c.shogun-image {
  box-sizing: border-box;
}


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



  #s-eb03a117-406b-4e13-925f-271c5d3e662c img.shogun-image,
  #s-eb03a117-406b-4e13-925f-271c5d3e662c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb03a117-406b-4e13-925f-271c5d3e662c {
    width: 100%;
    height: auto;
  }



  img.s-eb03a117-406b-4e13-925f-271c5d3e662c.shogun-image {
    
    
  }


.s-eb03a117-406b-4e13-925f-271c5d3e662c .shogun-image-content {
  
    align-items: center;
  
}

.s-eb03a117-406b-4e13-925f-271c5d3e662c.shg-align-container {
  text-align: center
}

.s-eb03a117-406b-4e13-925f-271c5d3e662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb03a117-406b-4e13-925f-271c5d3e662c.shogun-image {
  box-sizing: border-box;
}


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



  #s-eb03a117-406b-4e13-925f-271c5d3e662c img.shogun-image,
  #s-eb03a117-406b-4e13-925f-271c5d3e662c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb03a117-406b-4e13-925f-271c5d3e662c {
    width: 100%;
    height: auto;
  }



  img.s-eb03a117-406b-4e13-925f-271c5d3e662c.shogun-image {
    
    
  }


.s-eb03a117-406b-4e13-925f-271c5d3e662c .shogun-image-content {
  
    align-items: center;
  
}

.s-eb03a117-406b-4e13-925f-271c5d3e662c.shg-align-container {
  text-align: center
}

.s-eb03a117-406b-4e13-925f-271c5d3e662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb03a117-406b-4e13-925f-271c5d3e662c.shogun-image {
  box-sizing: border-box;
}


}
#s-43e22171-5f80-4bf2-9cef-17c49787cb33 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 3%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-43e22171-5f80-4bf2-9cef-17c49787cb33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43e22171-5f80-4bf2-9cef-17c49787cb33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-43e22171-5f80-4bf2-9cef-17c49787cb33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-43e22171-5f80-4bf2-9cef-17c49787cb33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-462bee2d-2ef3-4936-aad0-d438c597b2f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-462bee2d-2ef3-4936-aad0-d438c597b2f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-462bee2d-2ef3-4936-aad0-d438c597b2f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-462bee2d-2ef3-4936-aad0-d438c597b2f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bdce9673-8965-4de8-867a-e01d6d162e28 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(252, 252, 252, 1);
border-style: solid;
border-radius: 10px;
text-align: center;
}







  img.s-bdce9673-8965-4de8-867a-e01d6d162e28.shogun-image {
    
    
  }


.s-bdce9673-8965-4de8-867a-e01d6d162e28 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdce9673-8965-4de8-867a-e01d6d162e28.shg-align-container {
  text-align: center
}

.s-bdce9673-8965-4de8-867a-e01d6d162e28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdce9673-8965-4de8-867a-e01d6d162e28.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bdce9673-8965-4de8-867a-e01d6d162e28.shogun-image {
    
    
  }


.s-bdce9673-8965-4de8-867a-e01d6d162e28 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdce9673-8965-4de8-867a-e01d6d162e28.shg-align-container {
  text-align: center
}

.s-bdce9673-8965-4de8-867a-e01d6d162e28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdce9673-8965-4de8-867a-e01d6d162e28.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bdce9673-8965-4de8-867a-e01d6d162e28.shogun-image {
    
    
  }


.s-bdce9673-8965-4de8-867a-e01d6d162e28 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdce9673-8965-4de8-867a-e01d6d162e28.shg-align-container {
  text-align: center
}

.s-bdce9673-8965-4de8-867a-e01d6d162e28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdce9673-8965-4de8-867a-e01d6d162e28.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bdce9673-8965-4de8-867a-e01d6d162e28.shogun-image {
    
    
  }


.s-bdce9673-8965-4de8-867a-e01d6d162e28 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdce9673-8965-4de8-867a-e01d6d162e28.shg-align-container {
  text-align: center
}

.s-bdce9673-8965-4de8-867a-e01d6d162e28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdce9673-8965-4de8-867a-e01d6d162e28.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bdce9673-8965-4de8-867a-e01d6d162e28.shogun-image {
    
    
  }


.s-bdce9673-8965-4de8-867a-e01d6d162e28 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdce9673-8965-4de8-867a-e01d6d162e28.shg-align-container {
  text-align: center
}

.s-bdce9673-8965-4de8-867a-e01d6d162e28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdce9673-8965-4de8-867a-e01d6d162e28.shogun-image {
  box-sizing: border-box;
}


}
#s-89eaf7a9-eade-49f4-8ca3-5a736c3d9d85 {
  margin-left: 3%;
margin-right: 3%;
}

#s-9679da14-bb2a-4500-9453-dbe109a7d7c0 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
text-align: center;
}







  img.s-9679da14-bb2a-4500-9453-dbe109a7d7c0.shogun-image {
    
    
  }


.s-9679da14-bb2a-4500-9453-dbe109a7d7c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9679da14-bb2a-4500-9453-dbe109a7d7c0.shg-align-container {
  text-align: center
}

.s-9679da14-bb2a-4500-9453-dbe109a7d7c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9679da14-bb2a-4500-9453-dbe109a7d7c0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9679da14-bb2a-4500-9453-dbe109a7d7c0.shogun-image {
    
    
  }


.s-9679da14-bb2a-4500-9453-dbe109a7d7c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9679da14-bb2a-4500-9453-dbe109a7d7c0.shg-align-container {
  text-align: center
}

.s-9679da14-bb2a-4500-9453-dbe109a7d7c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9679da14-bb2a-4500-9453-dbe109a7d7c0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9679da14-bb2a-4500-9453-dbe109a7d7c0.shogun-image {
    
    
  }


.s-9679da14-bb2a-4500-9453-dbe109a7d7c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9679da14-bb2a-4500-9453-dbe109a7d7c0.shg-align-container {
  text-align: center
}

.s-9679da14-bb2a-4500-9453-dbe109a7d7c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9679da14-bb2a-4500-9453-dbe109a7d7c0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9679da14-bb2a-4500-9453-dbe109a7d7c0.shogun-image {
    
    
  }


.s-9679da14-bb2a-4500-9453-dbe109a7d7c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9679da14-bb2a-4500-9453-dbe109a7d7c0.shg-align-container {
  text-align: center
}

.s-9679da14-bb2a-4500-9453-dbe109a7d7c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9679da14-bb2a-4500-9453-dbe109a7d7c0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9679da14-bb2a-4500-9453-dbe109a7d7c0.shogun-image {
    
    
  }


.s-9679da14-bb2a-4500-9453-dbe109a7d7c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-9679da14-bb2a-4500-9453-dbe109a7d7c0.shg-align-container {
  text-align: center
}

.s-9679da14-bb2a-4500-9453-dbe109a7d7c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9679da14-bb2a-4500-9453-dbe109a7d7c0.shogun-image {
  box-sizing: border-box;
}


}
#s-97249d46-ac9f-4ffb-9743-ecfee6d5f0a7 {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-2be90df4-7a29-428f-894c-3acfcc29723d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2be90df4-7a29-428f-894c-3acfcc29723d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2be90df4-7a29-428f-894c-3acfcc29723d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2be90df4-7a29-428f-894c-3acfcc29723d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cc01afdb-1ad6-4402-89fb-a32333de0254 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
text-align: center;
}







  img.s-cc01afdb-1ad6-4402-89fb-a32333de0254.shogun-image {
    
    
  }


.s-cc01afdb-1ad6-4402-89fb-a32333de0254 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc01afdb-1ad6-4402-89fb-a32333de0254.shg-align-container {
  text-align: center
}

.s-cc01afdb-1ad6-4402-89fb-a32333de0254.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc01afdb-1ad6-4402-89fb-a32333de0254.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-cc01afdb-1ad6-4402-89fb-a32333de0254.shogun-image {
    
    
  }


.s-cc01afdb-1ad6-4402-89fb-a32333de0254 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc01afdb-1ad6-4402-89fb-a32333de0254.shg-align-container {
  text-align: center
}

.s-cc01afdb-1ad6-4402-89fb-a32333de0254.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc01afdb-1ad6-4402-89fb-a32333de0254.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cc01afdb-1ad6-4402-89fb-a32333de0254.shogun-image {
    
    
  }


.s-cc01afdb-1ad6-4402-89fb-a32333de0254 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc01afdb-1ad6-4402-89fb-a32333de0254.shg-align-container {
  text-align: center
}

.s-cc01afdb-1ad6-4402-89fb-a32333de0254.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc01afdb-1ad6-4402-89fb-a32333de0254.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cc01afdb-1ad6-4402-89fb-a32333de0254.shogun-image {
    
    
  }


.s-cc01afdb-1ad6-4402-89fb-a32333de0254 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc01afdb-1ad6-4402-89fb-a32333de0254.shg-align-container {
  text-align: center
}

.s-cc01afdb-1ad6-4402-89fb-a32333de0254.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc01afdb-1ad6-4402-89fb-a32333de0254.shogun-image {
  box-sizing: border-box;
}


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





  img.s-cc01afdb-1ad6-4402-89fb-a32333de0254.shogun-image {
    
    
  }


.s-cc01afdb-1ad6-4402-89fb-a32333de0254 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc01afdb-1ad6-4402-89fb-a32333de0254.shg-align-container {
  text-align: center
}

.s-cc01afdb-1ad6-4402-89fb-a32333de0254.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc01afdb-1ad6-4402-89fb-a32333de0254.shogun-image {
  box-sizing: border-box;
}


}
#s-afc63858-ff2a-4e8f-8184-e9396f60c92f {
  margin-left: 3%;
margin-right: 3%;
}

#s-1c63a678-80c4-44a9-b96a-6735496e6f25 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 10px;
text-align: center;
}







  img.s-1c63a678-80c4-44a9-b96a-6735496e6f25.shogun-image {
    
    
  }


.s-1c63a678-80c4-44a9-b96a-6735496e6f25 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c63a678-80c4-44a9-b96a-6735496e6f25.shg-align-container {
  text-align: center
}

.s-1c63a678-80c4-44a9-b96a-6735496e6f25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c63a678-80c4-44a9-b96a-6735496e6f25.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1c63a678-80c4-44a9-b96a-6735496e6f25.shogun-image {
    
    
  }


.s-1c63a678-80c4-44a9-b96a-6735496e6f25 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c63a678-80c4-44a9-b96a-6735496e6f25.shg-align-container {
  text-align: center
}

.s-1c63a678-80c4-44a9-b96a-6735496e6f25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c63a678-80c4-44a9-b96a-6735496e6f25.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1c63a678-80c4-44a9-b96a-6735496e6f25.shogun-image {
    
    
  }


.s-1c63a678-80c4-44a9-b96a-6735496e6f25 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c63a678-80c4-44a9-b96a-6735496e6f25.shg-align-container {
  text-align: center
}

.s-1c63a678-80c4-44a9-b96a-6735496e6f25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c63a678-80c4-44a9-b96a-6735496e6f25.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1c63a678-80c4-44a9-b96a-6735496e6f25.shogun-image {
    
    
  }


.s-1c63a678-80c4-44a9-b96a-6735496e6f25 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c63a678-80c4-44a9-b96a-6735496e6f25.shg-align-container {
  text-align: center
}

.s-1c63a678-80c4-44a9-b96a-6735496e6f25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c63a678-80c4-44a9-b96a-6735496e6f25.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1c63a678-80c4-44a9-b96a-6735496e6f25.shogun-image {
    
    
  }


.s-1c63a678-80c4-44a9-b96a-6735496e6f25 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c63a678-80c4-44a9-b96a-6735496e6f25.shg-align-container {
  text-align: center
}

.s-1c63a678-80c4-44a9-b96a-6735496e6f25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c63a678-80c4-44a9-b96a-6735496e6f25.shogun-image {
  box-sizing: border-box;
}


}
#s-35dd9717-4150-4e8c-b2eb-71b36c4c7a00 {
  margin-left: 3%;
margin-right: 3%;
}

#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(245, 234, 234, 0);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (max-width: 767px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}







#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d912fb2b-9730-4d11-b89f-242cac0d7e66.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-175b6b22-bd5f-4fce-8b8c-c8a2f5a77939 {
  margin-top: 0%;
margin-bottom: 0px;
min-height: 50px;
}








#s-175b6b22-bd5f-4fce-8b8c-c8a2f5a77939 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-175b6b22-bd5f-4fce-8b8c-c8a2f5a77939.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e7605e32-fd75-44de-b5c9-c036358701b2 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 53px;
}

@media (min-width: 0px) {
[id="s-e7605e32-fd75-44de-b5c9-c036358701b2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e7605e32-fd75-44de-b5c9-c036358701b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e7605e32-fd75-44de-b5c9-c036358701b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7605e32-fd75-44de-b5c9-c036358701b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-da594535-920d-494a-b411-a55105a78835 {
  background-image: url(https://i.shgcdn.com/7a06038d-c77d-46d5-a897-f55ae1c2724f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 0%;
padding-bottom: 50px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(59, 81, 92, 0);
background-position: center center;
}

@media (min-width: 0px) {
[id="s-da594535-920d-494a-b411-a55105a78835"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da594535-920d-494a-b411-a55105a78835"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da594535-920d-494a-b411-a55105a78835"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-da594535-920d-494a-b411-a55105a78835"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da594535-920d-494a-b411-a55105a78835"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-da594535-920d-494a-b411-a55105a78835"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da594535-920d-494a-b411-a55105a78835"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-da594535-920d-494a-b411-a55105a78835"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-72c4d6b4-4173-40a5-849c-7ef3dc0686e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72c4d6b4-4173-40a5-849c-7ef3dc0686e3 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  
  
}


#s-72c4d6b4-4173-40a5-849c-7ef3dc0686e3 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-14fc23e3-87c8-4234-905e-cf49d76494dc {
  background-image: url(https://i.shgcdn.com/bd6873a5-c89c-4250-91be-9c5f73f4829c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(67, 59, 92, 1);
background-position: center center;
}

@media (min-width: 0px) {
[id="s-14fc23e3-87c8-4234-905e-cf49d76494dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14fc23e3-87c8-4234-905e-cf49d76494dc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-14fc23e3-87c8-4234-905e-cf49d76494dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-14fc23e3-87c8-4234-905e-cf49d76494dc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-14fc23e3-87c8-4234-905e-cf49d76494dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-14fc23e3-87c8-4234-905e-cf49d76494dc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-14fc23e3-87c8-4234-905e-cf49d76494dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-14fc23e3-87c8-4234-905e-cf49d76494dc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d2326010-0913-4be7-9c43-29a655741866 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2326010-0913-4be7-9c43-29a655741866 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  
  
}


#s-d2326010-0913-4be7-9c43-29a655741866 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-3f3ffe42-b553-4530-964e-102d3cc44356 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 53px;
}

@media (min-width: 0px) {
[id="s-3f3ffe42-b553-4530-964e-102d3cc44356"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3f3ffe42-b553-4530-964e-102d3cc44356"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3f3ffe42-b553-4530-964e-102d3cc44356"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f3ffe42-b553-4530-964e-102d3cc44356"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-925a201c-9d6b-4d8f-8ace-9c6d25e193e1 {
  background-image: url(https://i.shgcdn.com/f25c2232-bf6a-45d4-8d01-e1e5f6c0ac9a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 0%;
padding-bottom: 50px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(59, 81, 92, 0);
background-position: center center;
}

@media (min-width: 0px) {
[id="s-925a201c-9d6b-4d8f-8ace-9c6d25e193e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-925a201c-9d6b-4d8f-8ace-9c6d25e193e1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-925a201c-9d6b-4d8f-8ace-9c6d25e193e1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-925a201c-9d6b-4d8f-8ace-9c6d25e193e1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-925a201c-9d6b-4d8f-8ace-9c6d25e193e1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-925a201c-9d6b-4d8f-8ace-9c6d25e193e1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-925a201c-9d6b-4d8f-8ace-9c6d25e193e1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-925a201c-9d6b-4d8f-8ace-9c6d25e193e1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e0f5e23f-6596-40df-b6bd-92957937940c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0f5e23f-6596-40df-b6bd-92957937940c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  
  
}


#s-e0f5e23f-6596-40df-b6bd-92957937940c .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-0031608a-da7e-4cf1-baa6-e210d3ac367f {
  background-image: url(https://i.shgcdn.com/8abbd0ad-2a20-4d6a-9211-b81dc3c647c0/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(67, 59, 92, 1);
background-position: center center;
}

@media (min-width: 0px) {
[id="s-0031608a-da7e-4cf1-baa6-e210d3ac367f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0031608a-da7e-4cf1-baa6-e210d3ac367f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0031608a-da7e-4cf1-baa6-e210d3ac367f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0031608a-da7e-4cf1-baa6-e210d3ac367f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0031608a-da7e-4cf1-baa6-e210d3ac367f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0031608a-da7e-4cf1-baa6-e210d3ac367f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0031608a-da7e-4cf1-baa6-e210d3ac367f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-0031608a-da7e-4cf1-baa6-e210d3ac367f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-33857263-1d88-4870-83b3-907c4184366d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33857263-1d88-4870-83b3-907c4184366d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  
  
}


#s-33857263-1d88-4870-83b3-907c4184366d .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-6e02ff58-61b4-4fb2-9f1f-13ae67516e6c {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 53px;
}

@media (min-width: 0px) {
[id="s-6e02ff58-61b4-4fb2-9f1f-13ae67516e6c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6e02ff58-61b4-4fb2-9f1f-13ae67516e6c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e02ff58-61b4-4fb2-9f1f-13ae67516e6c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e02ff58-61b4-4fb2-9f1f-13ae67516e6c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9ffad679-c3ed-43a2-b158-e9d62776a2b1 {
  background-image: url(https://i.shgcdn.com/a29a39ee-f996-46bb-9e36-8470db7d285c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 0%;
padding-bottom: 50px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(59, 81, 92, 0);
background-position: center center;
}

@media (min-width: 0px) {
[id="s-9ffad679-c3ed-43a2-b158-e9d62776a2b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ffad679-c3ed-43a2-b158-e9d62776a2b1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9ffad679-c3ed-43a2-b158-e9d62776a2b1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9ffad679-c3ed-43a2-b158-e9d62776a2b1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9ffad679-c3ed-43a2-b158-e9d62776a2b1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ffad679-c3ed-43a2-b158-e9d62776a2b1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9ffad679-c3ed-43a2-b158-e9d62776a2b1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9ffad679-c3ed-43a2-b158-e9d62776a2b1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-675243d3-4132-4b13-b21e-e17dd3d22f99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-675243d3-4132-4b13-b21e-e17dd3d22f99 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  
  
}


#s-675243d3-4132-4b13-b21e-e17dd3d22f99 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-881d8ff1-9d58-4018-b545-cedc2d86d901 {
  background-image: url(https://i.shgcdn.com/5de49866-07d2-4a11-9cc5-633d6d1d257f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(67, 59, 92, 1);
background-position: center center;
}

@media (min-width: 0px) {
[id="s-881d8ff1-9d58-4018-b545-cedc2d86d901"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-881d8ff1-9d58-4018-b545-cedc2d86d901"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-881d8ff1-9d58-4018-b545-cedc2d86d901"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-881d8ff1-9d58-4018-b545-cedc2d86d901"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-881d8ff1-9d58-4018-b545-cedc2d86d901"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-881d8ff1-9d58-4018-b545-cedc2d86d901"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-881d8ff1-9d58-4018-b545-cedc2d86d901"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-881d8ff1-9d58-4018-b545-cedc2d86d901"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ae5da8fc-e08a-459a-b778-8955d7a4190e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae5da8fc-e08a-459a-b778-8955d7a4190e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  
  
}


#s-ae5da8fc-e08a-459a-b778-8955d7a4190e .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-6eed8050-7985-4433-8391-8298f01e21b5 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 53px;
}

@media (min-width: 0px) {
[id="s-6eed8050-7985-4433-8391-8298f01e21b5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6eed8050-7985-4433-8391-8298f01e21b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6eed8050-7985-4433-8391-8298f01e21b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6eed8050-7985-4433-8391-8298f01e21b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-457d2a5a-6c44-462c-bc78-65d48bb724ed {
  background-image: url(https://i.shgcdn.com/d409a5eb-7e61-4fca-a7a6-0ca3e0232f8a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 0%;
padding-bottom: 50px;
padding-right: 0%;
min-height: 53px;
background-color: rgba(59, 81, 92, 0);
background-position: center center;
}

@media (min-width: 0px) {
[id="s-457d2a5a-6c44-462c-bc78-65d48bb724ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-457d2a5a-6c44-462c-bc78-65d48bb724ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-457d2a5a-6c44-462c-bc78-65d48bb724ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-457d2a5a-6c44-462c-bc78-65d48bb724ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-457d2a5a-6c44-462c-bc78-65d48bb724ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-457d2a5a-6c44-462c-bc78-65d48bb724ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-457d2a5a-6c44-462c-bc78-65d48bb724ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-457d2a5a-6c44-462c-bc78-65d48bb724ed"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-82c98758-043f-4481-8079-e3db57d9bc07 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82c98758-043f-4481-8079-e3db57d9bc07 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  
  
}


#s-82c98758-043f-4481-8079-e3db57d9bc07 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-db04dc73-8acd-4e10-bc68-26fc239a8284 {
  background-image: url(https://i.shgcdn.com/269fabac-1a87-4ff4-8c17-536298f09425/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(67, 59, 92, 1);
background-position: center center;
}

@media (min-width: 0px) {
[id="s-db04dc73-8acd-4e10-bc68-26fc239a8284"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db04dc73-8acd-4e10-bc68-26fc239a8284"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db04dc73-8acd-4e10-bc68-26fc239a8284"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-db04dc73-8acd-4e10-bc68-26fc239a8284"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db04dc73-8acd-4e10-bc68-26fc239a8284"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-db04dc73-8acd-4e10-bc68-26fc239a8284"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db04dc73-8acd-4e10-bc68-26fc239a8284"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-db04dc73-8acd-4e10-bc68-26fc239a8284"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ef163203-0bef-4ee8-8265-57c05704279b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef163203-0bef-4ee8-8265-57c05704279b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 1.5em;
  line-height: 1em;
  
  
}


#s-ef163203-0bef-4ee8-8265-57c05704279b .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-d99d9b2b-ca56-4cca-a59a-3ad7e230ee7d {
  box-shadow:1px 1px 1px 1px rgba(209, 209, 209, 1);
margin-top: 3%;
min-height: 50px;
}
@media (max-width: 767px){#s-d99d9b2b-ca56-4cca-a59a-3ad7e230ee7d {
  margin-bottom: 3%;
}
}







#s-d99d9b2b-ca56-4cca-a59a-3ad7e230ee7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d99d9b2b-ca56-4cca-a59a-3ad7e230ee7d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85966b9a-cd8d-46b6-a9cf-4bf5b245f1b4 {
  margin-top: 3%;
text-align: center;
}

#s-85966b9a-cd8d-46b6-a9cf-4bf5b245f1b4 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-8b15b356-f2b9-46b5-987a-e54b87d992b0 {
  box-shadow:0px 0px 0px 0px rgba(209, 209, 209, 1);
margin-top: 0%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-8b15b356-f2b9-46b5-987a-e54b87d992b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b15b356-f2b9-46b5-987a-e54b87d992b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8b15b356-f2b9-46b5-987a-e54b87d992b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b15b356-f2b9-46b5-987a-e54b87d992b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-6bfbb6fb-5f6c-44ce-9805-3473ae8545ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-6bfbb6fb-5f6c-44ce-9805-3473ae8545ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6bfbb6fb-5f6c-44ce-9805-3473ae8545ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bfbb6fb-5f6c-44ce-9805-3473ae8545ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-e3efde56-863a-410b-9021-74099543c1a2 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
text-align: center;
}
#s-e3efde56-863a-410b-9021-74099543c1a2:hover {opacity: 0.6 !important;}






  #s-e3efde56-863a-410b-9021-74099543c1a2 img.shogun-image {
    

    
    
    
  }


#s-e3efde56-863a-410b-9021-74099543c1a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-da7dc87d-53d5-44b5-91b3-fdb5de108e86 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
text-align: center;
}
#s-da7dc87d-53d5-44b5-91b3-fdb5de108e86:hover {opacity: 0.6 !important;}






  #s-da7dc87d-53d5-44b5-91b3-fdb5de108e86 img.shogun-image {
    

    
    
    
  }


#s-da7dc87d-53d5-44b5-91b3-fdb5de108e86 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f641bd4-544b-4b85-ba7f-757cfeb3c4ed {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
text-align: center;
}
#s-9f641bd4-544b-4b85-ba7f-757cfeb3c4ed:hover {opacity: 0.6 !important;}






  #s-9f641bd4-544b-4b85-ba7f-757cfeb3c4ed img.shogun-image {
    

    
    
    
  }


#s-9f641bd4-544b-4b85-ba7f-757cfeb3c4ed .shogun-image-content {
  
    align-items: center;
  
}

#s-ae5c5b02-9656-4b9b-8bb5-70e915b4b10e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
text-align: center;
}
#s-ae5c5b02-9656-4b9b-8bb5-70e915b4b10e:hover {opacity: 0.6 !important;}






  #s-ae5c5b02-9656-4b9b-8bb5-70e915b4b10e img.shogun-image {
    

    
    
    
  }


#s-ae5c5b02-9656-4b9b-8bb5-70e915b4b10e .shogun-image-content {
  
    align-items: center;
  
}

#s-d4c25206-83e2-4311-be21-d26fa83a7b86 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-d4c25206-83e2-4311-be21-d26fa83a7b86"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-d4c25206-83e2-4311-be21-d26fa83a7b86"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d4c25206-83e2-4311-be21-d26fa83a7b86"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4c25206-83e2-4311-be21-d26fa83a7b86"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-675b23be-3e11-474d-a943-45fde9a9cd6c {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
text-align: center;
}
#s-675b23be-3e11-474d-a943-45fde9a9cd6c:hover {opacity: 0.6 !important;}






  #s-675b23be-3e11-474d-a943-45fde9a9cd6c img.shogun-image {
    

    
    
    
  }


#s-675b23be-3e11-474d-a943-45fde9a9cd6c .shogun-image-content {
  
    align-items: center;
  
}

#s-2c762d1a-c01c-4ff6-836e-177701aeb4b3 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
text-align: center;
}
#s-2c762d1a-c01c-4ff6-836e-177701aeb4b3:hover {opacity: 0.6 !important;}






  #s-2c762d1a-c01c-4ff6-836e-177701aeb4b3 img.shogun-image {
    

    
    
    
  }


#s-2c762d1a-c01c-4ff6-836e-177701aeb4b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e741166b-c0d5-4d09-b32c-c1112d01795f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
text-align: center;
}
#s-e741166b-c0d5-4d09-b32c-c1112d01795f:hover {opacity: 0.6 !important;}






  #s-e741166b-c0d5-4d09-b32c-c1112d01795f img.shogun-image {
    

    
    
    
  }


#s-e741166b-c0d5-4d09-b32c-c1112d01795f .shogun-image-content {
  
    align-items: center;
  
}

#s-b8d78c44-1fcd-4a24-be2b-abb205205e76 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
text-align: center;
}
#s-b8d78c44-1fcd-4a24-be2b-abb205205e76:hover {opacity: 0.6 !important;}






  #s-b8d78c44-1fcd-4a24-be2b-abb205205e76 img.shogun-image {
    

    
    
    
  }


#s-b8d78c44-1fcd-4a24-be2b-abb205205e76 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9481158-eeb2-48a0-8d00-ca186b3ca602 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-c9481158-eeb2-48a0-8d00-ca186b3ca602"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c9481158-eeb2-48a0-8d00-ca186b3ca602"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c9481158-eeb2-48a0-8d00-ca186b3ca602"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9481158-eeb2-48a0-8d00-ca186b3ca602"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-ee0fcc59-1b78-4633-a7a0-66a2c547953a {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
text-align: center;
}
#s-ee0fcc59-1b78-4633-a7a0-66a2c547953a:hover {opacity: 0.6 !important;}






  #s-ee0fcc59-1b78-4633-a7a0-66a2c547953a img.shogun-image {
    

    
    
    
  }


#s-ee0fcc59-1b78-4633-a7a0-66a2c547953a .shogun-image-content {
  
    align-items: center;
  
}

#s-a839fdb9-1b80-4259-ade5-6ff5d2ecd416 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
text-align: center;
}
#s-a839fdb9-1b80-4259-ade5-6ff5d2ecd416:hover {opacity: 0.6 !important;}






  #s-a839fdb9-1b80-4259-ade5-6ff5d2ecd416 img.shogun-image {
    

    
    
    
  }


#s-a839fdb9-1b80-4259-ade5-6ff5d2ecd416 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8e370ec-a55d-45b7-a9fa-ca8357f1a9ef {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
text-align: center;
}
#s-a8e370ec-a55d-45b7-a9fa-ca8357f1a9ef:hover {opacity: 0.6 !important;}






  #s-a8e370ec-a55d-45b7-a9fa-ca8357f1a9ef img.shogun-image {
    

    
    
    
  }


#s-a8e370ec-a55d-45b7-a9fa-ca8357f1a9ef .shogun-image-content {
  
    align-items: center;
  
}

#s-3efe6518-864b-4058-a459-7deded755d11 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
text-align: center;
}
#s-3efe6518-864b-4058-a459-7deded755d11:hover {opacity: 0.6 !important;}






  #s-3efe6518-864b-4058-a459-7deded755d11 img.shogun-image {
    

    
    
    
  }


#s-3efe6518-864b-4058-a459-7deded755d11 .shogun-image-content {
  
    align-items: center;
  
}

#s-86632238-005f-46c4-ba9b-1940ca7e0dfc {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-86632238-005f-46c4-ba9b-1940ca7e0dfc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-86632238-005f-46c4-ba9b-1940ca7e0dfc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-86632238-005f-46c4-ba9b-1940ca7e0dfc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-86632238-005f-46c4-ba9b-1940ca7e0dfc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-e3a99be7-b191-4202-bba6-8b6c1f3e99e2 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
text-align: center;
}
#s-e3a99be7-b191-4202-bba6-8b6c1f3e99e2:hover {opacity: 0.6 !important;}






  #s-e3a99be7-b191-4202-bba6-8b6c1f3e99e2 img.shogun-image {
    

    
    
    
  }


#s-e3a99be7-b191-4202-bba6-8b6c1f3e99e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6ca8e6f-e0c0-4a83-aace-dbb26f0c1ce4 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
text-align: center;
}
#s-f6ca8e6f-e0c0-4a83-aace-dbb26f0c1ce4:hover {opacity: 0.6 !important;}






  #s-f6ca8e6f-e0c0-4a83-aace-dbb26f0c1ce4 img.shogun-image {
    

    
    
    
  }


#s-f6ca8e6f-e0c0-4a83-aace-dbb26f0c1ce4 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c4ee63b-e06b-40ea-b59c-d83a80f20db3 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
text-align: center;
}
#s-3c4ee63b-e06b-40ea-b59c-d83a80f20db3:hover {opacity: 0.6 !important;}






  #s-3c4ee63b-e06b-40ea-b59c-d83a80f20db3 img.shogun-image {
    

    
    
    
  }


#s-3c4ee63b-e06b-40ea-b59c-d83a80f20db3 .shogun-image-content {
  
    align-items: center;
  
}

#s-13d56297-a63f-4f85-a9bc-5fe42a8e61e3 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
text-align: center;
}
#s-13d56297-a63f-4f85-a9bc-5fe42a8e61e3:hover {opacity: 0.6 !important;}






  #s-13d56297-a63f-4f85-a9bc-5fe42a8e61e3 img.shogun-image {
    

    
    
    
  }


#s-13d56297-a63f-4f85-a9bc-5fe42a8e61e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-17fe4601-ccb5-420b-bb79-259f7c087954 {
  margin-top: 15px;
margin-bottom: 15px;
background-color: rgba(255, 255, 255, 1);
}








#s-17fe4601-ccb5-420b-bb79-259f7c087954 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17fe4601-ccb5-420b-bb79-259f7c087954.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d21762a-16aa-49d1-ade3-23f1866c180d {
  margin-top: 3%;
text-align: center;
}

#s-7d21762a-16aa-49d1-ade3-23f1866c180d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  
  text-align: center;
}



#s-39d57b88-3327-4690-97f4-7444cbcc0105 {
  box-shadow:1px 1px 1px 1px rgba(209, 209, 209, 1);
margin-top: 15px;
margin-bottom: 15px;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
}








#s-39d57b88-3327-4690-97f4-7444cbcc0105 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39d57b88-3327-4690-97f4-7444cbcc0105.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-080dbc05-9f45-4de3-8215-6b80670977db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-080dbc05-9f45-4de3-8215-6b80670977db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-080dbc05-9f45-4de3-8215-6b80670977db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-080dbc05-9f45-4de3-8215-6b80670977db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-6dc982fc-9336-45fc-b001-8123dd54725d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-6dc982fc-9336-45fc-b001-8123dd54725d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6dc982fc-9336-45fc-b001-8123dd54725d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6dc982fc-9336-45fc-b001-8123dd54725d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-2bf2cc9c-7575-471d-8af9-2433e2872aa9 {
  margin-bottom: 10px;
text-align: center;
opacity: 1;
}
#s-2bf2cc9c-7575-471d-8af9-2433e2872aa9:hover {opacity: 1 !important;}






  #s-2bf2cc9c-7575-471d-8af9-2433e2872aa9 img.shogun-image {
    

    
    
    
  }


#s-2bf2cc9c-7575-471d-8af9-2433e2872aa9 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fd783f9-1025-495e-9253-e5587687591b {
  margin-bottom: 10px;
text-align: center;
}
#s-2fd783f9-1025-495e-9253-e5587687591b:hover {opacity: 1 !important;}






  #s-2fd783f9-1025-495e-9253-e5587687591b img.shogun-image {
    

    
    
    
  }


#s-2fd783f9-1025-495e-9253-e5587687591b .shogun-image-content {
  
    align-items: center;
  
}

#s-c6833783-0948-4381-81f9-b03a87c45f77 {
  margin-bottom: 10px;
text-align: center;
}
#s-c6833783-0948-4381-81f9-b03a87c45f77:hover {opacity: 1 !important;}






  #s-c6833783-0948-4381-81f9-b03a87c45f77 img.shogun-image {
    

    
    
    
  }


#s-c6833783-0948-4381-81f9-b03a87c45f77 .shogun-image-content {
  
    align-items: center;
  
}

#s-d503b05f-bc2d-47b5-a2ee-cf531908f9cd {
  margin-bottom: 10px;
text-align: center;
}
#s-d503b05f-bc2d-47b5-a2ee-cf531908f9cd:hover {opacity: 1 !important;}






  #s-d503b05f-bc2d-47b5-a2ee-cf531908f9cd img.shogun-image {
    

    
    
    
  }


#s-d503b05f-bc2d-47b5-a2ee-cf531908f9cd .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-96112155-845f-436a-ac46-d9ea8c1a2171"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-96112155-845f-436a-ac46-d9ea8c1a2171"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-96112155-845f-436a-ac46-d9ea8c1a2171"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-96112155-845f-436a-ac46-d9ea8c1a2171"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-af361fde-d17b-4c6a-bf48-72b11b47d485 {
  margin-bottom: 10px;
text-align: center;
}
#s-af361fde-d17b-4c6a-bf48-72b11b47d485:hover {opacity: 1 !important;}






  #s-af361fde-d17b-4c6a-bf48-72b11b47d485 img.shogun-image {
    

    
    
    
  }


#s-af361fde-d17b-4c6a-bf48-72b11b47d485 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f83e09d-e7a3-4eed-ad47-c24f9665f5c5 {
  margin-bottom: 10px;
text-align: center;
}
#s-6f83e09d-e7a3-4eed-ad47-c24f9665f5c5:hover {opacity: 1 !important;}






  #s-6f83e09d-e7a3-4eed-ad47-c24f9665f5c5 img.shogun-image {
    

    
    
    
  }


#s-6f83e09d-e7a3-4eed-ad47-c24f9665f5c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f1a7626-b2e8-4633-81fd-5d2079ec78de {
  margin-bottom: 10px;
text-align: center;
}
#s-7f1a7626-b2e8-4633-81fd-5d2079ec78de:hover {opacity: 1 !important;}






  #s-7f1a7626-b2e8-4633-81fd-5d2079ec78de img.shogun-image {
    

    
    
    
  }


#s-7f1a7626-b2e8-4633-81fd-5d2079ec78de .shogun-image-content {
  
    align-items: center;
  
}

#s-3a37fc0d-4115-455d-bc6c-4721998e6540 {
  margin-bottom: 10px;
text-align: center;
}
#s-3a37fc0d-4115-455d-bc6c-4721998e6540:hover {opacity: 1 !important;}






  #s-3a37fc0d-4115-455d-bc6c-4721998e6540 img.shogun-image {
    

    
    
    
  }


#s-3a37fc0d-4115-455d-bc6c-4721998e6540 .shogun-image-content {
  
    align-items: center;
  
}

#s-119b74a0-1f55-4534-abe4-037b94961b66 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-119b74a0-1f55-4534-abe4-037b94961b66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-119b74a0-1f55-4534-abe4-037b94961b66"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-119b74a0-1f55-4534-abe4-037b94961b66"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-119b74a0-1f55-4534-abe4-037b94961b66"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b056c71c-68d2-4b3a-9333-8e133d120a0c {
  box-shadow:0px 0px 0px 0px rgba(42, 97, 8, 0.25);
border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 40px;
opacity: 1;
text-align: center;
background-color: rgba(240, 240, 240, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-b056c71c-68d2-4b3a-9333-8e133d120a0c:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(128, 193, 22, 1) !important;
background-color: rgba(240, 240, 240, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-b056c71c-68d2-4b3a-9333-8e133d120a0c:active {border-style: solid !important;
border-color: rgba(128, 193, 22, 1) !important;
background-color: rgba(240, 240, 240, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-b056c71c-68d2-4b3a-9333-8e133d120a0c-root {
    text-align: center;
  }


#s-b056c71c-68d2-4b3a-9333-8e133d120a0c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b056c71c-68d2-4b3a-9333-8e133d120a0c-root {
    text-align: center;
  }


#s-b056c71c-68d2-4b3a-9333-8e133d120a0c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b056c71c-68d2-4b3a-9333-8e133d120a0c-root {
    text-align: center;
  }


#s-b056c71c-68d2-4b3a-9333-8e133d120a0c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b056c71c-68d2-4b3a-9333-8e133d120a0c-root {
    text-align: center;
  }


#s-b056c71c-68d2-4b3a-9333-8e133d120a0c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b056c71c-68d2-4b3a-9333-8e133d120a0c-root {
    text-align: center;
  }


#s-b056c71c-68d2-4b3a-9333-8e133d120a0c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-2bdec26d-1822-4631-8e3c-877f54958030 {
  margin-top: 10%;
margin-bottom: 2%;
min-height: 0px;
}
@media (min-width: 1200px){#s-2bdec26d-1822-4631-8e3c-877f54958030 {
  margin-top: 7%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2bdec26d-1822-4631-8e3c-877f54958030 {
  margin-top: 7%;
}
}
#s-2bdec26d-1822-4631-8e3c-877f54958030 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-2bdec26d-1822-4631-8e3c-877f54958030 .shg-sld-nav-button.shg-sld-left,
#s-2bdec26d-1822-4631-8e3c-877f54958030 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-78274f34-9a10-4e2f-9d57-714c4a7c1c47 {
  padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-78274f34-9a10-4e2f-9d57-714c4a7c1c47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78274f34-9a10-4e2f-9d57-714c4a7c1c47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2c2e7ca2-f171-45ba-bde2-bbd5e5c8cca9 {
  padding-bottom: 15px;
text-align: left;
}

#s-2c2e7ca2-f171-45ba-bde2-bbd5e5c8cca9 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  text-align: left;
}



#s-aa53e62c-14e9-4048-9bc9-19c69dbc571e {
  padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-aa53e62c-14e9-4048-9bc9-19c69dbc571e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa53e62c-14e9-4048-9bc9-19c69dbc571e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-032a8992-5be8-470b-950d-96cd8cdad6fa {
  padding-bottom: 15px;
text-align: left;
}

#s-032a8992-5be8-470b-950d-96cd8cdad6fa .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  text-align: left;
}



#s-28dcdde4-941d-4990-b417-cc8c235a7360 {
  margin-bottom: 20px;
}

#s-bcdd015e-40d3-402a-a785-15ce72364238 {
  padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-bcdd015e-40d3-402a-a785-15ce72364238 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcdd015e-40d3-402a-a785-15ce72364238.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4542e207-e25e-410e-932a-5ee6c92d0614 {
  padding-bottom: 15px;
text-align: left;
}

#s-4542e207-e25e-410e-932a-5ee6c92d0614 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  text-align: left;
}



#s-58486d03-eeb6-41fc-923d-ead3ba861413 {
  margin-bottom: 20px;
}

#s-a4691ebc-8d0a-44e5-9f6c-96f6a251448a {
  padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-a4691ebc-8d0a-44e5-9f6c-96f6a251448a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4691ebc-8d0a-44e5-9f6c-96f6a251448a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5aa2de8-3c77-4e6f-a238-c93bc9f8711b {
  padding-bottom: 15px;
text-align: left;
}

#s-f5aa2de8-3c77-4e6f-a238-c93bc9f8711b .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  text-align: left;
}



#s-eaa21c46-c391-4fb3-a073-0791dc9f88f9 {
  margin-bottom: 20px;
}

#s-68f5cc1f-1f61-42bd-b494-210f8f064ed5 {
  padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-68f5cc1f-1f61-42bd-b494-210f8f064ed5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68f5cc1f-1f61-42bd-b494-210f8f064ed5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0c4913a-4cb7-4d75-bfb4-a9c38a060ec8 {
  padding-bottom: 15px;
text-align: left;
}

#s-f0c4913a-4cb7-4d75-bfb4-a9c38a060ec8 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  text-align: left;
}



#s-99585c75-7c1e-4cae-a885-f4c29410005c {
  padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-99585c75-7c1e-4cae-a885-f4c29410005c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99585c75-7c1e-4cae-a885-f4c29410005c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28769934-bcea-4e76-8caa-2f1ac2ce24e5 {
  padding-bottom: 15px;
text-align: left;
}

#s-28769934-bcea-4e76-8caa-2f1ac2ce24e5 .shogun-heading-component h3 {
  color: rgba(7, 7, 7, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  text-align: left;
}



#s-af3ed3d0-e858-41aa-a2fc-a30a3238c260 {
  margin-bottom: 20px;
}

#s-7ed930cd-09cf-4b1c-95c3-717eb5de43de {
  padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-7ed930cd-09cf-4b1c-95c3-717eb5de43de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ed930cd-09cf-4b1c-95c3-717eb5de43de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a551385e-f7d9-4a53-8bf7-71f0eb3f51c6 {
  padding-bottom: 15px;
text-align: left;
}

#s-a551385e-f7d9-4a53-8bf7-71f0eb3f51c6 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  
  letter-spacing: -1px;
  text-align: left;
}



#s-76bbf723-7197-4ae0-82b3-7b012be0dc32 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-76bbf723-7197-4ae0-82b3-7b012be0dc32"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76bbf723-7197-4ae0-82b3-7b012be0dc32"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-76bbf723-7197-4ae0-82b3-7b012be0dc32"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-76bbf723-7197-4ae0-82b3-7b012be0dc32"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d65eada0-4b2a-471f-a2b2-657f67793e09 {
  box-shadow:0px 0px 0px 0px rgba(42, 97, 8, 0.25);
border-style: solid;
margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 40px;
opacity: 1;
text-align: center;
background-color: rgba(240, 240, 240, 1);
font-size: 14px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-d65eada0-4b2a-471f-a2b2-657f67793e09:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(128, 193, 22, 1) !important;
background-color: rgba(240, 240, 240, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-d65eada0-4b2a-471f-a2b2-657f67793e09:active {border-style: solid !important;
border-color: rgba(128, 193, 22, 1) !important;
background-color: rgba(240, 240, 240, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-d65eada0-4b2a-471f-a2b2-657f67793e09-root {
    text-align: center;
  }


#s-d65eada0-4b2a-471f-a2b2-657f67793e09.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d65eada0-4b2a-471f-a2b2-657f67793e09-root {
    text-align: center;
  }


#s-d65eada0-4b2a-471f-a2b2-657f67793e09.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d65eada0-4b2a-471f-a2b2-657f67793e09-root {
    text-align: center;
  }


#s-d65eada0-4b2a-471f-a2b2-657f67793e09.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d65eada0-4b2a-471f-a2b2-657f67793e09-root {
    text-align: center;
  }


#s-d65eada0-4b2a-471f-a2b2-657f67793e09.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d65eada0-4b2a-471f-a2b2-657f67793e09-root {
    text-align: center;
  }


#s-d65eada0-4b2a-471f-a2b2-657f67793e09.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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