.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-feb65543-0c5e-45ca-b6c1-0f2bde13d2c9 {
  padding-bottom: 80px;
min-height: 50px;
}








#s-feb65543-0c5e-45ca-b6c1-0f2bde13d2c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-feb65543-0c5e-45ca-b6c1-0f2bde13d2c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe83832a-881f-4344-8bca-bb8b30033798 {
  text-align: left;
}

.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-52778473-40a0-4e8a-9d79-0f924948e610 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-right: 0px;
max-width: 1520px;
}

@media (min-width: 0px) {
[id="s-52778473-40a0-4e8a-9d79-0f924948e610"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52778473-40a0-4e8a-9d79-0f924948e610"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52778473-40a0-4e8a-9d79-0f924948e610"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52778473-40a0-4e8a-9d79-0f924948e610"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-22abd07f-08e8-4b1e-9ee5-759e8141ea77 {
  box-shadow:0px 0px 12px 1px rgba(0, 0, 0, 0.2);
margin-left: 20px;
margin-right: 20px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-22abd07f-08e8-4b1e-9ee5-759e8141ea77 {
  
}
}







#s-22abd07f-08e8-4b1e-9ee5-759e8141ea77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22abd07f-08e8-4b1e-9ee5-759e8141ea77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-3515d597-0709-4d40-b158-8b0b86904b62 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 1);
}

#s-3515d597-0709-4d40-b158-8b0b86904b62 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-3b568e22-879f-4679-830d-8e2d0e4932b3 {
  box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.1);
margin-top: 19px;
margin-left: 19px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
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;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-3b568e22-879f-4679-830d-8e2d0e4932b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b568e22-879f-4679-830d-8e2d0e4932b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3b568e22-879f-4679-830d-8e2d0e4932b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-3b568e22-879f-4679-830d-8e2d0e4932b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3b568e22-879f-4679-830d-8e2d0e4932b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b568e22-879f-4679-830d-8e2d0e4932b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-3b568e22-879f-4679-830d-8e2d0e4932b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2 {
  padding-top: 10px;
text-align: center;
}







  img.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image {
    
    
  }


.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image {
    
    
  }


.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image {
    
    
  }


.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image {
    
    
  }


.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image {
    
    
  }


.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9afac87-ddac-41a9-ac3e-588b6db7c9a2.shogun-image {
  box-sizing: border-box;
}



}
#s-9793362c-0eea-41f2-8590-ad2d2179e59c {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-9793362c-0eea-41f2-8590-ad2d2179e59c .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}



#s-e8d75ed6-a9d1-4511-82c0-dac3bfd6d5c0 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-e8d75ed6-a9d1-4511-82c0-dac3bfd6d5c0 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}


#s-e8d75ed6-a9d1-4511-82c0-dac3bfd6d5c0 .shogun-heading-component h6 a {
  color: #000;
}


#s-3bd20848-1b3a-46d9-a3a1-f4e9fd4dd1b4 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-3bd20848-1b3a-46d9-a3a1-f4e9fd4dd1b4 .shogun-heading-component h6 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}


#s-3bd20848-1b3a-46d9-a3a1-f4e9fd4dd1b4 .shogun-heading-component h6 a {
  color: #000;
}


#s-f801c733-7a39-41dd-8540-89677c54f901 {
  margin-left: 21px;
margin-right: 21px;
}

@media (min-width: 0px) {
[id="s-f801c733-7a39-41dd-8540-89677c54f901"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f801c733-7a39-41dd-8540-89677c54f901"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f801c733-7a39-41dd-8540-89677c54f901"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f801c733-7a39-41dd-8540-89677c54f901"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f801c733-7a39-41dd-8540-89677c54f901"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f801c733-7a39-41dd-8540-89677c54f901"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f801c733-7a39-41dd-8540-89677c54f901"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-ae1afff5-d92d-4ec5-a523-26e0def1e498 {
  text-align: left;
}







  img.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image {
    
    
  }


.s-ae1afff5-d92d-4ec5-a523-26e0def1e498 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image {
    
    
  }


.s-ae1afff5-d92d-4ec5-a523-26e0def1e498 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image {
    
    
  }


.s-ae1afff5-d92d-4ec5-a523-26e0def1e498 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image {
    
    
  }


.s-ae1afff5-d92d-4ec5-a523-26e0def1e498 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image {
    
    
  }


.s-ae1afff5-d92d-4ec5-a523-26e0def1e498 .shogun-image-content {
  
    align-items: center;
  
}

.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae1afff5-d92d-4ec5-a523-26e0def1e498.shogun-image {
  box-sizing: border-box;
}



}
#s-df031c72-f7cf-483d-9169-658cb1762075 {
  padding-top: 0px;
padding-left: 15px;
padding-bottom: 10px;
text-align: left;
}

#s-df031c72-f7cf-483d-9169-658cb1762075 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-88eb1196-1659-4427-ac7c-62b2c15c349b {
  text-align: left;
}

#s-688e5106-3566-40b3-9d85-72c16d984167 {
  margin-left: 21px;
margin-right: 21px;
padding-top: 20px;
}

@media (min-width: 0px) {
[id="s-688e5106-3566-40b3-9d85-72c16d984167"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-688e5106-3566-40b3-9d85-72c16d984167"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-688e5106-3566-40b3-9d85-72c16d984167"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-688e5106-3566-40b3-9d85-72c16d984167"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-688e5106-3566-40b3-9d85-72c16d984167"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-688e5106-3566-40b3-9d85-72c16d984167"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-688e5106-3566-40b3-9d85-72c16d984167"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-7953ce53-de27-44ba-9638-a30fd3b4bbf1 {
  text-align: left;
}







  img.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image {
    
    
  }


.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image {
    
    
  }


.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image {
    
    
  }


.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image {
    
    
  }


.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image {
    
    
  }


.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1 .shogun-image-content {
  
    align-items: center;
  
}

.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7953ce53-de27-44ba-9638-a30fd3b4bbf1.shogun-image {
  box-sizing: border-box;
}



}
#s-76820ade-02a0-4e8e-a194-59522a7c8ae3 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
text-align: left;
}

#s-76820ade-02a0-4e8e-a194-59522a7c8ae3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: left;
}


#s-76820ade-02a0-4e8e-a194-59522a7c8ae3 .shogun-heading-component h4 a {
  color: #000;
}


#s-fe8767ad-2709-4fc8-ae41-14a438765d2c {
  margin-left: 21px;
margin-right: 21px;
padding-top: 20px;
}

@media (min-width: 0px) {
[id="s-fe8767ad-2709-4fc8-ae41-14a438765d2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe8767ad-2709-4fc8-ae41-14a438765d2c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fe8767ad-2709-4fc8-ae41-14a438765d2c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fe8767ad-2709-4fc8-ae41-14a438765d2c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fe8767ad-2709-4fc8-ae41-14a438765d2c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe8767ad-2709-4fc8-ae41-14a438765d2c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-fe8767ad-2709-4fc8-ae41-14a438765d2c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-3d64c158-ab85-4d34-9f02-da6efba58659 {
  text-align: left;
}







  img.s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image {
    
    
  }


.s-3d64c158-ab85-4d34-9f02-da6efba58659 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d64c158-ab85-4d34-9f02-da6efba58659.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image {
    
    
  }


.s-3d64c158-ab85-4d34-9f02-da6efba58659 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d64c158-ab85-4d34-9f02-da6efba58659.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image {
    
    
  }


.s-3d64c158-ab85-4d34-9f02-da6efba58659 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d64c158-ab85-4d34-9f02-da6efba58659.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image {
    
    
  }


.s-3d64c158-ab85-4d34-9f02-da6efba58659 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d64c158-ab85-4d34-9f02-da6efba58659.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image {
    
    
  }


.s-3d64c158-ab85-4d34-9f02-da6efba58659 .shogun-image-content {
  
    align-items: center;
  
}

.s-3d64c158-ab85-4d34-9f02-da6efba58659.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d64c158-ab85-4d34-9f02-da6efba58659.shogun-image {
  box-sizing: border-box;
}



}
#s-4fdac3ff-487f-4126-a697-b9f68e1116e0 {
  padding-top: 0px;
padding-left: 15px;
padding-bottom: 10px;
text-align: left;
}

#s-4fdac3ff-487f-4126-a697-b9f68e1116e0 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-f563b1e9-f063-42dc-8efd-d148ba8eeff6 {
  margin-left: 21px;
margin-right: 21px;
padding-top: 20px;
}
@media (min-width: 1200px){#s-f563b1e9-f063-42dc-8efd-d148ba8eeff6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f563b1e9-f063-42dc-8efd-d148ba8eeff6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f563b1e9-f063-42dc-8efd-d148ba8eeff6 {
  
}
}@media (max-width: 767px){#s-f563b1e9-f063-42dc-8efd-d148ba8eeff6 {
  
}
}
@media (min-width: 0px) {
[id="s-f563b1e9-f063-42dc-8efd-d148ba8eeff6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f563b1e9-f063-42dc-8efd-d148ba8eeff6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f563b1e9-f063-42dc-8efd-d148ba8eeff6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f563b1e9-f063-42dc-8efd-d148ba8eeff6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f563b1e9-f063-42dc-8efd-d148ba8eeff6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f563b1e9-f063-42dc-8efd-d148ba8eeff6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f563b1e9-f063-42dc-8efd-d148ba8eeff6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99 {
  text-align: left;
}







  img.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image {
    
    
  }


.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99 .shogun-image-content {
  
    align-items: center;
  
}

.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image {
    
    
  }


.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99 .shogun-image-content {
  
    align-items: center;
  
}

.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image {
  box-sizing: border-box;
}



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





  img.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image {
    
    
  }


.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99 .shogun-image-content {
  
    align-items: center;
  
}

.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image {
  box-sizing: border-box;
}



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





  img.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image {
    
    
  }


.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99 .shogun-image-content {
  
    align-items: center;
  
}

.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image {
  box-sizing: border-box;
}



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





  img.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image {
    
    
  }


.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99 .shogun-image-content {
  
    align-items: center;
  
}

.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28ac2e91-dbd0-472c-a22f-93dfa6bffd99.shogun-image {
  box-sizing: border-box;
}



}
#s-dfc94b5f-1f0e-4b69-bb3f-178490e823f3 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
text-align: left;
}

#s-dfc94b5f-1f0e-4b69-bb3f-178490e823f3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3 {
  margin-left: 21px;
margin-right: 21px;
padding-top: 20px;
}
@media (min-width: 1200px){#s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3 {
  
}
}@media (max-width: 767px){#s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3 {
  
}
}
@media (min-width: 0px) {
[id="s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75284ad2-1cc1-4aa2-b563-c3c30b5337d3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-fa8905be-eba1-4d53-8972-e8607cf740da {
  text-align: left;
}







  img.s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image {
    
    
  }


.s-fa8905be-eba1-4d53-8972-e8607cf740da .shogun-image-content {
  
    align-items: center;
  
}

.s-fa8905be-eba1-4d53-8972-e8607cf740da.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image {
    
    
  }


.s-fa8905be-eba1-4d53-8972-e8607cf740da .shogun-image-content {
  
    align-items: center;
  
}

.s-fa8905be-eba1-4d53-8972-e8607cf740da.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image {
    
    
  }


.s-fa8905be-eba1-4d53-8972-e8607cf740da .shogun-image-content {
  
    align-items: center;
  
}

.s-fa8905be-eba1-4d53-8972-e8607cf740da.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image {
    
    
  }


.s-fa8905be-eba1-4d53-8972-e8607cf740da .shogun-image-content {
  
    align-items: center;
  
}

.s-fa8905be-eba1-4d53-8972-e8607cf740da.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image {
    
    
  }


.s-fa8905be-eba1-4d53-8972-e8607cf740da .shogun-image-content {
  
    align-items: center;
  
}

.s-fa8905be-eba1-4d53-8972-e8607cf740da.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa8905be-eba1-4d53-8972-e8607cf740da.shogun-image {
  box-sizing: border-box;
}



}
#s-b7db887a-231a-4ece-8bcc-a77355143c92 {
  padding-top: 0px;
padding-left: 15px;
padding-bottom: 10px;
text-align: left;
}

#s-b7db887a-231a-4ece-8bcc-a77355143c92 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: left;
}


#s-b7db887a-231a-4ece-8bcc-a77355143c92 .shogun-heading-component h4 a {
  color: #000;
}


#s-1cdbbef0-aaeb-45cb-aec9-8985d113da4e {
  text-align: left;
}

#s-483cc681-8ac0-42da-8ce5-023ca27bf87b {
  box-shadow:0px 0px 12px 1px rgba(0, 0, 0, 0.2);
margin-left: 20px;
margin-right: 20px;
padding-bottom: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 11px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-483cc681-8ac0-42da-8ce5-023ca27bf87b {
  display: none;
}
#s-483cc681-8ac0-42da-8ce5-023ca27bf87b, #wrap-s-483cc681-8ac0-42da-8ce5-023ca27bf87b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-483cc681-8ac0-42da-8ce5-023ca27bf87b {
  display: none;
}
#s-483cc681-8ac0-42da-8ce5-023ca27bf87b, #wrap-s-483cc681-8ac0-42da-8ce5-023ca27bf87b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-483cc681-8ac0-42da-8ce5-023ca27bf87b {
  display: none;
}
#s-483cc681-8ac0-42da-8ce5-023ca27bf87b, #wrap-s-483cc681-8ac0-42da-8ce5-023ca27bf87b { display: none !important; }}@media (max-width: 767px){#s-483cc681-8ac0-42da-8ce5-023ca27bf87b {
  display: none;
}
#s-483cc681-8ac0-42da-8ce5-023ca27bf87b, #wrap-s-483cc681-8ac0-42da-8ce5-023ca27bf87b { display: none !important; }}







#s-483cc681-8ac0-42da-8ce5-023ca27bf87b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-483cc681-8ac0-42da-8ce5-023ca27bf87b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-145c3595-60da-4bb9-bcc3-0f9a12700d12 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 10px;
text-align: left;
background-color: rgba(0, 0, 0, 1);
}

#s-145c3595-60da-4bb9-bcc3-0f9a12700d12 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-5b6719c4-efbd-429d-8fa9-794395a75bde {
  box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.1);
margin-top: 19px;
margin-left: 19px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
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;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-5b6719c4-efbd-429d-8fa9-794395a75bde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5b6719c4-efbd-429d-8fa9-794395a75bde"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5b6719c4-efbd-429d-8fa9-794395a75bde"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-5b6719c4-efbd-429d-8fa9-794395a75bde"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5b6719c4-efbd-429d-8fa9-794395a75bde"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-5b6719c4-efbd-429d-8fa9-794395a75bde"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-5b6719c4-efbd-429d-8fa9-794395a75bde"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-703bad12-2967-434c-bd52-ba623c871e37 {
  padding-bottom: 15px;
text-align: left;
}







  img.s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image {
    
    
  }


.s-703bad12-2967-434c-bd52-ba623c871e37 .shogun-image-content {
  
    align-items: center;
  
}

.s-703bad12-2967-434c-bd52-ba623c871e37.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image {
    
    
  }


.s-703bad12-2967-434c-bd52-ba623c871e37 .shogun-image-content {
  
    align-items: center;
  
}

.s-703bad12-2967-434c-bd52-ba623c871e37.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image {
  box-sizing: border-box;
}



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





  img.s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image {
    
    
  }


.s-703bad12-2967-434c-bd52-ba623c871e37 .shogun-image-content {
  
    align-items: center;
  
}

.s-703bad12-2967-434c-bd52-ba623c871e37.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image {
  box-sizing: border-box;
}



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





  img.s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image {
    
    
  }


.s-703bad12-2967-434c-bd52-ba623c871e37 .shogun-image-content {
  
    align-items: center;
  
}

.s-703bad12-2967-434c-bd52-ba623c871e37.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image {
  box-sizing: border-box;
}



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





  img.s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image {
    
    
  }


.s-703bad12-2967-434c-bd52-ba623c871e37 .shogun-image-content {
  
    align-items: center;
  
}

.s-703bad12-2967-434c-bd52-ba623c871e37.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-703bad12-2967-434c-bd52-ba623c871e37.shogun-image {
  box-sizing: border-box;
}



}
#s-816697e1-8887-488b-bad8-17c774948de4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-816697e1-8887-488b-bad8-17c774948de4 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}



#s-3e3bf6fd-02cd-4469-a77e-c4a0d91c79dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3e3bf6fd-02cd-4469-a77e-c4a0d91c79dd .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  text-align: left;
}


#s-3e3bf6fd-02cd-4469-a77e-c4a0d91c79dd .shogun-heading-component h6 a {
  color: #000;
}


#s-5e20cdfb-7bcb-401e-9417-f4446ee983da {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-5e20cdfb-7bcb-401e-9417-f4446ee983da"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5e20cdfb-7bcb-401e-9417-f4446ee983da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e20cdfb-7bcb-401e-9417-f4446ee983da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e20cdfb-7bcb-401e-9417-f4446ee983da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8 {
  text-align: left;
}







  img.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image {
    
    
  }


.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image {
    
    
  }


.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image {
    
    
  }


.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image {
    
    
  }


.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image {
    
    
  }


.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8 .shogun-image-content {
  
    align-items: center;
  
}

.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a028b4bc-acc7-411e-ab33-9bc2ca7117f8.shogun-image {
  box-sizing: border-box;
}



}
#s-49a8a610-4f19-4092-bca2-1d381666c777 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-49a8a610-4f19-4092-bca2-1d381666c777 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb {
  text-align: left;
}







  img.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image {
    
    
  }


.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb .shogun-image-content {
  
    align-items: center;
  
}

.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image {
    
    
  }


.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb .shogun-image-content {
  
    align-items: center;
  
}

.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image {
    
    
  }


.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb .shogun-image-content {
  
    align-items: center;
  
}

.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image {
    
    
  }


.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb .shogun-image-content {
  
    align-items: center;
  
}

.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image {
    
    
  }


.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb .shogun-image-content {
  
    align-items: center;
  
}

.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ae4f233-b1ba-481e-b0fc-87a4336e92fb.shogun-image {
  box-sizing: border-box;
}



}
#s-bdb6a107-410f-47a9-b902-f65fefb002a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-bdb6a107-410f-47a9-b902-f65fefb002a8 {
  padding-top: 20px;
padding-bottom: 20px;
}
}
#s-bdb6a107-410f-47a9-b902-f65fefb002a8 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: left;
}


#s-bdb6a107-410f-47a9-b902-f65fefb002a8 .shogun-heading-component h4 a {
  color: #000;
}


#s-84ccdab6-9fd9-4db0-bc13-ed0b7d6c6965 {
  padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-84ccdab6-9fd9-4db0-bc13-ed0b7d6c6965"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-84ccdab6-9fd9-4db0-bc13-ed0b7d6c6965"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-84ccdab6-9fd9-4db0-bc13-ed0b7d6c6965"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-84ccdab6-9fd9-4db0-bc13-ed0b7d6c6965"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-70612544-ec58-47cb-b498-c5bf16a58865 {
  text-align: left;
}







  img.s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image {
    
    
  }


.s-70612544-ec58-47cb-b498-c5bf16a58865 .shogun-image-content {
  
    align-items: center;
  
}

.s-70612544-ec58-47cb-b498-c5bf16a58865.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image {
    
    
  }


.s-70612544-ec58-47cb-b498-c5bf16a58865 .shogun-image-content {
  
    align-items: center;
  
}

.s-70612544-ec58-47cb-b498-c5bf16a58865.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image {
  box-sizing: border-box;
}



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





  img.s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image {
    
    
  }


.s-70612544-ec58-47cb-b498-c5bf16a58865 .shogun-image-content {
  
    align-items: center;
  
}

.s-70612544-ec58-47cb-b498-c5bf16a58865.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image {
  box-sizing: border-box;
}



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





  img.s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image {
    
    
  }


.s-70612544-ec58-47cb-b498-c5bf16a58865 .shogun-image-content {
  
    align-items: center;
  
}

.s-70612544-ec58-47cb-b498-c5bf16a58865.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image {
  box-sizing: border-box;
}



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





  img.s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image {
    
    
  }


.s-70612544-ec58-47cb-b498-c5bf16a58865 .shogun-image-content {
  
    align-items: center;
  
}

.s-70612544-ec58-47cb-b498-c5bf16a58865.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-70612544-ec58-47cb-b498-c5bf16a58865.shogun-image {
  box-sizing: border-box;
}



}
#s-659af03d-6a1b-4da4-8876-ed63b02a70e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-659af03d-6a1b-4da4-8876-ed63b02a70e6 {
  padding-top: 20px;
padding-bottom: 20px;
}
}
#s-659af03d-6a1b-4da4-8876-ed63b02a70e6 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-c0b64686-02a6-4c50-9c99-5ba04718b765 {
  text-align: left;
}
@media (min-width: 1200px){#s-c0b64686-02a6-4c50-9c99-5ba04718b765 {
  display: none;
}
#s-c0b64686-02a6-4c50-9c99-5ba04718b765, #wrap-s-c0b64686-02a6-4c50-9c99-5ba04718b765 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0b64686-02a6-4c50-9c99-5ba04718b765 {
  display: none;
}
#s-c0b64686-02a6-4c50-9c99-5ba04718b765, #wrap-s-c0b64686-02a6-4c50-9c99-5ba04718b765 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c0b64686-02a6-4c50-9c99-5ba04718b765 {
  display: none;
}
#s-c0b64686-02a6-4c50-9c99-5ba04718b765, #wrap-s-c0b64686-02a6-4c50-9c99-5ba04718b765 { display: none !important; }}@media (max-width: 767px){#s-c0b64686-02a6-4c50-9c99-5ba04718b765 {
  display: none;
}
#s-c0b64686-02a6-4c50-9c99-5ba04718b765, #wrap-s-c0b64686-02a6-4c50-9c99-5ba04718b765 { display: none !important; }}






  img.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image {
    
    
  }


.s-c0b64686-02a6-4c50-9c99-5ba04718b765 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image {
    
    
  }


.s-c0b64686-02a6-4c50-9c99-5ba04718b765 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image {
    
    
  }


.s-c0b64686-02a6-4c50-9c99-5ba04718b765 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image {
    
    
  }


.s-c0b64686-02a6-4c50-9c99-5ba04718b765 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image {
    
    
  }


.s-c0b64686-02a6-4c50-9c99-5ba04718b765 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0b64686-02a6-4c50-9c99-5ba04718b765.shogun-image {
  box-sizing: border-box;
}



}
#s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce {
  display: none;
}
#s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce, #wrap-s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce {
  display: none;
}
#s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce, #wrap-s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce {
  display: none;
}
#s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce, #wrap-s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce { display: none !important; }}@media (max-width: 767px){#s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce {
  padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
display: none;
}
#s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce, #wrap-s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce { display: none !important; }}
#s-0a666c6a-27c3-44de-a39c-f31e2bb3ccce .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035 {
  margin-left: 21px;
margin-right: 21px;
padding-top: 20px;
}
@media (min-width: 1200px){#s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035 {
  display: none;
}
#s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035, #wrap-s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035 {
  display: none;
}
#s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035, #wrap-s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035 {
  display: none;
}
#s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035, #wrap-s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035 { display: none !important; }}@media (max-width: 767px){#s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035 {
  display: none;
}
#s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035, #wrap-s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7ea97b4c-fb5f-4b7b-8636-ad0730e2e035"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

}

#s-e09d548a-9901-4d67-83c9-2bcd3eedd07d {
  text-align: left;
}







  img.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image {
    
    
  }


.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d .shogun-image-content {
  
    align-items: center;
  
}

.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image {
    
    
  }


.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d .shogun-image-content {
  
    align-items: center;
  
}

.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image {
    
    
  }


.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d .shogun-image-content {
  
    align-items: center;
  
}

.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image {
    
    
  }


.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d .shogun-image-content {
  
    align-items: center;
  
}

.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image {
    
    
  }


.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d .shogun-image-content {
  
    align-items: center;
  
}

.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e09d548a-9901-4d67-83c9-2bcd3eedd07d.shogun-image {
  box-sizing: border-box;
}



}
#s-712dac1c-eb3f-4d1d-a1be-40f06299d870 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-712dac1c-eb3f-4d1d-a1be-40f06299d870 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.3em;
  
  text-align: left;
}



.shg-map-info-window-container {
  max-width: 200px;
  color: #000000;
}

.shg-map-container {
  height: 400px;
}

.shg-map {
  height: 100%;
}

.shg-map .gm-style-cc,
.shg-map .gm-style-cc + div {
  visibility: visible !important;
}

#s-82a4e70a-8c9f-43a8-9d40-1402ce840214 {
  box-shadow:0px 0px 12px 1px rgba(0, 0, 0, 0.2);
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 586px;
}
@media (max-width: 767px){#s-82a4e70a-8c9f-43a8-9d40-1402ce840214 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
}
}
#s-f28f259a-44cc-43ae-ba49-3ba5eea5e5e4 {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f28f259a-44cc-43ae-ba49-3ba5eea5e5e4 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-f28f259a-44cc-43ae-ba49-3ba5eea5e5e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f28f259a-44cc-43ae-ba49-3ba5eea5e5e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a7c1f10-2db1-41d6-a862-10cbb820a8bc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
max-width: 1400px;
text-align: center;
}

#s-4a7c1f10-2db1-41d6-a862-10cbb820a8bc .shogun-heading-component h2 {
  color: rgba(31, 31, 31, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-7aa28e94-4f0c-4476-a8cb-59b2b8713da2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
}

#s-c8acd2b9-bb73-497b-9d8b-bd189d7d5416 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 0px;
padding-right: 0px;
max-width: 1110px;
}

@media (min-width: 0px) {
[id="s-c8acd2b9-bb73-497b-9d8b-bd189d7d5416"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8acd2b9-bb73-497b-9d8b-bd189d7d5416"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8acd2b9-bb73-497b-9d8b-bd189d7d5416"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8acd2b9-bb73-497b-9d8b-bd189d7d5416"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8517412a-0611-4bfd-9a49-5fed93bd979b {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-8517412a-0611-4bfd-9a49-5fed93bd979b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8517412a-0611-4bfd-9a49-5fed93bd979b.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-9426070a-bcf0-4ccf-bc86-59020cbb0836"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9426070a-bcf0-4ccf-bc86-59020cbb0836"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9426070a-bcf0-4ccf-bc86-59020cbb0836"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9426070a-bcf0-4ccf-bc86-59020cbb0836"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9426070a-bcf0-4ccf-bc86-59020cbb0836"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9426070a-bcf0-4ccf-bc86-59020cbb0836"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9426070a-bcf0-4ccf-bc86-59020cbb0836"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-f5c669b4-1427-478c-8b5b-dbd7134231a7 {
  text-align: center;
}







  img.s-f5c669b4-1427-478c-8b5b-dbd7134231a7.shogun-image {
    
    
  }


.s-f5c669b4-1427-478c-8b5b-dbd7134231a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5c669b4-1427-478c-8b5b-dbd7134231a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5c669b4-1427-478c-8b5b-dbd7134231a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5c669b4-1427-478c-8b5b-dbd7134231a7.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f5c669b4-1427-478c-8b5b-dbd7134231a7.shogun-image {
    
    
  }


.s-f5c669b4-1427-478c-8b5b-dbd7134231a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5c669b4-1427-478c-8b5b-dbd7134231a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5c669b4-1427-478c-8b5b-dbd7134231a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5c669b4-1427-478c-8b5b-dbd7134231a7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f5c669b4-1427-478c-8b5b-dbd7134231a7.shogun-image {
    
    
  }


.s-f5c669b4-1427-478c-8b5b-dbd7134231a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5c669b4-1427-478c-8b5b-dbd7134231a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5c669b4-1427-478c-8b5b-dbd7134231a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5c669b4-1427-478c-8b5b-dbd7134231a7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f5c669b4-1427-478c-8b5b-dbd7134231a7.shogun-image {
    
    
  }


.s-f5c669b4-1427-478c-8b5b-dbd7134231a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5c669b4-1427-478c-8b5b-dbd7134231a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5c669b4-1427-478c-8b5b-dbd7134231a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5c669b4-1427-478c-8b5b-dbd7134231a7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f5c669b4-1427-478c-8b5b-dbd7134231a7.shogun-image {
    
    
  }


.s-f5c669b4-1427-478c-8b5b-dbd7134231a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5c669b4-1427-478c-8b5b-dbd7134231a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5c669b4-1427-478c-8b5b-dbd7134231a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5c669b4-1427-478c-8b5b-dbd7134231a7.shogun-image {
  box-sizing: border-box;
}



}
#s-7cbc12a1-db7f-4b28-b997-51356c85b368 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-7cbc12a1-db7f-4b28-b997-51356c85b368 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-7cbc12a1-db7f-4b28-b997-51356c85b368 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}


@media (max-width: 767px){#s-7cbc12a1-db7f-4b28-b997-51356c85b368 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-9b55e8a3-4fe5-46f7-a1ad-b8d11b966f04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-9b55e8a3-4fe5-46f7-a1ad-b8d11b966f04 {
  display: none;
}
#s-9b55e8a3-4fe5-46f7-a1ad-b8d11b966f04, #wrap-s-9b55e8a3-4fe5-46f7-a1ad-b8d11b966f04 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b55e8a3-4fe5-46f7-a1ad-b8d11b966f04 {
  display: none;
}
#s-9b55e8a3-4fe5-46f7-a1ad-b8d11b966f04, #wrap-s-9b55e8a3-4fe5-46f7-a1ad-b8d11b966f04 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9b55e8a3-4fe5-46f7-a1ad-b8d11b966f04 {
  display: none;
}
#s-9b55e8a3-4fe5-46f7-a1ad-b8d11b966f04, #wrap-s-9b55e8a3-4fe5-46f7-a1ad-b8d11b966f04 { display: none !important; }}@media (max-width: 767px){#s-9b55e8a3-4fe5-46f7-a1ad-b8d11b966f04 {
  display: none;
}
#s-9b55e8a3-4fe5-46f7-a1ad-b8d11b966f04, #wrap-s-9b55e8a3-4fe5-46f7-a1ad-b8d11b966f04 { display: none !important; }}
#s-9b55e8a3-4fe5-46f7-a1ad-b8d11b966f04 .shogun-heading-component h2 {
  color: rgba(214, 5, 27, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


#s-9b55e8a3-4fe5-46f7-a1ad-b8d11b966f04 .shogun-heading-component h2 a {
  color: rgba(214, 5, 27, 1);
}


#s-8f3977dd-f8cc-4007-a5e3-0e92e8bb5f17 {
  text-align: left;
}

#s-d245fb57-29c2-4dce-883a-fb1f61959994 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 36px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}
@media (max-width: 767px){#s-d245fb57-29c2-4dce-883a-fb1f61959994 {
  margin-top: 30px;
}
}







#s-d245fb57-29c2-4dce-883a-fb1f61959994 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d245fb57-29c2-4dce-883a-fb1f61959994.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-07533553-7ce6-4c21-8003-3bb11ecad921"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07533553-7ce6-4c21-8003-3bb11ecad921"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-07533553-7ce6-4c21-8003-3bb11ecad921"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-07533553-7ce6-4c21-8003-3bb11ecad921"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-07533553-7ce6-4c21-8003-3bb11ecad921"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-07533553-7ce6-4c21-8003-3bb11ecad921"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-07533553-7ce6-4c21-8003-3bb11ecad921"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06 {
  text-align: center;
}







  img.s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06.shogun-image {
    
    
  }


.s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06 .shogun-image-content {
  
    align-items: center;
  
}

.s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06.shogun-image {
    
    
  }


.s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06 .shogun-image-content {
  
    align-items: center;
  
}

.s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06.shogun-image {
    
    
  }


.s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06 .shogun-image-content {
  
    align-items: center;
  
}

.s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06.shogun-image {
    
    
  }


.s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06 .shogun-image-content {
  
    align-items: center;
  
}

.s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06.shogun-image {
    
    
  }


.s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06 .shogun-image-content {
  
    align-items: center;
  
}

.s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e59ff378-2fc3-48d8-bc4b-8f9ba5031b06.shogun-image {
  box-sizing: border-box;
}



}
#s-185e7c2f-e566-438b-9455-edc0d1aeb559 {
  padding-top: 10px;
padding-bottom: 4px;
text-align: left;
}
@media (max-width: 767px){#s-185e7c2f-e566-438b-9455-edc0d1aeb559 {
  padding-top: 10px;
text-align: center;
}
}
#s-185e7c2f-e566-438b-9455-edc0d1aeb559 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: left;
}


@media (max-width: 767px){#s-185e7c2f-e566-438b-9455-edc0d1aeb559 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-e08f76cb-b758-4332-9b41-d0951645e518 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-e08f76cb-b758-4332-9b41-d0951645e518 .shogun-heading-component h2 {
  color: rgba(214, 5, 27, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  
  
  text-align: left;
}


#s-e08f76cb-b758-4332-9b41-d0951645e518 .shogun-heading-component h2 a {
  color: rgba(214, 5, 27, 1);
}


#s-ff8923dc-fd4f-4377-9d81-c29075ed579c {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-ff8923dc-fd4f-4377-9d81-c29075ed579c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff8923dc-fd4f-4377-9d81-c29075ed579c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff8923dc-fd4f-4377-9d81-c29075ed579c {
  
}
}@media (max-width: 767px){#s-ff8923dc-fd4f-4377-9d81-c29075ed579c {
  
}
}
#s-73cef6db-0bf4-47b4-92e5-d053193e96d0 {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-attachment: scroll;
}
@media (max-width: 767px){#s-73cef6db-0bf4-47b4-92e5-d053193e96d0 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-73cef6db-0bf4-47b4-92e5-d053193e96d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73cef6db-0bf4-47b4-92e5-d053193e96d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16b9eb96-7534-4aa0-b6d4-c8f6c763a1b3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1110px;
}

@media (min-width: 0px) {
[id="s-16b9eb96-7534-4aa0-b6d4-c8f6c763a1b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16b9eb96-7534-4aa0-b6d4-c8f6c763a1b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16b9eb96-7534-4aa0-b6d4-c8f6c763a1b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16b9eb96-7534-4aa0-b6d4-c8f6c763a1b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4d161a7e-407a-41f9-b8bb-d453d635167c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4d161a7e-407a-41f9-b8bb-d453d635167c .shogun-heading-component h2 {
  color: rgba(31, 31, 31, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-cba4ab5f-c531-4ad6-b2ed-ae852436d8ef {
  padding-top: 10px;
}

.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-8a31dd07-b979-4da3-a6cd-8b23da20fb7c {
  margin-top: 40px;
padding-top: 14px;
padding-left: 34px;
padding-bottom: 14px;
padding-right: 34px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(214, 5, 27, 1);
text-align: left;
text-decoration: none;
hover-type: color;
line-height: 1.3em;
}
#s-8a31dd07-b979-4da3-a6cd-8b23da20fb7c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a31dd07-b979-4da3-a6cd-8b23da20fb7c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8a31dd07-b979-4da3-a6cd-8b23da20fb7c-root {
    text-align: left;
  }


#s-8a31dd07-b979-4da3-a6cd-8b23da20fb7c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8a31dd07-b979-4da3-a6cd-8b23da20fb7c-root {
    text-align: left;
  }


#s-8a31dd07-b979-4da3-a6cd-8b23da20fb7c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a31dd07-b979-4da3-a6cd-8b23da20fb7c-root {
    text-align: left;
  }


#s-8a31dd07-b979-4da3-a6cd-8b23da20fb7c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a31dd07-b979-4da3-a6cd-8b23da20fb7c-root {
    text-align: left;
  }


#s-8a31dd07-b979-4da3-a6cd-8b23da20fb7c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8a31dd07-b979-4da3-a6cd-8b23da20fb7c-root {
    text-align: left;
  }


#s-8a31dd07-b979-4da3-a6cd-8b23da20fb7c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (max-width: 767px){#s-e17a6a8b-cf97-4533-9359-99be2d54dae9 {
  padding-top: 40px;
padding-bottom: 40px;
}
}
@media (min-width: 0px) {
[id="s-e17a6a8b-cf97-4533-9359-99be2d54dae9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e17a6a8b-cf97-4533-9359-99be2d54dae9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e17a6a8b-cf97-4533-9359-99be2d54dae9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e17a6a8b-cf97-4533-9359-99be2d54dae9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3db57db5-7114-48fe-9c92-d643da6a8ffc {
  box-shadow:0px 4px 12px 1px rgba(221, 221, 221, 1);
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3db57db5-7114-48fe-9c92-d643da6a8ffc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3db57db5-7114-48fe-9c92-d643da6a8ffc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-329c748e-a400-4806-af59-447c6f23c945 {
  text-align: left;
}







  img.s-329c748e-a400-4806-af59-447c6f23c945.shogun-image {
    
    
  }


.s-329c748e-a400-4806-af59-447c6f23c945 .shogun-image-content {
  
    align-items: center;
  
}

.s-329c748e-a400-4806-af59-447c6f23c945.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-329c748e-a400-4806-af59-447c6f23c945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-329c748e-a400-4806-af59-447c6f23c945.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-329c748e-a400-4806-af59-447c6f23c945.shogun-image {
    
    
  }


.s-329c748e-a400-4806-af59-447c6f23c945 .shogun-image-content {
  
    align-items: center;
  
}

.s-329c748e-a400-4806-af59-447c6f23c945.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-329c748e-a400-4806-af59-447c6f23c945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-329c748e-a400-4806-af59-447c6f23c945.shogun-image {
  box-sizing: border-box;
}



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





  img.s-329c748e-a400-4806-af59-447c6f23c945.shogun-image {
    
    
  }


.s-329c748e-a400-4806-af59-447c6f23c945 .shogun-image-content {
  
    align-items: center;
  
}

.s-329c748e-a400-4806-af59-447c6f23c945.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-329c748e-a400-4806-af59-447c6f23c945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-329c748e-a400-4806-af59-447c6f23c945.shogun-image {
  box-sizing: border-box;
}



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





  img.s-329c748e-a400-4806-af59-447c6f23c945.shogun-image {
    
    
  }


.s-329c748e-a400-4806-af59-447c6f23c945 .shogun-image-content {
  
    align-items: center;
  
}

.s-329c748e-a400-4806-af59-447c6f23c945.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-329c748e-a400-4806-af59-447c6f23c945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-329c748e-a400-4806-af59-447c6f23c945.shogun-image {
  box-sizing: border-box;
}



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





  img.s-329c748e-a400-4806-af59-447c6f23c945.shogun-image {
    
    
  }


.s-329c748e-a400-4806-af59-447c6f23c945 .shogun-image-content {
  
    align-items: center;
  
}

.s-329c748e-a400-4806-af59-447c6f23c945.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-329c748e-a400-4806-af59-447c6f23c945.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-329c748e-a400-4806-af59-447c6f23c945.shogun-image {
  box-sizing: border-box;
}



}
#s-03ffc60f-0b15-4945-9c44-df7362c62c8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-03ffc60f-0b15-4945-9c44-df7362c62c8f .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}



#s-70117c3b-2d5a-4d6e-9fb6-eb3b032cf247 {
  box-shadow:0px 4px 12px 1px rgba(221, 221, 221, 1);
margin-top: -30px;
margin-bottom: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-70117c3b-2d5a-4d6e-9fb6-eb3b032cf247 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70117c3b-2d5a-4d6e-9fb6-eb3b032cf247.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb3254f2-092a-4ab9-8e0e-d863eea14066 {
  text-align: left;
}







  img.s-eb3254f2-092a-4ab9-8e0e-d863eea14066.shogun-image {
    
    
  }


.s-eb3254f2-092a-4ab9-8e0e-d863eea14066 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb3254f2-092a-4ab9-8e0e-d863eea14066.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-eb3254f2-092a-4ab9-8e0e-d863eea14066.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb3254f2-092a-4ab9-8e0e-d863eea14066.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-eb3254f2-092a-4ab9-8e0e-d863eea14066.shogun-image {
    
    
  }


.s-eb3254f2-092a-4ab9-8e0e-d863eea14066 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb3254f2-092a-4ab9-8e0e-d863eea14066.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-eb3254f2-092a-4ab9-8e0e-d863eea14066.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb3254f2-092a-4ab9-8e0e-d863eea14066.shogun-image {
  box-sizing: border-box;
}



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





  img.s-eb3254f2-092a-4ab9-8e0e-d863eea14066.shogun-image {
    
    
  }


.s-eb3254f2-092a-4ab9-8e0e-d863eea14066 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb3254f2-092a-4ab9-8e0e-d863eea14066.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-eb3254f2-092a-4ab9-8e0e-d863eea14066.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb3254f2-092a-4ab9-8e0e-d863eea14066.shogun-image {
  box-sizing: border-box;
}



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





  img.s-eb3254f2-092a-4ab9-8e0e-d863eea14066.shogun-image {
    
    
  }


.s-eb3254f2-092a-4ab9-8e0e-d863eea14066 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb3254f2-092a-4ab9-8e0e-d863eea14066.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-eb3254f2-092a-4ab9-8e0e-d863eea14066.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb3254f2-092a-4ab9-8e0e-d863eea14066.shogun-image {
  box-sizing: border-box;
}



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





  img.s-eb3254f2-092a-4ab9-8e0e-d863eea14066.shogun-image {
    
    
  }


.s-eb3254f2-092a-4ab9-8e0e-d863eea14066 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb3254f2-092a-4ab9-8e0e-d863eea14066.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-eb3254f2-092a-4ab9-8e0e-d863eea14066.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb3254f2-092a-4ab9-8e0e-d863eea14066.shogun-image {
  box-sizing: border-box;
}



}
#s-8c5e4022-51f0-4ffd-821c-50ea49a82820 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8c5e4022-51f0-4ffd-821c-50ea49a82820 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}



#s-9b71b997-b4b9-4b52-a858-ae87f4466884 {
  margin-top: 10px;
padding-top: 30px;
}
@media (max-width: 767px){#s-9b71b997-b4b9-4b52-a858-ae87f4466884 {
  margin-bottom: -30px;
}
}
@media (min-width: 0px) {
[id="s-9b71b997-b4b9-4b52-a858-ae87f4466884"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9b71b997-b4b9-4b52-a858-ae87f4466884"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b71b997-b4b9-4b52-a858-ae87f4466884"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b71b997-b4b9-4b52-a858-ae87f4466884"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d7581ff7-c2b9-4688-9aea-32db36b3c46b {
  box-shadow:0px 4px 12px 1px rgba(221, 221, 221, 1);
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d7581ff7-c2b9-4688-9aea-32db36b3c46b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7581ff7-c2b9-4688-9aea-32db36b3c46b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bfe193c6-ee12-4bba-a268-34ff5770687c {
  text-align: left;
}







  img.s-bfe193c6-ee12-4bba-a268-34ff5770687c.shogun-image {
    
    
  }


.s-bfe193c6-ee12-4bba-a268-34ff5770687c .shogun-image-content {
  
    align-items: center;
  
}

.s-bfe193c6-ee12-4bba-a268-34ff5770687c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bfe193c6-ee12-4bba-a268-34ff5770687c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfe193c6-ee12-4bba-a268-34ff5770687c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-bfe193c6-ee12-4bba-a268-34ff5770687c.shogun-image {
    
    
  }


.s-bfe193c6-ee12-4bba-a268-34ff5770687c .shogun-image-content {
  
    align-items: center;
  
}

.s-bfe193c6-ee12-4bba-a268-34ff5770687c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bfe193c6-ee12-4bba-a268-34ff5770687c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfe193c6-ee12-4bba-a268-34ff5770687c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bfe193c6-ee12-4bba-a268-34ff5770687c.shogun-image {
    
    
  }


.s-bfe193c6-ee12-4bba-a268-34ff5770687c .shogun-image-content {
  
    align-items: center;
  
}

.s-bfe193c6-ee12-4bba-a268-34ff5770687c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bfe193c6-ee12-4bba-a268-34ff5770687c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfe193c6-ee12-4bba-a268-34ff5770687c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bfe193c6-ee12-4bba-a268-34ff5770687c.shogun-image {
    
    
  }


.s-bfe193c6-ee12-4bba-a268-34ff5770687c .shogun-image-content {
  
    align-items: center;
  
}

.s-bfe193c6-ee12-4bba-a268-34ff5770687c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bfe193c6-ee12-4bba-a268-34ff5770687c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfe193c6-ee12-4bba-a268-34ff5770687c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bfe193c6-ee12-4bba-a268-34ff5770687c.shogun-image {
    
    
  }


.s-bfe193c6-ee12-4bba-a268-34ff5770687c .shogun-image-content {
  
    align-items: center;
  
}

.s-bfe193c6-ee12-4bba-a268-34ff5770687c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bfe193c6-ee12-4bba-a268-34ff5770687c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfe193c6-ee12-4bba-a268-34ff5770687c.shogun-image {
  box-sizing: border-box;
}



}
#s-a8ec55a3-30d4-460b-8c46-e2a88edadd28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a8ec55a3-30d4-460b-8c46-e2a88edadd28 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}



#s-3e2c7206-9df1-44e9-9682-b852db4370ce {
  box-shadow:0px 4px 12px 1px rgba(221, 221, 221, 1);
margin-top: -30px;
padding-top: 20px;
padding-left: 18px;
padding-bottom: 20px;
padding-right: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3e2c7206-9df1-44e9-9682-b852db4370ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e2c7206-9df1-44e9-9682-b852db4370ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8a10636-861c-40ad-a1d4-4673dedbdc55 {
  text-align: left;
}







  img.s-d8a10636-861c-40ad-a1d4-4673dedbdc55.shogun-image {
    
    
  }


.s-d8a10636-861c-40ad-a1d4-4673dedbdc55 .shogun-image-content {
  
    align-items: center;
  
}

.s-d8a10636-861c-40ad-a1d4-4673dedbdc55.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d8a10636-861c-40ad-a1d4-4673dedbdc55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8a10636-861c-40ad-a1d4-4673dedbdc55.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d8a10636-861c-40ad-a1d4-4673dedbdc55.shogun-image {
    
    
  }


.s-d8a10636-861c-40ad-a1d4-4673dedbdc55 .shogun-image-content {
  
    align-items: center;
  
}

.s-d8a10636-861c-40ad-a1d4-4673dedbdc55.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d8a10636-861c-40ad-a1d4-4673dedbdc55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8a10636-861c-40ad-a1d4-4673dedbdc55.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d8a10636-861c-40ad-a1d4-4673dedbdc55.shogun-image {
    
    
  }


.s-d8a10636-861c-40ad-a1d4-4673dedbdc55 .shogun-image-content {
  
    align-items: center;
  
}

.s-d8a10636-861c-40ad-a1d4-4673dedbdc55.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d8a10636-861c-40ad-a1d4-4673dedbdc55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8a10636-861c-40ad-a1d4-4673dedbdc55.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d8a10636-861c-40ad-a1d4-4673dedbdc55.shogun-image {
    
    
  }


.s-d8a10636-861c-40ad-a1d4-4673dedbdc55 .shogun-image-content {
  
    align-items: center;
  
}

.s-d8a10636-861c-40ad-a1d4-4673dedbdc55.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d8a10636-861c-40ad-a1d4-4673dedbdc55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8a10636-861c-40ad-a1d4-4673dedbdc55.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d8a10636-861c-40ad-a1d4-4673dedbdc55.shogun-image {
    
    
  }


.s-d8a10636-861c-40ad-a1d4-4673dedbdc55 .shogun-image-content {
  
    align-items: center;
  
}

.s-d8a10636-861c-40ad-a1d4-4673dedbdc55.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d8a10636-861c-40ad-a1d4-4673dedbdc55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d8a10636-861c-40ad-a1d4-4673dedbdc55.shogun-image {
  box-sizing: border-box;
}



}
#s-f22d3057-102a-4503-a918-ab6db23a1452 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f22d3057-102a-4503-a918-ab6db23a1452 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-f11ab02c-12f2-4f67-a755-35d59ba61619 {
  padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-f11ab02c-12f2-4f67-a755-35d59ba61619 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-f11ab02c-12f2-4f67-a755-35d59ba61619 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f11ab02c-12f2-4f67-a755-35d59ba61619.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c10b505-1db2-4113-b249-2b5a9192607d {
  background-image: url(https://i.shgcdn.com/30da8b3b-feaa-4384-a34f-f362fbe62cbe/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1110px;
background-position: right center;
}

@media (min-width: 0px) {
[id="s-4c10b505-1db2-4113-b249-2b5a9192607d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c10b505-1db2-4113-b249-2b5a9192607d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4c10b505-1db2-4113-b249-2b5a9192607d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c10b505-1db2-4113-b249-2b5a9192607d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e33a738f-3ce7-4e3e-a3f5-7dba42d232ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e33a738f-3ce7-4e3e-a3f5-7dba42d232ba .shogun-heading-component h2 {
  color: rgba(31, 31, 31, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-160e68ae-3001-453b-a049-3204330613d8 {
  padding-top: 30px;
}
@media (min-width: 1200px){#s-160e68ae-3001-453b-a049-3204330613d8 {
  display: none;
}
#s-160e68ae-3001-453b-a049-3204330613d8, #wrap-s-160e68ae-3001-453b-a049-3204330613d8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-160e68ae-3001-453b-a049-3204330613d8 {
  display: none;
}
#s-160e68ae-3001-453b-a049-3204330613d8, #wrap-s-160e68ae-3001-453b-a049-3204330613d8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-160e68ae-3001-453b-a049-3204330613d8 {
  display: none;
}
#s-160e68ae-3001-453b-a049-3204330613d8, #wrap-s-160e68ae-3001-453b-a049-3204330613d8 { display: none !important; }}@media (max-width: 767px){#s-160e68ae-3001-453b-a049-3204330613d8 {
  display: none;
}
#s-160e68ae-3001-453b-a049-3204330613d8, #wrap-s-160e68ae-3001-453b-a049-3204330613d8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-160e68ae-3001-453b-a049-3204330613d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-160e68ae-3001-453b-a049-3204330613d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-160e68ae-3001-453b-a049-3204330613d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-160e68ae-3001-453b-a049-3204330613d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-160e68ae-3001-453b-a049-3204330613d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-160e68ae-3001-453b-a049-3204330613d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-160e68ae-3001-453b-a049-3204330613d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-0e2b36cc-a966-4bd3-9128-9c961c80f160"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e2b36cc-a966-4bd3-9128-9c961c80f160"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e2b36cc-a966-4bd3-9128-9c961c80f160"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e2b36cc-a966-4bd3-9128-9c961c80f160"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0180ef87-6f12-45d6-b977-16d93160104a {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 18px;
padding-left: 34px;
padding-bottom: 18px;
padding-right: 34px;
border-radius: 28px;
background-color: rgba(214, 5, 27, 1);
text-align: left;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-0180ef87-6f12-45d6-b977-16d93160104a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0180ef87-6f12-45d6-b977-16d93160104a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0180ef87-6f12-45d6-b977-16d93160104a-root {
    text-align: left;
  }


#s-0180ef87-6f12-45d6-b977-16d93160104a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0180ef87-6f12-45d6-b977-16d93160104a-root {
    text-align: left;
  }


#s-0180ef87-6f12-45d6-b977-16d93160104a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0180ef87-6f12-45d6-b977-16d93160104a-root {
    text-align: left;
  }


#s-0180ef87-6f12-45d6-b977-16d93160104a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0180ef87-6f12-45d6-b977-16d93160104a-root {
    text-align: left;
  }


#s-0180ef87-6f12-45d6-b977-16d93160104a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0180ef87-6f12-45d6-b977-16d93160104a-root {
    text-align: left;
  }


#s-0180ef87-6f12-45d6-b977-16d93160104a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-60a02980-7833-4797-ab09-ec749332ee43 {
  text-align: left;
}

#s-d3e5aace-f5f9-40b6-80ac-259ed0f59176 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 18px;
padding-left: 20%;
padding-bottom: 18px;
padding-right: 20%;
border-radius: 30px;
background-color: rgba(214, 5, 27, 1);
text-align: left;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-d3e5aace-f5f9-40b6-80ac-259ed0f59176:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d3e5aace-f5f9-40b6-80ac-259ed0f59176:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d3e5aace-f5f9-40b6-80ac-259ed0f59176-root {
    text-align: left;
  }


#s-d3e5aace-f5f9-40b6-80ac-259ed0f59176.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d3e5aace-f5f9-40b6-80ac-259ed0f59176-root {
    text-align: left;
  }


#s-d3e5aace-f5f9-40b6-80ac-259ed0f59176.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3e5aace-f5f9-40b6-80ac-259ed0f59176-root {
    text-align: left;
  }


#s-d3e5aace-f5f9-40b6-80ac-259ed0f59176.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3e5aace-f5f9-40b6-80ac-259ed0f59176-root {
    text-align: left;
  }


#s-d3e5aace-f5f9-40b6-80ac-259ed0f59176.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d3e5aace-f5f9-40b6-80ac-259ed0f59176-root {
    text-align: left;
  }


#s-d3e5aace-f5f9-40b6-80ac-259ed0f59176.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-e2f0d2e1-6a17-4070-aeef-631f387204b7 {
  text-align: left;
}

#s-fe614947-0729-4d26-9b5b-0c56fb86e4ec {
  text-align: left;
}

#s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04 {
  text-align: right;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04 {
  display: none;
}
#s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04, #wrap-s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04 {
  display: none;
}
#s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04, #wrap-s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04 {
  display: none;
}
#s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04, #wrap-s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04 { display: none !important; }}@media (max-width: 767px){#s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04 {
  padding-top: 30px;
padding-bottom: 30px;
display: none;
}
#s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04, #wrap-s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04 { display: none !important; }}







.s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){






.s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04.shogun-image {
  box-sizing: border-box;
}



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






.s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04.shogun-image {
  box-sizing: border-box;
}



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






.s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04.shogun-image {
  box-sizing: border-box;
}



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






.s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04 .shogun-image-content {
  
    align-items: center;
  
}

.s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb14c3fc-6b9d-44a3-90ce-ba6e1f6f8e04.shogun-image {
  box-sizing: border-box;
}



}
#s-c8b4a47b-45fa-4c52-9fdd-d3fb33c0ceb4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(250, 250, 250, 1);
}
@media (max-width: 767px){#s-c8b4a47b-45fa-4c52-9fdd-d3fb33c0ceb4 {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-c8b4a47b-45fa-4c52-9fdd-d3fb33c0ceb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8b4a47b-45fa-4c52-9fdd-d3fb33c0ceb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3555c852-7117-4ee6-b7b9-0fa9080c1c36 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1110px;
}

@media (min-width: 0px) {
[id="s-3555c852-7117-4ee6-b7b9-0fa9080c1c36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3555c852-7117-4ee6-b7b9-0fa9080c1c36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3555c852-7117-4ee6-b7b9-0fa9080c1c36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3555c852-7117-4ee6-b7b9-0fa9080c1c36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2e429658-54ab-4531-969d-34b1ac7042e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2e429658-54ab-4531-969d-34b1ac7042e1 .shogun-heading-component h2 {
  color: rgba(31, 31, 31, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-960f8621-cc5b-4e27-bb59-1433d14d4cca {
  padding-top: 10px;
}

#s-1ea01340-5629-47c4-8442-70d590a24ccc {
  margin-top: 40px;
padding-top: 14px;
padding-left: 34px;
padding-bottom: 14px;
padding-right: 34px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 30px;
background-color: rgba(214, 5, 27, 1);
text-align: left;
text-decoration: none;
hover-type: color;
line-height: 1.3em;
}
#s-1ea01340-5629-47c4-8442-70d590a24ccc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ea01340-5629-47c4-8442-70d590a24ccc:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-1ea01340-5629-47c4-8442-70d590a24ccc {
  margin-bottom: 30px;
}
}

  #s-1ea01340-5629-47c4-8442-70d590a24ccc-root {
    text-align: left;
  }


#s-1ea01340-5629-47c4-8442-70d590a24ccc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1ea01340-5629-47c4-8442-70d590a24ccc-root {
    text-align: left;
  }


#s-1ea01340-5629-47c4-8442-70d590a24ccc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ea01340-5629-47c4-8442-70d590a24ccc-root {
    text-align: left;
  }


#s-1ea01340-5629-47c4-8442-70d590a24ccc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ea01340-5629-47c4-8442-70d590a24ccc-root {
    text-align: left;
  }


#s-1ea01340-5629-47c4-8442-70d590a24ccc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1ea01340-5629-47c4-8442-70d590a24ccc-root {
    text-align: left;
  }


#s-1ea01340-5629-47c4-8442-70d590a24ccc.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-39c7da49-c93c-4a2d-b1dd-dacd779054b7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-39c7da49-c93c-4a2d-b1dd-dacd779054b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39c7da49-c93c-4a2d-b1dd-dacd779054b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39c7da49-c93c-4a2d-b1dd-dacd779054b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8bf36722-60f0-4325-80c4-a60954898d7f {
  border-radius: 10px;
text-align: center;
}
#s-8bf36722-60f0-4325-80c4-a60954898d7f:hover {box-shadow:1px 1px 10px 2px rgba(207, 207, 207, 1) !important;}






  img.s-8bf36722-60f0-4325-80c4-a60954898d7f.shogun-image {
    
    
  }


.s-8bf36722-60f0-4325-80c4-a60954898d7f .shogun-image-content {
  
    align-items: center;
  
}

.s-8bf36722-60f0-4325-80c4-a60954898d7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bf36722-60f0-4325-80c4-a60954898d7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bf36722-60f0-4325-80c4-a60954898d7f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-8bf36722-60f0-4325-80c4-a60954898d7f.shogun-image {
    
    
  }


.s-8bf36722-60f0-4325-80c4-a60954898d7f .shogun-image-content {
  
    align-items: center;
  
}

.s-8bf36722-60f0-4325-80c4-a60954898d7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bf36722-60f0-4325-80c4-a60954898d7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bf36722-60f0-4325-80c4-a60954898d7f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8bf36722-60f0-4325-80c4-a60954898d7f.shogun-image {
    
    
  }


.s-8bf36722-60f0-4325-80c4-a60954898d7f .shogun-image-content {
  
    align-items: center;
  
}

.s-8bf36722-60f0-4325-80c4-a60954898d7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bf36722-60f0-4325-80c4-a60954898d7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bf36722-60f0-4325-80c4-a60954898d7f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8bf36722-60f0-4325-80c4-a60954898d7f.shogun-image {
    
    
  }


.s-8bf36722-60f0-4325-80c4-a60954898d7f .shogun-image-content {
  
    align-items: center;
  
}

.s-8bf36722-60f0-4325-80c4-a60954898d7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bf36722-60f0-4325-80c4-a60954898d7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bf36722-60f0-4325-80c4-a60954898d7f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8bf36722-60f0-4325-80c4-a60954898d7f.shogun-image {
    
    
  }


.s-8bf36722-60f0-4325-80c4-a60954898d7f .shogun-image-content {
  
    align-items: center;
  
}

.s-8bf36722-60f0-4325-80c4-a60954898d7f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bf36722-60f0-4325-80c4-a60954898d7f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bf36722-60f0-4325-80c4-a60954898d7f.shogun-image {
  box-sizing: border-box;
}



}
#s-572bad04-95df-4f46-9fd0-5bb435004f0c {
  border-radius: 10px;
text-align: center;
}







  img.s-572bad04-95df-4f46-9fd0-5bb435004f0c.shogun-image {
    
    
  }


.s-572bad04-95df-4f46-9fd0-5bb435004f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-572bad04-95df-4f46-9fd0-5bb435004f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-572bad04-95df-4f46-9fd0-5bb435004f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-572bad04-95df-4f46-9fd0-5bb435004f0c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-572bad04-95df-4f46-9fd0-5bb435004f0c.shogun-image {
    
    
  }


.s-572bad04-95df-4f46-9fd0-5bb435004f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-572bad04-95df-4f46-9fd0-5bb435004f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-572bad04-95df-4f46-9fd0-5bb435004f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-572bad04-95df-4f46-9fd0-5bb435004f0c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-572bad04-95df-4f46-9fd0-5bb435004f0c.shogun-image {
    
    
  }


.s-572bad04-95df-4f46-9fd0-5bb435004f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-572bad04-95df-4f46-9fd0-5bb435004f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-572bad04-95df-4f46-9fd0-5bb435004f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-572bad04-95df-4f46-9fd0-5bb435004f0c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-572bad04-95df-4f46-9fd0-5bb435004f0c.shogun-image {
    
    
  }


.s-572bad04-95df-4f46-9fd0-5bb435004f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-572bad04-95df-4f46-9fd0-5bb435004f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-572bad04-95df-4f46-9fd0-5bb435004f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-572bad04-95df-4f46-9fd0-5bb435004f0c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-572bad04-95df-4f46-9fd0-5bb435004f0c.shogun-image {
    
    
  }


.s-572bad04-95df-4f46-9fd0-5bb435004f0c .shogun-image-content {
  
    align-items: center;
  
}

.s-572bad04-95df-4f46-9fd0-5bb435004f0c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-572bad04-95df-4f46-9fd0-5bb435004f0c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-572bad04-95df-4f46-9fd0-5bb435004f0c.shogun-image {
  box-sizing: border-box;
}



}
#s-42251a2e-de42-4f8d-a9d8-a0d68d555a53 {
  padding-top: 30px;
}

@media (min-width: 0px) {
[id="s-42251a2e-de42-4f8d-a9d8-a0d68d555a53"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-42251a2e-de42-4f8d-a9d8-a0d68d555a53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-42251a2e-de42-4f8d-a9d8-a0d68d555a53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-42251a2e-de42-4f8d-a9d8-a0d68d555a53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0e152389-09dc-4c10-9867-ee65efa4aa40 {
  margin-top: -30px;
border-radius: 10px;
text-align: center;
}
#s-0e152389-09dc-4c10-9867-ee65efa4aa40:hover {box-shadow:1px 1px 8px 2px rgba(207, 207, 207, 1) !important;}






  img.s-0e152389-09dc-4c10-9867-ee65efa4aa40.shogun-image {
    
    
  }


.s-0e152389-09dc-4c10-9867-ee65efa4aa40 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e152389-09dc-4c10-9867-ee65efa4aa40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e152389-09dc-4c10-9867-ee65efa4aa40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e152389-09dc-4c10-9867-ee65efa4aa40.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-0e152389-09dc-4c10-9867-ee65efa4aa40.shogun-image {
    
    
  }


.s-0e152389-09dc-4c10-9867-ee65efa4aa40 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e152389-09dc-4c10-9867-ee65efa4aa40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e152389-09dc-4c10-9867-ee65efa4aa40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e152389-09dc-4c10-9867-ee65efa4aa40.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0e152389-09dc-4c10-9867-ee65efa4aa40.shogun-image {
    
    
  }


.s-0e152389-09dc-4c10-9867-ee65efa4aa40 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e152389-09dc-4c10-9867-ee65efa4aa40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e152389-09dc-4c10-9867-ee65efa4aa40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e152389-09dc-4c10-9867-ee65efa4aa40.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0e152389-09dc-4c10-9867-ee65efa4aa40.shogun-image {
    
    
  }


.s-0e152389-09dc-4c10-9867-ee65efa4aa40 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e152389-09dc-4c10-9867-ee65efa4aa40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e152389-09dc-4c10-9867-ee65efa4aa40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e152389-09dc-4c10-9867-ee65efa4aa40.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0e152389-09dc-4c10-9867-ee65efa4aa40.shogun-image {
    
    
  }


.s-0e152389-09dc-4c10-9867-ee65efa4aa40 .shogun-image-content {
  
    align-items: center;
  
}

.s-0e152389-09dc-4c10-9867-ee65efa4aa40.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0e152389-09dc-4c10-9867-ee65efa4aa40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0e152389-09dc-4c10-9867-ee65efa4aa40.shogun-image {
  box-sizing: border-box;
}



}
#s-7c529bf1-e267-4e4a-b9c9-36e1c074743f {
  border-radius: 10px;
text-align: center;
}
#s-7c529bf1-e267-4e4a-b9c9-36e1c074743f:hover {box-shadow:1px 1px 10px 2px rgba(207, 207, 207, 1) !important;}






  img.s-7c529bf1-e267-4e4a-b9c9-36e1c074743f.shogun-image {
    
    
  }


.s-7c529bf1-e267-4e4a-b9c9-36e1c074743f .shogun-image-content {
  
    align-items: center;
  
}

.s-7c529bf1-e267-4e4a-b9c9-36e1c074743f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c529bf1-e267-4e4a-b9c9-36e1c074743f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c529bf1-e267-4e4a-b9c9-36e1c074743f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-7c529bf1-e267-4e4a-b9c9-36e1c074743f.shogun-image {
    
    
  }


.s-7c529bf1-e267-4e4a-b9c9-36e1c074743f .shogun-image-content {
  
    align-items: center;
  
}

.s-7c529bf1-e267-4e4a-b9c9-36e1c074743f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c529bf1-e267-4e4a-b9c9-36e1c074743f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c529bf1-e267-4e4a-b9c9-36e1c074743f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7c529bf1-e267-4e4a-b9c9-36e1c074743f.shogun-image {
    
    
  }


.s-7c529bf1-e267-4e4a-b9c9-36e1c074743f .shogun-image-content {
  
    align-items: center;
  
}

.s-7c529bf1-e267-4e4a-b9c9-36e1c074743f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c529bf1-e267-4e4a-b9c9-36e1c074743f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c529bf1-e267-4e4a-b9c9-36e1c074743f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7c529bf1-e267-4e4a-b9c9-36e1c074743f.shogun-image {
    
    
  }


.s-7c529bf1-e267-4e4a-b9c9-36e1c074743f .shogun-image-content {
  
    align-items: center;
  
}

.s-7c529bf1-e267-4e4a-b9c9-36e1c074743f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c529bf1-e267-4e4a-b9c9-36e1c074743f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c529bf1-e267-4e4a-b9c9-36e1c074743f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7c529bf1-e267-4e4a-b9c9-36e1c074743f.shogun-image {
    
    
  }


.s-7c529bf1-e267-4e4a-b9c9-36e1c074743f .shogun-image-content {
  
    align-items: center;
  
}

.s-7c529bf1-e267-4e4a-b9c9-36e1c074743f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c529bf1-e267-4e4a-b9c9-36e1c074743f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c529bf1-e267-4e4a-b9c9-36e1c074743f.shogun-image {
  box-sizing: border-box;
}



}
#s-92054b16-065d-463b-adcd-10440661f2a0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-bottom: 60px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-92054b16-065d-463b-adcd-10440661f2a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92054b16-065d-463b-adcd-10440661f2a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fefa370-c980-4bda-b29a-9cc95a82185e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
max-width: 1400px;
text-align: center;
}

#s-9fefa370-c980-4bda-b29a-9cc95a82185e .shogun-heading-component h2 {
  color: rgba(31, 31, 31, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.3em;
  
  text-align: center;
}


@media (max-width: 767px){#s-9fefa370-c980-4bda-b29a-9cc95a82185e .shogun-heading-component h2 {
  color: rgba(31, 31, 31, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.2em;
  
  text-align: center;
}


}
#s-bc6928d2-8948-412f-aa7b-44e5c9f27da4 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
max-width: 1200px;
text-align: center;
}

#s-bc6928d2-8948-412f-aa7b-44e5c9f27da4 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-660b79bf-4cac-416f-8b5c-8813140a5c3b {
  margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-left: 40px;
padding-right: 40px;
max-width: 1520px;
}

@media (min-width: 0px) {
[id="s-660b79bf-4cac-416f-8b5c-8813140a5c3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-660b79bf-4cac-416f-8b5c-8813140a5c3b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-660b79bf-4cac-416f-8b5c-8813140a5c3b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-660b79bf-4cac-416f-8b5c-8813140a5c3b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4bd331ea-b596-4a32-ba20-cc53b65ad806 {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(214, 5, 27, 0.2);
border-style: solid;
border-radius: 15px;
min-height: 50px;
}








#s-4bd331ea-b596-4a32-ba20-cc53b65ad806 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bd331ea-b596-4a32-ba20-cc53b65ad806.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-3c96ae99-b86e-43de-a175-1edad1d17bf7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c96ae99-b86e-43de-a175-1edad1d17bf7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-3c96ae99-b86e-43de-a175-1edad1d17bf7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-3c96ae99-b86e-43de-a175-1edad1d17bf7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-3c96ae99-b86e-43de-a175-1edad1d17bf7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-3c96ae99-b86e-43de-a175-1edad1d17bf7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-3c96ae99-b86e-43de-a175-1edad1d17bf7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-f7f621dc-a63b-4fa7-919c-a82c18d77a56 {
  text-align: center;
}
@media (max-width: 767px){#s-f7f621dc-a63b-4fa7-919c-a82c18d77a56 {
  text-align: left;
}
}






  img.s-f7f621dc-a63b-4fa7-919c-a82c18d77a56.shogun-image {
    
    
  }


.s-f7f621dc-a63b-4fa7-919c-a82c18d77a56 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7f621dc-a63b-4fa7-919c-a82c18d77a56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7f621dc-a63b-4fa7-919c-a82c18d77a56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7f621dc-a63b-4fa7-919c-a82c18d77a56.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f7f621dc-a63b-4fa7-919c-a82c18d77a56.shogun-image {
    
    
  }


.s-f7f621dc-a63b-4fa7-919c-a82c18d77a56 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7f621dc-a63b-4fa7-919c-a82c18d77a56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7f621dc-a63b-4fa7-919c-a82c18d77a56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7f621dc-a63b-4fa7-919c-a82c18d77a56.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f7f621dc-a63b-4fa7-919c-a82c18d77a56.shogun-image {
    
    
  }


.s-f7f621dc-a63b-4fa7-919c-a82c18d77a56 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7f621dc-a63b-4fa7-919c-a82c18d77a56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7f621dc-a63b-4fa7-919c-a82c18d77a56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7f621dc-a63b-4fa7-919c-a82c18d77a56.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f7f621dc-a63b-4fa7-919c-a82c18d77a56.shogun-image {
    
    
  }


.s-f7f621dc-a63b-4fa7-919c-a82c18d77a56 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7f621dc-a63b-4fa7-919c-a82c18d77a56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7f621dc-a63b-4fa7-919c-a82c18d77a56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7f621dc-a63b-4fa7-919c-a82c18d77a56.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f7f621dc-a63b-4fa7-919c-a82c18d77a56.shogun-image {
    
    
  }


.s-f7f621dc-a63b-4fa7-919c-a82c18d77a56 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7f621dc-a63b-4fa7-919c-a82c18d77a56.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-f7f621dc-a63b-4fa7-919c-a82c18d77a56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7f621dc-a63b-4fa7-919c-a82c18d77a56.shogun-image {
  box-sizing: border-box;
}



}
#s-fc706916-b493-4c1b-8225-52fd024a1721 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fc706916-b493-4c1b-8225-52fd024a1721 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-aba6cc80-d4b2-49ea-95f0-b347f9762689 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-aba6cc80-d4b2-49ea-95f0-b347f9762689 {
  display: none;
}
#s-aba6cc80-d4b2-49ea-95f0-b347f9762689, #wrap-s-aba6cc80-d4b2-49ea-95f0-b347f9762689 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aba6cc80-d4b2-49ea-95f0-b347f9762689 {
  display: none;
}
#s-aba6cc80-d4b2-49ea-95f0-b347f9762689, #wrap-s-aba6cc80-d4b2-49ea-95f0-b347f9762689 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aba6cc80-d4b2-49ea-95f0-b347f9762689 {
  display: none;
}
#s-aba6cc80-d4b2-49ea-95f0-b347f9762689, #wrap-s-aba6cc80-d4b2-49ea-95f0-b347f9762689 { display: none !important; }}@media (max-width: 767px){#s-aba6cc80-d4b2-49ea-95f0-b347f9762689 {
  display: none;
}
#s-aba6cc80-d4b2-49ea-95f0-b347f9762689, #wrap-s-aba6cc80-d4b2-49ea-95f0-b347f9762689 { display: none !important; }}
#s-aba6cc80-d4b2-49ea-95f0-b347f9762689 .shogun-heading-component h5 {
  color: rgba(214, 5, 27, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  
  text-align: left;
}


#s-aba6cc80-d4b2-49ea-95f0-b347f9762689 .shogun-heading-component h5 a {
  color: rgba(214, 5, 27, 1);
}


#s-4b7f1aba-2d57-4b9f-82aa-5b96f7051fad {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(214, 5, 27, 0.2);
border-style: solid;
border-radius: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-4b7f1aba-2d57-4b9f-82aa-5b96f7051fad {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-4b7f1aba-2d57-4b9f-82aa-5b96f7051fad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b7f1aba-2d57-4b9f-82aa-5b96f7051fad.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-ca13973a-af8d-4f0b-8d05-559ea15399bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca13973a-af8d-4f0b-8d05-559ea15399bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-ca13973a-af8d-4f0b-8d05-559ea15399bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ca13973a-af8d-4f0b-8d05-559ea15399bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-ca13973a-af8d-4f0b-8d05-559ea15399bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ca13973a-af8d-4f0b-8d05-559ea15399bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-ca13973a-af8d-4f0b-8d05-559ea15399bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-4147d635-3030-44c0-b0eb-aa2b521103f5 {
  text-align: center;
}
@media (max-width: 767px){#s-4147d635-3030-44c0-b0eb-aa2b521103f5 {
  text-align: left;
}
}






  img.s-4147d635-3030-44c0-b0eb-aa2b521103f5.shogun-image {
    
    
  }


.s-4147d635-3030-44c0-b0eb-aa2b521103f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4147d635-3030-44c0-b0eb-aa2b521103f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4147d635-3030-44c0-b0eb-aa2b521103f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4147d635-3030-44c0-b0eb-aa2b521103f5.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-4147d635-3030-44c0-b0eb-aa2b521103f5.shogun-image {
    
    
  }


.s-4147d635-3030-44c0-b0eb-aa2b521103f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4147d635-3030-44c0-b0eb-aa2b521103f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4147d635-3030-44c0-b0eb-aa2b521103f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4147d635-3030-44c0-b0eb-aa2b521103f5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4147d635-3030-44c0-b0eb-aa2b521103f5.shogun-image {
    
    
  }


.s-4147d635-3030-44c0-b0eb-aa2b521103f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4147d635-3030-44c0-b0eb-aa2b521103f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4147d635-3030-44c0-b0eb-aa2b521103f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4147d635-3030-44c0-b0eb-aa2b521103f5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4147d635-3030-44c0-b0eb-aa2b521103f5.shogun-image {
    
    
  }


.s-4147d635-3030-44c0-b0eb-aa2b521103f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4147d635-3030-44c0-b0eb-aa2b521103f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4147d635-3030-44c0-b0eb-aa2b521103f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4147d635-3030-44c0-b0eb-aa2b521103f5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4147d635-3030-44c0-b0eb-aa2b521103f5.shogun-image {
    
    
  }


.s-4147d635-3030-44c0-b0eb-aa2b521103f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4147d635-3030-44c0-b0eb-aa2b521103f5.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4147d635-3030-44c0-b0eb-aa2b521103f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4147d635-3030-44c0-b0eb-aa2b521103f5.shogun-image {
  box-sizing: border-box;
}



}
#s-b7508673-5a66-4460-a471-80bfbf760bf4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b7508673-5a66-4460-a471-80bfbf760bf4 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-952022b5-90b6-496b-ae14-327935a26f0a {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-952022b5-90b6-496b-ae14-327935a26f0a {
  display: none;
}
#s-952022b5-90b6-496b-ae14-327935a26f0a, #wrap-s-952022b5-90b6-496b-ae14-327935a26f0a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-952022b5-90b6-496b-ae14-327935a26f0a {
  display: none;
}
#s-952022b5-90b6-496b-ae14-327935a26f0a, #wrap-s-952022b5-90b6-496b-ae14-327935a26f0a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-952022b5-90b6-496b-ae14-327935a26f0a {
  display: none;
}
#s-952022b5-90b6-496b-ae14-327935a26f0a, #wrap-s-952022b5-90b6-496b-ae14-327935a26f0a { display: none !important; }}@media (max-width: 767px){#s-952022b5-90b6-496b-ae14-327935a26f0a {
  display: none;
}
#s-952022b5-90b6-496b-ae14-327935a26f0a, #wrap-s-952022b5-90b6-496b-ae14-327935a26f0a { display: none !important; }}
#s-952022b5-90b6-496b-ae14-327935a26f0a .shogun-heading-component h5 {
  color: rgba(214, 5, 27, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  
  text-align: left;
}


#s-952022b5-90b6-496b-ae14-327935a26f0a .shogun-heading-component h5 a {
  color: rgba(214, 5, 27, 1);
}


#s-f8d65a18-423f-4669-a589-3364f813e453 {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(214, 5, 27, 0.2);
border-style: solid;
border-radius: 15px;
min-height: 50px;
}








#s-f8d65a18-423f-4669-a589-3364f813e453 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8d65a18-423f-4669-a589-3364f813e453.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-39ccae16-cf77-4959-9c69-4b051c20ca2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39ccae16-cf77-4959-9c69-4b051c20ca2d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-39ccae16-cf77-4959-9c69-4b051c20ca2d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-39ccae16-cf77-4959-9c69-4b051c20ca2d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-39ccae16-cf77-4959-9c69-4b051c20ca2d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-39ccae16-cf77-4959-9c69-4b051c20ca2d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-39ccae16-cf77-4959-9c69-4b051c20ca2d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee {
  text-align: center;
}
@media (max-width: 767px){#s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee {
  text-align: left;
}
}






  img.s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee.shogun-image {
    
    
  }


.s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee .shogun-image-content {
  
    align-items: center;
  
}

.s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee.shogun-image {
    
    
  }


.s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee .shogun-image-content {
  
    align-items: center;
  
}

.s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee.shogun-image {
    
    
  }


.s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee .shogun-image-content {
  
    align-items: center;
  
}

.s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee.shogun-image {
    
    
  }


.s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee .shogun-image-content {
  
    align-items: center;
  
}

.s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee.shogun-image {
    
    
  }


.s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee .shogun-image-content {
  
    align-items: center;
  
}

.s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6f5ba6a-8317-44e2-82d8-2c2003e4cfee.shogun-image {
  box-sizing: border-box;
}



}
#s-9bf8539c-4144-4553-8752-3e6861ffbee0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9bf8539c-4144-4553-8752-3e6861ffbee0 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-30868262-0815-430b-bf8e-966e0476a295 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-30868262-0815-430b-bf8e-966e0476a295 {
  display: none;
}
#s-30868262-0815-430b-bf8e-966e0476a295, #wrap-s-30868262-0815-430b-bf8e-966e0476a295 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30868262-0815-430b-bf8e-966e0476a295 {
  display: none;
}
#s-30868262-0815-430b-bf8e-966e0476a295, #wrap-s-30868262-0815-430b-bf8e-966e0476a295 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-30868262-0815-430b-bf8e-966e0476a295 {
  display: none;
}
#s-30868262-0815-430b-bf8e-966e0476a295, #wrap-s-30868262-0815-430b-bf8e-966e0476a295 { display: none !important; }}@media (max-width: 767px){#s-30868262-0815-430b-bf8e-966e0476a295 {
  display: none;
}
#s-30868262-0815-430b-bf8e-966e0476a295, #wrap-s-30868262-0815-430b-bf8e-966e0476a295 { display: none !important; }}
#s-30868262-0815-430b-bf8e-966e0476a295 .shogun-heading-component h5 {
  color: rgba(214, 5, 27, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  
  text-align: left;
}


#s-30868262-0815-430b-bf8e-966e0476a295 .shogun-heading-component h5 a {
  color: rgba(214, 5, 27, 1);
}


#s-6a6d0f80-c763-498c-8668-0278fd05a840 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 40px;
padding-right: 40px;
max-width: 1520px;
}

@media (min-width: 0px) {
[id="s-6a6d0f80-c763-498c-8668-0278fd05a840"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a6d0f80-c763-498c-8668-0278fd05a840"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6a6d0f80-c763-498c-8668-0278fd05a840"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a6d0f80-c763-498c-8668-0278fd05a840"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1904c284-e784-4f8a-af98-57cf24e6ca2a {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(214, 5, 27, 0.2);
border-style: solid;
border-radius: 15px;
min-height: 50px;
}








#s-1904c284-e784-4f8a-af98-57cf24e6ca2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1904c284-e784-4f8a-af98-57cf24e6ca2a.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-c50f5e45-d8e1-41d0-92f6-29732700c3f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c50f5e45-d8e1-41d0-92f6-29732700c3f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-c50f5e45-d8e1-41d0-92f6-29732700c3f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-c50f5e45-d8e1-41d0-92f6-29732700c3f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-c50f5e45-d8e1-41d0-92f6-29732700c3f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-c50f5e45-d8e1-41d0-92f6-29732700c3f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-c50f5e45-d8e1-41d0-92f6-29732700c3f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73 {
  text-align: center;
}
@media (max-width: 767px){#s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73 {
  text-align: left;
}
}






  img.s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73.shogun-image {
    
    
  }


.s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73.shogun-image {
    
    
  }


.s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73.shogun-image {
    
    
  }


.s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73.shogun-image {
    
    
  }


.s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73.shogun-image {
    
    
  }


.s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73 .shogun-image-content {
  
    align-items: center;
  
}

.s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ecca5b5-293a-4e08-8ee1-f3289ecf9c73.shogun-image {
  box-sizing: border-box;
}



}
#s-a2d085a0-909d-4d5f-a826-0ef506eeb6db {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a2d085a0-909d-4d5f-a826-0ef506eeb6db .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-90dbe453-2631-45ff-96fb-84132f327ca5 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-90dbe453-2631-45ff-96fb-84132f327ca5 {
  display: none;
}
#s-90dbe453-2631-45ff-96fb-84132f327ca5, #wrap-s-90dbe453-2631-45ff-96fb-84132f327ca5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90dbe453-2631-45ff-96fb-84132f327ca5 {
  display: none;
}
#s-90dbe453-2631-45ff-96fb-84132f327ca5, #wrap-s-90dbe453-2631-45ff-96fb-84132f327ca5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-90dbe453-2631-45ff-96fb-84132f327ca5 {
  display: none;
}
#s-90dbe453-2631-45ff-96fb-84132f327ca5, #wrap-s-90dbe453-2631-45ff-96fb-84132f327ca5 { display: none !important; }}@media (max-width: 767px){#s-90dbe453-2631-45ff-96fb-84132f327ca5 {
  display: none;
}
#s-90dbe453-2631-45ff-96fb-84132f327ca5, #wrap-s-90dbe453-2631-45ff-96fb-84132f327ca5 { display: none !important; }}
#s-90dbe453-2631-45ff-96fb-84132f327ca5 .shogun-heading-component h5 {
  color: rgba(214, 5, 27, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  
  text-align: left;
}


#s-90dbe453-2631-45ff-96fb-84132f327ca5 .shogun-heading-component h5 a {
  color: rgba(214, 5, 27, 1);
}


#s-59c1f5fa-6b40-4102-9b18-fb6abf559bf5 {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(214, 5, 27, 0.2);
border-style: solid;
border-radius: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-59c1f5fa-6b40-4102-9b18-fb6abf559bf5 {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-59c1f5fa-6b40-4102-9b18-fb6abf559bf5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59c1f5fa-6b40-4102-9b18-fb6abf559bf5.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-e5181c08-76f0-42ad-ae91-4308e1a88410"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5181c08-76f0-42ad-ae91-4308e1a88410"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e5181c08-76f0-42ad-ae91-4308e1a88410"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e5181c08-76f0-42ad-ae91-4308e1a88410"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e5181c08-76f0-42ad-ae91-4308e1a88410"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e5181c08-76f0-42ad-ae91-4308e1a88410"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-e5181c08-76f0-42ad-ae91-4308e1a88410"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-b4261151-17cc-4fe4-932b-91ab7bd7c31a {
  text-align: center;
}
@media (max-width: 767px){#s-b4261151-17cc-4fe4-932b-91ab7bd7c31a {
  text-align: left;
}
}






  img.s-b4261151-17cc-4fe4-932b-91ab7bd7c31a.shogun-image {
    
    
  }


.s-b4261151-17cc-4fe4-932b-91ab7bd7c31a .shogun-image-content {
  
    align-items: center;
  
}

.s-b4261151-17cc-4fe4-932b-91ab7bd7c31a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4261151-17cc-4fe4-932b-91ab7bd7c31a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4261151-17cc-4fe4-932b-91ab7bd7c31a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b4261151-17cc-4fe4-932b-91ab7bd7c31a.shogun-image {
    
    
  }


.s-b4261151-17cc-4fe4-932b-91ab7bd7c31a .shogun-image-content {
  
    align-items: center;
  
}

.s-b4261151-17cc-4fe4-932b-91ab7bd7c31a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4261151-17cc-4fe4-932b-91ab7bd7c31a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4261151-17cc-4fe4-932b-91ab7bd7c31a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b4261151-17cc-4fe4-932b-91ab7bd7c31a.shogun-image {
    
    
  }


.s-b4261151-17cc-4fe4-932b-91ab7bd7c31a .shogun-image-content {
  
    align-items: center;
  
}

.s-b4261151-17cc-4fe4-932b-91ab7bd7c31a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4261151-17cc-4fe4-932b-91ab7bd7c31a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4261151-17cc-4fe4-932b-91ab7bd7c31a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b4261151-17cc-4fe4-932b-91ab7bd7c31a.shogun-image {
    
    
  }


.s-b4261151-17cc-4fe4-932b-91ab7bd7c31a .shogun-image-content {
  
    align-items: center;
  
}

.s-b4261151-17cc-4fe4-932b-91ab7bd7c31a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4261151-17cc-4fe4-932b-91ab7bd7c31a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4261151-17cc-4fe4-932b-91ab7bd7c31a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b4261151-17cc-4fe4-932b-91ab7bd7c31a.shogun-image {
    
    
  }


.s-b4261151-17cc-4fe4-932b-91ab7bd7c31a .shogun-image-content {
  
    align-items: center;
  
}

.s-b4261151-17cc-4fe4-932b-91ab7bd7c31a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b4261151-17cc-4fe4-932b-91ab7bd7c31a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4261151-17cc-4fe4-932b-91ab7bd7c31a.shogun-image {
  box-sizing: border-box;
}



}
#s-277ac9b8-bac5-44e2-b8d0-969e4e8b758b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-277ac9b8-bac5-44e2-b8d0-969e4e8b758b .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-8cfba324-cdf7-4d1f-8b8e-6919fad09f71 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-8cfba324-cdf7-4d1f-8b8e-6919fad09f71 {
  display: none;
}
#s-8cfba324-cdf7-4d1f-8b8e-6919fad09f71, #wrap-s-8cfba324-cdf7-4d1f-8b8e-6919fad09f71 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8cfba324-cdf7-4d1f-8b8e-6919fad09f71 {
  display: none;
}
#s-8cfba324-cdf7-4d1f-8b8e-6919fad09f71, #wrap-s-8cfba324-cdf7-4d1f-8b8e-6919fad09f71 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8cfba324-cdf7-4d1f-8b8e-6919fad09f71 {
  display: none;
}
#s-8cfba324-cdf7-4d1f-8b8e-6919fad09f71, #wrap-s-8cfba324-cdf7-4d1f-8b8e-6919fad09f71 { display: none !important; }}@media (max-width: 767px){#s-8cfba324-cdf7-4d1f-8b8e-6919fad09f71 {
  display: none;
}
#s-8cfba324-cdf7-4d1f-8b8e-6919fad09f71, #wrap-s-8cfba324-cdf7-4d1f-8b8e-6919fad09f71 { display: none !important; }}
#s-8cfba324-cdf7-4d1f-8b8e-6919fad09f71 .shogun-heading-component h5 {
  color: rgba(214, 5, 27, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  
  text-align: left;
}


#s-8cfba324-cdf7-4d1f-8b8e-6919fad09f71 .shogun-heading-component h5 a {
  color: rgba(214, 5, 27, 1);
}


#s-b341bf36-031c-4725-8741-892e8c06dbf0 {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(214, 5, 27, 0.2);
border-style: solid;
border-radius: 15px;
min-height: 50px;
}








#s-b341bf36-031c-4725-8741-892e8c06dbf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b341bf36-031c-4725-8741-892e8c06dbf0.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-33f04827-1129-485e-bc6f-479cfc7eae9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-33f04827-1129-485e-bc6f-479cfc7eae9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-33f04827-1129-485e-bc6f-479cfc7eae9e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-33f04827-1129-485e-bc6f-479cfc7eae9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-33f04827-1129-485e-bc6f-479cfc7eae9e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-33f04827-1129-485e-bc6f-479cfc7eae9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-33f04827-1129-485e-bc6f-479cfc7eae9e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f {
  text-align: center;
}
@media (max-width: 767px){#s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f {
  text-align: left;
}
}






  img.s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f.shogun-image {
    
    
  }


.s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f .shogun-image-content {
  
    align-items: center;
  
}

.s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f.shogun-image {
    
    
  }


.s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f .shogun-image-content {
  
    align-items: center;
  
}

.s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f.shogun-image {
    
    
  }


.s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f .shogun-image-content {
  
    align-items: center;
  
}

.s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f.shogun-image {
    
    
  }


.s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f .shogun-image-content {
  
    align-items: center;
  
}

.s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f.shogun-image {
    
    
  }


.s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f .shogun-image-content {
  
    align-items: center;
  
}

.s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3aad3c2-4d3b-445c-9731-10bf8ed7167f.shogun-image {
  box-sizing: border-box;
}



}
#s-8f72c4ca-413b-49cc-ba3f-27f3ecf12f4e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8f72c4ca-413b-49cc-ba3f-27f3ecf12f4e .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-d60fc12a-802f-4304-8a4c-13742cb7498d {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-d60fc12a-802f-4304-8a4c-13742cb7498d {
  display: none;
}
#s-d60fc12a-802f-4304-8a4c-13742cb7498d, #wrap-s-d60fc12a-802f-4304-8a4c-13742cb7498d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d60fc12a-802f-4304-8a4c-13742cb7498d {
  display: none;
}
#s-d60fc12a-802f-4304-8a4c-13742cb7498d, #wrap-s-d60fc12a-802f-4304-8a4c-13742cb7498d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d60fc12a-802f-4304-8a4c-13742cb7498d {
  display: none;
}
#s-d60fc12a-802f-4304-8a4c-13742cb7498d, #wrap-s-d60fc12a-802f-4304-8a4c-13742cb7498d { display: none !important; }}@media (max-width: 767px){#s-d60fc12a-802f-4304-8a4c-13742cb7498d {
  display: none;
}
#s-d60fc12a-802f-4304-8a4c-13742cb7498d, #wrap-s-d60fc12a-802f-4304-8a4c-13742cb7498d { display: none !important; }}
#s-d60fc12a-802f-4304-8a4c-13742cb7498d .shogun-heading-component h5 {
  color: rgba(214, 5, 27, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  
  text-align: left;
}


#s-d60fc12a-802f-4304-8a4c-13742cb7498d .shogun-heading-component h5 a {
  color: rgba(214, 5, 27, 1);
}


#s-9633d896-da72-42fd-9e7f-cc93b56c6d4f {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 40px;
padding-right: 40px;
max-width: 1520px;
}

@media (min-width: 0px) {
[id="s-9633d896-da72-42fd-9e7f-cc93b56c6d4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9633d896-da72-42fd-9e7f-cc93b56c6d4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9633d896-da72-42fd-9e7f-cc93b56c6d4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9633d896-da72-42fd-9e7f-cc93b56c6d4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ac2c8766-bffc-49b2-b337-a8286c4a4dc6 {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(214, 5, 27, 0.2);
border-style: solid;
border-radius: 15px;
min-height: 50px;
}








#s-ac2c8766-bffc-49b2-b337-a8286c4a4dc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac2c8766-bffc-49b2-b337-a8286c4a4dc6.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-61f4de94-b874-4144-b1cd-3b81deb3420f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61f4de94-b874-4144-b1cd-3b81deb3420f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-61f4de94-b874-4144-b1cd-3b81deb3420f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-61f4de94-b874-4144-b1cd-3b81deb3420f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-61f4de94-b874-4144-b1cd-3b81deb3420f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-61f4de94-b874-4144-b1cd-3b81deb3420f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-61f4de94-b874-4144-b1cd-3b81deb3420f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-27d268e7-675d-4aea-9648-3f2be38293af {
  text-align: center;
}
@media (max-width: 767px){#s-27d268e7-675d-4aea-9648-3f2be38293af {
  text-align: left;
}
}






  img.s-27d268e7-675d-4aea-9648-3f2be38293af.shogun-image {
    
    
  }


.s-27d268e7-675d-4aea-9648-3f2be38293af .shogun-image-content {
  
    align-items: center;
  
}

.s-27d268e7-675d-4aea-9648-3f2be38293af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27d268e7-675d-4aea-9648-3f2be38293af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27d268e7-675d-4aea-9648-3f2be38293af.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-27d268e7-675d-4aea-9648-3f2be38293af.shogun-image {
    
    
  }


.s-27d268e7-675d-4aea-9648-3f2be38293af .shogun-image-content {
  
    align-items: center;
  
}

.s-27d268e7-675d-4aea-9648-3f2be38293af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27d268e7-675d-4aea-9648-3f2be38293af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27d268e7-675d-4aea-9648-3f2be38293af.shogun-image {
  box-sizing: border-box;
}



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





  img.s-27d268e7-675d-4aea-9648-3f2be38293af.shogun-image {
    
    
  }


.s-27d268e7-675d-4aea-9648-3f2be38293af .shogun-image-content {
  
    align-items: center;
  
}

.s-27d268e7-675d-4aea-9648-3f2be38293af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27d268e7-675d-4aea-9648-3f2be38293af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27d268e7-675d-4aea-9648-3f2be38293af.shogun-image {
  box-sizing: border-box;
}



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





  img.s-27d268e7-675d-4aea-9648-3f2be38293af.shogun-image {
    
    
  }


.s-27d268e7-675d-4aea-9648-3f2be38293af .shogun-image-content {
  
    align-items: center;
  
}

.s-27d268e7-675d-4aea-9648-3f2be38293af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27d268e7-675d-4aea-9648-3f2be38293af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27d268e7-675d-4aea-9648-3f2be38293af.shogun-image {
  box-sizing: border-box;
}



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





  img.s-27d268e7-675d-4aea-9648-3f2be38293af.shogun-image {
    
    
  }


.s-27d268e7-675d-4aea-9648-3f2be38293af .shogun-image-content {
  
    align-items: center;
  
}

.s-27d268e7-675d-4aea-9648-3f2be38293af.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-27d268e7-675d-4aea-9648-3f2be38293af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27d268e7-675d-4aea-9648-3f2be38293af.shogun-image {
  box-sizing: border-box;
}



}
#s-e4d4691c-6aeb-48a6-817b-edbb6e071714 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e4d4691c-6aeb-48a6-817b-edbb6e071714 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-084ff5ae-e641-417b-8c51-b951bf0dda2d {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-084ff5ae-e641-417b-8c51-b951bf0dda2d {
  display: none;
}
#s-084ff5ae-e641-417b-8c51-b951bf0dda2d, #wrap-s-084ff5ae-e641-417b-8c51-b951bf0dda2d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-084ff5ae-e641-417b-8c51-b951bf0dda2d {
  display: none;
}
#s-084ff5ae-e641-417b-8c51-b951bf0dda2d, #wrap-s-084ff5ae-e641-417b-8c51-b951bf0dda2d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-084ff5ae-e641-417b-8c51-b951bf0dda2d {
  display: none;
}
#s-084ff5ae-e641-417b-8c51-b951bf0dda2d, #wrap-s-084ff5ae-e641-417b-8c51-b951bf0dda2d { display: none !important; }}@media (max-width: 767px){#s-084ff5ae-e641-417b-8c51-b951bf0dda2d {
  display: none;
}
#s-084ff5ae-e641-417b-8c51-b951bf0dda2d, #wrap-s-084ff5ae-e641-417b-8c51-b951bf0dda2d { display: none !important; }}
#s-084ff5ae-e641-417b-8c51-b951bf0dda2d .shogun-heading-component h5 {
  color: rgba(214, 5, 27, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  
  text-align: left;
}


#s-084ff5ae-e641-417b-8c51-b951bf0dda2d .shogun-heading-component h5 a {
  color: rgba(214, 5, 27, 1);
}


#s-8e408c1e-ff9e-40da-8125-68b0e52f046d {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(214, 5, 27, 0.2);
border-style: solid;
border-radius: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-8e408c1e-ff9e-40da-8125-68b0e52f046d {
  margin-top: 30px;
margin-bottom: 30px;
}
}







#s-8e408c1e-ff9e-40da-8125-68b0e52f046d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e408c1e-ff9e-40da-8125-68b0e52f046d.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-2d52c470-a613-4c21-ae7a-38790ebdd2fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d52c470-a613-4c21-ae7a-38790ebdd2fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2d52c470-a613-4c21-ae7a-38790ebdd2fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-2d52c470-a613-4c21-ae7a-38790ebdd2fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2d52c470-a613-4c21-ae7a-38790ebdd2fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-2d52c470-a613-4c21-ae7a-38790ebdd2fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-2d52c470-a613-4c21-ae7a-38790ebdd2fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-893f9424-3ab7-49f3-8bd7-63884c1dd58f {
  text-align: center;
}
@media (max-width: 767px){#s-893f9424-3ab7-49f3-8bd7-63884c1dd58f {
  text-align: left;
}
}






  img.s-893f9424-3ab7-49f3-8bd7-63884c1dd58f.shogun-image {
    
    
  }


.s-893f9424-3ab7-49f3-8bd7-63884c1dd58f .shogun-image-content {
  
    align-items: center;
  
}

.s-893f9424-3ab7-49f3-8bd7-63884c1dd58f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-893f9424-3ab7-49f3-8bd7-63884c1dd58f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-893f9424-3ab7-49f3-8bd7-63884c1dd58f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-893f9424-3ab7-49f3-8bd7-63884c1dd58f.shogun-image {
    
    
  }


.s-893f9424-3ab7-49f3-8bd7-63884c1dd58f .shogun-image-content {
  
    align-items: center;
  
}

.s-893f9424-3ab7-49f3-8bd7-63884c1dd58f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-893f9424-3ab7-49f3-8bd7-63884c1dd58f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-893f9424-3ab7-49f3-8bd7-63884c1dd58f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-893f9424-3ab7-49f3-8bd7-63884c1dd58f.shogun-image {
    
    
  }


.s-893f9424-3ab7-49f3-8bd7-63884c1dd58f .shogun-image-content {
  
    align-items: center;
  
}

.s-893f9424-3ab7-49f3-8bd7-63884c1dd58f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-893f9424-3ab7-49f3-8bd7-63884c1dd58f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-893f9424-3ab7-49f3-8bd7-63884c1dd58f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-893f9424-3ab7-49f3-8bd7-63884c1dd58f.shogun-image {
    
    
  }


.s-893f9424-3ab7-49f3-8bd7-63884c1dd58f .shogun-image-content {
  
    align-items: center;
  
}

.s-893f9424-3ab7-49f3-8bd7-63884c1dd58f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-893f9424-3ab7-49f3-8bd7-63884c1dd58f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-893f9424-3ab7-49f3-8bd7-63884c1dd58f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-893f9424-3ab7-49f3-8bd7-63884c1dd58f.shogun-image {
    
    
  }


.s-893f9424-3ab7-49f3-8bd7-63884c1dd58f .shogun-image-content {
  
    align-items: center;
  
}

.s-893f9424-3ab7-49f3-8bd7-63884c1dd58f.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-893f9424-3ab7-49f3-8bd7-63884c1dd58f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-893f9424-3ab7-49f3-8bd7-63884c1dd58f.shogun-image {
  box-sizing: border-box;
}



}
#s-1dadb86a-16b0-4f62-b07d-883dc58ef421 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1dadb86a-16b0-4f62-b07d-883dc58ef421 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-17232dec-bc0f-47e2-8580-37dd00fbd7cf {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-17232dec-bc0f-47e2-8580-37dd00fbd7cf {
  display: none;
}
#s-17232dec-bc0f-47e2-8580-37dd00fbd7cf, #wrap-s-17232dec-bc0f-47e2-8580-37dd00fbd7cf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17232dec-bc0f-47e2-8580-37dd00fbd7cf {
  display: none;
}
#s-17232dec-bc0f-47e2-8580-37dd00fbd7cf, #wrap-s-17232dec-bc0f-47e2-8580-37dd00fbd7cf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17232dec-bc0f-47e2-8580-37dd00fbd7cf {
  display: none;
}
#s-17232dec-bc0f-47e2-8580-37dd00fbd7cf, #wrap-s-17232dec-bc0f-47e2-8580-37dd00fbd7cf { display: none !important; }}@media (max-width: 767px){#s-17232dec-bc0f-47e2-8580-37dd00fbd7cf {
  display: none;
}
#s-17232dec-bc0f-47e2-8580-37dd00fbd7cf, #wrap-s-17232dec-bc0f-47e2-8580-37dd00fbd7cf { display: none !important; }}
#s-17232dec-bc0f-47e2-8580-37dd00fbd7cf .shogun-heading-component h5 {
  color: rgba(214, 5, 27, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  
  text-align: left;
}


#s-17232dec-bc0f-47e2-8580-37dd00fbd7cf .shogun-heading-component h5 a {
  color: rgba(214, 5, 27, 1);
}


#s-04791b3c-620c-4bb6-9ea4-72303f3ea72e {
  padding-top: 30px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(214, 5, 27, 0.2);
border-style: solid;
border-radius: 15px;
min-height: 50px;
}








#s-04791b3c-620c-4bb6-9ea4-72303f3ea72e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04791b3c-620c-4bb6-9ea4-72303f3ea72e.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-bce7862c-634a-4f3b-8a8a-e0aaa13c84c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bce7862c-634a-4f3b-8a8a-e0aaa13c84c5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bce7862c-634a-4f3b-8a8a-e0aaa13c84c5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bce7862c-634a-4f3b-8a8a-e0aaa13c84c5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bce7862c-634a-4f3b-8a8a-e0aaa13c84c5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bce7862c-634a-4f3b-8a8a-e0aaa13c84c5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bce7862c-634a-4f3b-8a8a-e0aaa13c84c5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-502da537-b0b3-4b7f-bc73-b41d4ec13a64 {
  text-align: center;
}
@media (max-width: 767px){#s-502da537-b0b3-4b7f-bc73-b41d4ec13a64 {
  text-align: left;
}
}






  img.s-502da537-b0b3-4b7f-bc73-b41d4ec13a64.shogun-image {
    
    
  }


.s-502da537-b0b3-4b7f-bc73-b41d4ec13a64 .shogun-image-content {
  
    align-items: center;
  
}

.s-502da537-b0b3-4b7f-bc73-b41d4ec13a64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-502da537-b0b3-4b7f-bc73-b41d4ec13a64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-502da537-b0b3-4b7f-bc73-b41d4ec13a64.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-502da537-b0b3-4b7f-bc73-b41d4ec13a64.shogun-image {
    
    
  }


.s-502da537-b0b3-4b7f-bc73-b41d4ec13a64 .shogun-image-content {
  
    align-items: center;
  
}

.s-502da537-b0b3-4b7f-bc73-b41d4ec13a64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-502da537-b0b3-4b7f-bc73-b41d4ec13a64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-502da537-b0b3-4b7f-bc73-b41d4ec13a64.shogun-image {
  box-sizing: border-box;
}



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





  img.s-502da537-b0b3-4b7f-bc73-b41d4ec13a64.shogun-image {
    
    
  }


.s-502da537-b0b3-4b7f-bc73-b41d4ec13a64 .shogun-image-content {
  
    align-items: center;
  
}

.s-502da537-b0b3-4b7f-bc73-b41d4ec13a64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-502da537-b0b3-4b7f-bc73-b41d4ec13a64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-502da537-b0b3-4b7f-bc73-b41d4ec13a64.shogun-image {
  box-sizing: border-box;
}



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





  img.s-502da537-b0b3-4b7f-bc73-b41d4ec13a64.shogun-image {
    
    
  }


.s-502da537-b0b3-4b7f-bc73-b41d4ec13a64 .shogun-image-content {
  
    align-items: center;
  
}

.s-502da537-b0b3-4b7f-bc73-b41d4ec13a64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-502da537-b0b3-4b7f-bc73-b41d4ec13a64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-502da537-b0b3-4b7f-bc73-b41d4ec13a64.shogun-image {
  box-sizing: border-box;
}



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





  img.s-502da537-b0b3-4b7f-bc73-b41d4ec13a64.shogun-image {
    
    
  }


.s-502da537-b0b3-4b7f-bc73-b41d4ec13a64 .shogun-image-content {
  
    align-items: center;
  
}

.s-502da537-b0b3-4b7f-bc73-b41d4ec13a64.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-502da537-b0b3-4b7f-bc73-b41d4ec13a64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-502da537-b0b3-4b7f-bc73-b41d4ec13a64.shogun-image {
  box-sizing: border-box;
}



}
#s-4dbd8a7b-8290-482f-b458-806199083435 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4dbd8a7b-8290-482f-b458-806199083435 .shogun-heading-component h6 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.3em;
  
  text-align: left;
}



#s-467ef28d-4742-4e8c-bf3d-48df292df74d {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-467ef28d-4742-4e8c-bf3d-48df292df74d {
  display: none;
}
#s-467ef28d-4742-4e8c-bf3d-48df292df74d, #wrap-s-467ef28d-4742-4e8c-bf3d-48df292df74d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-467ef28d-4742-4e8c-bf3d-48df292df74d {
  display: none;
}
#s-467ef28d-4742-4e8c-bf3d-48df292df74d, #wrap-s-467ef28d-4742-4e8c-bf3d-48df292df74d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-467ef28d-4742-4e8c-bf3d-48df292df74d {
  display: none;
}
#s-467ef28d-4742-4e8c-bf3d-48df292df74d, #wrap-s-467ef28d-4742-4e8c-bf3d-48df292df74d { display: none !important; }}@media (max-width: 767px){#s-467ef28d-4742-4e8c-bf3d-48df292df74d {
  display: none;
}
#s-467ef28d-4742-4e8c-bf3d-48df292df74d, #wrap-s-467ef28d-4742-4e8c-bf3d-48df292df74d { display: none !important; }}
#s-467ef28d-4742-4e8c-bf3d-48df292df74d .shogun-heading-component h5 {
  color: rgba(214, 5, 27, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 0.5em;
  
  text-align: left;
}


#s-467ef28d-4742-4e8c-bf3d-48df292df74d .shogun-heading-component h5 a {
  color: rgba(214, 5, 27, 1);
}


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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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